33 #ifndef _D_SINTERVAL_TYPE_
34 #define _D_SINTERVAL_TYPE_
67 virtual void print_status( std::ostream& s = std::cout )
const;
virtual void print_status(std::ostream &s=std::cout) const
writes state of object to specified stream
std::ostream & operator<<(std::ostream &str, const r_Sinterval_Type &type)
virtual r_Type * clone() const
clone operation
virtual r_Type::r_Type_Id type_id() const
retrieve id of the type.
r_Sinterval_Type()
default constructor
virtual void convertToBigEndian(char *cells, r_Area noCells) const
converts array of cells from Unix byte order to NT byte order.
uint64_t r_Area
Definition: mddtypes.hh:85
r_Type_Id
Definition: type.hh:61
virtual bool isSintervalType() const
check, if type is a Sinterval
virtual void convertToLittleEndian(char *cells, r_Area noCells) const
converts array of cells from NT byte order to Unix byte order.
~r_Sinterval_Type()
destructor
Definition: sintervaltype.hh:45