vtkXRenderWindowInteractor - an X event driven interface for a RenderWindow
Super Class: vtkRenderWindowInteractor
Description:
vtkXRenderWindowInteractor is a convenience object that provides 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.
See Also:
Methods:
void vtkXRenderWindowInteractor () | |
void vtkXRenderWindowInteractor () | |
static vtkXRenderWindowInteractor *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void Initialize () | |
void Initialize (unknown ) | |
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 () | |
void SetWidget (unknown ) | |
unknown GetWidget () | |
void FinishSettingUpNewWindow () | |
void vtkXRenderWindowInteractorCallback (unknown ,unknown ,unknown * ,unknown *) | |
void vtkXRenderWindowInteractorTimer (unknown ,unknown *) | |
void SetupNewWindow (int ) |
Detailed Method Descriptions:
void Initialize () |
void Initialize (unknown ) |
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 () |
void SetWidget (unknown ) | |
unknown GetWidget () |
void FinishSettingUpNewWindow () |