45 class r_Minterval_Type :
public r_Type
52 r_Minterval_Type(
const r_Minterval_Type& oldObj );
67 virtual void print_status( std::ostream& s = std::cout )
const;
76 extern std::ostream &
operator<<( std::ostream &str,
const r_Minterval_Type &type );
Definition: raslib/type.hh:56
virtual r_Type::r_Type_Id type_id() const =0
retrieve id of the type.
r_Type_Id
Definition: raslib/type.hh:61
virtual void convertToLittleEndian(char *cells, r_Area noCells) const =0
converts array of cells from NT byte order to Unix byte order.
virtual r_Type * clone() const =0
clone operation
virtual bool isMintervalType() const
check, if type is a Minterval
virtual void convertToBigEndian(char *cells, r_Area noCells) const =0
converts array of cells from Unix byte order to NT byte order.
template std::ostream & operator<<(const vector< KeyObject > &, std::ostream &)