VTK
|
Super class for filters that fill in extra pixels. More...
#include <vtkImagePadFilter.h>
Public Types | |
typedef vtkThreadedImageAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkImagePadFilter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetOutputWholeExtent (int extent[6]) |
void | SetOutputWholeExtent (int minX, int maxX, int minY, int maxY, int minZ, int maxZ) |
void | GetOutputWholeExtent (int extent[6]) |
int * | GetOutputWholeExtent () |
virtual void | SetOutputNumberOfScalarComponents (int) |
virtual int | GetOutputNumberOfScalarComponents () |
Static Public Member Functions | |
static vtkImagePadFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkImagePadFilter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkImagePadFilter () | |
~vtkImagePadFilter () | |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual void | ComputeInputUpdateExtent (int inExt[6], int outExt[6], int wExt[6]) |
Protected Attributes | |
int | OutputWholeExtent [6] |
int | OutputNumberOfScalarComponents |
Super class for filters that fill in extra pixels.
vtkImagePadFilter Changes the image extent of an image. If the image extent is larger than the input image extent, the extra pixels are filled by an algorithm determined by the subclass. The image extent of the output has to be specified.
Definition at line 30 of file vtkImagePadFilter.h.
typedef vtkThreadedImageAlgorithm vtkImagePadFilter::Superclass |
Definition at line 34 of file vtkImagePadFilter.h.
|
protected |
|
inlineprotected |
Definition at line 54 of file vtkImagePadFilter.h.
|
static |
|
static |
|
virtual |
Reimplemented in vtkImageWrapPad, vtkImageConstantPad, and vtkImageMirrorPad.
|
static |
|
protectedvirtual |
Reimplemented in vtkImageWrapPad, vtkImageConstantPad, and vtkImageMirrorPad.
vtkImagePadFilter* vtkImagePadFilter::NewInstance | ( | ) | const |
void vtkImagePadFilter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkImagePadFilter::SetOutputWholeExtent | ( | int | extent[6] | ) |
The image extent of the output has to be set explicitly.
void vtkImagePadFilter::SetOutputWholeExtent | ( | int | minX, |
int | maxX, | ||
int | minY, | ||
int | maxY, | ||
int | minZ, | ||
int | maxZ | ||
) |
The image extent of the output has to be set explicitly.
void vtkImagePadFilter::GetOutputWholeExtent | ( | int | extent[6] | ) |
The image extent of the output has to be set explicitly.
|
inline |
The image extent of the output has to be set explicitly.
Definition at line 43 of file vtkImagePadFilter.h.
|
virtual |
Set/Get the number of output scalar components.
|
virtual |
Set/Get the number of output scalar components.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in vtkImageWrapPad, and vtkImageMirrorPad.
|
protected |
Definition at line 54 of file vtkImagePadFilter.h.
|
protected |
Definition at line 57 of file vtkImagePadFilter.h.