ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkWrapPadImageFilter.h>
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.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::PadImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::PadImageFilter< 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 &) |
WrapPadImageFilter (const Self &) | |
Private Attributes | |
PeriodicBoundaryCondition < TInputImage, TOutputImage > | m_InternalBoundaryCondition |
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 ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::WrapPadImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 61 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImageConstPointer itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 73 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImageIndexType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageIndexType |
Definition at line 85 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImagePixelType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 81 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImagePointer itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 71 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImageRegionType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 77 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImageSizeType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageSizeType |
Definition at line 87 of file itkWrapPadImageFilter.h.
typedef Superclass::InputImageType itk::WrapPadImageFilter< TInputImage, TOutputImage >::InputImageType |
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.
Definition at line 84 of file itkWrapPadImageFilter.h.
typedef Superclass::OutputImagePixelType itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Typedef to describe the type of pixel.
Definition at line 80 of file itkWrapPadImageFilter.h.
typedef Superclass::OutputImagePointer itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 72 of file itkWrapPadImageFilter.h.
typedef Superclass::OutputImageRegionType itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Typedef to describe the output image region type.
Definition at line 76 of file itkWrapPadImageFilter.h.
typedef Superclass::OutputImageSizeType itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImageSizeType |
Definition at line 86 of file itkWrapPadImageFilter.h.
typedef Superclass::OutputImageType itk::WrapPadImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 70 of file itkWrapPadImageFilter.h.
typedef SmartPointer< Self > itk::WrapPadImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 60 of file itkWrapPadImageFilter.h.
typedef WrapPadImageFilter itk::WrapPadImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 58 of file itkWrapPadImageFilter.h.
typedef PadImageFilter< TInputImage, TOutputImage > itk::WrapPadImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 59 of file itkWrapPadImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
Definition at line 103 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.
|
private |
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.
Definition at line 91 of file itkWrapPadImageFilter.h.
|
private |
Definition at line 109 of file itkWrapPadImageFilter.h.