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
133 m_UseImageSpacing =
true;
145 void PrintSelf(std::ostream &,
Indent)
const;
148 void operator=(
const Self &);
154 #ifndef ITK_MANUAL_INSTANTIATION
155 #include "itkLaplacianImageFilter.hxx"