18 #ifndef itkGroupSpatialObject_h
19 #define itkGroupSpatialObject_h
38 template<
unsigned int TDimension = 3 >
69 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
73 #ifndef ITK_MANUAL_INSTANTIATION
74 #include "itkGroupSpatialObject.hxx"
77 #endif // itkGroupSpatialObject_h
SpatialObject< TDimension > Superclass
void operator=(const Self &)
Superclass::TreeNodeType TreeNodeType
bool ComputeLocalBoundingBox() const override
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
virtual void PrintSelf(std::ostream &os, Indent indent) const override
virtual ~GroupSpatialObject()
TreeNodeType::ChildrenListType TreeNodeChildrenListType
Implementation of the composite pattern.
SpatialObjectTreeNode< VDimension > TreeNodeType
Representation of a group based on the spatial object classes.
Control indentation during Print() invocation.
Base class for all data objects in ITK.