• Main Page
  • Classes
  • Files
  • File List

D:/Radagast_D/Projekt/ECF_trunk/ECF/TermMaxGenOp.h

00001 #ifndef TermMaxGenOp_H
00002 #define TermMaxGenOp_H
00003 
00007 class TermMaxGenOp : public Operator
00008 {
00009 public:
00010     void registerParameters(StateP);
00011     bool initialize(StateP);
00012     bool operate(StateP);
00013 protected:
00014     uint nGenerations_;
00015 };
00016 typedef boost::shared_ptr<TermMaxGenOp> TermMaxGenOpP;
00017 
00018 #endif // TermMaxGenOp_H

Generated on Wed Sep 1 2010 14:31:21 for ECF by  doxygen 1.7.1