00001 #ifndef _Endoscoutsource_H 00002 #define _Endoscoutsource_H 00003 00004 #include <OpenTracker/OpenTracker.h> 00005 #include <OpenTracker/dllinclude.h> 00006 00007 namespace ot { 00008 00009 class OPENTRACKER_API EndoScoutSource : public Node 00010 { 00011 // Members 00012 public: 00014 Event event; 00015 int number; 00016 // Methods 00017 protected: 00019 EndoScoutSource() : Node() 00020 {} 00021 00022 bool modified; 00023 public: 00027 virtual int isEventGenerator() 00028 { 00029 return 1; 00030 } 00031 00032 friend class EndoScoutModule; 00033 }; 00034 00035 } // namespace ot 00036 00037 #endif
1.4.6