ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes
itk::WrapPadImageFilter< TInputImage, TOutputImage > Class Template Reference

Increase the image size by padding with replicants of the input image value. More...

#include <itkWrapPadImageFilter.h>

Inheritance diagram for itk::WrapPadImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::WrapPadImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
Superclass::InputImageConstPointer 
InputImageConstPointer
typedef
Superclass::InputImageIndexType 
InputImageIndexType
typedef
Superclass::InputImagePixelType 
InputImagePixelType
typedef
Superclass::InputImagePointer 
InputImagePointer
typedef
Superclass::InputImageRegionType 
InputImageRegionType
typedef
Superclass::InputImageSizeType 
InputImageSizeType
typedef Superclass::InputImageType InputImageType
typedef
Superclass::OutputImageIndexType 
OutputImageIndexType
typedef
Superclass::OutputImagePixelType 
OutputImagePixelType
typedef
Superclass::OutputImagePointer 
OutputImagePointer
typedef
Superclass::OutputImageRegionType 
OutputImageRegionType
typedef
Superclass::OutputImageSizeType 
OutputImageSizeType
typedef Superclass::OutputImageType OutputImageType
typedef SmartPointer< SelfPointer
typedef WrapPadImageFilter Self
typedef PadImageFilter
< TInputImage, TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
 typedef (Concept::Convertible< InputImagePixelType, OutputImagePixelType >) InputConvertibleToOutputCheck

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int ImageDimension = TInputImage::ImageDimension

Protected Member Functions

 WrapPadImageFilter ()
 ~WrapPadImageFilter ()

Private Member Functions

void operator= (const Self &)
 WrapPadImageFilter (const Self &)

Private Attributes

PeriodicBoundaryCondition
< TInputImage, TOutputImage > 
m_InternalBoundaryCondition

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::WrapPadImageFilter< TInputImage, TOutputImage >

Increase the image size by padding with replicants of the input image value.

WrapPadImageFilter changes the image bounds of an image. Added pixels are filled in with a wrapped replica of the input image. For instance, if the output image needs a pixel that is two pixels to the left of the LargestPossibleRegion of the input image, the value assigned will be from the pixel two pixels inside the right boundary of the LargestPossibleRegion. The image bounds of the output must be specified.

WrapPadImageFilter.png
Visual explanation of padding regions.

This filter is implemented as a multithreaded filter. It provides a ThreadedGenerateData() method for its implementation.

See also:
MirrorPadImageFilter, ConstantPadImageFilter
Wiki Examples:

Definition at line 53 of file itkWrapPadImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::WrapPadImageFilter< TInputImage, TOutputImage >::ConstPointer

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 61 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::InputImageConstPointer itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageConstPointer

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 73 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::InputImageIndexType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageIndexType

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 85 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::InputImagePixelType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImagePixelType

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 81 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::InputImagePointer itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImagePointer

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 71 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::InputImageRegionType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageRegionType

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 77 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::InputImageSizeType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageSizeType

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 87 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::InputImageType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageType

Some convenient typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 67 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImageIndexType itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImageIndexType

Typedef to describe the output and input image index and size types.

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 84 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImagePixelType itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImagePixelType

Typedef to describe the type of pixel.

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 80 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImagePointer itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImagePointer

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 72 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImageRegionType itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImageRegionType

Typedef to describe the output image region type.

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 76 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImageSizeType itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImageSizeType

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 86 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef Superclass::OutputImageType itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImageType

Some convenient typedefs.

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 70 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::WrapPadImageFilter< TInputImage, TOutputImage >::Pointer

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 60 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef WrapPadImageFilter itk::WrapPadImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 58 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef PadImageFilter< TInputImage, TOutputImage > itk::WrapPadImageFilter< TInputImage, TOutputImage >::Superclass

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 59 of file itkWrapPadImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::WrapPadImageFilter< TInputImage, TOutputImage >::WrapPadImageFilter ( ) [protected]

End concept checking

template<class TInputImage , class TOutputImage >
itk::WrapPadImageFilter< TInputImage, TOutputImage >::~WrapPadImageFilter ( ) [inline, protected]

Definition at line 102 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::WrapPadImageFilter< TInputImage, TOutputImage >::WrapPadImageFilter ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::WrapPadImageFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const [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::PadImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
virtual const char* itk::WrapPadImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
static Pointer itk::WrapPadImageFilter< TInputImage, TOutputImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
void itk::WrapPadImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
itk::WrapPadImageFilter< TInputImage, TOutputImage >::typedef ( Concept::Convertible< InputImagePixelType, OutputImagePixelType )

Begin concept checking This class requires InputConvertibleToOutputCheck in the form of ( Concept::Convertible< InputImagePixelType, OutputImagePixelType > )


Member Data Documentation

template<class TInputImage , class TOutputImage >
const unsigned int itk::WrapPadImageFilter< TInputImage, TOutputImage >::ImageDimension = TInputImage::ImageDimension [static]

ImageDimension enumeration.

Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.

Definition at line 91 of file itkWrapPadImageFilter.h.

template<class TInputImage , class TOutputImage >
PeriodicBoundaryCondition< TInputImage, TOutputImage > itk::WrapPadImageFilter< TInputImage, TOutputImage >::m_InternalBoundaryCondition [private]

Definition at line 108 of file itkWrapPadImageFilter.h.


The documentation for this class was generated from the following file: