#include <itkPadImageFilter.h>
Increase the image size by padding. Superclass for filters that fill in extra pixels.
PadImageFilter changes the image boundary of an image by padding each dimension with subclass defined algorithms. The number of pixels to pad for the upper and lower bounds of each dimension must be specified.
This filter is implemented as a multithreaded filter. It provides a ThreadedGenerateData() method for its implementation.
Definition at line 48 of file itkPadImageFilter.h.
Public Types | |
using | BoundaryConditionType = ImageBoundaryCondition<TInputImage, TOutputImage> |
using | ConstPointer = SmartPointer<const Self> |
using | InputImageIndexType = typename TInputImage::IndexType |
using | InputImagePixelType = typename TInputImage::PixelType |
using | InputImageRegionType = typename TInputImage::RegionType |
using | InputImageSizeType = typename TInputImage::SizeType |
using | OutputImageIndexType = typename TOutputImage::IndexType |
using | OutputImagePixelType = typename TOutputImage::PixelType |
using | OutputImageRegionType = typename TOutputImage::RegionType |
using | OutputImageSizeType = typename TOutputImage::SizeType |
using | Pointer = SmartPointer<Self> |
using | Self = PadImageFilter |
using | SizeType = typename TInputImage::SizeType |
using | SizeValueType = typename TInputImage::SizeValueType |
using | Superclass = PadImageFilterBase<TInputImage, TOutputImage> |
![]() | |
using | BoundaryConditionType = ImageBoundaryCondition<TInputImage, TOutputImage> |
using | ConstPointer = SmartPointer<const Self> |
using | InputImageIndexType = typename TInputImage::IndexType |
using | InputImagePixelType = typename TInputImage::PixelType |
using | InputImageRegionType = typename TInputImage::RegionType |
using | InputImageSizeType = typename TInputImage::SizeType |
using | OutputImageIndexType = typename TOutputImage::IndexType |
using | OutputImagePixelType = typename TOutputImage::PixelType |
using | OutputImageRegionType = typename TOutputImage::RegionType |
using | OutputImageSizeType = typename TOutputImage::SizeType |
using | Pointer = SmartPointer<Self> |
using | Self = PadImageFilterBase |
using | SizeType = typename TInputImage::SizeType |
using | SizeValueType = typename TInputImage::SizeValueType |
using | Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType |
using | OutputImageRegionType |
using | Pointer = SmartPointer<Self> |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource<TOutputImage> |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer<Self> |
using | Self = ImageSource |
using | Superclass = ProcessObject |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector<DataObjectPointer> |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector<DataObjectIdentifierType> |
using | Pointer = SmartPointer<Self> |
using | Self = ProcessObject |
using | Superclass = Object |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
SizeType | m_PadLowerBound {} |
SizeType | m_PadUpperBound {} |
Additional Inherited Members | |
![]() | |
using | InputToOutputRegionCopierType |
using | OutputToInputRegionCopierType |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
bool | m_DynamicMultiThreading { true } |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::PadImageFilter< TInputImage, TOutputImage >::BoundaryConditionType = ImageBoundaryCondition<TInputImage, TOutputImage> |
Typedef to describe the boundary condition.
Definition at line 79 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 57 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::InputImageIndexType = typename TInputImage::IndexType |
Definition at line 72 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::InputImagePixelType = typename TInputImage::PixelType |
Definition at line 68 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::InputImageRegionType = typename TInputImage::RegionType |
Definition at line 64 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::InputImageSizeType = typename TInputImage::SizeType |
Definition at line 74 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::OutputImageIndexType = typename TOutputImage::IndexType |
Typedef to describe the output and input image index and size types.
Definition at line 71 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::OutputImagePixelType = typename TOutputImage::PixelType |
Typedef to describe the type of pixel.
Definition at line 67 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Typedef to describe the output and input image region types.
Definition at line 63 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::OutputImageSizeType = typename TOutputImage::SizeType |
Definition at line 73 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 56 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::Self = PadImageFilter |
Standard class type aliases.
Definition at line 54 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::SizeType = typename TInputImage::SizeType |
Definition at line 75 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::SizeValueType = typename TInputImage::SizeValueType |
Definition at line 76 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::Superclass = PadImageFilterBase<TInputImage, TOutputImage> |
Definition at line 55 of file itkPadImageFilter.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
Reimplemented in itk::WrapPadImageFilter< TInputImage, TOutputImage >, and itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >.
|
overrideprotectedvirtual |
PadImageFilter produces an image which is a different resolution than its input image. As such, PadImageFilter needs to provide an implementation for GenerateOutputInformation() in order to inform the pipeline execution model. The original documentation of this method is below.
Reimplemented from itk::ProcessObject.
|
overridevirtual |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::WrapPadImageFilter< TInputImage, TOutputImage >, and itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >.
References PadImageFilter().
|
virtual |
Set/Get the output image padding. Default is no padding (same as input).
|
virtual |
Set/Get the output image padding. Default is no padding (same as input).
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
inline |
Definition at line 98 of file itkPadImageFilter.h.
References SetPadLowerBound(), and SetPadUpperBound().
|
virtual |
Set/Get the output image padding. Default is no padding (same as input).
References ImageDimension.
|
virtual |
Set/Get the output image padding. Default is no padding (same as input).
Referenced by SetPadBound().
|
virtual |
Set/Get the output image padding. Default is no padding (same as input).
References ImageDimension.
|
virtual |
Set/Get the output image padding. Default is no padding (same as input).
Referenced by SetPadBound().
|
staticconstexpr |
ImageDimension enumeration.
Definition at line 85 of file itkPadImageFilter.h.
Referenced by SetPadLowerBound(), and SetPadUpperBound().
|
private |
Definition at line 120 of file itkPadImageFilter.h.
|
private |
Definition at line 121 of file itkPadImageFilter.h.