18 #ifndef itkLaplacianImageFilter_h
19 #define itkLaplacianImageFilter_h
61 template<
typename TInputImage,
typename TOutputImage >
77 itkStaticConstMacro(InputImageDimension,
unsigned int,
78 TInputImage::ImageDimension);
79 itkStaticConstMacro(ImageDimension,
unsigned int,
80 TOutputImage::ImageDimension);
105 virtual void GenerateInputRequestedRegion() ITK_OVERRIDE;
110 itkBooleanMacro( UseImageSpacing );
114 itkSetMacro(UseImageSpacing,
bool);
115 itkGetConstMacro(UseImageSpacing,
bool);
118 #ifdef ITK_USE_CONCEPT_CHECKING
132 m_UseImageSpacing =
true;
142 void GenerateData() ITK_OVERRIDE;
144 void PrintSelf(std::ostream &,
Indent) const ITK_OVERRIDE;
149 bool m_UseImageSpacing;
153 #ifndef ITK_MANUAL_INSTANTIATION
154 #include "itkLaplacianImageFilter.hxx"
TInputImage InputImageType
InputImageType::Pointer InputImagePointer
SmartPointer< const Self > ConstPointer
Base class for all process objects that output image data.
TInputImage::PixelType InputPixelType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< Self > Pointer
TOutputImage OutputImageType
LaplacianImageFilter Self
TInputImage::InternalPixelType InputInternalPixelType
TOutputImage::PixelType OutputPixelType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
TOutputImage::InternalPixelType OutputInternalPixelType
#define itkConceptMacro(name, concept)
virtual ~LaplacianImageFilter() override