18 #ifndef __itkEllipseSpatialObject_h
19 #define __itkEllipseSpatialObject_h
37 template<
unsigned int TDimension = 3 >
70 itkGetConstReferenceMacro(Radius,
ArrayType);
75 unsigned int depth = 0,
76 char *name = ITK_NULLPTR)
const;
81 unsigned int depth = 0,
82 char *name = ITK_NULLPTR)
const;
116 #ifndef ITK_MANUAL_INSTANTIATION
117 #include "itkEllipseSpatialObject.hxx"
120 #endif // __itkEllipseSpatialObject_h
Point< ScalarType, VDimension > PointType
~EllipseSpatialObject(void)
SmartPointer< Superclass > SuperclassPointer
BoundingBox< IdentifierType, VDimension, ScalarType, VectorContainerType > BoundingBoxType
void operator=(const Self &)
virtual bool IsInside(const PointType &point, unsigned int depth, char *) const
virtual void PrintSelf(std::ostream &os, Indent indent) const
EllipseSpatialObject Self
Superclass::PointType PointType
SmartPointer< PointContainerType > PointContainerPointer
void CopyInformation(const DataObject *data)
Superclass::BoundingBoxType BoundingBoxType
SmartPointer< Self > Pointer
Superclass::TransformType TransformType
static const unsigned int NumberOfDimension
SpatialObject< TDimension > Superclass
EllipseSpatialObject(void)
Implementation of the composite pattern.
SmartPointer< const Self > ConstPointer
void SetRadius(double radius)
VectorContainer< IdentifierType, PointType > PointContainerType
virtual bool IsEvaluableAt(const PointType &point, unsigned int depth=0, char *name=ITK_NULLPTR) const
FixedArray< double, TDimension > ArrayType
virtual bool ValueAt(const PointType &point, double &value, unsigned int depth=0, char *name=ITK_NULLPTR) const
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Control indentation during Print() invocation.
ScalableAffineTransform< double, VDimension > TransformType
Base class for all data objects in ITK.
virtual bool ComputeLocalBoundingBox() const