mEmcGeaTowerEvalModule.h

Go to the documentation of this file.
00001 #ifndef __MEMCGEATOWEREVALMODULE_H__
00002 #define __MEMCGEATOWEREVALMODULE_H__
00003 
00004 #include "phool.h"
00005 #include "PHNode.h"
00006 #include "PHPointerList.h"
00007 
00008 class PHCompositeNode;
00009 
00010 class mEmcGeaTowerEvalModule
00011 {
00012 public:
00013   mEmcGeaTowerEvalModule(){}
00014   virtual ~mEmcGeaTowerEvalModule(){}
00015   PHBoolean event(PHCompositeNode *);
00016 
00017 protected:
00018   PHBoolean callPAM(PHPointerList<PHNode>&);
00019 };
00020 #endif /*__MEMCGEATOWEREVALMODULE_H__*/