ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#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 47 of file itkPadImageFilter.h.
Public Types | |
typedef BoundaryConditionType * | BoundaryConditionPointerType |
typedef ImageBoundaryCondition < TInputImage, TOutputImage > | BoundaryConditionType |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage::IndexType | InputImageIndexType |
typedef TInputImage::PixelType | InputImagePixelType |
typedef TInputImage::RegionType | InputImageRegionType |
typedef TInputImage::SizeType | InputImageSizeType |
typedef TOutputImage::IndexType | OutputImageIndexType |
typedef TOutputImage::PixelType | OutputImagePixelType |
typedef TOutputImage::RegionType | OutputImageRegionType |
typedef TOutputImage::SizeType | OutputImageSizeType |
typedef SmartPointer< Self > | Pointer |
typedef PadImageFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef TInputImage::SizeValueType | SizeValueType |
typedef PadImageFilterBase < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::PadImageFilterBase< TInputImage, TOutputImage > | |
typedef BoundaryConditionType * | BoundaryConditionPointerType |
typedef ImageBoundaryCondition < TInputImage, TOutputImage > | BoundaryConditionType |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage::IndexType | InputImageIndexType |
typedef TInputImage::PixelType | InputImagePixelType |
typedef TInputImage::RegionType | InputImageRegionType |
typedef TInputImage::SizeType | InputImageSizeType |
typedef TOutputImage::IndexType | OutputImageIndexType |
typedef TOutputImage::PixelType | OutputImagePixelType |
typedef TOutputImage::RegionType | OutputImageRegionType |
typedef TOutputImage::SizeType | OutputImageSizeType |
typedef SmartPointer< Self > | Pointer |
typedef PadImageFilterBase | Self |
typedef TInputImage::SizeType | SizeType |
typedef TInputImage::SizeValueType | SizeValueType |
typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource< TOutputImage > | Superclass |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::PadImageFilterBase< TInputImage, TOutputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::PadImageFilterBase< TInputImage, TOutputImage > | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Member Functions | |
void | operator= (const Self &) |
PadImageFilter (const Self &) | |
Private Attributes | |
SizeType | m_PadLowerBound |
SizeType | m_PadUpperBound |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef BoundaryConditionType* itk::PadImageFilter< TInputImage, TOutputImage >::BoundaryConditionPointerType |
Definition at line 78 of file itkPadImageFilter.h.
typedef ImageBoundaryCondition< TInputImage, TOutputImage > itk::PadImageFilter< TInputImage, TOutputImage >::BoundaryConditionType |
Typedef to describe the boundary condition.
Definition at line 77 of file itkPadImageFilter.h.
typedef SmartPointer< const Self > itk::PadImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 55 of file itkPadImageFilter.h.
typedef TInputImage::IndexType itk::PadImageFilter< TInputImage, TOutputImage >::InputImageIndexType |
Definition at line 70 of file itkPadImageFilter.h.
typedef TInputImage::PixelType itk::PadImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 66 of file itkPadImageFilter.h.
typedef TInputImage::RegionType itk::PadImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 62 of file itkPadImageFilter.h.
typedef TInputImage::SizeType itk::PadImageFilter< TInputImage, TOutputImage >::InputImageSizeType |
Definition at line 72 of file itkPadImageFilter.h.
typedef TOutputImage::IndexType itk::PadImageFilter< TInputImage, TOutputImage >::OutputImageIndexType |
Typedef to describe the output and input image index and size types.
Definition at line 69 of file itkPadImageFilter.h.
typedef TOutputImage::PixelType itk::PadImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Typedef to describe the type of pixel.
Definition at line 65 of file itkPadImageFilter.h.
typedef TOutputImage::RegionType itk::PadImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Typedef to describe the output and input image region types.
Definition at line 58 of file itkPadImageFilter.h.
typedef TOutputImage::SizeType itk::PadImageFilter< TInputImage, TOutputImage >::OutputImageSizeType |
Definition at line 71 of file itkPadImageFilter.h.
typedef SmartPointer< Self > itk::PadImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 54 of file itkPadImageFilter.h.
typedef PadImageFilter itk::PadImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 52 of file itkPadImageFilter.h.
typedef TInputImage::SizeType itk::PadImageFilter< TInputImage, TOutputImage >::SizeType |
Definition at line 73 of file itkPadImageFilter.h.
typedef TInputImage::SizeValueType itk::PadImageFilter< TInputImage, TOutputImage >::SizeValueType |
Definition at line 74 of file itkPadImageFilter.h.
typedef PadImageFilterBase< TInputImage, TOutputImage > itk::PadImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 53 of file itkPadImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 105 of file itkPadImageFilter.h.
|
private |
|
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::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >, and itk::WrapPadImageFilter< 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.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::PadImageFilterBase< TInputImage, TOutputImage >.
Reimplemented in itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >, itk::WrapPadImageFilter< TInputImage, TOutputImage >, itk::MirrorPadImageFilter< TInputImage, TOutputImage >, and itk::ConstantPadImageFilter< TInputImage, TOutputImage >.
|
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.
|
private |
|
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 97 of file itkPadImageFilter.h.
References itk::PadImageFilter< TInputImage, TOutputImage >::SetPadLowerBound(), and itk::PadImageFilter< TInputImage, TOutputImage >::SetPadUpperBound().
|
virtual |
Set/Get the output image padding. Default is no padding (same as input).
Referenced by itk::PadImageFilter< TInputImage, TOutputImage >::SetPadBound().
|
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).
Referenced by itk::PadImageFilter< TInputImage, TOutputImage >::SetPadBound().
|
virtual |
Set/Get the output image padding. Default is no padding (same as input).
|
static |
ImageDimension enumeration.
Definition at line 85 of file itkPadImageFilter.h.
|
private |
Definition at line 120 of file itkPadImageFilter.h.
|
private |
Definition at line 121 of file itkPadImageFilter.h.