ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkBioCellularAggregate.h>
Base class for different types of cellular groups, including bacterial colonies and pluricellular organisms.
This class represents an aggregation of bio::Cell objects.
Definition at line 43 of file itkBioCellularAggregate.h.
Public Member Functions | |
virtual void | Add (CellBase *cell) |
virtual void | Add (CellBase *cell, const VectorType &perturbation) |
virtual void | Add (CellBase *cellA, CellBase *cellB, double perturbationLength) |
virtual void | AddSubstrate (SubstrateType *substrate) |
virtual void | AdvanceTimeStep (void) |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
void | DumpContent (std::ostream &os) const |
virtual MeshType * | GetMesh () |
virtual const MeshType * | GetMesh () |
virtual const char * | GetNameOfClass () const |
unsigned int | GetNumberOfCells (void) const |
virtual SubstratesVector & | GetSubstrates (void) |
virtual SubstrateValueType | GetSubstrateValue (IdentifierType cellId, unsigned int substrateId) const |
virtual void | GetVoronoi (IdentifierType cellId, VoronoiRegionAutoPointer &) const |
virtual void | KillAll (void) |
virtual void | Remove (CellBase *cell) |
virtual void | SetEgg (BioCellType *cell, const PointType &position) |
void | SetGrowthRadiusIncrement (double value) |
void | SetGrowthRadiusLimit (double value) |
Public Member Functions inherited from itk::bio::CellularAggregateBase | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static unsigned int | GetDimension () |
static Pointer | New () |
Static Public Member Functions inherited from itk::bio::CellularAggregateBase | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | SpaceDimension = NSpaceDimension |
Protected Member Functions | |
CellularAggregate () | |
CellularAggregate (const Self &) | |
virtual void | ClearForces (void) |
virtual void | ComputeClosestPoints (void) |
virtual void | ComputeForces (void) |
void | operator= (const Self &) |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | UpdatePositions (void) |
virtual | ~CellularAggregate () |
Protected Member Functions inherited from itk::bio::CellularAggregateBase | |
CellularAggregateBase () | |
CellularAggregateBase (const Self &) | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual | ~CellularAggregateBase () |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Attributes | |
SizeValueType | m_ClosestPointComputationInterval |
double | m_FrictionForce |
SizeValueType | m_Iteration |
MeshPointer | m_Mesh |
SubstratesVector | m_Substrates |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef Cell< NSpaceDimension > itk::bio::CellularAggregate< NSpaceDimension >::BioCellType |
Definition at line 61 of file itkBioCellularAggregate.h.
typedef MeshType::CellAutoPointer itk::bio::CellularAggregate< NSpaceDimension >::CellAutoPointer |
Definition at line 95 of file itkBioCellularAggregate.h.
typedef CellInterface< typename MeshType::CellPixelType, typename MeshType::CellTraits > itk::bio::CellularAggregate< NSpaceDimension >::CellInterfaceType |
Voronoi region around a bio::Cell
Definition at line 100 of file itkBioCellularAggregate.h.
typedef double itk::bio::CellularAggregate< NSpaceDimension >::CellPixelType |
Definition at line 63 of file itkBioCellularAggregate.h.
typedef PointDataContainer::ConstIterator itk::bio::CellularAggregate< NSpaceDimension >::CellsConstIterator |
Definition at line 93 of file itkBioCellularAggregate.h.
typedef PointDataContainer::Iterator itk::bio::CellularAggregate< NSpaceDimension >::CellsIterator |
Definition at line 90 of file itkBioCellularAggregate.h.
typedef SmartPointer< const Self > itk::bio::CellularAggregate< NSpaceDimension >::ConstPointer |
Definition at line 50 of file itkBioCellularAggregate.h.
typedef float itk::bio::CellularAggregate< NSpaceDimension >::ImagePixelType |
Convenient typedefs.
Definition at line 106 of file itkBioCellularAggregate.h.
typedef MeshType::ConstPointer itk::bio::CellularAggregate< NSpaceDimension >::MeshConstPointer |
Definition at line 82 of file itkBioCellularAggregate.h.
typedef MeshType::Pointer itk::bio::CellularAggregate< NSpaceDimension >::MeshPointer |
Mesh Associated types
Definition at line 81 of file itkBioCellularAggregate.h.
typedef DefaultDynamicMeshTraits< PointPixelType, NSpaceDimension, NSpaceDimension, double, double, CellPixelType > itk::bio::CellularAggregate< NSpaceDimension >::MeshTraits |
Mesh Traits
Definition at line 73 of file itkBioCellularAggregate.h.
typedef Mesh< PointPixelType, NSpaceDimension, MeshTraits > itk::bio::CellularAggregate< NSpaceDimension >::MeshType |
Mesh Traits
Definition at line 78 of file itkBioCellularAggregate.h.
typedef MeshType::PointDataContainer itk::bio::CellularAggregate< NSpaceDimension >::PointDataContainer |
Definition at line 87 of file itkBioCellularAggregate.h.
typedef SmartPointer< Self > itk::bio::CellularAggregate< NSpaceDimension >::Pointer |
Definition at line 49 of file itkBioCellularAggregate.h.
typedef BioCellType* itk::bio::CellularAggregate< NSpaceDimension >::PointPixelType |
Definition at line 62 of file itkBioCellularAggregate.h.
typedef PointsContainer::ConstIterator itk::bio::CellularAggregate< NSpaceDimension >::PointsConstIterator |
Definition at line 92 of file itkBioCellularAggregate.h.
typedef MeshType::PointsContainer itk::bio::CellularAggregate< NSpaceDimension >::PointsContainer |
Definition at line 86 of file itkBioCellularAggregate.h.
typedef PointsContainer::Iterator itk::bio::CellularAggregate< NSpaceDimension >::PointsIterator |
Definition at line 89 of file itkBioCellularAggregate.h.
typedef MeshType::PointType itk::bio::CellularAggregate< NSpaceDimension >::PointType |
Definition at line 83 of file itkBioCellularAggregate.h.
typedef CellularAggregate itk::bio::CellularAggregate< NSpaceDimension >::Self |
Standard class typedefs.
Definition at line 47 of file itkBioCellularAggregate.h.
typedef SubstrateType::Pointer itk::bio::CellularAggregate< NSpaceDimension >::SubstratePointer |
Definition at line 108 of file itkBioCellularAggregate.h.
typedef std::vector< SubstratePointer > itk::bio::CellularAggregate< NSpaceDimension >::SubstratesVector |
Definition at line 110 of file itkBioCellularAggregate.h.
typedef Image< ImagePixelType, NSpaceDimension > itk::bio::CellularAggregate< NSpaceDimension >::SubstrateType |
Definition at line 107 of file itkBioCellularAggregate.h.
typedef ImagePixelType itk::bio::CellularAggregate< NSpaceDimension >::SubstrateValueType |
Definition at line 109 of file itkBioCellularAggregate.h.
typedef CellularAggregateBase itk::bio::CellularAggregate< NSpaceDimension >::Superclass |
Definition at line 48 of file itkBioCellularAggregate.h.
typedef BioCellType::VectorType itk::bio::CellularAggregate< NSpaceDimension >::VectorType |
Definition at line 84 of file itkBioCellularAggregate.h.
typedef VoronoiRegionsContainer::ConstIterator itk::bio::CellularAggregate< NSpaceDimension >::VoronoiConstIterator |
Definition at line 94 of file itkBioCellularAggregate.h.
typedef VoronoiRegionsContainer::Iterator itk::bio::CellularAggregate< NSpaceDimension >::VoronoiIterator |
Definition at line 91 of file itkBioCellularAggregate.h.
typedef VoronoiRegionType::SelfAutoPointer itk::bio::CellularAggregate< NSpaceDimension >::VoronoiRegionAutoPointer |
Definition at line 103 of file itkBioCellularAggregate.h.
typedef MeshType::CellsContainer itk::bio::CellularAggregate< NSpaceDimension >::VoronoiRegionsContainer |
Definition at line 88 of file itkBioCellularAggregate.h.
typedef PolygonCell< CellInterfaceType > itk::bio::CellularAggregate< NSpaceDimension >::VoronoiRegionType |
Definition at line 102 of file itkBioCellularAggregate.h.
|
protected |
|
protectedvirtual |
|
protected |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from itk::bio::CellularAggregateBase.
|
virtual |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
void itk::bio::CellularAggregate< NSpaceDimension >::DumpContent | ( | std::ostream & | os | ) | const |
|
inlinestatic |
Definition at line 115 of file itkBioCellularAggregate.h.
|
virtual |
|
virtual |
|
virtual |
Standard part of all itk objects.
Reimplemented from itk::bio::CellularAggregateBase.
unsigned int itk::bio::CellularAggregate< NSpaceDimension >::GetNumberOfCells | ( | void | ) | const |
|
virtual |
|
virtual |
Reimplemented from itk::bio::CellularAggregateBase.
|
virtual |
|
virtual |
|
static |
Method for creation through the object factory.
|
protected |
|
protectedvirtual |
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.
|
virtual |
Reimplemented from itk::bio::CellularAggregateBase.
|
virtual |
void itk::bio::CellularAggregate< NSpaceDimension >::SetGrowthRadiusIncrement | ( | double | value | ) |
void itk::bio::CellularAggregate< NSpaceDimension >::SetGrowthRadiusLimit | ( | double | value | ) |
|
protectedvirtual |
|
private |
Definition at line 171 of file itkBioCellularAggregate.h.
|
private |
Definition at line 169 of file itkBioCellularAggregate.h.
|
private |
Definition at line 170 of file itkBioCellularAggregate.h.
|
private |
Definition at line 167 of file itkBioCellularAggregate.h.
|
private |
Definition at line 168 of file itkBioCellularAggregate.h.
|
static |
Definition at line 58 of file itkBioCellularAggregate.h.