• Main Page
  • Modules
  • Classes
  • Files
  • File List

D:/Projekt/ECF_trunk/ECF/tree/TreeMutNodeComplement.h

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

Generated on Tue Nov 4 2014 13:04:31 for ECF by  doxygen 1.7.1