Files Classes Functions Hierarchy
00001 #ifndef D3MESHPARTITIONDRAW_H 00002 #define D3MESHPARTITIONDRAW_H 00003 00004 00005 #include <gobj.h> 00006 #include <d3marchdisp.h> 00007 #include <d3tess.h> 00008 #include <d3tessdraw.h> 00009 #include <d3meshpartition.h> 00010 00011 typedef point2<double> const pt2c; 00012 00013 00014 00015 class d3meshpartitiondraw : public gobj 00016 { 00017 d3meshpartition & mp; 00018 public: 00019 00020 d3tessdraw * meshdraw; 00021 00022 d3meshpartitiondraw(d3meshpartition & _mp ); 00023 00024 void rotate(double const theta); 00025 00026 void translate( pt2c & x); 00027 00028 void draw(); 00029 00030 }; 00031 00032 00033 #endif 00034 00035
1.5.8