Section: Visualization Toolkit Rendering Classes
Note that the renderer's actors are not moved; instead the camera is moved.
To create an instance of class vtkInteractorStyleImage, simply invoke its constructor as follows
obj = vtkInteractorStyleImage
obj
is an instance of the vtkInteractorStyleImage class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkInteractorStyleImage = obj.NewInstance ()
vtkInteractorStyleImage = obj.SafeDownCast (vtkObject o)
int = obj. GetWindowLevelStartPosition ()
- Some useful information for handling window level
int = obj. GetWindowLevelCurrentPosition ()
- Some useful information for handling window level
obj.OnMouseMove ()
- Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnLeftButtonDown ()
- Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnLeftButtonUp ()
- Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnRightButtonDown ()
- Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnRightButtonUp ()
- Event bindings controlling the effects of pressing mouse buttons
or moving the mouse.
obj.OnChar ()
- Override the "fly-to" (f keypress) for images.
obj.WindowLevel ()
obj.Pick ()
obj.StartWindowLevel ()
obj.EndWindowLevel ()
obj.StartPick ()
obj.EndPick ()