ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkWrapPadImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::PadImageFilter< TInputImage, TOutputImage > | |
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 > |
Private Member Functions | |
void | operator= (const Self &) |
WrapPadImageFilter (const Self &) |
Private Attributes | |
PeriodicBoundaryCondition < TInputImage, TOutputImage > | m_InternalBoundaryCondition |
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.
This filter is implemented as a multithreaded filter. It provides a ThreadedGenerateData() method for its implementation.
Definition at line 53 of file itkWrapPadImageFilter.h.
typedef SmartPointer< const Self > itk::WrapPadImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 61 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImageConstPointer itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 73 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImageIndexType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageIndexType |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 85 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImagePixelType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 81 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImagePointer itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 71 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImageRegionType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 77 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImageSizeType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageSizeType |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 87 of file itkWrapPadImageFilter.h.
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.
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.
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.
typedef Superclass::OutputImagePointer itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 72 of file itkWrapPadImageFilter.h.
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.
typedef Superclass::OutputImageSizeType itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImageSizeType |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 86 of file itkWrapPadImageFilter.h.
typedef Superclass::OutputImageType itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 70 of file itkWrapPadImageFilter.h.
typedef SmartPointer< Self > itk::WrapPadImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 60 of file itkWrapPadImageFilter.h.
typedef WrapPadImageFilter itk::WrapPadImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 58 of file itkWrapPadImageFilter.h.
typedef PadImageFilter< TInputImage, TOutputImage > itk::WrapPadImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 59 of file itkWrapPadImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
Definition at line 102 of file itkWrapPadImageFilter.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::PadImageFilter< TInputImage, TOutputImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
|
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 >.
itk::WrapPadImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< InputImagePixelType, OutputImagePixelType > | ) |
Begin concept checking This class requires InputConvertibleToOutputCheck in the form of ( Concept::Convertible< InputImagePixelType, OutputImagePixelType > )
|
static |
ImageDimension enumeration.
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 91 of file itkWrapPadImageFilter.h.
|
private |
Definition at line 108 of file itkWrapPadImageFilter.h.