#include <DNA.h>
Collaboration diagram for CDNA:
Public Methods | |
int | CheckTerm () |
void | Divide () |
double | OddGD () |
void | AdvanceFork () |
void | OldInit () |
void | Termination () |
void | ComputeBoxes () |
void | EcoInit () |
CDNA (const CDNA &rDNA, CCell *pCell) | |
CDNA (CCell *pCell) | |
virtual | ~CDNA () |
Public Attributes | |
int | NTOT |
int | NORG |
double | MidBound |
Private Methods | |
double | gamma (double Z) |
double | Equilibrium () |
CDNA () | |
Private Attributes | |
int | NFTERM |
CCell * | m_pCell |
double | GD |
int | NPOS |
double | DnaABoxes [3] |
int | NumForks [3] |
double | ForkPos [3] |
double | TotalGD |
int | NumChrome |
double | DnaA |
double | Kd [3] |
|
Definition at line 53 of file DNA.cpp. References m_pCell. |
|
Definition at line 16 of file DNA.cpp. References DnaA, DnaABoxes, ForkPos, GD, Kd, m_pCell, MidBound, NFTERM, NORG, NPOS, NTOT, NumChrome, NumForks, and TotalGD. |
|
|
|
|
|
Definition at line 180 of file DNA.cpp. References CComponents::DT, ForkPos, CCell::GetComponents, CComponents::GetDY8S, m_pCell, NPOS, and NTOT. |
|
Definition at line 266 of file DNA.cpp. References NFTERM. Referenced by CGeometry::UpdateShape. |
|
Definition at line 129 of file DNA.cpp. References DnaABoxes, ForkPos, and NumChrome. Referenced by EcoInit. |
|
Definition at line 252 of file DNA.cpp. References DnaA, GD, NORG, NPOS, NTOT, NumChrome, and NumForks. Referenced by CCell::Division. |
|
Definition at line 60 of file DNA.cpp. References ComputeBoxes, DnaA, DnaABoxes, CComponents::DT, Equilibrium, ForkPos, gamma, CCell::GetComponents, CComponents::GetDY6S, CCell::GetGeometry, CGeometry::GetVolume, CComponents::GetY, Kd, m_pCell, MidBound, NORG, NPOS, NTOT, NumChrome, NumForks, and TotalGD. |
|
Definition at line 191 of file DNA.cpp. References DnaA, DnaABoxes, CCell::GetGeometry, CGeometry::GetVolume, Kd, and m_pCell. Referenced by EcoInit. |
|
Definition at line 219 of file DNA.cpp. References CDisplay::ErrorMessage, CCell::GetDisplay, and m_pCell. Referenced by EcoInit. |
|
Definition at line 232 of file DNA.cpp. Referenced by CComponents::Flux. |
|
|
|
Definition at line 157 of file DNA.cpp. References ForkPos, NFTERM, NPOS, NTOT, NumChrome, and NumForks. |
|
Definition at line 45 of file DNA.h. Referenced by CDNA, Divide, EcoInit, and Equilibrium. |
|
Definition at line 40 of file DNA.h. Referenced by CDNA, ComputeBoxes, EcoInit, and Equilibrium. |
|
Definition at line 42 of file DNA.h. Referenced by AdvanceFork, CDNA, ComputeBoxes, EcoInit, and Termination. |
|
|
|
Definition at line 46 of file DNA.h. Referenced by CDNA, EcoInit, and Equilibrium. |
|
Definition at line 37 of file DNA.h. Referenced by AdvanceFork, CDNA, EcoInit, Equilibrium, and gamma. |
|
Definition at line 30 of file DNA.h. Referenced by CDNA, EcoInit, and CComponents::Flux. |
|
Definition at line 33 of file DNA.h. Referenced by CDNA, CheckTerm, and Termination. |
|
Definition at line 29 of file DNA.h. Referenced by CDNA, Divide, EcoInit, and CComponents::Flux. |
|
Definition at line 39 of file DNA.h. Referenced by AdvanceFork, CDNA, Divide, EcoInit, and Termination. |
|
Definition at line 28 of file DNA.h. Referenced by AdvanceFork, CDNA, Divide, EcoInit, CComponents::Flux, and Termination. |
|
Definition at line 44 of file DNA.h. Referenced by CDNA, ComputeBoxes, Divide, EcoInit, and Termination. |
|
Definition at line 41 of file DNA.h. Referenced by CDNA, Divide, EcoInit, and Termination. |
|
|