 |
rasdaman client API
10.6.3
The Array Analytics Engine: Datacubes at Your Fingertips
|
Go to the documentation of this file.
118 #ifdef EARLY_TEMPLATE
119 #ifdef __EXECUTABLE__
120 #include "rasodmg/marray.cc"
T(* r_InitFunction)(const r_Point &)
function type for initialization function
Definition: marray.hh:49
r_Marray()
default constructor (no memory is allocated!)
virtual ~r_Marray()
destructor
The central class of the library for representing an MDD object is named r_Marray.
Definition: marray.hh:45
Class r_Point represents an n-dimensional point vector.
Definition: point.hh:42
const r_Marray & operator=(const r_Marray &)
assignment: cleanup + copy
r_Marray< T > operator[](long) const
subscript operator for projection in the 1st dimension
virtual void print_status(std::ostream &s)
writes the state of the object to the specified stream
The class represents a generic MDD in the sense that it is independent of the cell base type.
Definition: gmarray.hh:65
The spatial domain of an MDD is represented by an object of class r_Minterval.
Definition: minterval.hh:225
The r_Storage_Layout class is used to express the storage options for r_Marray objects.
Definition: storagelayout.hh:60