14#ifndef vtkImageTranslateExtent_h 
   15#define vtkImageTranslateExtent_h 
   18#include "vtkImagingCoreModule.h"  
   20VTK_ABI_NAMESPACE_BEGIN
 
   32  vtkSetVector3Macro(Translation, 
int);
 
   33  vtkGetVector3Macro(Translation, 
int);
 
Generic algorithm superclass for image algs.
 
Changes extent, nothing else.
 
vtkImageTranslateExtent()
 
static vtkImageTranslateExtent * New()
 
~vtkImageTranslateExtent() override=default
 
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
 
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