18#ifndef itkConvolutionImageFilterBase_h
19#define itkConvolutionImageFilterBase_h
23#include "ITKConvolutionExport.h"
46extern ITKConvolution_EXPORT std::ostream &
56template <
typename TInputImage,
typename TKernelImage = TInputImage,
typename TOutputImage = TInputImage>
92#ifndef ITK_FUTURE_LEGACY_REMOVE
93 using BoundaryConditionPointerType [[deprecated(
"Please just use `BoundaryConditionType *` instead!")]] =
111 itkSetMacro(Normalize,
bool);
112 itkGetConstMacro(Normalize,
bool);
113 itkBooleanMacro(Normalize);
117#if !defined(ITK_LEGACY_REMOVE)
174#ifndef ITK_MANUAL_INSTANTIATION
175# include "itkConvolutionImageFilterBase.hxx"
Contains all enum classes used by ConvolutionImageFilterBase class.
typename KernelImageType::IndexType KernelIndexType
DefaultBoundaryConditionType m_DefaultBoundaryCondition
typename KernelImageType::PixelType KernelPixelType
SmartPointer< const Self > ConstPointer
typename KernelImageType::SizeType KernelSizeType
TInputImage OutputImageType
TInputImage InputImageType
static constexpr unsigned int ImageDimension
TOutputImage KernelImageType
itkSetInputMacro(KernelImage, KernelImageType)
typename OutputImageType::PixelType OutputPixelType
ConvolutionImageFilterBase()
typename OutputImageType::RegionType OutputRegionType
typename OutputImageType::IndexType OutputIndexType
void VerifyInputInformation() const override
virtual void SetOutputRegionModeToValid()
typename KernelImageType::RegionType KernelRegionType
typename InputSizeType::SizeValueType SizeValueType
virtual void SetOutputRegionModeToSame()
OutputRegionType GetValidRegion() const
typename InputImageType::PixelType InputPixelType
ImageToImageFilter< TInputImage, TInputImage > Superclass
typename OutputImageType::SizeType OutputSizeType
ConvolutionImageFilterBase Self
ZeroFluxNeumannBoundaryCondition< TInputImage > DefaultBoundaryConditionType
SmartPointer< Self > Pointer
typename InputImageType::IndexType InputIndexType
ConvolutionImageFilterBaseEnums::ConvolutionImageFilterOutputRegion OutputRegionModeEnum
typename InputImageType::RegionType InputRegionType
OutputRegionModeEnum m_OutputRegionMode
void PrintSelf(std::ostream &os, Indent indent) const override
itkGetInputMacro(KernelImage, KernelImageType)
typename InputImageType::SizeType InputSizeType
~ConvolutionImageFilterBase() override=default
BoundaryConditionType * m_BoundaryCondition
ImageBoundaryCondition< TInputImage > BoundaryConditionType
void GenerateOutputInformation() override
A virtual base object that defines an interface to a class of boundary condition objects for use by n...
Control indentation during Print() invocation.
Implements transparent reference counting.
A function object that determines a neighborhood of values at an image boundary according to a Neuman...
ConvolutionImageFilterOutputRegion
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ITKCommon_EXPORT std::ostream & operator<<(std::ostream &out, typename AnatomicalOrientation::CoordinateEnum value)