#include <itkBioCellularAggregateBase.h>
Inheritance diagram for itk::bio::CellularAggregateBase:
Public Types | |
typedef CellularAggregateBase | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef float | ImagePixelType |
typedef ImagePixelType | SubstrateValueType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | Add (CellBase *cellA, CellBase *cellB, double perturbationLength) |
virtual void | Remove (CellBase *cell) |
virtual SubstrateValueType | GetSubstrateValue (unsigned long int cellId, unsigned int substrateId) const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
CellularAggregateBase () | |
virtual | ~CellularAggregateBase () |
CellularAggregateBase (const Self &) | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Definition at line 34 of file itkBioCellularAggregateBase.h.
|
Reimplemented from itk::Object. Reimplemented in itk::bio::CellularAggregate< NSpaceDimension >. Definition at line 41 of file itkBioCellularAggregateBase.h. |
|
Convenient typedefs. Reimplemented in itk::bio::CellularAggregate< NSpaceDimension >. Definition at line 50 of file itkBioCellularAggregateBase.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::bio::CellularAggregate< NSpaceDimension >. Definition at line 40 of file itkBioCellularAggregateBase.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Reimplemented in itk::bio::CellularAggregate< NSpaceDimension >. Definition at line 38 of file itkBioCellularAggregateBase.h. |
|
Reimplemented in itk::bio::CellularAggregate< NSpaceDimension >. Definition at line 51 of file itkBioCellularAggregateBase.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::bio::CellularAggregate< NSpaceDimension >. Definition at line 39 of file itkBioCellularAggregateBase.h. |
|
|
|
|
|
|
|
Reimplemented in itk::bio::CellularAggregate< NSpaceDimension >. |
|
Standard part of all itk objects. Reimplemented from itk::Object. Reimplemented in itk::bio::CellularAggregate< NSpaceDimension >. |
|
Reimplemented in itk::bio::CellularAggregate< NSpaceDimension >. |
|
Method for creation through the object factory. Reimplemented from itk::Object. Reimplemented in itk::bio::CellularAggregate< NSpaceDimension >. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Object. Reimplemented in itk::bio::CellularAggregate< NSpaceDimension >. |
|
Reimplemented in itk::bio::CellularAggregate< NSpaceDimension >. |