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