|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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, 
int minZ, 
int maxZ);
 
   44   void GetOutputWholeExtent(
int extent[6]);
 
   52   vtkSetMacro(OutputNumberOfScalarComponents, 
int);
 
   53   vtkGetMacro(OutputNumberOfScalarComponents, 
int);
 
   60   int OutputWholeExtent[6];
 
   66   virtual void ComputeInputUpdateExtent(
int inExt[6], 
int outExt[6], 
int wExt[6]);
 
  
Generic filter that has one input.
int * GetOutputWholeExtent()
~vtkImagePadFilter() override
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
#define VTK_SIZEHINT(...)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkAlgorithm * New()
Super class for filters that fill in extra pixels.
int OutputNumberOfScalarComponents