17 #ifndef __itkSmoothingRecursiveGaussianImageFilter_h
18 #define __itkSmoothingRecursiveGaussianImageFilter_h
23 #include "itkPixelTraits.h"
43 template <
typename TInputImage,
44 typename TOutputImage= TInputImage >
69 itkStaticConstMacro(ImageDimension,
unsigned int,
70 TInputImage::ImageDimension);
129 void SetNormalizeAcrossScale(
bool normalizeInScaleSpace );
130 itkGetConstMacro( NormalizeAcrossScale,
bool );
132 void SetNumberOfThreads(
int nb );
134 #ifdef ITK_USE_CONCEPT_CHECKING
144 void PrintSelf(std::ostream& os,
Indent indent)
const;
147 void GenerateData(
void );
157 void EnlargeOutputRequestedRegion(
DataObject *output);
161 void operator=(const Self&);
168 bool m_NormalizeAcrossScale;
176 #ifndef ITK_MANUAL_INSTANTIATION