00001 /* 00002 * 00003 * Program: Slicer Image-Guided Navigator (The SIGN) 00004 * Module: $RCSfile: QuatToMatrix.h,v $ 00005 */ 00014 #ifndef __SIGNQUATTOMATRIX_H__ 00015 #define __SIGNQUATTOMATRIX_H__ 00016 00017 #include <string> 00018 00019 #include <OpenTracker/OpenTracker.h> 00020 00021 #include <OpenTracker/dllinclude.h> 00022 00023 class OPENTRACKER_API QuatToMatrix : public ot::Node 00024 { 00025 private: 00026 // Methods 00027 public: 00031 QuatToMatrix(); 00032 00036 virtual int isEventGenerator() 00037 { 00038 return 1; 00039 } 00040 00041 00047 virtual void onEventGenerated( ot::Event& event, ot::Node & generator); 00048 00049 00050 }; 00051 00052 #endif
1.4.6