proj home

Files   Classes   Functions   Hierarchy  

pointgrid3Ddraw.h

Go to the documentation of this file.
00001 #ifndef POINTGRID3DDRAW_H
00002 #define POINTGRID3DDRAW_H
00003 
00004 #include <gobj.h>
00005 #include <graphmisc.h>
00006 #include <pointgrid3D.h>
00007 
00017 class pointgrid3Ddraw : public gobjContainer
00018 {
00019 public:
00020 
00022   pointgrid3D const & pg;
00023 
00025   gobjQuadric * quadric;
00026 
00028   bool displaypoints;
00029 
00031   bool displayedges;
00032 
00034   pointgrid3Ddraw(pointgrid3D const & pg_);
00035   
00037   ~pointgrid3Ddraw();
00038 
00041   void update();
00042 };
00043 
00044 
00045 #endif
00046 
00047 

Generated on Fri Mar 4 00:49:25 2011 for Chelton Evans Source by  doxygen 1.5.8