18 #ifndef __itkGridImageSource_h
19 #define __itkGridImageSource_h
26 #include "vnl/vnl_vector.h"
56 template<
typename TOutputImage >
76 itkStaticConstMacro(ImageDimension,
unsigned int,
77 TOutputImage::ImageDimension);
86 typedef typename TOutputImage::SizeType
SizeType;
104 itkGetConstReferenceMacro(Sigma,
ArrayType);
107 itkGetConstReferenceMacro(GridSpacing,
ArrayType);
110 itkGetConstReferenceMacro(GridOffset,
ArrayType);
116 itkGetConstReferenceMacro(Scale,
RealType);
121 void PrintSelf(std::ostream & os,
Indent indent)
const;
127 virtual void BeforeThreadedGenerateData();
159 #ifndef ITK_MANUAL_INSTANTIATION
160 #include "itkGridImageSource.hxx"