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