Files Classes Functions Hierarchy
00001 #ifndef VIS_CONVEX_H 00002 #define VIS_CONVEX_H 00003 00004 #include <point.h> 00005 #include <visoperator.h> 00006 00010 class visconvex : public visoperator 00011 { 00012 public: 00013 00015 pt3 color; 00016 00019 bool colorrandom; 00020 00022 uint N; 00023 00025 visconvex(); 00026 00028 void handlecommand(bool & matches, viscmd & c ); 00029 00031 stringc id() const 00032 { return string("convex"); } 00033 00034 00035 }; 00036 00037 00038 #endif 00039
1.5.8