• Main Page
  • Classes
  • Files
  • File List

D:/Radagast_D/Projekt/ECF_trunk/ECF/permutation/PermutationMutToggle.h

00001 #ifndef PERMUTATIONMUTTOGGLE_H_
00002 #define PERMUTATIONMUTTOGGLE_H_
00003 
00004 #include "Permutation.h"
00005 
00006 
00007 namespace Permutation
00008 {
00009 
00013 class PermutationMutToggle: public MutationOp {
00014 public:
00015     bool mutate(GenotypeP gene);
00016     bool initialize(StateP);
00017     void registerParameters(StateP);
00018 };
00019 typedef boost::shared_ptr<PermutationMutToggle> PermutationMutToggleP;
00020 }
00021 #endif /* PERMUTATIONMUTTOGGLE_H_ */

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