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

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

00001 #ifndef TreeCrxOnePoint_h
00002 #define TreeCrxOnePoint_h
00003 
00004 
00005 namespace Tree
00006 {
00007 
00014 class TreeCrxOnePoint : public CrossoverOp
00015 {
00016 public:
00017     bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
00018     bool initialize(StateP);
00019     void registerParameters(StateP);
00020 };
00021 typedef boost::shared_ptr<TreeCrxOnePoint> TreeCrxOnePointP;
00022 }
00023 #endif // TreeCrxOnePoint_h

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