18 #ifndef __itkGaussianImageSource_h
19 #define __itkGaussianImageSource_h
43 template<
typename TOutputImage >
76 itkStaticConstMacro(NDimensions,
unsigned int, TOutputImage::ImageDimension);
82 typedef typename TOutputImage::SizeType
SizeType;
96 itkSetMacro(Scale,
double);
97 itkGetConstReferenceMacro(Scale,
double);
98 itkSetMacro(Normalized,
bool);
99 itkGetConstReferenceMacro(Normalized,
bool);
101 itkGetConstReferenceMacro(Sigma,
ArrayType);
103 itkGetConstReferenceMacro(Mean,
ArrayType);
118 virtual unsigned int GetNumberOfParameters()
const;
123 void PrintSelf(std::ostream & os,
Indent indent)
const;
152 #ifndef ITK_MANUAL_INSTANTIATION
153 #include "itkGaussianImageSource.hxx"