|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| void | OnChar () override |
| | Overrides superclass behaviors to only support the key codes that make sense in a ParaView application. More...
|
| |
| void | AddManipulator (vtkCameraManipulator *m) |
| | Access to adding or removing manipulators. More...
|
| |
| void | RemoveAllManipulators () |
| | Removes all manipulators. More...
|
| |
| virtual vtkCameraManipulator * | FindManipulator (int button, int shift, int control) |
| | Returns the chosen manipulator based on the modifiers. More...
|
| |
|
| void | OnMouseMove () override |
| | Event bindings controlling the effects of pressing mouse buttons or moving the mouse. More...
|
| |
| void | OnLeftButtonDown () override |
| | Event bindings controlling the effects of pressing mouse buttons or moving the mouse. More...
|
| |
| void | OnLeftButtonUp () override |
| | Event bindings controlling the effects of pressing mouse buttons or moving the mouse. More...
|
| |
| void | OnMiddleButtonDown () override |
| | Event bindings controlling the effects of pressing mouse buttons or moving the mouse. More...
|
| |
| void | OnMiddleButtonUp () override |
| | Event bindings controlling the effects of pressing mouse buttons or moving the mouse. More...
|
| |
| void | OnRightButtonDown () override |
| | Event bindings controlling the effects of pressing mouse buttons or moving the mouse. More...
|
| |
| void | OnRightButtonUp () override |
| | Event bindings controlling the effects of pressing mouse buttons or moving the mouse. More...
|
| |
|
| void | OnKeyDown () override |
| | Unlike mouse events, these are forwarded to all camera manipulators since we don't have a mechanism to activate a manipulator by key presses currently. More...
|
| |
| void | OnKeyUp () override |
| | Unlike mouse events, these are forwarded to all camera manipulators since we don't have a mechanism to activate a manipulator by key presses currently. More...
|
| |
|
| virtual vtkCollection * | GetCameraManipulators () |
| | Accessor for the collection of camera manipulators. More...
|
| |
|
| virtual void | SetMouseWheelZoomsToCursor (bool) |
| | When enabled, mouse wheel will zoom to the projected point under the cursor position. More...
|
| |
| virtual bool | GetMouseWheelZoomsToCursor () |
| | When enabled, mouse wheel will zoom to the projected point under the cursor position. More...
|
| |
|
| virtual void | SetCenterOfRotation (double, double, double) |
| | Propagates the center to the manipulators. More...
|
| |
| virtual void | SetCenterOfRotation (double [3]) |
| | Propagates the center to the manipulators. More...
|
| |
| virtual double * | GetCenterOfRotation () |
| | Propagates the center to the manipulators. More...
|
| |
| virtual void | GetCenterOfRotation (double &, double &, double &) |
| | Propagates the center to the manipulators. More...
|
| |
| virtual void | GetCenterOfRotation (double [3]) |
| | Propagates the center to the manipulators. More...
|
| |
|
| virtual void | SetRotationFactor (double) |
| | Propagates the rotation factor to the manipulators. More...
|
| |
| virtual double | GetRotationFactor () |
| | Propagates the rotation factor to the manipulators. More...
|
| |
| vtkInteractorStyleTrackballCamera * | NewInstance () const |
| |
| virtual void | Rotate () |
| |
| virtual void | Spin () |
| |
| virtual void | Pan () |
| |
| virtual void | Dolly () |
| |
| virtual void | OnMouseWheelForward () |
| |
| virtual void | OnMouseWheelBackward () |
| |
| virtual void | SetMotionFactor (double) |
| |
| virtual double | GetMotionFactor () |
| |
| virtual void | OnMouseWheelForward () |
| |
| virtual void | OnMouseWheelBackward () |
| |
| virtual void | SetMotionFactor (double) |
| |
| virtual double | GetMotionFactor () |
| |
| vtkInteractorStyle * | NewInstance () const |
| |
| virtual void | SetInteractor (vtkRenderWindowInteractor *interactor) |
| |
| virtual void | SetEnabled (int) |
| |
| void | FindPokedRenderer (int, int) |
| |
| virtual void | OnKeyPress () |
| |
| virtual void | OnKeyRelease () |
| |
| virtual void | OnTimer () |
| |
| virtual void | SetAutoAdjustCameraClippingRange (int) |
| |
| virtual int | GetAutoAdjustCameraClippingRange () |
| |
| virtual void | AutoAdjustCameraClippingRangeOn () |
| |
| virtual void | AutoAdjustCameraClippingRangeOff () |
| |
| virtual int | GetState () |
| |
| virtual int | GetUseTimers () |
| |
| virtual void | SetUseTimers (int) |
| |
| virtual void | UseTimersOn () |
| |
| virtual void | UseTimersOff () |
| |
| virtual void | SetTimerDuration (unsigned long) |
| |
| virtual unsigned long | GetTimerDuration () |
| |
| virtual void | SetHandleObservers (int) |
| |
| virtual int | GetHandleObservers () |
| |
| virtual void | HandleObserversOn () |
| |
| virtual void | HandleObserversOff () |
| |
| virtual void | OnExpose () |
| |
| virtual void | OnConfigure () |
| |
| virtual void | OnEnter () |
| |
| virtual void | OnLeave () |
| |
| virtual void | Zoom () |
| |
| virtual void | UniformScale () |
| |
| virtual void | OnPinch () |
| |
| virtual void | OnRotate () |
| |
| virtual void | OnPan () |
| |
| virtual void | OnTap () |
| |
| virtual void | OnLongTap () |
| |
| virtual void | OnSwipe () |
| |
| virtual void | StartState (int newstate) |
| |
| virtual void | StopState () |
| |
| virtual void | StartAnimate () |
| |
| virtual void | StopAnimate () |
| |
| virtual void | StartRotate () |
| |
| virtual void | EndRotate () |
| |
| virtual void | StartZoom () |
| |
| virtual void | EndZoom () |
| |
| virtual void | StartPan () |
| |
| virtual void | EndPan () |
| |
| virtual void | StartSpin () |
| |
| virtual void | EndSpin () |
| |
| virtual void | StartDolly () |
| |
| virtual void | EndDolly () |
| |
| virtual void | StartUniformScale () |
| |
| virtual void | EndUniformScale () |
| |
| virtual void | StartTimer () |
| |
| virtual void | EndTimer () |
| |
| virtual void | StartTwoPointer () |
| |
| virtual void | EndTwoPointer () |
| |
| virtual void | HighlightProp (vtkProp *prop) |
| |
| virtual void | HighlightActor2D (vtkActor2D *actor2D) |
| |
| virtual void | HighlightProp3D (vtkProp3D *prop3D) |
| |
| virtual void | SetPickColor (double, double, double) |
| |
| virtual void | SetPickColor (double[3]) |
| |
| virtual double * | GetPickColor () |
| |
| virtual void | GetPickColor (double data[3]) |
| |
| virtual void | SetMouseWheelMotionFactor (double) |
| |
| virtual double | GetMouseWheelMotionFactor () |
| |
| virtual vtkTDxInteractorStyle * | GetTDxStyle () |
| |
| virtual void | SetTDxStyle (vtkTDxInteractorStyle *tdxStyle) |
| |
| void | DelegateTDxEvent (unsigned long event, void *calldata) |
| |
| virtual void | SetAutoAdjustCameraClippingRange (int) |
| |
| virtual int | GetAutoAdjustCameraClippingRange () |
| |
| virtual void | AutoAdjustCameraClippingRangeOn () |
| |
| virtual void | AutoAdjustCameraClippingRangeOff () |
| |
| virtual int | GetState () |
| |
| virtual int | GetUseTimers () |
| |
| virtual void | SetUseTimers (int) |
| |
| virtual void | UseTimersOn () |
| |
| virtual void | UseTimersOff () |
| |
| virtual void | SetTimerDuration (unsigned long) |
| |
| virtual unsigned long | GetTimerDuration () |
| |
| virtual void | SetHandleObservers (int) |
| |
| virtual int | GetHandleObservers () |
| |
| virtual void | HandleObserversOn () |
| |
| virtual void | HandleObserversOff () |
| |
| virtual void | OnExpose () |
| |
| virtual void | OnConfigure () |
| |
| virtual void | OnEnter () |
| |
| virtual void | OnLeave () |
| |
| virtual void | Zoom () |
| |
| virtual void | UniformScale () |
| |
| virtual void | OnPinch () |
| |
| virtual void | OnRotate () |
| |
| virtual void | OnPan () |
| |
| virtual void | OnTap () |
| |
| virtual void | OnLongTap () |
| |
| virtual void | OnSwipe () |
| |
| virtual void | StartState (int newstate) |
| |
| virtual void | StopState () |
| |
| virtual void | StartAnimate () |
| |
| virtual void | StopAnimate () |
| |
| virtual void | StartRotate () |
| |
| virtual void | EndRotate () |
| |
| virtual void | StartZoom () |
| |
| virtual void | EndZoom () |
| |
| virtual void | StartPan () |
| |
| virtual void | EndPan () |
| |
| virtual void | StartSpin () |
| |
| virtual void | EndSpin () |
| |
| virtual void | StartDolly () |
| |
| virtual void | EndDolly () |
| |
| virtual void | StartUniformScale () |
| |
| virtual void | EndUniformScale () |
| |
| virtual void | StartTimer () |
| |
| virtual void | EndTimer () |
| |
| virtual void | StartTwoPointer () |
| |
| virtual void | EndTwoPointer () |
| |
| virtual void | HighlightProp (vtkProp *prop) |
| |
| virtual void | HighlightActor2D (vtkActor2D *actor2D) |
| |
| virtual void | HighlightProp3D (vtkProp3D *prop3D) |
| |
| virtual void | SetPickColor (double, double, double) |
| |
| virtual void | SetPickColor (double[3]) |
| |
| virtual double * | GetPickColor () |
| |
| virtual void | GetPickColor (double data[3]) |
| |
| virtual void | SetMouseWheelMotionFactor (double) |
| |
| virtual double | GetMouseWheelMotionFactor () |
| |
| virtual vtkTDxInteractorStyle * | GetTDxStyle () |
| |
| virtual void | SetTDxStyle (vtkTDxInteractorStyle *tdxStyle) |
| |
| void | DelegateTDxEvent (unsigned long event, void *calldata) |
| |
| vtkInteractorObserver * | NewInstance () const |
| |
| int | GetEnabled () |
| |
| void | EnabledOn () |
| |
| void | EnabledOff () |
| |
| void | On () |
| |
| void | Off () |
| |
| virtual vtkRenderWindowInteractor * | GetInteractor () |
| |
| virtual void | SetPriority (float) |
| |
| virtual float | GetPriority () |
| |
| virtual void | PickingManagedOn () |
| |
| virtual void | PickingManagedOff () |
| |
| virtual void | SetPickingManaged (bool) |
| |
| virtual bool | GetPickingManaged () |
| |
| virtual void | SetKeyPressActivation (int) |
| |
| virtual int | GetKeyPressActivation () |
| |
| virtual void | KeyPressActivationOn () |
| |
| virtual void | KeyPressActivationOff () |
| |
| virtual void | SetKeyPressActivationValue (char) |
| |
| virtual char | GetKeyPressActivationValue () |
| |
| virtual vtkRenderer * | GetDefaultRenderer () |
| |
| virtual void | SetDefaultRenderer (vtkRenderer *) |
| |
| virtual vtkRenderer * | GetCurrentRenderer () |
| |
| virtual void | SetCurrentRenderer (vtkRenderer *) |
| |
| void | GrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| |
| void | ReleaseFocus () |
| |
| int | GetEnabled () |
| |
| void | EnabledOn () |
| |
| void | EnabledOff () |
| |
| void | On () |
| |
| void | Off () |
| |
| virtual vtkRenderWindowInteractor * | GetInteractor () |
| |
| virtual void | SetPriority (float) |
| |
| virtual float | GetPriority () |
| |
| virtual void | PickingManagedOn () |
| |
| virtual void | PickingManagedOff () |
| |
| virtual void | SetPickingManaged (bool) |
| |
| virtual bool | GetPickingManaged () |
| |
| virtual void | SetKeyPressActivation (int) |
| |
| virtual int | GetKeyPressActivation () |
| |
| virtual void | KeyPressActivationOn () |
| |
| virtual void | KeyPressActivationOff () |
| |
| virtual void | SetKeyPressActivationValue (char) |
| |
| virtual char | GetKeyPressActivationValue () |
| |
| virtual vtkRenderer * | GetDefaultRenderer () |
| |
| virtual void | SetDefaultRenderer (vtkRenderer *) |
| |
| virtual vtkRenderer * | GetCurrentRenderer () |
| |
| virtual void | SetCurrentRenderer (vtkRenderer *) |
| |
| void | GrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| |
| void | ReleaseFocus () |
| |
| | vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
| |
| virtual void | DebugOn () |
| |
| virtual void | DebugOff () |
| |
| bool | GetDebug () |
| |
| void | SetDebug (bool debugFlag) |
| |
| virtual void | Modified () |
| |
| virtual vtkMTimeType | GetMTime () |
| |
| void | RemoveObserver (unsigned long tag) |
| |
| void | RemoveObservers (unsigned long event) |
| |
| void | RemoveObservers (const char *event) |
| |
| void | RemoveAllObservers () |
| |
| int | HasObserver (unsigned long event) |
| |
| int | HasObserver (const char *event) |
| |
| int | InvokeEvent (unsigned long event) |
| |
| int | InvokeEvent (const char *event) |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| const char * | GetClassName () const |
| |
| virtual void | Delete () |
| |
| virtual void | FastDelete () |
| |
| void | Print (ostream &os) |
| |
| virtual void | Register (vtkObjectBase *o) |
| |
| virtual void | UnRegister (vtkObjectBase *o) |
| |
| void | SetReferenceCount (int) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| int | GetReferenceCount () |
| |
| void | PrintRevisions (ostream &) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| int | GetReferenceCount () |
| |
| void | PrintRevisions (ostream &) |
| |
interactive manipulation of the camera
vtkPVInteractorStyle allows the user to interactively manipulate the camera, the viewpoint of the scene. The left button is for rotation; shift + left button is for rolling; the right button is for panning; and shift + right button is for zooming. This class fires vtkCommand::StartInteractionEvent and vtkCommand::EndInteractionEvent to signal start and end of interaction.
Definition at line 24 of file vtkPVInteractorStyle.h.