163 #include "raslib/point.icc"
r_Dimension dimension() const
get dimensionality
~r_Point()
destructor: cleanup dynamic memory
std::ostream & operator<<(std::ostream &s, const r_Point &d)
bool operator==(const r_Point &) const
equal operator
int r_Range
Definition: mddtypes.hh:100
r_Point & operator<<(r_Range)
stream-input operator for stream initializing
r_Point operator+(const r_Point &) const
vector addition
unsigned int r_Dimension
Definition: mddtypes.hh:118
r_Range operator[](r_Dimension) const
subscriptor for read access
void print_status(std::ostream &s=std::cout) const
writes the state of the object to the specified stream
bool operator!=(const r_Point &) const
non equal operator - negation of equal operator
r_Point operator-(const r_Point &) const
vector subtraction
const r_Point & operator=(const r_Point &)
assignment: cleanup + copy
char * get_string_representation() const
gives back the string representation
const int compare_with(const r_Point &p) const
compares this point with the given point.
r_Point operator*(const r_Point &) const
vector multiplication
r_Point()
default constructor