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

D:/Projekt/ECF_trunk/ECF/permutation/PermutationMutIns.h

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

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