mEmcGetDCMModule.h

Go to the documentation of this file.
00001 #ifndef __mEmcGetDCMModule_h__
00002 #define __mEmcGetDCMModule_h__
00003 
00004 #include "EMCModule.h"
00005 
00008 class mEmcGetDCMModule : public EMCModule
00009 {
00010 
00011 public:
00012   mEmcGetDCMModule();
00013   virtual ~mEmcGetDCMModule(){}
00014 
00015   PHBoolean event(PHCompositeNode*);
00016 };
00017 #endif