mEmcPRDFToRawModule.h

Go to the documentation of this file.
00001 #ifndef __mEmcPRDFToRawModule_h__
00002 #define __mEmcPRDFToRawModule_h__
00003 
00004 #include "EMCModule.h"
00005 
00010 class PHCompositeNode;
00011 
00012 class mEmcPRDFToRawModule : public EMCModule
00013 {
00014 
00015 public:
00016   mEmcPRDFToRawModule();
00017   virtual ~mEmcPRDFToRawModule(){}
00018 
00019   PHBoolean event(PHCompositeNode*);
00020 };
00021 
00022 #endif