18 #ifndef itkGaussianSpatialFunction_h
19 #define itkGaussianSpatialFunction_h
41 template<
typename TOutput = double,
42 unsigned int VImageDimension = 3,
43 typename TInput = Point< SpacePrecisionType, VImageDimension > >
73 itkSetMacro(Scale,
double);
74 itkGetConstMacro(Scale,
double);
75 itkSetMacro(Normalized,
bool);
76 itkGetConstMacro(Normalized,
bool);
106 #ifndef ITK_MANUAL_INSTANTIATION
107 #include "itkGaussianSpatialFunction.hxx"
FixedArray< double, VImageDimension > ArrayType
SmartPointer< const Self > ConstPointer
GaussianSpatialFunction()
Superclass::InputType InputType
SpatialFunction< TOutput, VImageDimension, TInput > Superclass
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::OutputType OutputType
void operator=(const Self &)
GaussianSpatialFunction Self
Superclass::InputType InputType
Base class for all ITK function objects.
N-dimensional gaussian spatial function class.
SmartPointer< Self > Pointer
Superclass::OutputType OutputType
virtual ~GaussianSpatialFunction()
Control indentation during Print() invocation.
N-dimensional spatial function class.
OutputType Evaluate(const TInput &position) const override