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

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

00001 #ifndef TreeCrxSimple_h
00002 #define TreeCrxSimple_h
00003 
00008 class TreeCrxSimple : public CrossoverOp
00009 {
00010 public:
00011     bool mate(GenotypeP gen1, GenotypeP gen2, GenotypeP child);
00012     bool initialize(StateP);
00013     void registerParameters(StateP);
00014 };
00015 typedef boost::shared_ptr<TreeCrxSimple> TreeCrxSimpleP;
00016 
00017 #endif // TreeCrxSimple_h
00018 
00019 

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