![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkBioGeneNetwork.h>
Collaboration diagram for itk::bio::GeneNetwork: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 |
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 38 of file itkBioGeneNetwork.h.
| typedef std::vector< float > itk::bio::GeneNetwork::DomainsType |
Definition at line 42 of file itkBioGeneNetwork.h.
| typedef std::vector< float > itk::bio::GeneNetwork::ProteomeType |
Definition at line 41 of file itkBioGeneNetwork.h.
| itk::bio::GeneNetwork::GeneNetwork | ( | ) |
|
virtual |
| void itk::bio::GeneNetwork::Copy | ( | const GeneNetwork & | genome | ) |
|
private |
Definition at line 63 of file itkBioGeneNetwork.h.
|
private |
Definition at line 53 of file itkBioGeneNetwork.h.
1.8.1