Documentation for vtkImagePadFilter

vtkImagePadFilter - Super class for filters that fill in extra pixels.

Super Class: vtkImageFilter

Description:

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 alogorithm detemined by the subclass. The image extent of the output has to be specified.

 

Methods:

void vtkImagePadFilter ()
static vtkImagePadFilter *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetOutputWholeExtent (int )
void SetOutputWholeExtent (int ,int ,int ,int ,int ,int )
void GetOutputWholeExtent (int )
int *GetOutputWholeExtent ()
void SetOutputNumberOfScalarComponents (int )
int GetOutputNumberOfScalarComponents ()
void ExecuteImageInformation ()
void ComputeRequiredInputUpdateExtent (int ,int )

 

Detailed Method Descriptions:

The image extent of the output has to be set explicitely.

void SetOutputWholeExtent (int )
void SetOutputWholeExtent (int ,int ,int ,int ,int ,int )
void GetOutputWholeExtent (int )

Set/Get the number of output scalar components.

int *GetOutputWholeExtent ()
void SetOutputNumberOfScalarComponents (int )
int GetOutputNumberOfScalarComponents ()