Documentation for vtkMFCInteractor

vtkMFCInteractor - provide an event driven interface

Super Class: vtkRenderWindowInteractor

Description:

vtkMFCInteractor is a convenience object that provides event event bindings to common graphics functions. For example, camera zoom-in/zoom-out, azimuth, and roll. It is one of the window system specific subclasses of vtkRenderWindowInteractor. Mouse bindings: Button 1 - rotate, Button 2 - pan, Button 3 - zoom The distance from the center of the renderer viewport determines how quickly to rotate, pan and zoom. Keystrokes: r - reset camera view w - turn all actors wireframe s - turn all actors surface e - exits

 

See Also:

vtkRenderWindowInteractor vtkWin32OpenGLRenderWindow

 

Methods:

void vtkMFCInteractor ()
void vtkMFCInteractor ()
static vtkMFCInteractor *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void Initialize ()
void Start ()

 

Detailed Method Descriptions:

Begin processing keyboard events.

void Initialize ()

Start the event loop and possibly never return.

void Start ()