30 #ifndef vtkImageConstantPad_h 31 #define vtkImageConstantPad_h 34 #include "vtkImagingCoreModule.h" 50 vtkGetMacro(Constant,
double);
64 int ext[6],
int id)
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,...
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