This class implement the abstraction of a biological gene network. More...
#include <itkBioGeneNetwork.h>
Public Types | |
typedef std::vector< float > | DomainsType |
typedef std::vector< float > | ProteomeType |
Public Member Functions | |
void | Copy (const GeneNetwork &genome) |
GeneNetwork () | |
virtual | ~GeneNetwork () |
This class implement the abstraction of a biological gene network.
This class is implemented to iteratively compute the state of the gene network following update rules (typical Partial Differential Equations).
Definition at line 37 of file itkBioGeneNetwork.h.
typedef std::vector< float > itk::bio::GeneNetwork::DomainsType |
Definition at line 41 of file itkBioGeneNetwork.h.
typedef std::vector< float > itk::bio::GeneNetwork::ProteomeType |
Definition at line 40 of file itkBioGeneNetwork.h.
itk::bio::GeneNetwork::GeneNetwork | ( | ) |
virtual itk::bio::GeneNetwork::~GeneNetwork | ( | ) | [virtual] |
void itk::bio::GeneNetwork::Copy | ( | const GeneNetwork & | genome | ) |