29 #ifndef __vtkImageConstantPad_h
30 #define __vtkImageConstantPad_h
45 vtkSetMacro(Constant,
double);
46 vtkGetMacro(Constant,
double);
static vtkImagePadFilter * New()
void PrintSelf(ostream &os, vtkIndent indent)
Super class for filters that fill in extra pixels.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
Makes image larger by padding with constant.