|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkPadImageFilterBase_h
19 #define itkPadImageFilterBase_h
47 template <
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;
100 PrintSelf(std::ostream & os,
Indent indent)
const override;
108 GenerateInputRequestedRegion()
override;
125 #ifndef ITK_MANUAL_INSTANTIATION
126 # 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
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