18 #ifndef itkPlaneSpatialObject_h
19 #define itkPlaneSpatialObject_h
36 template<
unsigned int TDimension = 3 >
64 unsigned int depth = 0,
char *name = ITK_NULLPTR) const ITK_OVERRIDE;
69 unsigned int depth = 0,
char *name = ITK_NULLPTR) const ITK_OVERRIDE;
73 unsigned int depth,
char *name) const ITK_OVERRIDE;
86 itkSetMacro(UpperPoint, PointType);
87 itkGetMacro(LowerPoint, PointType);
88 itkGetMacro(UpperPoint, PointType);
92 void operator=(const
Self &) ITK_DELETE_FUNCTION;
101 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
105 #ifndef ITK_MANUAL_INSTANTIATION
106 #include "itkPlaneSpatialObject.hxx"
109 #endif // itkPlaneSpatialObject_h
Point< ScalarType, VDimension > PointType
SmartPointer< const Self > ConstPointer
BoundingBox< IdentifierType, VDimension, ScalarType, VectorContainerType > BoundingBoxType
virtual bool ValueAt(const PointType &point, double &value, unsigned int depth=0, char *name=nullptr) const override
static const unsigned int NumberOfDimension
SmartPointer< PointContainerType > PointContainerPointer
virtual bool IsEvaluableAt(const PointType &point, unsigned int depth=0, char *name=nullptr) const override
virtual bool ComputeLocalBoundingBox() const override
Superclass::PointType PointType
Superclass::TransformType TransformType
Implementation of the composite pattern.
Superclass::BoundingBoxType BoundingBoxType
VectorContainer< IdentifierType, PointType > PointContainerType
SpatialObject< TDimension > Superclass
virtual bool IsInside(const PointType &point, unsigned int depth, char *name) const override
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
ScalableAffineTransform< double, VDimension > TransformType
SmartPointer< Superclass > SuperclassPointer
virtual void PrintSelf(std::ostream &os, Indent indent) const override
Base class for all data objects in ITK.