67#ifndef vtkImageConstantPad_h
68#define vtkImageConstantPad_h
71#include "vtkImagingCoreModule.h"
73VTK_ABI_NAMESPACE_BEGIN
90 vtkSetMacro(Constant,
double);
91 vtkGetMacro(Constant,
double);
dynamic, self-adjusting array of double
Makes image larger by padding with constant.
static vtkImageConstantPad * New()
vtkDoubleArray * ComponentConstants
virtual void SetComponentConstants(vtkDoubleArray *values)
Set/Get the pad values for each component.
~vtkImageConstantPad() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int ext[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
topologically and geometrically regular array of data
Super class for filters that fill in extra pixels.
a simple class to control print indentation