ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkConstantPadImageFilter.h>
Static Public Member Functions | |
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 Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
ConstantPadImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
ConstantBoundaryCondition < TInputImage, TOutputImage > | m_InternalBoundaryCondition |
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.
typedef SmartPointer< const Self > itk::ConstantPadImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 56 of file itkConstantPadImageFilter.h.
typedef Superclass::InputImageIndexType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::InputImageIndexType |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 74 of file itkConstantPadImageFilter.h.
typedef Superclass::InputImagePixelType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 70 of file itkConstantPadImageFilter.h.
typedef Superclass::InputImageRegionType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 66 of file itkConstantPadImageFilter.h.
typedef Superclass::InputImageSizeType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::InputImageSizeType |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
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.
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 73 of file itkConstantPadImageFilter.h.
typedef Superclass::OutputImagePixelType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Typedef to describe the type of pixel.
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 69 of file itkConstantPadImageFilter.h.
typedef Superclass::OutputImageRegionType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Typedef to describe the output image region type.
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 62 of file itkConstantPadImageFilter.h.
typedef Superclass::OutputImageSizeType itk::ConstantPadImageFilter< TInputImage, TOutputImage >::OutputImageSizeType |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 75 of file itkConstantPadImageFilter.h.
typedef SmartPointer< Self > itk::ConstantPadImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 55 of file itkConstantPadImageFilter.h.
typedef ConstantPadImageFilter itk::ConstantPadImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 53 of file itkConstantPadImageFilter.h.
typedef PadImageFilter< TInputImage, TOutputImage > itk::ConstantPadImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 54 of file itkConstantPadImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
End concept checking
Definition at line 115 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::PadImageFilter< TInputImage, TOutputImage >.
|
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.
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 >.
|
protectedvirtual |
End concept checking
Reimplemented from itk::PadImageFilter< 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
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
Definition at line 80 of file itkConstantPadImageFilter.h.
|
private |
Definition at line 123 of file itkConstantPadImageFilter.h.
|
static |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 82 of file itkConstantPadImageFilter.h.