26#ifndef vtkImageTranslateExtent_h
27#define vtkImageTranslateExtent_h
29#include "vtkImagingCoreModule.h"
43 vtkSetVector3Macro(Translation,
int);
44 vtkGetVector3Macro(Translation,
int);
Generic algorithm superclass for image algs.
Changes extent, nothing else.
vtkImageTranslateExtent()
static vtkImageTranslateExtent * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called in response to a REQUEST_DATA request from the executive.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to collect information from their inputs and set information f...
~vtkImageTranslateExtent()
a simple class to control print indentation