23 #ifndef vtkImageTranslateExtent_h
24 #define vtkImageTranslateExtent_h
26 #include "vtkImagingCoreModule.h"
40 vtkSetVector3Macro(Translation,
int);
41 vtkGetVector3Macro(Translation,
int);
53 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
Changes extent, nothing else.
~vtkImageTranslateExtent() override
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
a simple class to control print indentation
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.