18 #ifndef __itkGaussianSpatialFunction_h
19 #define __itkGaussianSpatialFunction_h
40 template<
typename TOutput = double,
41 unsigned int VImageDimension = 3,
42 typename TInput = Point< double, VImageDimension > >
60 typedef typename Superclass::InputType
InputType;
69 OutputType Evaluate(
const TInput & position)
const;
72 itkSetMacro(Scale,
double);
73 itkGetConstMacro(Scale,
double);
74 itkSetMacro(Normalized,
bool);
75 itkGetConstMacro(Normalized,
bool);
85 void PrintSelf(std::ostream & os,
Indent indent)
const;
89 void operator=(
const Self &);
105 #ifndef ITK_MANUAL_INSTANTIATION
106 #include "itkGaussianSpatialFunction.hxx"