18 #ifndef __itkLaplacianRecursiveGaussianImageFilter_h
19 #define __itkLaplacianRecursiveGaussianImageFilter_h
42 template<
typename TInputImage,
43 typename TOutputImage = TInputImage >
56 typedef typename InputImageType::PixelType
PixelType;
59 itkStaticConstMacro(ImageDimension,
unsigned int,
60 TInputImage::ImageDimension);
62 itkStaticConstMacro(NumberOfSmoothingFilters ,
unsigned int, ImageDimension - 1);
118 void SetNormalizeAcrossScale(
bool normalizeInScaleSpace);\
119 itkGetConstMacro(NormalizeAcrossScale,
bool);
125 void PrintSelf(std::ostream & os,
Indent indent)
const;
128 void GenerateData(
void);
131 void EnlargeOutputRequestedRegion(
DataObject *output);
136 void operator=(
const Self &);
169 #ifndef ITK_MANUAL_INSTANTIATION
170 #include "itkLaplacianRecursiveGaussianImageFilter.hxx"