18 #ifndef __itkLaplacianImageFilter_h
19 #define __itkLaplacianImageFilter_h
61 template<
class TInputImage,
class TOutputImage >
77 itkStaticConstMacro(InputImageDimension,
unsigned int,
78 TInputImage::ImageDimension);
79 itkStaticConstMacro(ImageDimension,
unsigned int,
80 TOutputImage::ImageDimension);
105 virtual void GenerateInputRequestedRegion()
111 itkBooleanMacro( UseImageSpacing );
115 itkSetMacro(UseImageSpacing,
bool);
116 itkGetConstMacro(UseImageSpacing,
bool);
119 #ifdef ITK_USE_CONCEPT_CHECKING
134 m_UseImageSpacing =
true;
146 void PrintSelf(std::ostream &,
Indent)
const;
150 void operator=(
const Self &);
156 #ifndef ITK_MANUAL_INSTANTIATION
157 #include "itkLaplacianImageFilter.hxx"