18 #ifndef __itkLaplacianSharpeningImageFilter_h
19 #define __itkLaplacianSharpeningImageFilter_h
52 template<
class TInputImage,
class TOutputImage >
69 itkStaticConstMacro(ImageDimension,
unsigned int,
70 TOutputImage::ImageDimension);
95 virtual void GenerateInputRequestedRegion()
101 itkBooleanMacro( UseImageSpacing );
105 itkSetMacro(UseImageSpacing,
bool);
106 itkGetConstMacro(UseImageSpacing,
bool);
112 m_UseImageSpacing =
true;
124 void PrintSelf(std::ostream &,
Indent)
const;
128 void operator=(
const Self &);
134 #ifndef ITK_MANUAL_INSTANTIATION
135 #include "itkLaplacianSharpeningImageFilter.hxx"