VTK  9.3.20240419
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkInteractorStyleFlight Class Reference

provides flight motion routines More...

#include <vtkInteractorStyleFlight.h>

Inheritance diagram for vtkInteractorStyleFlight:
[legend]
Collaboration diagram for vtkInteractorStyleFlight:
[legend]

Public Types

typedef vtkInteractorStyle Superclass
 
- Public Types inherited from vtkInteractorStyle
typedef vtkInteractorObserver Superclass
 
- Public Types inherited from vtkInteractorObserver
typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkInteractorStyleFlightNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void JumpTo (double campos[3], double focpos[3])
 Move the Eye/Camera to a specific location (no intermediate steps are taken. More...
 
virtual double * GetDefaultUpVector ()
 
virtual void GetDefaultUpVector (double data[3])
 
virtual void SetDefaultUpVector (double data[])
 
virtual void SetMotionStepSize (double)
 Set the basic unit step size : by default 1/250 of bounding diagonal. More...
 
virtual double GetMotionStepSize ()
 Set the basic unit step size : by default 1/250 of bounding diagonal. More...
 
virtual void SetMotionAccelerationFactor (double)
 Set acceleration factor when shift key is applied : default 10. More...
 
virtual double GetMotionAccelerationFactor ()
 Set acceleration factor when shift key is applied : default 10. More...
 
virtual void SetAngleStepSize (double)
 Set the basic angular unit for turning : default 1 degree. More...
 
virtual double GetAngleStepSize ()
 Set the basic angular unit for turning : default 1 degree. More...
 
virtual void SetAngleAccelerationFactor (double)
 Set angular acceleration when shift key is applied : default 5. More...
 
virtual double GetAngleAccelerationFactor ()
 Set angular acceleration when shift key is applied : default 5. More...
 
virtual void SetDisableMotion (vtkTypeBool)
 Disable motion (temporarily - for viewing etc) More...
 
virtual vtkTypeBool GetDisableMotion ()
 Disable motion (temporarily - for viewing etc) More...
 
virtual void DisableMotionOn ()
 Disable motion (temporarily - for viewing etc) More...
 
virtual void DisableMotionOff ()
 Disable motion (temporarily - for viewing etc) More...
 
virtual void SetRestoreUpVector (vtkTypeBool)
 When flying, apply a restorative force to the "Up" vector. More...
 
virtual vtkTypeBool GetRestoreUpVector ()
 When flying, apply a restorative force to the "Up" vector. More...
 
virtual void RestoreUpVectorOn ()
 When flying, apply a restorative force to the "Up" vector. More...
 
virtual void RestoreUpVectorOff ()
 When flying, apply a restorative force to the "Up" vector. More...
 
void OnMouseMove () override
 Concrete implementation of Mouse event bindings for flight. More...
 
void OnLeftButtonDown () override
 Concrete implementation of Mouse event bindings for flight. More...
 
void OnLeftButtonUp () override
 Concrete implementation of Mouse event bindings for flight. More...
 
void OnMiddleButtonDown () override
 Concrete implementation of Mouse event bindings for flight. More...
 
void OnMiddleButtonUp () override
 Concrete implementation of Mouse event bindings for flight. More...
 
void OnRightButtonDown () override
 Concrete implementation of Mouse event bindings for flight. More...
 
void OnRightButtonUp () override
 Concrete implementation of Mouse event bindings for flight. More...
 
void OnChar () override
 Concrete implementation of Keyboard event bindings for flight. More...
 
void OnKeyDown () override
 Concrete implementation of Keyboard event bindings for flight. More...
 
void OnKeyUp () override
 Concrete implementation of Keyboard event bindings for flight. More...
 
void OnTimer () override
 Concrete implementation of Keyboard event bindings for flight. More...
 
virtual void ForwardFly ()
 Concrete implementation of Keyboard event bindings for flight. More...
 
virtual void ReverseFly ()
 Concrete implementation of Keyboard event bindings for flight. More...
 
virtual void StartForwardFly ()
 Concrete implementation of Keyboard event bindings for flight. More...
 
virtual void EndForwardFly ()
 Concrete implementation of Keyboard event bindings for flight. More...
 
virtual void StartReverseFly ()
 Concrete implementation of Keyboard event bindings for flight. More...
 
virtual void EndReverseFly ()
 Concrete implementation of Keyboard event bindings for flight. More...
 
- Public Member Functions inherited from vtkInteractorStyle
vtkInteractorStyleNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void SetInteractor (vtkRenderWindowInteractor *interactor) override
 Set/Get the Interactor wrapper being controlled by this object. More...
 
void SetEnabled (int) override
 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 OnLeftButtonDoubleClick ()
 
virtual void OnMiddleButtonDoubleClick ()
 
virtual void OnRightButtonDoubleClick ()
 
virtual void OnMouseWheelForward ()
 
virtual void OnMouseWheelBackward ()
 
virtual void OnMouseWheelLeft ()
 
virtual void OnMouseWheelRight ()
 
virtual void OnFourthButtonDown ()
 
virtual void OnFourthButtonUp ()
 
virtual void OnFifthButtonDown ()
 
virtual void OnFifthButtonUp ()
 
virtual void OnMove3D (vtkEventData *)
 Generic 3D event bindings can be overridden in subclasses. More...
 
virtual void OnButton3D (vtkEventData *)
 
virtual void OnPick3D (vtkEventData *)
 
virtual void OnClip3D (vtkEventData *)
 
virtual void OnSelect3D (vtkEventData *)
 
virtual void OnMenu3D (vtkEventData *)
 
virtual void OnNextPose3D (vtkEventData *)
 
virtual void OnPositionProp3D (vtkEventData *)
 
virtual void OnViewerMovement3D (vtkEventData *)
 
virtual void OnElevation3D (vtkEventData *)
 
void OnChar () override
 OnChar is triggered when an ASCII key is pressed. More...
 
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 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 EnvironmentRotate ()
 
virtual void OnStartSwipe ()
 gesture based events More...
 
virtual void OnSwipe ()
 
virtual void OnEndSwipe ()
 
virtual void OnStartPinch ()
 
virtual void OnPinch ()
 
virtual void OnEndPinch ()
 
virtual void OnStartRotate ()
 
virtual void OnRotate ()
 
virtual void OnEndRotate ()
 
virtual void OnStartPan ()
 
virtual void OnPan ()
 
virtual void OnEndPan ()
 
virtual void OnTap ()
 
virtual void OnLongTap ()
 
virtual void OnDropLocation (double *vtkNotUsed(position))
 When the mouse location is updated while dragging files. More...
 
virtual void OnDropFiles (vtkStringArray *vtkNotUsed(filePaths))
 When files are dropped on the render window. More...
 
void DelegateTDxEvent (unsigned long event, void *calldata)
 Called by the callback to process 3DConnexion device events. More...
 
virtual void SetAutoAdjustCameraClippingRange (vtkTypeBool)
 If AutoAdjustCameraClippingRange is on, then before each render the camera clipping range will be adjusted to "fit" the whole scene. More...
 
virtual vtkTypeBool 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 vtkTypeBool GetUseTimers ()
 Set/Get timer hint. More...
 
virtual void SetUseTimers (vtkTypeBool)
 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 (vtkTypeBool)
 Does ProcessEvents handle observers on this class or not. More...
 
virtual vtkTypeBool 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 StartGesture ()
 Interaction mode entry points used internally. More...
 
virtual void EndGesture ()
 Interaction mode entry points used internally. More...
 
virtual void StartEnvRotate ()
 Interaction mode entry points used internally. More...
 
virtual void EndEnvRotate ()
 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 vtkTDxInteractorStyleGetTDxStyle ()
 3Dconnexion device interactor style. More...
 
virtual void SetTDxStyle (vtkTDxInteractorStyle *tdxStyle)
 3Dconnexion device interactor style. More...
 
- Public Member Functions inherited from vtkInteractorObserver
vtkInteractorObserverNewInstance () const
 
int GetEnabled ()
 
void EnabledOn ()
 
void EnabledOff ()
 
void On ()
 
void Off ()
 
virtual vtkRenderWindowInteractorGetInteractor ()
 This method is used to associate the widget with the render window interactor. More...
 
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 managed)
 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 (vtkTypeBool)
 Enable/Disable of the use of a keypress to turn on and off the interactor observer. More...
 
virtual vtkTypeBool 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 vtkRendererGetDefaultRenderer ()
 Set/Get the default renderer to use when activating the interactor observer. More...
 
virtual void SetDefaultRenderer (vtkRenderer *)
 Set/Get the default renderer to use when activating the interactor observer. More...
 
virtual vtkRendererGetCurrentRenderer ()
 Set/Get the current renderer. More...
 
virtual void SetCurrentRenderer (vtkRenderer *)
 Set/Get the current renderer. More...
 
void GrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 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...
 
- Public Member Functions inherited from vtkObject
 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 ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
vtkTypeBool InvokeEvent (unsigned long event)
 
vtkTypeBool InvokeEvent (const char *event)
 
std::string GetObjectDescription () const override
 The object description printed in messages and PrintSelf output. More...
 
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...
 
vtkCommandGetCommand (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...
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool 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...
 
vtkTypeBool InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
vtkTypeBool InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
virtual void SetObjectName (const std::string &objectName)
 Set/get the name of this object for reporting purposes. More...
 
virtual std::string GetObjectName () const
 Set/get the name of this object for reporting purposes. More...
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
virtual vtkIdType GetNumberOfGenerationsFromBase (const char *name)
 Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). 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...
 
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...
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space. 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...
 
virtual bool UsesGarbageCollector () const
 Indicate whether the class uses vtkGarbageCollector or not. More...
 

Static Public Member Functions

static vtkInteractorStyleFlightNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkInteractorStyleFlightSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkInteractorStyle
static vtkInteractorStyleNew ()
 This class must be supplied with a vtkRenderWindowInteractor wrapper or parent. More...
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkInteractorStyleSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkInteractorObserver
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkInteractorObserverSafeDownCast (vtkObjectBase *o)
 
static void ComputeDisplayToWorld (vtkRenderer *ren, double x, double y, double z, double worldPt[4])
 Convenience methods for outside classes. More...
 
static void ComputeWorldToDisplay (vtkRenderer *ren, double x, double y, double z, double displayPt[3])
 Convenience methods for outside classes. More...
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. More...
 
static void SetGlobalWarningDisplay (vtkTypeBool val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static vtkTypeBool GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. More...
 
static vtkIdType GetNumberOfGenerationsFromBaseType (const char *name)
 Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within. More...
 
static bool GetUsingMemkind ()
 A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkInteractorStyleFlight ()
 
 ~vtkInteractorStyleFlight () override
 
- Protected Member Functions inherited from vtkInteractorStyle
 vtkInteractorStyle ()
 
 ~vtkInteractorStyle () override
 
- Protected Member Functions inherited from vtkInteractorObserver
 vtkInteractorObserver ()
 
 ~vtkInteractorObserver () override
 
virtual void RegisterPickers ()
 Register internal Pickers in the Picking Manager. More...
 
void UnRegisterPickers ()
 Unregister internal pickers from the Picking Manager. More...
 
vtkPickingManagerGetPickingManager ()
 Return the picking manager associated on the context on which the observer currently belong. More...
 
vtkAssemblyPathGetAssemblyPath (double X, double Y, double Z, vtkAbstractPropPicker *picker)
 Proceed to a pick, whether through the PickingManager if the picking is managed or directly using the picker, and return the assembly path. More...
 
int RequestCursorShape (int requestedShape)
 
virtual void StartInteraction ()
 Utility routines used to start and end interaction. More...
 
virtual void EndInteraction ()
 Utility routines used to start and end interaction. More...
 
void ComputeDisplayToWorld (double x, double y, double z, double worldPt[4])
 Helper method for subclasses. More...
 
void ComputeWorldToDisplay (double x, double y, double z, double displayPt[3])
 Helper method for subclasses. More...
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events. More...
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events. More...
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

CPIDControl * PID_Yaw
 
CPIDControl * PID_Pitch
 
- Protected Attributes inherited from vtkInteractorStyle
int State
 
int AnimState
 
vtkTypeBool HandleObservers
 
vtkTypeBool UseTimers
 
int TimerId
 
vtkTypeBool AutoAdjustCameraClippingRange
 
vtkOutlineSourceOutline
 
vtkPolyDataMapperOutlineMapper
 
vtkActorOutlineActor
 
vtkRendererPickedRenderer
 
vtkPropCurrentProp
 
vtkActor2DPickedActor2D
 
int PropPicked
 
double PickColor [3]
 
double MouseWheelMotionFactor
 
unsigned long TimerDuration
 
vtkEventForwarderCommandEventForwarder
 
vtkTDxInteractorStyleTDxStyle
 
- Protected Attributes inherited from vtkInteractorObserver
int Enabled
 
vtkCallbackCommandEventCallbackCommand
 
vtkCallbackCommandKeyPressCallbackCommand
 
float Priority
 
bool PickingManaged
 
vtkTypeBool KeyPressActivation
 
char KeyPressActivationValue
 
vtkRenderWindowInteractorInteractor
 
vtkRendererCurrentRenderer
 
vtkRendererDefaultRenderer
 
unsigned long CharObserverTag
 
unsigned long DeleteObserverTag
 
vtkObserverMediatorObserverMediator
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
std::string ObjectName
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 
unsigned char KeysDown
 Routines used internally for computing motion and steering. More...
 
vtkTypeBool DisableMotion
 Routines used internally for computing motion and steering. More...
 
vtkTypeBool RestoreUpVector
 Routines used internally for computing motion and steering. More...
 
double DiagonalLength
 Routines used internally for computing motion and steering. More...
 
double MotionStepSize
 Routines used internally for computing motion and steering. More...
 
double MotionUserScale
 Routines used internally for computing motion and steering. More...
 
double MotionAccelerationFactor
 Routines used internally for computing motion and steering. More...
 
double AngleStepSize
 Routines used internally for computing motion and steering. More...
 
double AngleAccelerationFactor
 Routines used internally for computing motion and steering. More...
 
double DefaultUpVector [3]
 Routines used internally for computing motion and steering. More...
 
double AzimuthStepSize
 Routines used internally for computing motion and steering. More...
 
double IdealFocalPoint [3]
 Routines used internally for computing motion and steering. More...
 
vtkPerspectiveTransformTransform
 Routines used internally for computing motion and steering. More...
 
double DeltaYaw
 Routines used internally for computing motion and steering. More...
 
double lYaw
 Routines used internally for computing motion and steering. More...
 
double DeltaPitch
 Routines used internally for computing motion and steering. More...
 
double lPitch
 Routines used internally for computing motion and steering. More...
 
void UpdateSteering (vtkCamera *cam)
 Routines used internally for computing motion and steering. More...
 
void UpdateMouseSteering (vtkCamera *cam)
 Routines used internally for computing motion and steering. More...
 
void FlyByMouse (vtkCamera *cam)
 Routines used internally for computing motion and steering. More...
 
void FlyByKey (vtkCamera *cam)
 Routines used internally for computing motion and steering. More...
 
void GetLRVector (double vector[3], vtkCamera *cam)
 Routines used internally for computing motion and steering. More...
 
void MotionAlongVector (double vector[3], double amount, vtkCamera *cam)
 Routines used internally for computing motion and steering. More...
 
void SetupMotionVars (vtkCamera *cam)
 Routines used internally for computing motion and steering. More...
 
void FinishCamera (vtkCamera *cam)
 Routines used internally for computing motion and steering. More...
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkInteractorStyle
static void ProcessEvents (vtkObject *object, unsigned long event, void *clientdata, void *calldata)
 Main process event method. More...
 
- Static Protected Member Functions inherited from vtkInteractorObserver
static void ProcessEvents (vtkObject *object, unsigned long event, void *clientdata, void *calldata)
 Handles the char widget activation event. More...
 
- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 

Detailed Description

provides flight motion routines

Left mouse button press produces forward motion. Right mouse button press produces reverse motion. Moving mouse during motion steers user in desired direction. Keyboard controls are: Left/Right/Up/Down Arrows for steering direction 'A' forward, 'Z' reverse motion Ctrl Key causes sidestep instead of steering in mouse and key modes Shift key is accelerator in mouse and key modes Ctrl and Shift together causes Roll in mouse and key modes

By default, one "step" of motion corresponds to 1/250th of the diagonal of bounding box of visible actors, '+' and '-' keys allow user to increase or decrease step size.

Events:
vtkCommand::InteractionEvent

Definition at line 39 of file vtkInteractorStyleFlight.h.

Member Typedef Documentation

◆ Superclass

Definition at line 44 of file vtkInteractorStyleFlight.h.

Constructor & Destructor Documentation

◆ vtkInteractorStyleFlight()

vtkInteractorStyleFlight::vtkInteractorStyleFlight ( )
protected

◆ ~vtkInteractorStyleFlight()

vtkInteractorStyleFlight::~vtkInteractorStyleFlight ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkInteractorStyleFlight* vtkInteractorStyleFlight::New ( )
static

◆ IsTypeOf()

static vtkTypeBool vtkInteractorStyleFlight::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual vtkTypeBool vtkInteractorStyleFlight::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class.

Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkInteractorStyle.

◆ SafeDownCast()

static vtkInteractorStyleFlight* vtkInteractorStyleFlight::SafeDownCast ( vtkObjectBase o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkInteractorStyleFlight::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkInteractorStyle.

◆ NewInstance()

vtkInteractorStyleFlight* vtkInteractorStyleFlight::NewInstance ( ) const

◆ PrintSelf()

void vtkInteractorStyleFlight::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Methods invoked by print to print information about the object including superclasses.

Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObject.

◆ JumpTo()

void vtkInteractorStyleFlight::JumpTo ( double  campos[3],
double  focpos[3] 
)

Move the Eye/Camera to a specific location (no intermediate steps are taken.

◆ SetMotionStepSize()

virtual void vtkInteractorStyleFlight::SetMotionStepSize ( double  )
virtual

Set the basic unit step size : by default 1/250 of bounding diagonal.

◆ GetMotionStepSize()

virtual double vtkInteractorStyleFlight::GetMotionStepSize ( )
virtual

Set the basic unit step size : by default 1/250 of bounding diagonal.

◆ SetMotionAccelerationFactor()

virtual void vtkInteractorStyleFlight::SetMotionAccelerationFactor ( double  )
virtual

Set acceleration factor when shift key is applied : default 10.

◆ GetMotionAccelerationFactor()

virtual double vtkInteractorStyleFlight::GetMotionAccelerationFactor ( )
virtual

Set acceleration factor when shift key is applied : default 10.

◆ SetAngleStepSize()

virtual void vtkInteractorStyleFlight::SetAngleStepSize ( double  )
virtual

Set the basic angular unit for turning : default 1 degree.

◆ GetAngleStepSize()

virtual double vtkInteractorStyleFlight::GetAngleStepSize ( )
virtual

Set the basic angular unit for turning : default 1 degree.

◆ SetAngleAccelerationFactor()

virtual void vtkInteractorStyleFlight::SetAngleAccelerationFactor ( double  )
virtual

Set angular acceleration when shift key is applied : default 5.

◆ GetAngleAccelerationFactor()

virtual double vtkInteractorStyleFlight::GetAngleAccelerationFactor ( )
virtual

Set angular acceleration when shift key is applied : default 5.

◆ SetDisableMotion()

virtual void vtkInteractorStyleFlight::SetDisableMotion ( vtkTypeBool  )
virtual

Disable motion (temporarily - for viewing etc)

◆ GetDisableMotion()

virtual vtkTypeBool vtkInteractorStyleFlight::GetDisableMotion ( )
virtual

Disable motion (temporarily - for viewing etc)

◆ DisableMotionOn()

virtual void vtkInteractorStyleFlight::DisableMotionOn ( )
virtual

Disable motion (temporarily - for viewing etc)

◆ DisableMotionOff()

virtual void vtkInteractorStyleFlight::DisableMotionOff ( )
virtual

Disable motion (temporarily - for viewing etc)

◆ SetRestoreUpVector()

virtual void vtkInteractorStyleFlight::SetRestoreUpVector ( vtkTypeBool  )
virtual

When flying, apply a restorative force to the "Up" vector.

This is activated when the current 'up' is close to the actual 'up' (as defined in DefaultUpVector). This prevents excessive twisting forces when viewing from arbitrary angles, but keep the horizon level when the user is flying over terrain.

◆ GetRestoreUpVector()

virtual vtkTypeBool vtkInteractorStyleFlight::GetRestoreUpVector ( )
virtual

When flying, apply a restorative force to the "Up" vector.

This is activated when the current 'up' is close to the actual 'up' (as defined in DefaultUpVector). This prevents excessive twisting forces when viewing from arbitrary angles, but keep the horizon level when the user is flying over terrain.

◆ RestoreUpVectorOn()

virtual void vtkInteractorStyleFlight::RestoreUpVectorOn ( )
virtual

When flying, apply a restorative force to the "Up" vector.

This is activated when the current 'up' is close to the actual 'up' (as defined in DefaultUpVector). This prevents excessive twisting forces when viewing from arbitrary angles, but keep the horizon level when the user is flying over terrain.

◆ RestoreUpVectorOff()

virtual void vtkInteractorStyleFlight::RestoreUpVectorOff ( )
virtual

When flying, apply a restorative force to the "Up" vector.

This is activated when the current 'up' is close to the actual 'up' (as defined in DefaultUpVector). This prevents excessive twisting forces when viewing from arbitrary angles, but keep the horizon level when the user is flying over terrain.

◆ GetDefaultUpVector() [1/2]

virtual double* vtkInteractorStyleFlight::GetDefaultUpVector ( )
virtual

◆ GetDefaultUpVector() [2/2]

virtual void vtkInteractorStyleFlight::GetDefaultUpVector ( double  data[3])
virtual

◆ SetDefaultUpVector()

virtual void vtkInteractorStyleFlight::SetDefaultUpVector ( double  data[])
virtual

◆ OnMouseMove()

void vtkInteractorStyleFlight::OnMouseMove ( )
overridevirtual

Concrete implementation of Mouse event bindings for flight.

Reimplemented from vtkInteractorStyle.

◆ OnLeftButtonDown()

void vtkInteractorStyleFlight::OnLeftButtonDown ( )
overridevirtual

Concrete implementation of Mouse event bindings for flight.

Reimplemented from vtkInteractorStyle.

◆ OnLeftButtonUp()

void vtkInteractorStyleFlight::OnLeftButtonUp ( )
overridevirtual

Concrete implementation of Mouse event bindings for flight.

Reimplemented from vtkInteractorStyle.

◆ OnMiddleButtonDown()

void vtkInteractorStyleFlight::OnMiddleButtonDown ( )
overridevirtual

Concrete implementation of Mouse event bindings for flight.

Reimplemented from vtkInteractorStyle.

◆ OnMiddleButtonUp()

void vtkInteractorStyleFlight::OnMiddleButtonUp ( )
overridevirtual

Concrete implementation of Mouse event bindings for flight.

Reimplemented from vtkInteractorStyle.

◆ OnRightButtonDown()

void vtkInteractorStyleFlight::OnRightButtonDown ( )
overridevirtual

Concrete implementation of Mouse event bindings for flight.

Reimplemented from vtkInteractorStyle.

◆ OnRightButtonUp()

void vtkInteractorStyleFlight::OnRightButtonUp ( )
overridevirtual

Concrete implementation of Mouse event bindings for flight.

Reimplemented from vtkInteractorStyle.

◆ OnChar()

void vtkInteractorStyleFlight::OnChar ( )
overridevirtual

Concrete implementation of Keyboard event bindings for flight.

Reimplemented from vtkInteractorObserver.

◆ OnKeyDown()

void vtkInteractorStyleFlight::OnKeyDown ( )
overridevirtual

Concrete implementation of Keyboard event bindings for flight.

Reimplemented from vtkInteractorStyle.

◆ OnKeyUp()

void vtkInteractorStyleFlight::OnKeyUp ( )
overridevirtual

Concrete implementation of Keyboard event bindings for flight.

Reimplemented from vtkInteractorStyle.

◆ OnTimer()

void vtkInteractorStyleFlight::OnTimer ( )
overridevirtual

Concrete implementation of Keyboard event bindings for flight.

Reimplemented from vtkInteractorStyle.

◆ ForwardFly()

virtual void vtkInteractorStyleFlight::ForwardFly ( )
virtual

Concrete implementation of Keyboard event bindings for flight.

◆ ReverseFly()

virtual void vtkInteractorStyleFlight::ReverseFly ( )
virtual

Concrete implementation of Keyboard event bindings for flight.

◆ StartForwardFly()

virtual void vtkInteractorStyleFlight::StartForwardFly ( )
virtual

Concrete implementation of Keyboard event bindings for flight.

◆ EndForwardFly()

virtual void vtkInteractorStyleFlight::EndForwardFly ( )
virtual

Concrete implementation of Keyboard event bindings for flight.

◆ StartReverseFly()

virtual void vtkInteractorStyleFlight::StartReverseFly ( )
virtual

Concrete implementation of Keyboard event bindings for flight.

◆ EndReverseFly()

virtual void vtkInteractorStyleFlight::EndReverseFly ( )
virtual

Concrete implementation of Keyboard event bindings for flight.

◆ UpdateSteering()

void vtkInteractorStyleFlight::UpdateSteering ( vtkCamera cam)
protected

Routines used internally for computing motion and steering.

◆ UpdateMouseSteering()

void vtkInteractorStyleFlight::UpdateMouseSteering ( vtkCamera cam)
protected

Routines used internally for computing motion and steering.

◆ FlyByMouse()

void vtkInteractorStyleFlight::FlyByMouse ( vtkCamera cam)
protected

Routines used internally for computing motion and steering.

◆ FlyByKey()

void vtkInteractorStyleFlight::FlyByKey ( vtkCamera cam)
protected

Routines used internally for computing motion and steering.

◆ GetLRVector()

void vtkInteractorStyleFlight::GetLRVector ( double  vector[3],
vtkCamera cam 
)
protected

Routines used internally for computing motion and steering.

◆ MotionAlongVector()

void vtkInteractorStyleFlight::MotionAlongVector ( double  vector[3],
double  amount,
vtkCamera cam 
)
protected

Routines used internally for computing motion and steering.

◆ SetupMotionVars()

void vtkInteractorStyleFlight::SetupMotionVars ( vtkCamera cam)
protected

Routines used internally for computing motion and steering.

◆ FinishCamera()

void vtkInteractorStyleFlight::FinishCamera ( vtkCamera cam)
protected

Routines used internally for computing motion and steering.

Member Data Documentation

◆ KeysDown

unsigned char vtkInteractorStyleFlight::KeysDown
protected

Routines used internally for computing motion and steering.

Definition at line 160 of file vtkInteractorStyleFlight.h.

◆ DisableMotion

vtkTypeBool vtkInteractorStyleFlight::DisableMotion
protected

Routines used internally for computing motion and steering.

Definition at line 161 of file vtkInteractorStyleFlight.h.

◆ RestoreUpVector

vtkTypeBool vtkInteractorStyleFlight::RestoreUpVector
protected

Routines used internally for computing motion and steering.

Definition at line 162 of file vtkInteractorStyleFlight.h.

◆ DiagonalLength

double vtkInteractorStyleFlight::DiagonalLength
protected

Routines used internally for computing motion and steering.

Definition at line 163 of file vtkInteractorStyleFlight.h.

◆ MotionStepSize

double vtkInteractorStyleFlight::MotionStepSize
protected

Routines used internally for computing motion and steering.

Definition at line 164 of file vtkInteractorStyleFlight.h.

◆ MotionUserScale

double vtkInteractorStyleFlight::MotionUserScale
protected

Routines used internally for computing motion and steering.

Definition at line 165 of file vtkInteractorStyleFlight.h.

◆ MotionAccelerationFactor

double vtkInteractorStyleFlight::MotionAccelerationFactor
protected

Routines used internally for computing motion and steering.

Definition at line 166 of file vtkInteractorStyleFlight.h.

◆ AngleStepSize

double vtkInteractorStyleFlight::AngleStepSize
protected

Routines used internally for computing motion and steering.

Definition at line 167 of file vtkInteractorStyleFlight.h.

◆ AngleAccelerationFactor

double vtkInteractorStyleFlight::AngleAccelerationFactor
protected

Routines used internally for computing motion and steering.

Definition at line 168 of file vtkInteractorStyleFlight.h.

◆ DefaultUpVector

double vtkInteractorStyleFlight::DefaultUpVector[3]
protected

Routines used internally for computing motion and steering.

Definition at line 169 of file vtkInteractorStyleFlight.h.

◆ AzimuthStepSize

double vtkInteractorStyleFlight::AzimuthStepSize
protected

Routines used internally for computing motion and steering.

Definition at line 170 of file vtkInteractorStyleFlight.h.

◆ IdealFocalPoint

double vtkInteractorStyleFlight::IdealFocalPoint[3]
protected

Routines used internally for computing motion and steering.

Definition at line 171 of file vtkInteractorStyleFlight.h.

◆ Transform

vtkPerspectiveTransform* vtkInteractorStyleFlight::Transform
protected

Routines used internally for computing motion and steering.

Definition at line 172 of file vtkInteractorStyleFlight.h.

◆ DeltaYaw

double vtkInteractorStyleFlight::DeltaYaw
protected

Routines used internally for computing motion and steering.

Definition at line 173 of file vtkInteractorStyleFlight.h.

◆ lYaw

double vtkInteractorStyleFlight::lYaw
protected

Routines used internally for computing motion and steering.

Definition at line 174 of file vtkInteractorStyleFlight.h.

◆ DeltaPitch

double vtkInteractorStyleFlight::DeltaPitch
protected

Routines used internally for computing motion and steering.

Definition at line 175 of file vtkInteractorStyleFlight.h.

◆ lPitch

double vtkInteractorStyleFlight::lPitch
protected

Routines used internally for computing motion and steering.

Definition at line 176 of file vtkInteractorStyleFlight.h.

◆ PID_Yaw

CPIDControl* vtkInteractorStyleFlight::PID_Yaw
protected

Definition at line 179 of file vtkInteractorStyleFlight.h.

◆ PID_Pitch

CPIDControl* vtkInteractorStyleFlight::PID_Pitch
protected

Definition at line 180 of file vtkInteractorStyleFlight.h.


The documentation for this class was generated from the following file: