#include <vtkImageTranslateExtent.h>
Inheritance diagram for vtkImageTranslateExtent:
vtkImageTranslateExtent shift the whole extent, but does not change the data.
Definition at line 42 of file vtkImageTranslateExtent.h.
Public Types | |
typedef vtkImageToImageFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetTranslation (int, int, int) |
virtual void | SetTranslation (int[3]) |
virtual int * | GetTranslation () |
virtual void | GetTranslation (int &, int &, int &) |
virtual void | GetTranslation (int[3]) |
Static Public Member Functions | |
vtkImageTranslateExtent * | New () |
int | IsTypeOf (const char *type) |
vtkImageTranslateExtent * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageTranslateExtent () | |
~vtkImageTranslateExtent () | |
void | ComputeInputUpdateExtent (int extent[6], int wholeExtent[6]) |
void | ExecuteInformation (vtkImageData *inData, vtkImageData *outData) |
void | ExecuteInformation () |
void | ExecuteData (vtkDataObject *data) |
Protected Attributes | |
int | Translation [3] |
|
Reimplemented from vtkImageToImageFilter. Definition at line 46 of file vtkImageTranslateExtent.h. |
|
|
|
Definition at line 57 of file vtkImageTranslateExtent.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkImageToImageFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageToImageFilter. |
|
Delta to change "WholeExtent". -1 changes 0->10 to -1->9. |
|
Delta to change "WholeExtent". -1 changes 0->10 to -1->9. |
|
Delta to change "WholeExtent". -1 changes 0->10 to -1->9. |
|
Delta to change "WholeExtent". -1 changes 0->10 to -1->9. |
|
Delta to change "WholeExtent". -1 changes 0->10 to -1->9. |
|
Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. |
|
Reimplemented from vtkImageToImageFilter. Definition at line 63 of file vtkImageTranslateExtent.h. References vtkImageToImageFilter::ExecuteInformation(). |
|
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method Reimplemented from vtkImageToImageFilter. |
|
Definition at line 59 of file vtkImageTranslateExtent.h. |