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 r_Type * clone() const
clone operation
Definition: raslib/type.hh:56
~r_Point_Type()
destructor
virtual bool isPointType() const
check, if type is a Point
uint64_t r_Area
Definition: mddtypes.hh:85
virtual r_Type::r_Type_Id type_id() const
retrieve id of the type.
r_Type_Id
Definition: raslib/type.hh:61
r_Point_Type()
default constructor
virtual void print_status(std::ostream &s=std::cout) const
writes state of object to specified stream
Definition: pointtype.hh:45
std::ostream & operator<<(std::ostream &str, const r_Point_Type &type)
virtual void convertToLittleEndian(char *cells, r_Area noCells) const
converts array of cells from NT byte order to Unix byte order.