rasdaman complete source
|
#include <tiling.hh>
Public Member Functions | |
r_No_Tiling (const char *encoded) throw (r_Error) | |
Constructor that reads everything from a string e.g."100" This string is ignored in the constructor, it is present in order to have an uniform interface. More... | |
r_No_Tiling () | |
Constructor for this object. More... | |
virtual | ~r_No_Tiling () |
does not do anything More... | |
virtual void | print_status (std::ostream &os) const |
Prints the current status of the object. More... | |
virtual bool | is_compatible (const r_Minterval &obj_domain, r_Bytes cellTypeSize) const |
Check compatibility of object domain with this tiling. More... | |
virtual std::vector < r_Minterval > * | compute_tiles (const r_Minterval &obj_domain, r_Bytes cellTypeSize) const throw (r_Error) |
returns true More... | |
virtual r_Tiling * | clone () const |
returns obj_domain More... | |
virtual r_Tiling_Scheme | get_tiling_scheme () const |
![]() | |
virtual | ~r_Tiling () |
does not do anything More... | |
Static Public Attributes | |
static const char * | description |
![]() | |
static const char * | ASTERIX |
static const char * | TCOLON |
static const char * | TCOMMA |
static const char * | LSQRBRA |
static const char * | RSQRBRA |
static const long | DefaultBase |
r_No_Tiling::r_No_Tiling | ( | const char * | encoded | ) | |
throw | ( | r_Error | |||
) |
Constructor that reads everything from a string e.g."100" This string is ignored in the constructor, it is present in order to have an uniform interface.
r_No_Tiling::r_No_Tiling | ( | ) |
Constructor for this object.
|
virtual |
does not do anything
|
virtual |
|
virtual |
This method is similar to a copy constructor, this is, is returns a copy of the current object. Derived classes must explicitly implement this method.
Implements r_Tiling.
|
virtual |
Check compatibility of object domain with this tiling.
Implements r_Tiling.
|
virtual |
Prints the current status of the object.
Implements r_Tiling.
|
static |