67 virtual void print_status( std::ostream& s = std::cout )
const;
virtual void convertToBigEndian(char *cells, r_Area noCells) const
converts array of cells from Unix byte order to NT byte order.
virtual void print_status(std::ostream &s=std::cout) const
writes state of object to specified stream
virtual r_Type * clone() const
clone operation
r_Minterval_Type()
default constructor
Definition: raslib/type.hh:56
virtual void convertToLittleEndian(char *cells, r_Area noCells) const
converts array of cells from NT byte order to Unix byte order.
~r_Minterval_Type()
destructor
uint64_t r_Area
Definition: mddtypes.hh:85
r_Type_Id
Definition: raslib/type.hh:61
virtual r_Type::r_Type_Id type_id() const
retrieve id of the type.
std::ostream & operator<<(std::ostream &str, const r_Minterval_Type &type)
Definition: mintervaltype.hh:45
virtual bool isMintervalType() const
check, if type is a Minterval