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