Public Member Functions | |
MyGenotype * | copy () |
void | registerParameters (StateP state) |
bool | initialize (StateP state) |
void | write (XMLNode &xMyGenotype) |
void | read (XMLNode &xMyGenotype) |
Public Attributes | |
std::vector< double > | realValues_ |
Definition at line 94 of file primjeri.cpp.
MyGenotype* MyGenotype::copy | ( | ) | [inline, virtual] |
Create an identical copy of the genotype object
Implements Genotype.
Definition at line 106 of file primjeri.cpp.
bool MyGenotype::initialize | ( | StateP | state | ) | [inline, virtual] |
Initialize a genotype object (read parameters, perform sanity check, build data)
Implements Genotype.
Definition at line 135 of file primjeri.cpp.
void MyGenotype::read | ( | XMLNode & | ) | [inline, virtual] |
void MyGenotype::registerParameters | ( | StateP | ) | [inline, virtual] |
Register genotype's parameters (called before Genotype::initialize)
Reimplemented from Genotype.
Definition at line 129 of file primjeri.cpp.
void MyGenotype::write | ( | XMLNode & | ) | [inline, virtual] |