#include <itkBioCell.h>
Inheritance diagram for itk::bio::Cell< NSpaceDimension >:
Public Types | |
typedef CellBase | Superclass |
typedef itk::Vector< double, NSpaceDimension > | VectorType |
typedef itk::Point< double, NSpaceDimension > | PointType |
Public Member Functions | |
virtual | ~Cell () |
virtual void | ClearForce (void) |
virtual void | AddForce (const VectorType &force) |
virtual void | AdvanceTimeStep (void) |
virtual void | Mitosis (void) |
virtual void | Apoptosis (void) |
virtual void | ReceptorsReading (void) |
virtual void | SetCellularAggregate (CellularAggregateBase *) |
virtual CellularAggregateBase * | GetCellularAggregate (void) |
virtual const CellularAggregateBase * | GetCellularAggregate (void) const |
virtual const VectorType & | GetForce (void) const |
Static Public Member Functions | |
const char * | GetSpeciesName (void) |
Cell * | CreateEgg (void) |
unsigned int | GetDimension () |
Protected Member Functions | |
Cell () | |
Protected Attributes | |
VectorType | m_Force |
CellularAggregateBase * | m_Aggregate |
Friends | |
class | CellularAggregateBase |
Definition at line 40 of file itkBioCell.h.
|
Definition at line 46 of file itkBioCell.h. |
|
Definition at line 43 of file itkBioCell.h. |
|
Definition at line 45 of file itkBioCell.h. |
|
|
|
|
|
|
|
|
|
Reimplemented from itk::bio::CellBase. |
|
|
|
|
|
|
|
|
|
Definition at line 68 of file itkBioCell.h. |
|
|
|
Definition at line 64 of file itkBioCell.h. |
|
|
|
|
|
|
|
Definition at line 48 of file itkBioCell.h. |
|
Definition at line 82 of file itkBioCell.h. |
|
Definition at line 80 of file itkBioCell.h. |