• Main Page
  • Classes
  • Files
  • File List

D:/Radagast_D/Projekt/ECF_trunk/ECF/tree/TreeMutHoist.h

00001 #ifndef TreeMutHoist_h
00002 #define TreeMutHoist_h
00003 
00004 
00005 namespace Tree
00006 {
00007 
00011 class TreeMutHoist : public MutationOp
00012 {
00013 public:
00014     bool mutate(GenotypeP gene);
00015     bool initialize(StateP);
00016     void registerParameters(StateP);
00017 };
00018 typedef boost::shared_ptr<TreeMutHoist> TreeMutHoistP;
00019 }
00020 #endif // TreeMutHoist_h

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