proj home

Files   Classes   Functions   Hierarchy  

vispoint2.h

Go to the documentation of this file.
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 

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