25 #ifndef __vtkImageTranslateExtent_h
26 #define __vtkImageTranslateExtent_h
28 #include "vtkImagingCoreModule.h"
29 #include "vtkImageAlgorithm.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.
~vtkImageTranslateExtent()