vtkWin32RenderWindowInteractor - provide an event driven interface
Super Class: vtkRenderWindowInteractor
Description:
vtkWin32RenderWindowInteractor is a convenience object that provides event event bindings to common graphics functions. For example, camera and actor functions such as zoom-in/zoom-out, azimuth, roll, and pan. It is one of the window system specific subclasses of vtkRenderWindowInteractor. Please see vtkRenderWindowInteractor documentation for event bindings. Win32RenderWindowInteractor has an additional "animate" mode, which currently does not perform any animation, and has been left in the source code for compatibility. Here both lower case and upper case will work
Additional keyboard bindings: a - animate
See Also:
Methods:
Detailed Method Descriptions:
void vtkWin32RenderWindowInteractor () | |
void vtkWin32RenderWindowInteractor () | |
static vtkWin32RenderWindowInteractor *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) |
void Initialize () |
void Enable () | |
void Disable () |
void Start () | |
void UpdateSize (int ,int ) |
void StartRotate () | |
void EndRotate () | |
void StartZoom () | |
void EndZoom () | |
void StartPan () | |
void EndPan () | |
void StartSpin () | |
void EndSpin () | |
void StartDolly () | |
void EndDolly () | |
void StartUniformScale () | |
void EndUniformScale () |
static void SetClassExitMethod (const ) | |
static void SetClassExitMethodArgDelete (const ) |