29 #ifndef __vtkImageConstantPad_h
30 #define __vtkImageConstantPad_h
33 #include "vtkImagingCoreModule.h"
42 void PrintSelf(ostream& os, vtkIndent indent);
46 vtkSetMacro(Constant,
double);
47 vtkGetMacro(Constant,
double);
57 void ThreadedRequestData (vtkInformation* request,
58 vtkInformationVector** inputVector,
59 vtkInformationVector* outputVector,
60 vtkImageData ***inData, vtkImageData **outData,
static vtkImagePadFilter * New()
void PrintSelf(ostream &os, vtkIndent indent)
Super class for filters that fill in extra pixels.
Makes image larger by padding with constant.