25 #ifndef __vtkImageTranslateExtent_h
26 #define __vtkImageTranslateExtent_h
28 #include "vtkImagingCoreModule.h"
36 void PrintSelf(ostream& os, vtkIndent indent);
40 vtkSetVector3Macro(Translation,
int);
41 vtkGetVector3Macro(Translation,
int);
50 virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *);
51 virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *);
53 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
Changes extent, nothing else.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
~vtkImageTranslateExtent()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)