19#ifndef vtkImageWrapPad_h 
   20#define vtkImageWrapPad_h 
   23#include "vtkImagingCoreModule.h"  
   25VTK_ABI_NAMESPACE_BEGIN
 
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