18 #ifndef itkBoxSpatialObject_h
19 #define itkBoxSpatialObject_h
35 template<
unsigned int TDimension = 3 >
64 unsigned int depth = 0,
65 char *name = ITK_NULLPTR) const ITK_OVERRIDE;
70 unsigned int depth = 0,
71 char *name = ITK_NULLPTR) const ITK_OVERRIDE;
76 char *) const ITK_OVERRIDE;
90 void operator=(const Self &);
98 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
102 #ifndef ITK_MANUAL_INSTANTIATION
103 #include "itkBoxSpatialObject.hxx"
106 #endif // itkBoxSpatialObject_h
Point< ScalarType, VDimension > PointType
VectorContainer< IdentifierType, PointType > PointContainerType
The class may be used to represent N-dimensional boxes. In two dimensions it is a rectangle...
BoundingBox< IdentifierType, VDimension, ScalarType, VectorContainerType > BoundingBoxType
Represent the size (bounds) of a n-dimensional image.
virtual bool IsEvaluableAt(const PointType &point, unsigned int depth=0, char *name=nullptr) const override
virtual void PrintSelf(std::ostream &os, Indent indent) const override
FixedArray< double, TDimension > SizeType
virtual bool ComputeLocalBoundingBox() const override
SmartPointer< const Self > ConstPointer
Implementation of the composite pattern.
virtual bool IsInside(const PointType &point, unsigned int depth, char *) const override
Superclass::TransformType TransformType
Superclass::BoundingBoxType BoundingBoxType
SpatialObject< TDimension > Superclass
SmartPointer< Self > Pointer
Superclass::PointType PointType
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Control indentation during Print() invocation.
ScalableAffineTransform< double, VDimension > TransformType
virtual bool ValueAt(const PointType &point, double &value, unsigned int depth=0, char *name=nullptr) const override
Base class for all data objects in ITK.
SmartPointer< Superclass > SuperclassPointer