hemocell
|
#include <cellInfo.h>
Classes | |
class | allCellInformation |
class | CellArea |
class | CellAtomicBlock |
class | CellBoundingBox |
class | CellPosition |
class | CellStretch |
class | CellType |
class | CellVolume |
Static Public Member Functions | |
static void | clear_list () |
static void | calculate_vol_pos_area (HemoCell *) |
static void | calculateCellVolume (HemoCell *) |
static void | calculateCellArea (HemoCell *) |
static void | calculateCellPosition (HemoCell *) |
static void | calculateCellStretch (HemoCell *) |
static void | calculateCellBoundingBox (HemoCell *) |
static void | calculateCellAtomicBlock (HemoCell *) |
static void | calculateCellType (HemoCell *) |
static void | calculateCellVelocity (HemoCell *) |
static pluint | getTotalNumberOfCells (HemoCell *) |
static pluint | getNumberOfCellsFromType (HemoCell *, string type) |
static void | calculateCellInformation (HemoCell *, map< int, CellInformation > &) |
Calculate all possible macroscopic information and return it within the reference. | |
Static Public Attributes | |
static map< int, CellInformation > | info_per_cell = map<int,CellInformation>() |
Static Private Attributes | |
static HemoCell * | hemocell = 0 |
|
static |
|
static |
|
static |
|
static |
|
static |
Calculate all possible macroscopic information and return it within the reference.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticprivate |
|
static |