Files Classes Functions Hierarchy
00001 #ifndef VISPOINT2_H 00002 #define VISPOINT2_H 00003 00004 #include <visoperator.h> 00005 00006 // State driven. 00007 00008 // Default state is to add and display points to the global vistool state. 00009 00013 class vispoint2 : public visoperator 00014 { 00015 public: 00016 00018 void handlecommand(bool & matches, viscmd & c ); 00019 00021 stringc id() const 00022 { return string("point2"); } 00023 }; 00024 00025 00026 #endif 00027 00028
1.5.8