27 #ifndef vtkImageConstantPad_h
28 #define vtkImageConstantPad_h
31 #include "vtkImagingCoreModule.h"
47 vtkGetMacro(Constant,
double);
61 int ext[6],
int id) VTK_OVERRIDE;
static vtkImagePadFilter * New()
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)
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Makes image larger by padding with constant.
~vtkImageConstantPad() override