Public Member Functions | Public Attributes

MyGenotype Class Reference

Inheritance diagram for MyGenotype:
Genotype

List of all members.

Public Member Functions

MyGenotypecopy ()
void registerParameters (StateP state)
bool initialize (StateP state)
void write (XMLNode &xMyGenotype)
void read (XMLNode &xMyGenotype)

Public Attributes

std::vector< double > realValues_

Detailed Description

Definition at line 94 of file primjeri.cpp.


Member Function Documentation

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]

Read genotype data from XMLNode

Implements Genotype.

Definition at line 168 of file primjeri.cpp.

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]

Write genotype data to XMLNode

Implements Genotype.

Definition at line 154 of file primjeri.cpp.


The documentation for this class was generated from the following file: