Section: Visualization Toolkit Imaging Classes
To create an instance of class vtkImagePermute, simply invoke its constructor as follows
obj = vtkImagePermute
obj
is an instance of the vtkImagePermute class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImagePermute = obj.NewInstance ()
vtkImagePermute = obj.SafeDownCast (vtkObject o)
obj.SetFilteredAxes (int x, int y, int z)
- The filtered axes are the input axes that get relabeled to X,Y,Z.
obj.SetFilteredAxes (int xyz[3])
- The filtered axes are the input axes that get relabeled to X,Y,Z.
int = obj. GetFilteredAxes ()
- The filtered axes are the input axes that get relabeled to X,Y,Z.