namespace  uta  class  Point  
 
 
 
 
 
 
 
 
 
  Point(int x_, int y_)
 Point&  operator-=(const Point& p)
  ~Point()
 friend  Point  operator+(const Point& p, const Point& q)
 friend  Point  operator-(const Point& p, const Point& q)
 friend  bool  operator==(const Point &p, const Point &q)
 friend  bool  operator<=(const Point &p, const Point &q)
 friend  bool  operator>=(const Point &p, const Point &q)
 friend  bool  operator<(const Point &p, const Point &q)
 friend  bool  operator>(const Point &p, const Point &q)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by  Malte  Zöckler,  Roland Wunderling 
contact:  doc++@zib.de