Section: Visualization Toolkit Widget Classes
To create an instance of class vtkImageOrthoPlanes, simply invoke its constructor as follows
obj = vtkImageOrthoPlanes
obj is an instance of the vtkImageOrthoPlanes class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkImageOrthoPlanes = obj.NewInstance ()
vtkImageOrthoPlanes = obj.SafeDownCast (vtkObject o)
obj.SetPlane (int i, vtkImagePlaneWidget imagePlaneWidget) - You must set three planes for the widget.
vtkImagePlaneWidget = obj.GetPlane (int i) - You must set three planes for the widget.
obj.ResetPlanes () - Reset the planes to original scale, rotation, and location.
vtkTransform = obj.GetTransform () - Get the transform for the planes.
obj.HandlePlaneEvent (vtkImagePlaneWidget imagePlaneWidget) - A public method to be used only by the event callback.