18 #ifndef itkBioCellularAggregateBase_h
19 #define itkBioCellularAggregateBase_h
24 #include "ITKBioCellExport.h"
49 itkTypeMacro(BioCellularAggregateBase,
Object);
59 virtual void Add(
CellBase *cellA,
CellBase *cellB,
double perturbationLength);
64 unsigned int substrateId)
const;
70 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
Light weight base class for most itk classes.
CellularAggregateBase Self
ImagePixelType SubstrateValueType
SizeValueType IdentifierType
Base class for the CellularAggregates.
SmartPointer< const Self > ConstPointer
Non-templated Base class from which the templated Cell classes will be derived.
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
Base class for most ITK classes.