#include <Cell.h>
Collaboration diagram for CCell:
Public Methods | |
CDNA * | GetDNA () |
void | AdvanceTime (double DT) |
void | Generation () |
CDisplay * | GetDisplay () |
CComponents * | GetComponents () |
CGeometry * | GetGeometry () |
void | Division () |
void | Run () |
CCell & | operator= (const CCell &rhs) |
CCell (const CCell &rCell) | |
CCell () | |
virtual | ~CCell () |
Public Attributes | |
double | TotalTime |
Private Methods | |
bool | DivisionCheck () |
Private Attributes | |
double | GenTime |
CDNA * | m_pDNA |
CDisplay * | m_pDisplay |
CGeometry * | m_pGeometry |
CComponents * | m_pComponents |
int | NGEN |
|
Definition at line 40 of file Cell.cpp. References m_pComponents, m_pDisplay, m_pDNA, and m_pGeometry. |
|
Definition at line 18 of file Cell.cpp. References GenTime, m_pComponents, m_pDisplay, m_pDNA, m_pGeometry, NGEN, and TotalTime. |
|
Definition at line 30 of file Cell.cpp. References m_pComponents, m_pDisplay, m_pDNA, and m_pGeometry. |
|
Definition at line 143 of file Cell.cpp. References GenTime, and TotalTime. Referenced by CComponents::Integrate. |
|
Definition at line 81 of file Cell.cpp. References CGeometry::Divide, CDNA::Divide, CComponents::Divide, m_pComponents, m_pDNA, m_pGeometry, and NGEN. |
|
Definition at line 125 of file Cell.cpp. References GetComponents, GetGeometry, CGeometry::GetSepf, and CComponents::NextY. |
|
Definition at line 103 of file Cell.cpp. Referenced by Run. |
|
Definition at line 93 of file Cell.cpp. References m_pComponents. Referenced by CGeometry::AddSepta, CDNA::AdvanceFork, CGeometry::ComputeVolume, DivisionCheck, CDNA::EcoInit, CDisplay::PrintComponents, and CGeometry::UpdateShape. |
|
Definition at line 98 of file Cell.cpp. References m_pDisplay. Referenced by CGeometry::CalcWidth, CComponents::CheckNegConc, CGeometry::CheckVolume, CComponents::Flux, and CDNA::gamma. |
|
Definition at line 149 of file Cell.cpp. References m_pDNA. Referenced by CComponents::Flux, and CGeometry::UpdateShape. |
|
Definition at line 89 of file Cell.cpp. References m_pGeometry. Referenced by DivisionCheck, CDNA::EcoInit, CDNA::Equilibrium, CComponents::Flux, CComponents::Integrate, and CDisplay::PrintGeometry. |
|
Definition at line 49 of file Cell.cpp. References m_pComponents, m_pDisplay, m_pDNA, and m_pGeometry. |
|
Definition at line 68 of file Cell.cpp. References CGeometry::CheckVolume, Generation, m_pComponents, m_pGeometry, NGEN, and CComponents::StartAverages. Referenced by main. |
|
Definition at line 36 of file Cell.h. Referenced by AdvanceTime, and CCell. |
|
Definition at line 40 of file Cell.h. Referenced by CCell, Division, GetComponents, operator=, Run, and ~CCell. |
|
Definition at line 38 of file Cell.h. Referenced by CCell, GetDisplay, operator=, and ~CCell. |
|
Definition at line 37 of file Cell.h. Referenced by CCell, Division, GetDNA, operator=, and ~CCell. |
|
Definition at line 39 of file Cell.h. Referenced by CCell, Division, GetGeometry, operator=, Run, and ~CCell. |
|
|
|
Definition at line 33 of file Cell.h. Referenced by AdvanceTime, CCell, CDisplay::PrintComponents, and CDisplay::PrintGeometry. |