Documentation for vtkImageConstantPad

vtkImageConstantPad - Makes image larger by padding with contant.

Super Class: vtkImagePadFilter

Description:

vtkImageConstantPad changes the image extent of its input. Any pixels outside of the original image extent are filled with a constant value.

 

See Also:

vtkImageWrapPad vtkImageMirrorPad

 

Methods:

void vtkImageConstantPad ()
static vtkImageConstantPad *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetConstant (float )
float GetConstant ()
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int )

 

Detailed Method Descriptions:

Set/Get the pad value.

void SetConstant (float )
float GetConstant ()