18 #ifndef itkPadImageFilterBase_h
19 #define itkPadImageFilterBase_h
46 template<
typename TInputImage,
typename TOutputImage >
86 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
96 void PrintSelf(std::ostream & os,
Indent indent)
const override;
103 void GenerateInputRequestedRegion()
override;
117 #ifndef ITK_MANUAL_INSTANTIATION
118 #include "itkPadImageFilterBase.hxx"
typename TInputImage::SizeType InputImageSizeType
BoundaryConditionPointerType m_BoundaryCondition
typename TOutputImage::SizeType OutputImageSizeType
unsigned long SizeValueType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename TOutputImage::IndexType OutputImageIndexType
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
Increase the image size by padding. Superclass for filters that fill in extra pixels.
ImageBaseType::SizeType SizeType
typename TInputImage::SizeType SizeType
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
typename TInputImage::IndexType InputImageIndexType
A virtual base object that defines an interface to a class of boundary condition objects for use by n...
typename InputImageType::RegionType InputImageRegionType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
typename TInputImage::SizeValueType SizeValueType