ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkConstantPadImageFilter.h>
Increase the image size by padding with a constant value.
ConstantPadImageFilter changes the output image region. If the output image region is larger than the input image region, the extra pixels are filled in by a constant value. The output image region must be specified.
This filter is implemented as a multithreaded filter. It provides a ThreadedGenerateData() method for its implementation.
Definition at line 48 of file itkConstantPadImageFilter.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 const unsigned int | OutputImageDimension = TOutputImage::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 | |
ConstantPadImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
ConstantBoundaryCondition < 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::ConstantPadImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 56 of file itkConstantPadImageFilter.h.
typedef Superclass::InputImageIndexType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::InputImageIndexType |
Definition at line 74 of file itkConstantPadImageFilter.h.
typedef Superclass::InputImagePixelType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 70 of file itkConstantPadImageFilter.h.
typedef Superclass::InputImageRegionType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 66 of file itkConstantPadImageFilter.h.
typedef Superclass::InputImageSizeType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::InputImageSizeType |
Definition at line 76 of file itkConstantPadImageFilter.h.
typedef Superclass::OutputImageIndexType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::OutputImageIndexType |
Typedef to describe the output and input image index and size types.
Definition at line 73 of file itkConstantPadImageFilter.h.
typedef Superclass::OutputImagePixelType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Typedef to describe the type of pixel.
Definition at line 69 of file itkConstantPadImageFilter.h.
typedef Superclass::OutputImageRegionType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Typedef to describe the output image region type.
Definition at line 62 of file itkConstantPadImageFilter.h.
typedef Superclass::OutputImageSizeType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::OutputImageSizeType |
Definition at line 75 of file itkConstantPadImageFilter.h.
typedef SmartPointer< Self > itk::ConstantPadImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 55 of file itkConstantPadImageFilter.h.
typedef ConstantPadImageFilter itk::ConstantPadImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 53 of file itkConstantPadImageFilter.h.
typedef PadImageFilter< TInputImage, TOutputImage > itk::ConstantPadImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 54 of file itkConstantPadImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
Definition at line 116 of file itkConstantPadImageFilter.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.
|
inline |
Set/Get the pad value. Default is Zero.
Definition at line 94 of file itkConstantPadImageFilter.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
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 |
Set/Get the pad value. Default is Zero.
Definition at line 86 of file itkConstantPadImageFilter.h.
itk::ConstantPadImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::EqualityComparable< OutputImagePixelType > | ) |
Begin concept checking This class requires OutputEqualityComparableCheck in the form of ( Concept::EqualityComparable< OutputImagePixelType > )
itk::ConstantPadImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< InputImagePixelType, OutputImagePixelType > | ) |
This class requires InputConvertibleToOutputCheck in the form of ( Concept::Convertible< InputImagePixelType, OutputImagePixelType > )
itk::ConstantPadImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimension< ImageDimension, OutputImageDimension > | ) |
This class requires SameDimensionCheck in the form of ( Concept::SameDimension< ImageDimension, OutputImageDimension > )
itk::ConstantPadImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::OStreamWritable< OutputImagePixelType > | ) |
This class requires OutputOStreamWritableCheck in the form of ( Concept::OStreamWritable< OutputImagePixelType > )
|
static |
ImageDimension constants
Definition at line 80 of file itkConstantPadImageFilter.h.
|
private |
Definition at line 123 of file itkConstantPadImageFilter.h.
|
static |
ImageDimension constants
Definition at line 82 of file itkConstantPadImageFilter.h.