ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkBioGeneNetwork.h>
This class implements 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 39 of file 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 () |
Private Attributes | |
DomainsType | m_DomainConcentration |
ProteomeType | m_ProteinConcentration |
typedef std::vector< float > itk::bio::GeneNetwork::DomainsType |
Definition at line 43 of file itkBioGeneNetwork.h.
typedef std::vector< float > itk::bio::GeneNetwork::ProteomeType |
Definition at line 42 of file itkBioGeneNetwork.h.
itk::bio::GeneNetwork::GeneNetwork | ( | ) |
|
virtual |
void itk::bio::GeneNetwork::Copy | ( | const GeneNetwork & | genome | ) |
|
private |
Definition at line 65 of file itkBioGeneNetwork.h.
|
private |
Definition at line 55 of file itkBioGeneNetwork.h.