18 #ifndef itkGaussianSpatialObject_h
19 #define itkGaussianSpatialObject_h
42 template<
unsigned int TDimension = 3 >
80 itkGetConstReferenceMacro(Maximum,
ScalarType);
90 unsigned int depth = 0,
91 char *name = ITK_NULLPTR) const ITK_OVERRIDE;
96 unsigned int depth = 0,
97 char *name = ITK_NULLPTR) const ITK_OVERRIDE;
102 char *name) const ITK_OVERRIDE;
119 void operator=(const Self &);
129 virtual
void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkGaussianSpatialObject.hxx"
137 #endif // itkGaussianSpatialObject_h
Point< ScalarType, VDimension > PointType
static const unsigned int NumberOfDimensions
BoundingBox< IdentifierType, VDimension, ScalarType, VectorContainerType > BoundingBoxType
virtual bool ComputeLocalBoundingBox() const override
Superclass::TransformType TransformType
SmartPointer< Superclass > SuperclassPointer
SmartPointer< const Self > ConstPointer
virtual void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::BoundingBoxType BoundingBoxType
virtual bool IsEvaluableAt(const PointType &point, unsigned int depth=0, char *name=nullptr) const override
SmartPointer< Self > Pointer
EllipseSpatialObject< TDimension >::Pointer GetEllipsoid() const
ScalarType SquaredZScore(const PointType &point) const
Superclass::PointType PointType
virtual bool IsInside(const PointType &point, unsigned int depth, char *name) const override
Implementation of the composite pattern.
GaussianSpatialObject Self
SpatialObject< TDimension > Superclass
Represents a multivariate Gaussian function.
virtual bool ValueAt(const PointType &point, ScalarType &value, unsigned int depth=0, char *name=nullptr) const override
Control indentation during Print() invocation.
ScalableAffineTransform< double, VDimension > TransformType
Base class for all data objects in ITK.