44#ifndef vtkImageWrapPad_h
45#define vtkImageWrapPad_h
48#include "vtkImagingCoreModule.h"
topologically and geometrically regular array of data
Super class for filters that fill in extra pixels.
Makes an image larger by wrapping existing data.
void ComputeInputUpdateExtent(int inExt[6], int outExt[6], int wholeExtent[6]) override
static vtkImageWrapPad * New()
vtkImageWrapPad()=default
~vtkImageWrapPad() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int ext[6], int id) override
If the subclass does not define an Execute method, then the task will be broken up,...
a simple class to control print indentation