|
| virtual int | IsA (const char *type) |
| | Return 1 if this class is the same type of (or a subclass of) the named class. More...
|
| |
| vtkInteractorStyleSwitch * | NewInstance () const |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| | Methods invoked by print to print information about the object including superclasses. More...
|
| |
| void | SetInteractor (vtkRenderWindowInteractor *iren) |
| | The sub styles need the interactor too. More...
|
| |
| void | SetAutoAdjustCameraClippingRange (int value) |
| | We must override this method in order to pass the setting down to the underlying styles. More...
|
| |
| virtual void | OnChar () |
| | Only care about the char event, which is used to switch between different styles. More...
|
| |
|
| virtual vtkInteractorStyle * | GetCurrentStyle () |
| | Set/Get current style. More...
|
| |
| void | SetCurrentStyleToJoystickActor () |
| | Set/Get current style. More...
|
| |
| void | SetCurrentStyleToJoystickCamera () |
| | Set/Get current style. More...
|
| |
| void | SetCurrentStyleToTrackballActor () |
| | Set/Get current style. More...
|
| |
| void | SetCurrentStyleToTrackballCamera () |
| | Set/Get current style. More...
|
| |
| void | SetCurrentStyleToMultiTouchCamera () |
| | Set/Get current style. More...
|
| |
|
| virtual void | SetDefaultRenderer (vtkRenderer *) |
| | Overridden from vtkInteractorObserver because the interactor styles used by this class must also be updated. More...
|
| |
| virtual void | SetCurrentRenderer (vtkRenderer *) |
| | Overridden from vtkInteractorObserver because the interactor styles used by this class must also be updated. More...
|
| |
| vtkInteractorStyleSwitchBase * | NewInstance () const |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| | Methods invoked by print to print information about the object including superclasses. More...
|
| |
| vtkRenderWindowInteractor * | GetInteractor () |
| | This method is used to associate the widget with the render window interactor. More...
|
| |
| vtkInteractorStyle * | NewInstance () const |
| |
| virtual void | SetEnabled (int) |
| | Turn on/off this interactor. More...
|
| |
| void | FindPokedRenderer (int, int) |
| | When an event occurs, we must determine which Renderer the event occurred within, since one RenderWindow may contain multiple renderers. More...
|
| |
| virtual void | OnMouseMove () |
| | Generic event bindings can be overridden in subclasses. More...
|
| |
| virtual void | OnLeftButtonDown () |
| |
| virtual void | OnLeftButtonUp () |
| |
| virtual void | OnMiddleButtonDown () |
| |
| virtual void | OnMiddleButtonUp () |
| |
| virtual void | OnRightButtonDown () |
| |
| virtual void | OnRightButtonUp () |
| |
| virtual void | OnMouseWheelForward () |
| |
| virtual void | OnMouseWheelBackward () |
| |
| virtual void | OnKeyDown () |
| |
| virtual void | OnKeyUp () |
| |
| virtual void | OnKeyPress () |
| |
| virtual void | OnKeyRelease () |
| |
| virtual void | OnExpose () |
| | These are more esoteric events, but are useful in some cases. More...
|
| |
| virtual void | OnConfigure () |
| |
| virtual void | OnEnter () |
| |
| virtual void | OnLeave () |
| |
| virtual void | OnTimer () |
| | OnTimer calls Rotate, Rotate etc which should be overridden by style subclasses. More...
|
| |
| virtual void | Rotate () |
| | These methods for the different interactions in different modes are overridden in subclasses to perform the correct motion. More...
|
| |
| virtual void | Spin () |
| |
| virtual void | Pan () |
| |
| virtual void | Dolly () |
| |
| virtual void | Zoom () |
| |
| virtual void | UniformScale () |
| |
| virtual void | OnPinch () |
| | gesture based events More...
|
| |
| virtual void | OnRotate () |
| |
| virtual void | OnPan () |
| |
| virtual void | OnTap () |
| |
| virtual void | OnLongTap () |
| |
| virtual void | OnSwipe () |
| |
| void | DelegateTDxEvent (unsigned long event, void *calldata) |
| | Called by the callback to process 3DConnexion device events. More...
|
| |
| virtual int | GetAutoAdjustCameraClippingRange () |
| | If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. More...
|
| |
| virtual void | AutoAdjustCameraClippingRangeOn () |
| | If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. More...
|
| |
| virtual void | AutoAdjustCameraClippingRangeOff () |
| | If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. More...
|
| |
| virtual int | GetState () |
| | Some useful information for interaction. More...
|
| |
| virtual int | GetUseTimers () |
| | Set/Get timer hint. More...
|
| |
| virtual void | SetUseTimers (int) |
| | Set/Get timer hint. More...
|
| |
| virtual void | UseTimersOn () |
| | Set/Get timer hint. More...
|
| |
| virtual void | UseTimersOff () |
| | Set/Get timer hint. More...
|
| |
| virtual void | SetTimerDuration (unsigned long) |
| | If using timers, specify the default timer interval (in milliseconds). More...
|
| |
| virtual unsigned long | GetTimerDuration () |
| | If using timers, specify the default timer interval (in milliseconds). More...
|
| |
| virtual void | SetHandleObservers (int) |
| | Does ProcessEvents handle observers on this class or not. More...
|
| |
| virtual int | GetHandleObservers () |
| | Does ProcessEvents handle observers on this class or not. More...
|
| |
| virtual void | HandleObserversOn () |
| | Does ProcessEvents handle observers on this class or not. More...
|
| |
| virtual void | HandleObserversOff () |
| | Does ProcessEvents handle observers on this class or not. More...
|
| |
| virtual void | StartState (int newstate) |
| | utility routines used by state changes More...
|
| |
| virtual void | StopState () |
| | utility routines used by state changes More...
|
| |
| virtual void | StartAnimate () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | StopAnimate () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | StartRotate () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | EndRotate () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | StartZoom () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | EndZoom () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | StartPan () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | EndPan () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | StartSpin () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | EndSpin () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | StartDolly () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | EndDolly () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | StartUniformScale () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | EndUniformScale () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | StartTimer () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | EndTimer () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | StartTwoPointer () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | EndTwoPointer () |
| | Interaction mode entry points used internally. More...
|
| |
| virtual void | HighlightProp (vtkProp *prop) |
| | When picking successfully selects an actor, this method highlights the picked prop appropriately. More...
|
| |
| virtual void | HighlightActor2D (vtkActor2D *actor2D) |
| | When picking successfully selects an actor, this method highlights the picked prop appropriately. More...
|
| |
| virtual void | HighlightProp3D (vtkProp3D *prop3D) |
| | When picking successfully selects an actor, this method highlights the picked prop appropriately. More...
|
| |
| virtual void | SetPickColor (double, double, double) |
| | Set/Get the pick color (used by default to color vtkActor2D's). More...
|
| |
| virtual void | SetPickColor (double[3]) |
| | Set/Get the pick color (used by default to color vtkActor2D's). More...
|
| |
| virtual double * | GetPickColor () |
| | Set/Get the pick color (used by default to color vtkActor2D's). More...
|
| |
| virtual void | GetPickColor (double data[3]) |
| | Set/Get the pick color (used by default to color vtkActor2D's). More...
|
| |
| virtual void | SetMouseWheelMotionFactor (double) |
| | Set/Get the mouse wheel motion factor. More...
|
| |
| virtual double | GetMouseWheelMotionFactor () |
| | Set/Get the mouse wheel motion factor. More...
|
| |
| virtual vtkTDxInteractorStyle * | GetTDxStyle () |
| | 3Dconnexion device interactor style. More...
|
| |
| virtual void | SetTDxStyle (vtkTDxInteractorStyle *tdxStyle) |
| | 3Dconnexion device interactor style. More...
|
| |
| vtkInteractorObserver * | NewInstance () const |
| |
| int | GetEnabled () |
| |
| void | EnabledOn () |
| |
| void | EnabledOff () |
| |
| void | On () |
| |
| void | Off () |
| |
| virtual void | SetPriority (float) |
| | Set/Get the priority at which events are processed. More...
|
| |
| virtual float | GetPriority () |
| | Set/Get the priority at which events are processed. More...
|
| |
| virtual void | PickingManagedOn () |
| | Enable/Disable the use of a manager to process the picking. More...
|
| |
| virtual void | PickingManagedOff () |
| | Enable/Disable the use of a manager to process the picking. More...
|
| |
| virtual void | SetPickingManaged (bool) |
| | Enable/Disable the use of a manager to process the picking. More...
|
| |
| virtual bool | GetPickingManaged () |
| | Enable/Disable the use of a manager to process the picking. More...
|
| |
| virtual void | SetKeyPressActivation (int) |
| | Enable/Disable of the use of a keypress to turn on and off the interactor observer. More...
|
| |
| virtual int | GetKeyPressActivation () |
| | Enable/Disable of the use of a keypress to turn on and off the interactor observer. More...
|
| |
| virtual void | KeyPressActivationOn () |
| | Enable/Disable of the use of a keypress to turn on and off the interactor observer. More...
|
| |
| virtual void | KeyPressActivationOff () |
| | Enable/Disable of the use of a keypress to turn on and off the interactor observer. More...
|
| |
| virtual void | SetKeyPressActivationValue (char) |
| | Specify which key press value to use to activate the interactor observer (if key press activation is enabled). More...
|
| |
| virtual char | GetKeyPressActivationValue () |
| | Specify which key press value to use to activate the interactor observer (if key press activation is enabled). More...
|
| |
| virtual vtkRenderer * | GetDefaultRenderer () |
| | Set/Get the default renderer to use when activating the interactor observer. More...
|
| |
| virtual vtkRenderer * | GetCurrentRenderer () |
| | Set/Get the current renderer. More...
|
| |
| void | GrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| | These methods enable an interactor observer to exclusively grab all events invoked by its associated vtkRenderWindowInteractor. More...
|
| |
| void | ReleaseFocus () |
| | These methods enable an interactor observer to exclusively grab all events invoked by its associated vtkRenderWindowInteractor. More...
|
| |
| | vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
| |
| virtual void | DebugOn () |
| | Turn debugging output on. More...
|
| |
| virtual void | DebugOff () |
| | Turn debugging output off. More...
|
| |
| bool | GetDebug () |
| | Get the value of the debug flag. More...
|
| |
| void | SetDebug (bool debugFlag) |
| | Set the value of the debug flag. More...
|
| |
| virtual void | Modified () |
| | Update the modification time for this object. More...
|
| |
| virtual vtkMTimeType | GetMTime () |
| | Return this object's modified time. More...
|
| |
| 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) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| void | RemoveObserver (vtkCommand *) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| int | HasObserver (const char *event, vtkCommand *) |
| | Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
|
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| | Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| | Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
|
| |
| template<class U , class T > |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| | Allow user to set the AbortFlagOn() with the return value of the callback method. More...
|
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| | This method invokes an event and return whether the event was aborted or not. More...
|
| |
| int | InvokeEvent (const char *event, void *callData) |
| | This method invokes an event and return whether the event was aborted or not. More...
|
| |
| const char * | GetClassName () const |
| | Return the class name as a string. More...
|
| |
| virtual void | Delete () |
| | Delete a VTK object. More...
|
| |
| virtual void | FastDelete () |
| | Delete a reference to this object. More...
|
| |
| void | InitializeObjectBase () |
| |
| void | Print (ostream &os) |
| | Print an object to an ostream. More...
|
| |
| virtual void | Register (vtkObjectBase *o) |
| | Increase the reference count (mark as used by another object). More...
|
| |
| virtual void | UnRegister (vtkObjectBase *o) |
| | Decrease the reference count (release by another object). More...
|
| |
| int | GetReferenceCount () |
| | Return the current reference count of this object. More...
|
| |
| void | SetReferenceCount (int) |
| | Sets the reference count. More...
|
| |
| void | PrintRevisions (ostream &) |
| | Legacy. More...
|
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| | Methods invoked by print to print information about the object including superclasses. More...
|
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| | Methods invoked by print to print information about the object including superclasses. More...
|
| |