Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

OIPoint.hpp

Go to the documentation of this file.
00001 
00011 class OIPoint : public OPoint
00012 {
00013         public:
00014                 inline OGraphic* clone() const;
00015                 inline OGraphic* create() const;
00016                 OIPoint();
00017                 OIPoint(int,int);
00018                 OIPoint(OPoint &);
00019                 ~OIPoint();
00020                 
00021                 void svgo(ostream &);
00022 };
00023 
00024 inline OGraphic* OIPoint::clone() const
00025         { return new OIPoint(*this); }
00026 inline OGraphic* OIPoint::create() const
00027         { return new OIPoint(); }
00028 

Generated on Fri Jul 30 19:21:02 2004 for GOMLib by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001