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