25 #ifndef vtkImagePadFilter_h 26 #define vtkImagePadFilter_h 28 #include "vtkImagingCoreModule.h" 42 void SetOutputWholeExtent(
int extent[6]);
43 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
45 void GetOutputWholeExtent(
int extent[6]);
53 vtkSetMacro(OutputNumberOfScalarComponents,
int);
54 vtkGetMacro(OutputNumberOfScalarComponents,
int);
61 int OutputWholeExtent[6];
71 virtual void ComputeInputUpdateExtent (
int inExt[6],
int outExt[6],
~vtkImagePadFilter() override
int * GetOutputWholeExtent()
The image extent of the output has to be set explicitly.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
Generic filter that has one input.
Super class for filters that fill in extra pixels.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
#define VTK_SIZEHINT(...)
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int OutputNumberOfScalarComponents