25#ifndef vtkImagePadFilter_h
26#define vtkImagePadFilter_h
28#include "vtkImagingCoreModule.h"
54 vtkGetMacro(OutputNumberOfScalarComponents,
int);
61 int OutputWholeExtent[6];
Super class for filters that fill in extra pixels.
virtual void ComputeInputUpdateExtent(int inExt[6], int outExt[6], int wExt[6])
int OutputNumberOfScalarComponents
void SetOutputWholeExtent(int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
int * GetOutputWholeExtent()
static vtkImagePadFilter * New()
void SetOutputWholeExtent(int extent[6])
The image extent of the output has to be set explicitly.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
void GetOutputWholeExtent(int extent[6])
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
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
Generic filter that has one input.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.