ITK
6.0.0
Insight Toolkit
|
#include <itkPadImageFilterBase.h>
Increase the image size by padding. Superclass for filters that fill in extra pixels.
PadImageFilterBase changes the image boundary of an image by padding each dimension with subclass defined algorithms. The padded region must be specified by the subclasses.
This filter is implemented as a multithreaded filter. It provides a ThreadedGenerateData() method for its implementation.
Definition at line 48 of file itkPadImageFilterBase.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
BoundaryConditionType * | m_BoundaryCondition {} |
using itk::PadImageFilterBase< TInputImage, TOutputImage >::BoundaryConditionType = ImageBoundaryCondition<TInputImage, TOutputImage> |
Typedef to describe the boundary condition.
Definition at line 79 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 57 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::InputImageIndexType = typename TInputImage::IndexType |
Definition at line 72 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::InputImagePixelType = typename TInputImage::PixelType |
Definition at line 68 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::InputImageRegionType = typename TInputImage::RegionType |
Definition at line 64 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::InputImageSizeType = typename TInputImage::SizeType |
Definition at line 74 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::OutputImageIndexType = typename TOutputImage::IndexType |
Typedef to describe the output and input image index and size types.
Definition at line 71 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::OutputImagePixelType = typename TOutputImage::PixelType |
Typedef to describe the type of pixel.
Definition at line 67 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Typedef to describe the output and input image region types.
Definition at line 63 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::OutputImageSizeType = typename TOutputImage::SizeType |
Definition at line 73 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 56 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::Self = PadImageFilterBase |
Standard class type aliases.
Definition at line 54 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::SizeType = typename TInputImage::SizeType |
Definition at line 75 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::SizeValueType = typename TInputImage::SizeValueType |
Definition at line 76 of file itkPadImageFilterBase.h.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 55 of file itkPadImageFilterBase.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
This class can be multithreaded.
Reimplemented from itk::ImageSource< TOutputImage >.
|
overrideprotectedvirtual |
PadImageFilterBase needs a smaller input requested region than output requested region. As such, PadImageFilterBase needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/get the boundary condition.
|
overridevirtual |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::FFTPadImageFilter< TInputImage, TOutputImage >, itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >, and itk::WrapPadImageFilter< TInputImage, TOutputImage >.
|
protected |
Method for subclasses to set the boundary condition.
|
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 >.
Reimplemented in itk::FFTPadImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/get the boundary condition.
|
staticconstexpr |
ImageDimension enumeration.
Definition at line 89 of file itkPadImageFilterBase.h.
|
private |
Definition at line 120 of file itkPadImageFilterBase.h.