18#ifndef itkGaussianSpatialObject_h
19#define itkGaussianSpatialObject_h
43template <
unsigned int TDimension = 3>
74 itkGetConstReferenceMacro(RadiusInObjectSpace,
ScalarType);
80 itkGetConstReferenceMacro(SigmaInObjectSpace,
ScalarType);
83 itkGetConstReferenceMacro(CenterInObjectSpace,
PointType);
120 unsigned int depth = 0,
121 const std::string & name =
"")
const override;
128#if !defined(ITK_LEGACY_REMOVE)
129 itkLegacyMacro(
void SetSigma(
double sigma))
134 itkLegacyMacro(
double GetSigma()
const)
136 return this->GetSigmaInObjectSpace();
162#ifndef ITK_MANUAL_INSTANTIATION
163# include "itkGaussianSpatialObject.hxx"
SmartPointer< Self > Pointer
ScalarType SquaredZScoreInObjectSpace(const PointType &point) const
PointType m_CenterInObjectSpace
SpatialObject< TDimension > Superclass
ScalarType m_SigmaInObjectSpace
void ComputeMyBoundingBox() override
SmartPointer< const Self > ConstPointer
GaussianSpatialObject Self
virtual void SetSigmaInObjectSpace(ScalarType _arg)
ScalarType m_RadiusInObjectSpace
bool IsInsideInObjectSpace(const PointType &point) const override
EllipseSpatialObject< TDimension >::Pointer GetEllipsoid() const
ScalarType SquaredZScoreInWorldSpace(const PointType &point) const
SmartPointer< Self > Pointer
static constexpr unsigned int ObjectDimensions
Point< ScalarType, VDimension > PointType
SmartPointer< Superclass > SuperclassPointer
void PrintSelf(std::ostream &os, Indent indent) const override
~GaussianSpatialObject() override=default
LightObject::Pointer InternalClone() const override
bool ValueAtInObjectSpace(const PointType &point, double &value, unsigned int depth=0, const std::string &name="") const override
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
Implements transparent reference counting.
BoundingBox< IdentifierType, VDimension, ScalarType, VectorContainerType > BoundingBoxType
bool IsInsideInObjectSpace(const PointType &point, unsigned int depth, const std::string &name="") const
Point< ScalarType, VDimension > PointType
AffineTransform< ScalarType, VDimension > TransformType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....