ITK
5.2.0
Insight Toolkit
|
#include <itkPadImageFilterBase.h>
Public Types | |
using | BoundaryConditionPointerType = BoundaryConditionType * |
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 > |
Public Types inherited from itk::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 = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TOutputImage > |
Public Types inherited from itk::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 |
Public Types inherited from itk::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 |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
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 |
BoundaryConditionPointerType | m_BoundaryCondition |
virtual void | SetBoundaryCondition (BoundaryConditionPointerType _arg) |
virtual BoundaryConditionPointerType | GetBoundaryCondition () const |
PadImageFilterBase () | |
~PadImageFilterBase () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | GenerateInputRequestedRegion () override |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) override |
void | InternalSetBoundaryCondition (const BoundaryConditionPointerType boundaryCondition) |
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.
using itk::PadImageFilterBase< TInputImage, TOutputImage >::BoundaryConditionPointerType = BoundaryConditionType * |
Definition at line 80 of file itkPadImageFilterBase.h.
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 |
Set/get the boundary condition.
|
overrideprotecteddefault |
Set/get the boundary condition.
|
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::FFTPadImageFilter< TInputImage, TOutputImage >, itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >, and itk::WrapPadImageFilter< TInputImage, TOutputImage >.
|
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.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::PadImageFilter< TInputImage, TOutputImage >, itk::FFTPadImageFilter< TInputImage, TOutputImage >, itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >, itk::MirrorPadImageFilter< TInputImage, TOutputImage >, itk::WrapPadImageFilter< TInputImage, TOutputImage >, and itk::ConstantPadImageFilter< TInputImage, TOutputImage >.
|
protected |
Method for subclasses to set the boundary condition.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Set/get the boundary condition.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::FFTPadImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/get the boundary condition.
|
staticconstexpr |
ImageDimension enumeration.
Definition at line 86 of file itkPadImageFilterBase.h.
|
private |
Set/get the boundary condition.
Definition at line 117 of file itkPadImageFilterBase.h.