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);
114 void SetNormalizeAcrossScale(
bool normalizeInScaleSpace);\
115 itkGetConstMacro(NormalizeAcrossScale,
bool);
121 void PrintSelf(std::ostream & os,
Indent indent)
const;
124 void GenerateData(
void);
127 void EnlargeOutputRequestedRegion(
DataObject *output);
132 void operator=(
const Self &);
165 #ifndef ITK_MANUAL_INSTANTIATION
166 #include "itkLaplacianRecursiveGaussianImageFilter.hxx"