24 #ifndef __vtkImagePadFilter_h
25 #define __vtkImagePadFilter_h
27 #include "vtkImagingCoreModule.h"
28 #include "vtkThreadedImageAlgorithm.h"
35 void PrintSelf(ostream& os, vtkIndent indent);
39 void SetOutputWholeExtent(
int extent[6]);
40 void SetOutputWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
42 void GetOutputWholeExtent(
int extent[6]);
48 vtkSetMacro(OutputNumberOfScalarComponents,
int);
49 vtkGetMacro(OutputNumberOfScalarComponents,
int);
56 int OutputWholeExtent[6];
59 virtual int RequestInformation (vtkInformation*,
60 vtkInformationVector**,
61 vtkInformationVector*);
62 virtual int RequestUpdateExtent(vtkInformation*,
63 vtkInformationVector**,
64 vtkInformationVector*);
66 virtual void ComputeInputUpdateExtent (
int inExt[6],
int outExt[6],
int * GetOutputWholeExtent()
Super class for filters that fill in extra pixels.
int OutputNumberOfScalarComponents