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

OCurve.hpp

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

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