VTK
|
provides trackball motion control More...
#include <vtkInteractorStyleTrackball.h>
Public Types | |
typedef vtkInteractorStyleSwitch | Superclass |
![]() | |
typedef vtkInteractorStyleSwitchBase | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkInteractorStyleTrackball * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
![]() | |
vtkInteractorStyleSwitch * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetInteractor (vtkRenderWindowInteractor *iren) |
void | SetAutoAdjustCameraClippingRange (int value) |
virtual void | OnChar () |
virtual vtkInteractorStyle * | GetCurrentStyle () |
void | SetCurrentStyleToJoystickActor () |
void | SetCurrentStyleToJoystickCamera () |
void | SetCurrentStyleToTrackballActor () |
void | SetCurrentStyleToTrackballCamera () |
virtual void | SetDefaultRenderer (vtkRenderer *) |
virtual void | SetCurrentRenderer (vtkRenderer *) |
Static Public Member Functions | |
static vtkInteractorStyleTrackball * | New () |
static int | IsTypeOf (const char *type) |
static vtkInteractorStyleTrackball * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkInteractorStyleSwitch * | New () |
static int | IsTypeOf (const char *type) |
static vtkInteractorStyleSwitch * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkInteractorStyleTrackball () | |
~vtkInteractorStyleTrackball () | |
![]() | |
vtkInteractorStyleSwitch () | |
~vtkInteractorStyleSwitch () | |
void | SetCurrentStyle () |
Additional Inherited Members | |
![]() | |
vtkInteractorStyleJoystickActor * | JoystickActor |
vtkInteractorStyleJoystickCamera * | JoystickCamera |
vtkInteractorStyleTrackballActor * | TrackballActor |
vtkInteractorStyleTrackballCamera * | TrackballCamera |
vtkInteractorStyle * | CurrentStyle |
int | JoystickOrTrackball |
int | CameraOrActor |
provides trackball motion control
vtkInteractorStyleTrackball is an implementation of vtkInteractorStyle that defines the trackball style. It is now deprecated and as such a subclass of vtkInteractorStyleSwitch
Definition at line 33 of file vtkInteractorStyleTrackball.h.
Definition at line 37 of file vtkInteractorStyleTrackball.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkInteractorStyleSwitch.
|
static |
|
protectedvirtual |
Reimplemented from vtkInteractorStyleSwitch.
vtkInteractorStyleTrackball* vtkInteractorStyleTrackball::NewInstance | ( | ) | const |
void vtkInteractorStyleTrackball::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |