figureCuttingSphereModel.h

Go to the documentation of this file.
00001 #ifndef FIGURECUTTINGSPHEREMODEL_H_
00002 #define FIGURECUTTINGSPHEREMODEL_H_
00003 
00004 #include "figureCuttingModel.h"
00005 
00006 class figureCuttingSphereModel : public figureCuttingModel
00007 {
00008 public:
00009         figureCuttingSphereModel();
00010         virtual ~figureCuttingSphereModel();
00011         virtual bool IfPointInside(double x, double y, double z);
00012         virtual double  GetTheoricVolume();
00013         virtual const char *GetName();
00014 private:
00015 protected:
00016 };
00017 
00018 #endif /*FIGURECUTTINGSPHEREMODEL_H_*/

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1