18#ifndef itkPadImageFilterBase_h
19#define itkPadImageFilterBase_h
47template <
typename TInputImage,
typename TOutputImage>
80#ifndef ITK_FUTURE_LEGACY_REMOVE
81 using BoundaryConditionPointerType [[deprecated(
"Please just use `BoundaryConditionType *` instead!")]] =
89 static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
125#ifndef ITK_MANUAL_INSTANTIATION
126# include "itkPadImageFilterBase.hxx"
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
Base class for filters that take an image as input and produce an image as output.
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
Increase the image size by padding. Superclass for filters that fill in extra pixels.
typename TInputImage::IndexType InputImageIndexType
typename TOutputImage::SizeType OutputImageSizeType
typename TOutputImage::IndexType OutputImageIndexType
~PadImageFilterBase() override=default
typename TInputImage::SizeValueType SizeValueType
void PrintSelf(std::ostream &os, Indent indent) const override
typename TInputImage::SizeType SizeType
void InternalSetBoundaryCondition(BoundaryConditionType *const boundaryCondition)
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
void GenerateInputRequestedRegion() override
typename TInputImage::SizeType InputImageSizeType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
unsigned long SizeValueType