18 #ifndef itkLaplacianImageFilter_h
19 #define itkLaplacianImageFilter_h
61 template<
typename TInputImage,
typename TOutputImage >
78 TInputImage::ImageDimension);
80 TOutputImage::ImageDimension);
110 itkBooleanMacro( UseImageSpacing );
114 itkSetMacro(UseImageSpacing,
bool);
115 itkGetConstMacro(UseImageSpacing,
bool);
118 #ifdef ITK_USE_CONCEPT_CHECKING
148 void operator=(const Self &);
154 #ifndef ITK_MANUAL_INSTANTIATION
155 #include "itkLaplacianImageFilter.hxx"
TInputImage InputImageType
InputImageType::Pointer InputImagePointer
virtual ~LaplacianImageFilter()
SmartPointer< const Self > ConstPointer
static const unsigned int InputImageDimension
Base class for all process objects that output image data.
TInputImage::PixelType InputPixelType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< Self > Pointer
TOutputImage OutputImageType
LaplacianImageFilter Self
void GenerateData() override
void PrintSelf(std::ostream &, Indent) const override
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 void GenerateInputRequestedRegion() override
static const unsigned int ImageDimension