manualContourModelPolygon.h

Go to the documentation of this file.
00001 #ifndef manualContourModelPolygon_h
00002 #define manualContourModelPolygon_h
00003 
00004 #include "manualContourModel.h"
00005 
00006 //--------------------------------------------------------
00007 
00008 class creaMaracasVisu_EXPORT manualContourModelPolygon : public manualContourModel
00009 {
00010 public:
00011         manualContourModelPolygon();
00012         virtual ~manualContourModelPolygon();
00013         virtual manualContourModelPolygon *Clone();
00014         void CopyAttributesTo( manualContourModelPolygon *cloneObject);
00015         virtual void GetSpline_i_Point(int i, double *x, double *y, double *z);
00016         virtual int             GetTypeModel();  
00017         virtual void UpdateSpline();
00018 };
00019 
00020 #endif // manualContourModelPolygon_h

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1