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:
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:
void SetConstant (float ) | |
float GetConstant () |