Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImageTranslateExtent, simply invoke its constructor as follows
obj = vtkImageTranslateExtent
obj is an instance of the vtkImageTranslateExtent class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageTranslateExtent = obj.NewInstance ()
vtkImageTranslateExtent = obj.SafeDownCast (vtkObject o)
obj.SetTranslation (int , int , int ) - Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
obj.SetTranslation (int a[3]) - Delta to change "WholeExtent". -1 changes 0->10 to -1->9.
int = obj. GetTranslation () - Delta to change "WholeExtent". -1 changes 0->10 to -1->9.