18 #ifndef itkBlobSpatialObject_h
19 #define itkBlobSpatialObject_h
45 template<
unsigned int TDimension = 3 >
48 SpatialObjectPoint< TDimension > >
83 void PrintSelf(std::ostream & os,
Indent indent)
const override;
90 #ifndef ITK_MANUAL_INSTANTIATION
91 #include "itkBlobSpatialObject.hxx"
94 #endif // itkBlobSpatialObject_h
std::vector< BlobPointType > BlobPointListType
Spatial object representing a potentially amorphous object.
This class serves as the base class for point-based spatial objects.
typename Superclass::BoundingBoxType BoundingBoxType
Implementation of the composite pattern.
typename Superclass::PointType PointType
typename Superclass::SpatialObjectPointType SpatialObjectPointType
Point used for spatial objets.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Control indentation during Print() invocation.
ImageBaseType::PointType PointType
Base class for most ITK classes.
typename Superclass::TransformType TransformType
Base class for all data objects in ITK.