VTK  9.3.20240327
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
vtkOpenXRRenderWindowInteractor Class Reference

implements OpenXR specific functions required by vtkRenderWindowInteractor. More...

#include <vtkOpenXRRenderWindowInteractor.h>

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

Classes

struct  ActionData
 

Public Types

typedef vtkVRRenderWindowInteractor Superclass
 
- Public Types inherited from vtkVRRenderWindowInteractor
typedef vtkRenderWindowInteractor3D Superclass
 
- Public Types inherited from vtkRenderWindowInteractor3D
typedef vtkRenderWindowInteractor Superclass
 
- Public Types inherited from vtkRenderWindowInteractor
enum  { OneShotTimer = 1 , RepeatingTimer }
 
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...
 
vtkOpenXRRenderWindowInteractorNewInstance () const
 
void Initialize () override
 Initialize the event handler. More...
 
void DoOneEvent (vtkVRRenderWindow *renWin, vtkRenderer *ren) override
 Implements the event loop. More...
 
XrPosef * GetHandPose (uint32_t hand)
 Return the XrPosef for the action named "handpose" and the hand hand or return nullptr if "handpose" does not exist in the map. More...
 
void ConvertOpenXRPoseToWorldCoordinates (const XrPosef &xrPose, double pos[3], double wxyz[4], double ppos[3], double wdir[3])
 
bool ApplyVibration (const std::string &actionName, int hand, float amplitude=0.5f, float duration=25000000.0f, float frequency=XR_FREQUENCY_UNSPECIFIED)
 Apply haptic vibration using the provided action action to emit vibration on hand to emit on amplitude 0.0 to 1.0. More...
 
void AddAction (const std::string &path, const vtkCommand::EventIds &)
 Assign an event or std::function to an event path. More...
 
void AddAction (const std::string &path, const std::function< void(vtkEventData *)> &)
 Assign an event or std::function to an event path. More...
 
void AddAction (const std::string &path, const vtkCommand::EventIds &, bool isAnalog) override
 Assign an event or std::function to an event path. More...
 
void AddAction (const std::string &path, bool isAnalog, const std::function< void(vtkEventData *)> &) override
 Assign an event or std::function to an event path. More...
 
- Public Member Functions inherited from vtkVRRenderWindowInteractor
vtkVRRenderWindowInteractorNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void Initialize () override
 Initialize the event handler. More...
 
void ProcessEvents () override
 Run the event loop and return. More...
 
void ExitCallback () override
 This method corresponds to the Exit callback, allowing for the style to invoke it. More...
 
vtkEventDataDevice GetPointerDevice ()
 
void ConvertPoseToWorldCoordinates (vtkMatrix4x4 *poseInTrackingCoordinates, double pos[3], double wxyz[4], double ppos[3], double wdir[3])
 
void SetPhysicalViewDirection (double, double, double) override
 Set/get the direction of the physical coordinate system -Z axis in world coordinates. More...
 
double * GetPhysicalViewDirection () override
 Set/get the direction of the physical coordinate system -Z axis in world coordinates. More...
 
void SetPhysicalViewUp (double, double, double) override
 Set/get the direction of the physical coordinate system +Y axis in world coordinates. More...
 
double * GetPhysicalViewUp () override
 Set/get the direction of the physical coordinate system +Y axis in world coordinates. More...
 
void SetPhysicalTranslation (vtkCamera *, double, double, double) override
 Set/get position of the physical coordinate system origin in world coordinates. More...
 
double * GetPhysicalTranslation (vtkCamera *) override
 Set/get position of the physical coordinate system origin in world coordinates. More...
 
void SetPhysicalScale (double) override
 Set/get the physical scale (world / physical distance ratio) More...
 
double GetPhysicalScale () override
 Set/get the physical scale (world / physical distance ratio) More...
 
virtual std::string GetActionManifestFileName ()
 Set/Get the .json filename describing action bindings for events. More...
 
virtual void SetActionManifestFileName (std::string)
 Set/Get the .json filename describing action bindings for events. More...
 
virtual std::string GetActionManifestDirectory ()
 Set/Get the path to the directory to search for the ActionManifestFileName Default is empty. More...
 
virtual void SetActionManifestDirectory (std::string)
 Set/Get the path to the directory to search for the ActionManifestFileName Default is empty. More...
 
virtual std::string GetActionSetName ()
 Set/Get the name of the action set to use from the action manifest. More...
 
virtual void SetActionSetName (std::string)
 Set/Get the name of the action set to use from the action manifest. More...
 
virtual void HandleComplexGestureEvents (vtkEventData *ed)
 Handle complex gesture events. More...
 
virtual void RecognizeComplexGesture (vtkEventDataDevice3D *edata)
 Handle complex gesture events. More...
 
int GetDeviceInputDownCount (vtkEventDataDevice device) const
 When handling complex gestures you can query this value to determine how many input device are down for the gesture. More...
 
void SetDeviceInputDownCount (vtkEventDataDevice device, int count)
 You can set this value when defining a custom heuristic for recognizing complex gestures,. More...
 
vtkCommand::EventIds GetCurrentGesture () const
 Identifier of the complex gesture being handled. More...
 
void SetCurrentGesture (vtkCommand::EventIds eid)
 Identifier of the complex gesture being handled. More...
 
- Public Member Functions inherited from vtkRenderWindowInteractor3D
vtkRenderWindowInteractor3DNewInstance () const
 
virtual void GetStartingPhysicalToWorldMatrix (vtkMatrix4x4 *startingPhysicalToWorldMatrix)
 Return starting physical to world matrix. More...
 
virtual void SetStartingPhysicalToWorldMatrix (vtkMatrix4x4 *startingPhysicalToWorldMatrix)
 Set starting physical to world matrix. More...
 
virtual void SetStartingPhysicalEventPose (vtkMatrix4x4 *poseMatrix, vtkEventDataDevice device)
 Set starting physical event pose. More...
 
void Enable () override
 Enable/Disable interactions. More...
 
void Disable () override
 Enable/Disable interactions. More...
 
virtual double * GetWorldEventPosition (int pointerIndex)
 With VR we know the world coordinate positions and orientations of events. More...
 
virtual double * GetLastWorldEventPosition (int pointerIndex)
 With VR we know the world coordinate positions and orientations of events. More...
 
virtual double * GetWorldEventOrientation (int pointerIndex)
 With VR we know the world coordinate positions and orientations of events. More...
 
virtual double * GetLastWorldEventOrientation (int pointerIndex)
 With VR we know the world coordinate positions and orientations of events. More...
 
virtual void GetWorldEventPose (vtkMatrix4x4 *poseMatrix, int pointerIndex)
 With VR we know the world coordinate positions and orientations of events. More...
 
virtual void GetLastWorldEventPose (vtkMatrix4x4 *poseMatrix, int pointerIndex)
 With VR we know the world coordinate positions and orientations of events. More...
 
virtual void SetPhysicalEventPosition (double x, double y, double z, int pointerIndex)
 With VR we know the physical/room coordinate positions and orientations of events. More...
 
virtual void SetPhysicalEventPose (vtkMatrix4x4 *poseMatrix, int pointerIndex)
 With VR we know the physical/room coordinate positions and orientations of events. More...
 
virtual void GetPhysicalEventPose (vtkMatrix4x4 *poseMatrix, int pointerIndex)
 With VR we know the physical/room coordinate positions and orientations of events. More...
 
virtual void GetLastPhysicalEventPose (vtkMatrix4x4 *poseMatrix, int pointerIndex)
 With VR we know the physical/room coordinate positions and orientations of events. More...
 
virtual void GetStartingPhysicalEventPose (vtkMatrix4x4 *poseMatrix, int pointerIndex)
 With VR we know the physical/room coordinate positions and orientations of events. More...
 
virtual void SetWorldEventPosition (double x, double y, double z, int pointerIndex)
 With VR we know the world coordinate positions and orientations of events. More...
 
virtual void SetWorldEventOrientation (double w, double x, double y, double z, int pointerIndex)
 With VR we know the world coordinate positions and orientations of events. More...
 
virtual void SetWorldEventPose (vtkMatrix4x4 *poseMatrix, int pointerIndex)
 With VR we know the world coordinate positions and orientations of events. More...
 
void RightButtonPressEvent () override
 Override to set pointers down. More...
 
void RightButtonReleaseEvent () override
 Override to set pointers down. More...
 
void MiddleButtonPressEvent () override
 Override to set pointers down. More...
 
void MiddleButtonReleaseEvent () override
 Override to set pointers down. More...
 
virtual void GetTouchPadPosition (vtkEventDataDevice, vtkEventDataDeviceInput, float[3])
 Get the latest touchpad or joystick position for a device. More...
 
void SetTranslation3D (double val[3])
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
virtual double * GetTranslation3D ()
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
virtual void GetTranslation3D (double &, double &, double &)
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
virtual void GetTranslation3D (double[3])
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
virtual double * GetLastTranslation3D ()
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
virtual void GetLastTranslation3D (double &, double &, double &)
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
virtual void GetLastTranslation3D (double[3])
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
- Public Member Functions inherited from vtkRenderWindowInteractor
vtkRenderWindowInteractorNewInstance () const
 
void UnRegister (vtkObjectBase *o) override
 This Method detects loops of RenderWindow-Interactor, so objects are freed properly. More...
 
virtual void Start ()
 Start the event loop. More...
 
virtual bool GetDone ()
 Is the interactor loop done. More...
 
virtual void SetDone (bool)
 
virtual int GetEnabled ()
 
virtual void UpdateSize (int x, int y)
 Event loop notification member for window size change. More...
 
virtual int CreateTimer (int timerType)
 This class provides two groups of methods for manipulating timers. More...
 
virtual int DestroyTimer ()
 
int CreateRepeatingTimer (unsigned long duration)
 Create a repeating timer, with the specified duration (in milliseconds). More...
 
int CreateOneShotTimer (unsigned long duration)
 Create a one shot timer, with the specified duration (in milliseconds). More...
 
int IsOneShotTimer (int timerId)
 Query whether the specified timerId is a one shot timer. More...
 
unsigned long GetTimerDuration (int timerId)
 Get the duration (in milliseconds) for the specified timerId. More...
 
int ResetTimer (int timerId)
 Reset the specified timer. More...
 
int DestroyTimer (int timerId)
 Destroy the timer specified by timerId. More...
 
virtual int GetVTKTimerId (int platformTimerId)
 Get the VTK timer ID that corresponds to the supplied platform ID. More...
 
virtual void TerminateApp ()
 This function is called on 'q','e' keypress if exitmethod is not specified and should be overridden by platform dependent subclasses to provide a termination procedure if one is required. More...
 
virtual vtkAbstractPropPickerCreateDefaultPicker ()
 Create default picker. More...
 
virtual void GetMousePosition (int *x, int *y)
 Get the current position of the mouse. More...
 
virtual void Render ()
 Render the scene. More...
 
virtual int * GetEventPositions (int pointerIndex)
 
virtual int * GetLastEventPositions (int pointerIndex)
 
virtual void SetEventPosition (int x, int y, int pointerIndex)
 
virtual void SetEventPosition (int pos[2], int pointerIndex)
 
virtual void SetEventPositionFlipY (int x, int y, int pointerIndex)
 
virtual void SetEventPositionFlipY (int pos[2], int pointerIndex)
 
virtual vtkRendererFindPokedRenderer (int, int)
 When an event occurs, we must determine which Renderer the event occurred within, since one RenderWindow may contain multiple renderers. More...
 
vtkObserverMediatorGetObserverMediator ()
 Return the object used to mediate between vtkInteractorObservers contending for resources. More...
 
void ReInitialize ()
 Prepare for handling events and set the Enabled flag to true. More...
 
virtual void EnableRenderOn ()
 Enable/Disable whether vtkRenderWindowInteractor::Render() calls this->RenderWindow->Render(). More...
 
virtual void EnableRenderOff ()
 Enable/Disable whether vtkRenderWindowInteractor::Render() calls this->RenderWindow->Render(). More...
 
virtual void SetEnableRender (bool)
 Enable/Disable whether vtkRenderWindowInteractor::Render() calls this->RenderWindow->Render(). More...
 
virtual bool GetEnableRender ()
 Enable/Disable whether vtkRenderWindowInteractor::Render() calls this->RenderWindow->Render(). More...
 
void SetRenderWindow (vtkRenderWindow *aren)
 Set/Get the rendering window being controlled by this object. More...
 
virtual vtkRenderWindowGetRenderWindow ()
 Set/Get the rendering window being controlled by this object. More...
 
void SetHardwareWindow (vtkHardwareWindow *aren)
 Set/Get the hardware window being controlled by this object. More...
 
virtual vtkHardwareWindowGetHardwareWindow ()
 Set/Get the hardware window being controlled by this object. More...
 
virtual void SetTimerDuration (unsigned long)
 Specify the default timer interval (in milliseconds). More...
 
virtual unsigned long GetTimerDuration ()
 Specify the default timer interval (in milliseconds). More...
 
virtual void SetTimerEventId (int)
 These methods are used to communicate information about the currently firing CreateTimerEvent or DestroyTimerEvent. More...
 
virtual int GetTimerEventId ()
 These methods are used to communicate information about the currently firing CreateTimerEvent or DestroyTimerEvent. More...
 
virtual void SetTimerEventType (int)
 These methods are used to communicate information about the currently firing CreateTimerEvent or DestroyTimerEvent. More...
 
virtual int GetTimerEventType ()
 These methods are used to communicate information about the currently firing CreateTimerEvent or DestroyTimerEvent. More...
 
virtual void SetTimerEventDuration (int)
 These methods are used to communicate information about the currently firing CreateTimerEvent or DestroyTimerEvent. More...
 
virtual int GetTimerEventDuration ()
 These methods are used to communicate information about the currently firing CreateTimerEvent or DestroyTimerEvent. More...
 
virtual void SetTimerEventPlatformId (int)
 These methods are used to communicate information about the currently firing CreateTimerEvent or DestroyTimerEvent. More...
 
virtual int GetTimerEventPlatformId ()
 These methods are used to communicate information about the currently firing CreateTimerEvent or DestroyTimerEvent. More...
 
virtual void SetInteractorStyle (vtkInteractorObserver *)
 External switching between joystick/trackball/new? modes. More...
 
virtual vtkInteractorObserverGetInteractorStyle ()
 External switching between joystick/trackball/new? modes. More...
 
virtual void SetLightFollowCamera (vtkTypeBool)
 Turn on/off the automatic repositioning of lights as the camera moves. More...
 
virtual vtkTypeBool GetLightFollowCamera ()
 Turn on/off the automatic repositioning of lights as the camera moves. More...
 
virtual void LightFollowCameraOn ()
 Turn on/off the automatic repositioning of lights as the camera moves. More...
 
virtual void LightFollowCameraOff ()
 Turn on/off the automatic repositioning of lights as the camera moves. More...
 
virtual void SetDesiredUpdateRate (double)
 Set/Get the desired update rate. More...
 
virtual double GetDesiredUpdateRate ()
 Set/Get the desired update rate. More...
 
virtual void SetStillUpdateRate (double)
 Set/Get the desired update rate when movement has stopped. More...
 
virtual double GetStillUpdateRate ()
 Set/Get the desired update rate when movement has stopped. More...
 
virtual int GetInitialized ()
 See whether interactor has been initialized yet. More...
 
virtual void SetPicker (vtkAbstractPicker *)
 Set/Get the object used to perform pick operations. More...
 
virtual vtkAbstractPickerGetPicker ()
 Set/Get the object used to perform pick operations. More...
 
virtual void SetPickingManager (vtkPickingManager *)
 Set the picking manager. More...
 
virtual vtkPickingManagerGetPickingManager ()
 Set the picking manager. More...
 
virtual void UserCallback ()
 These methods correspond to the Exit, User and Pick callbacks. More...
 
virtual void StartPickCallback ()
 These methods correspond to the Exit, User and Pick callbacks. More...
 
virtual void EndPickCallback ()
 These methods correspond to the Exit, User and Pick callbacks. More...
 
void HideCursor ()
 Hide or show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to display a 3D cursor instead. More...
 
void ShowCursor ()
 Hide or show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to display a 3D cursor instead. More...
 
void FlyTo (vtkRenderer *ren, double x, double y, double z)
 Given a position x, move the current camera's focal point to x. More...
 
void FlyTo (vtkRenderer *ren, double *x)
 Given a position x, move the current camera's focal point to x. More...
 
void FlyToImage (vtkRenderer *ren, double x, double y)
 Given a position x, move the current camera's focal point to x. More...
 
void FlyToImage (vtkRenderer *ren, double *x)
 Given a position x, move the current camera's focal point to x. More...
 
virtual void SetNumberOfFlyFrames (int)
 Set the number of frames to fly to when FlyTo is invoked. More...
 
virtual int GetNumberOfFlyFrames ()
 Set the number of frames to fly to when FlyTo is invoked. More...
 
virtual void SetDolly (double)
 Set the total Dolly value to use when flying to (FlyTo()) a specified point. More...
 
virtual double GetDolly ()
 Set the total Dolly value to use when flying to (FlyTo()) a specified point. More...
 
virtual int * GetEventPosition ()
 Set/Get information about the current event. More...
 
virtual void GetEventPosition (int &, int &)
 Set/Get information about the current event. More...
 
virtual void GetEventPosition (int[2])
 Set/Get information about the current event. More...
 
virtual int * GetLastEventPosition ()
 Set/Get information about the current event. More...
 
virtual void GetLastEventPosition (int &, int &)
 Set/Get information about the current event. More...
 
virtual void GetLastEventPosition (int[2])
 Set/Get information about the current event. More...
 
virtual void SetLastEventPosition (int, int)
 Set/Get information about the current event. More...
 
void SetLastEventPosition (int[2])
 Set/Get information about the current event. More...
 
virtual void SetEventPosition (int x, int y)
 Set/Get information about the current event. More...
 
virtual void SetEventPosition (int pos[2])
 Set/Get information about the current event. More...
 
virtual void SetEventPositionFlipY (int x, int y)
 Set/Get information about the current event. More...
 
virtual void SetEventPositionFlipY (int pos[2])
 Set/Get information about the current event. More...
 
virtual void SetAltKey (int)
 Set/get whether alt modifier key was pressed. More...
 
virtual int GetAltKey ()
 Set/get whether alt modifier key was pressed. More...
 
virtual void SetControlKey (int)
 Set/get whether control modifier key was pressed. More...
 
virtual int GetControlKey ()
 Set/get whether control modifier key was pressed. More...
 
virtual void SetShiftKey (int)
 Set/get whether shift modifier key was pressed. More...
 
virtual int GetShiftKey ()
 Set/get whether shift modifier key was pressed. More...
 
virtual void SetKeyCode (char)
 Set/get the unicode value for the key that was pressed, as an 8-bit char value. More...
 
virtual char GetKeyCode ()
 Set/get the unicode value for the key that was pressed, as an 8-bit char value. More...
 
virtual void SetRepeatCount (int)
 Set/get the repear count for the key or mouse event. More...
 
virtual int GetRepeatCount ()
 Set/get the repear count for the key or mouse event. More...
 
virtual void SetKeySym (const char *)
 Set/get the key symbol for the key that was pressed. More...
 
virtual char * GetKeySym ()
 Set/get the key symbol for the key that was pressed. More...
 
virtual void SetPointerIndex (int)
 Set/get the index of the most recent pointer to have an event. More...
 
virtual int GetPointerIndex ()
 Set/get the index of the most recent pointer to have an event. More...
 
void SetRotation (double rotation)
 Set/get the rotation for the gesture in degrees, update LastRotation. More...
 
virtual double GetRotation ()
 Set/get the rotation for the gesture in degrees, update LastRotation. More...
 
virtual double GetLastRotation ()
 Set/get the rotation for the gesture in degrees, update LastRotation. More...
 
void SetScale (double scale)
 Set/get the scale for the gesture, updates LastScale. More...
 
virtual double GetScale ()
 Set/get the scale for the gesture, updates LastScale. More...
 
virtual double GetLastScale ()
 Set/get the scale for the gesture, updates LastScale. More...
 
void SetTranslation (double val[2])
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
virtual double * GetTranslation ()
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
virtual void GetTranslation (double &, double &)
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
virtual void GetTranslation (double[2])
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
virtual double * GetLastTranslation ()
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
virtual void GetLastTranslation (double &, double &)
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
virtual void GetLastTranslation (double[2])
 Set/get the translation for pan/swipe gestures, update LastTranslation. More...
 
void SetEventInformation (int x, int y, int ctrl, int shift, char keycode, int repeatcount, const char *keysym, int pointerIndex)
 Set all the event information in one call. More...
 
void SetEventInformation (int x, int y, int ctrl=0, int shift=0, char keycode=0, int repeatcount=0, const char *keysym=nullptr)
 Set all the event information in one call. More...
 
void SetEventInformationFlipY (int x, int y, int ctrl, int shift, char keycode, int repeatcount, const char *keysym, int pointerIndex)
 Calls SetEventInformation, but flips the Y based on the current Size[1] value (i.e. More...
 
void SetEventInformationFlipY (int x, int y, int ctrl=0, int shift=0, char keycode=0, int repeatcount=0, const char *keysym=nullptr)
 Calls SetEventInformation, but flips the Y based on the current Size[1] value (i.e. More...
 
void SetKeyEventInformation (int ctrl=0, int shift=0, char keycode=0, int repeatcount=0, const char *keysym=nullptr)
 Set all the keyboard-related event information in one call. More...
 
virtual void SetSize (int, int)
 This methods sets the Size ivar of the interactor without actually changing the size of the window. More...
 
void SetSize (int[2])
 This methods sets the Size ivar of the interactor without actually changing the size of the window. More...
 
virtual int * GetSize ()
 This methods sets the Size ivar of the interactor without actually changing the size of the window. More...
 
virtual void GetSize (int &, int &)
 This methods sets the Size ivar of the interactor without actually changing the size of the window. More...
 
virtual void GetSize (int[2])
 This methods sets the Size ivar of the interactor without actually changing the size of the window. More...
 
virtual void SetEventSize (int, int)
 This methods sets the Size ivar of the interactor without actually changing the size of the window. More...
 
void SetEventSize (int[2])
 This methods sets the Size ivar of the interactor without actually changing the size of the window. More...
 
virtual int * GetEventSize ()
 This methods sets the Size ivar of the interactor without actually changing the size of the window. More...
 
virtual void GetEventSize (int &, int &)
 This methods sets the Size ivar of the interactor without actually changing the size of the window. More...
 
virtual void GetEventSize (int[2])
 This methods sets the Size ivar of the interactor without actually changing the size of the window. More...
 
virtual void SetUseTDx (bool)
 Use a 3DConnexion device. More...
 
virtual bool GetUseTDx ()
 Use a 3DConnexion device. More...
 
virtual void MouseMoveEvent ()
 Fire various events. More...
 
virtual void LeftButtonPressEvent ()
 Fire various events. More...
 
virtual void LeftButtonReleaseEvent ()
 Fire various events. More...
 
virtual void MouseWheelForwardEvent ()
 Fire various events. More...
 
virtual void MouseWheelBackwardEvent ()
 Fire various events. More...
 
virtual void MouseWheelLeftEvent ()
 Fire various events. More...
 
virtual void MouseWheelRightEvent ()
 Fire various events. More...
 
virtual void ExposeEvent ()
 Fire various events. More...
 
virtual void ConfigureEvent ()
 Fire various events. More...
 
virtual void EnterEvent ()
 Fire various events. More...
 
virtual void LeaveEvent ()
 Fire various events. More...
 
virtual void KeyPressEvent ()
 Fire various events. More...
 
virtual void KeyReleaseEvent ()
 Fire various events. More...
 
virtual void CharEvent ()
 Fire various events. More...
 
virtual void ExitEvent ()
 Fire various events. More...
 
virtual void FourthButtonPressEvent ()
 Fire various events. More...
 
virtual void FourthButtonReleaseEvent ()
 Fire various events. More...
 
virtual void FifthButtonPressEvent ()
 Fire various events. More...
 
virtual void FifthButtonReleaseEvent ()
 Fire various events. More...
 
virtual void StartPinchEvent ()
 Fire various gesture based events. More...
 
virtual void PinchEvent ()
 Fire various gesture based events. More...
 
virtual void EndPinchEvent ()
 Fire various gesture based events. More...
 
virtual void StartRotateEvent ()
 Fire various gesture based events. More...
 
virtual void RotateEvent ()
 Fire various gesture based events. More...
 
virtual void EndRotateEvent ()
 Fire various gesture based events. More...
 
virtual void StartPanEvent ()
 Fire various gesture based events. More...
 
virtual void PanEvent ()
 Fire various gesture based events. More...
 
virtual void EndPanEvent ()
 Fire various gesture based events. More...
 
virtual void TapEvent ()
 Fire various gesture based events. More...
 
virtual void LongTapEvent ()
 Fire various gesture based events. More...
 
virtual void SwipeEvent ()
 Fire various gesture based events. More...
 
virtual void SetRecognizeGestures (bool)
 Convert multitouch events into gestures. More...
 
virtual bool GetRecognizeGestures ()
 Convert multitouch events into gestures. More...
 
virtual int GetPointersDownCount ()
 When handling gestures you can query this value to determine how many pointers are down for the gesture this is useful for pan gestures for example. More...
 
void ClearContact (size_t contactID)
 Most multitouch systems use persistent contact/pointer ids to track events/motion during multitouch events. More...
 
int GetPointerIndexForContact (size_t contactID)
 Most multitouch systems use persistent contact/pointer ids to track events/motion during multitouch events. More...
 
int GetPointerIndexForExistingContact (size_t contactID)
 Most multitouch systems use persistent contact/pointer ids to track events/motion during multitouch events. More...
 
bool IsPointerIndexSet (int i)
 Most multitouch systems use persistent contact/pointer ids to track events/motion during multitouch events. More...
 
void ClearPointerIndex (int i)
 Most multitouch systems use persistent contact/pointer ids to track events/motion during multitouch events. 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...
 
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 vtkOpenXRRenderWindowInteractorNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkOpenXRRenderWindowInteractorSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkVRRenderWindowInteractor
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkVRRenderWindowInteractorSafeDownCast (vtkObjectBase *o)
 
static void SetClassExitMethod (void(*f)(void *), void *arg)
 Methods to set the default exit method for the class. More...
 
static void SetClassExitMethodArgDelete (void(*f)(void *))
 Methods to set the default exit method for the class. More...
 
- Static Public Member Functions inherited from vtkRenderWindowInteractor3D
static vtkRenderWindowInteractor3DNew ()
 Construct object so that light follows camera motion. More...
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkRenderWindowInteractor3DSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkRenderWindowInteractor
static vtkRenderWindowInteractorNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkRenderWindowInteractorSafeDownCast (vtkObjectBase *o)
 
- 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 Types

using MapAction = std::map< std::string, ActionData * >
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkOpenXRRenderWindowInteractor ()
 Create and set the openxr style on this Set ActionManifestFileName to vtk_openxr_actions.json Set ActionSetName to vtk-actions. More...
 
 ~vtkOpenXRRenderWindowInteractor () override
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void ProcessXrEvents ()
 Process OpenXR specific events. More...
 
void PollXrActions ()
 Update the action states using the OpenXRManager and handle all actions. More...
 
XrActionType GetActionTypeFromString (const std::string &type)
 
bool LoadActions (const std::string &actionFilename)
 
bool LoadDefaultBinding (const std::string &bindingFilename)
 
ActionDataGetActionDataFromName (const std::string &actionName)
 
void HandleAction (const ActionData &actionData, int hand, vtkEventDataDevice3D *ed)
 
void HandleBooleanAction (const ActionData &actionData, int hand, vtkEventDataDevice3D *ed)
 
void HandlePoseAction (const ActionData &actionData, int hand, vtkEventDataDevice3D *ed)
 
void HandleVector2fAction (const ActionData &actionData, int hand, vtkEventDataDevice3D *ed)
 
void ApplyAction (const ActionData &actionData, vtkEventDataDevice3D *ed)
 
- Protected Member Functions inherited from vtkVRRenderWindowInteractor
 vtkVRRenderWindowInteractor ()
 
 ~vtkVRRenderWindowInteractor () override
 
void StartEventLoop () override
 This will start up the event loop and never return. More...
 
int InternalCreateTimer (int timerId, int timerType, unsigned long duration) override
 internal timer methods. More...
 
int InternalDestroyTimer (int platformTimerId) override
 internal timer methods. More...
 
- Protected Member Functions inherited from vtkRenderWindowInteractor3D
 vtkRenderWindowInteractor3D ()
 
 ~vtkRenderWindowInteractor3D () override
 
void RecognizeGesture (vtkCommand::EventIds) override
 
- Protected Member Functions inherited from vtkRenderWindowInteractor
 vtkRenderWindowInteractor ()
 
 ~vtkRenderWindowInteractor () override
 
virtual vtkPickingManagerCreateDefaultPickingManager ()
 Create default pickingManager. More...
 
void GrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 
void ReleaseFocus ()
 
int GetCurrentTimerId ()
 Internal methods for creating and destroying timers that must be implemented by 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

MapAction MapActionStruct_Name
 
vtkNew< vtkMatrix4x4PoseToWorldMatrix
 
- Protected Attributes inherited from vtkVRRenderWindowInteractor
int DeviceInputDownCount [vtkEventDataNumberOfDevices]
 
std::string ActionManifestFileName
 
std::string ActionManifestDirectory
 
std::string ActionSetName
 
- Protected Attributes inherited from vtkRenderWindowInteractor3D
int MouseInWindow
 
int StartedMessageLoop
 
double Translation3D [3]
 
double LastTranslation3D [3]
 
double WorldEventPositions [VTKI_MAX_POINTERS][3]
 
double LastWorldEventPositions [VTKI_MAX_POINTERS][3]
 
double PhysicalEventPositions [VTKI_MAX_POINTERS][3]
 
double LastPhysicalEventPositions [VTKI_MAX_POINTERS][3]
 
double StartingPhysicalEventPositions [VTKI_MAX_POINTERS][3]
 
double WorldEventOrientations [VTKI_MAX_POINTERS][4]
 
double LastWorldEventOrientations [VTKI_MAX_POINTERS][4]
 
vtkNew< vtkMatrix4x4WorldEventPoses [VTKI_MAX_POINTERS]
 
vtkNew< vtkMatrix4x4LastWorldEventPoses [VTKI_MAX_POINTERS]
 
vtkNew< vtkMatrix4x4PhysicalEventPoses [VTKI_MAX_POINTERS]
 
vtkNew< vtkMatrix4x4LastPhysicalEventPoses [VTKI_MAX_POINTERS]
 
vtkNew< vtkMatrix4x4StartingPhysicalEventPoses [VTKI_MAX_POINTERS]
 
vtkNew< vtkMatrix4x4StartingPhysicalToWorldMatrix
 Store physical to world matrix at the start of a complex gesture. More...
 
- Protected Attributes inherited from vtkRenderWindowInteractor
vtkRenderWindowRenderWindow
 
vtkHardwareWindowHardwareWindow
 
vtkSmartPointer< vtkInteractorObserverInteractorStyle
 
vtkAbstractPickerPicker
 
vtkPickingManagerPickingManager
 
bool Done
 
int Initialized
 
int Enabled
 
bool EnableRender
 
int Style
 
vtkTypeBool LightFollowCamera
 
int ActorMode
 
double DesiredUpdateRate
 
double StillUpdateRate
 
int AltKey
 
int ControlKey
 
int ShiftKey
 
char KeyCode
 
double Rotation
 
double LastRotation
 
double Scale
 
double LastScale
 
double Translation [2]
 
double LastTranslation [2]
 
int RepeatCount
 
char * KeySym
 
int EventPosition [2]
 
int LastEventPosition [2]
 
int EventSize [2]
 
int Size [2]
 
int TimerEventId
 
int TimerEventType
 
int TimerEventDuration
 
int TimerEventPlatformId
 
int EventPositions [VTKI_MAX_POINTERS][2]
 
int LastEventPositions [VTKI_MAX_POINTERS][2]
 
int PointerIndex
 
size_t PointerIndexLookup [VTKI_MAX_POINTERS]
 
int NumberOfFlyFrames
 
double Dolly
 
vtkObserverMediatorObserverMediator
 Widget mediators are used to resolve contention for cursors and other resources. More...
 
vtkTimerIdMap * TimerMap
 
unsigned long TimerDuration
 
int HandleEventLoop
 
bool UseTDx
 
bool RecognizeGestures
 
int PointersDownCount
 
int PointersDown [VTKI_MAX_POINTERS]
 
int StartingEventPositions [VTKI_MAX_POINTERS][2]
 
vtkCommand::EventIds CurrentGesture
 
- 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
 

Additional Inherited Members

- Static Public Attributes inherited from vtkRenderWindowInteractor
static bool InteractorManagesTheEventLoop
 This flag is useful when you are integrating VTK in a larger system. More...
 
- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 
- Static Protected Attributes inherited from vtkVRRenderWindowInteractor
static void(* ClassExitMethod )(void *)
 Class variables so an exit method can be defined for this class (used to set different exit methods for various language bindings, i.e. More...
 
static void(* ClassExitMethodArgDelete )(void *)
 Class variables so an exit method can be defined for this class (used to set different exit methods for various language bindings, i.e. More...
 
static void * ClassExitMethodArg
 Class variables so an exit method can be defined for this class (used to set different exit methods for various language bindings, i.e. More...
 

Detailed Description

implements OpenXR specific functions required by vtkRenderWindowInteractor.

Events:
vtkCommand::Move3DEvent
Tests:
vtkOpenXRRenderWindowInteractor (Tests)

Definition at line 31 of file vtkOpenXRRenderWindowInteractor.h.

Member Typedef Documentation

◆ Superclass

Definition at line 35 of file vtkOpenXRRenderWindowInteractor.h.

◆ MapAction

using vtkOpenXRRenderWindowInteractor::MapAction = std::map<std::string, ActionData*>
protected

Definition at line 138 of file vtkOpenXRRenderWindowInteractor.h.

Constructor & Destructor Documentation

◆ vtkOpenXRRenderWindowInteractor()

vtkOpenXRRenderWindowInteractor::vtkOpenXRRenderWindowInteractor ( )
protected

Create and set the openxr style on this Set ActionManifestFileName to vtk_openxr_actions.json Set ActionSetName to vtk-actions.

◆ ~vtkOpenXRRenderWindowInteractor()

vtkOpenXRRenderWindowInteractor::~vtkOpenXRRenderWindowInteractor ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkOpenXRRenderWindowInteractor* vtkOpenXRRenderWindowInteractor::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

virtual vtkTypeBool vtkOpenXRRenderWindowInteractor::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 vtkVRRenderWindowInteractor.

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkOpenXRRenderWindowInteractor::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkVRRenderWindowInteractor.

◆ NewInstance()

vtkOpenXRRenderWindowInteractor* vtkOpenXRRenderWindowInteractor::NewInstance ( ) const

◆ Initialize()

void vtkOpenXRRenderWindowInteractor::Initialize ( )
overridevirtual

Initialize the event handler.

Reimplemented from vtkRenderWindowInteractor.

◆ DoOneEvent()

void vtkOpenXRRenderWindowInteractor::DoOneEvent ( vtkVRRenderWindow renWin,
vtkRenderer ren 
)
overridevirtual

Implements the event loop.

Implements vtkVRRenderWindowInteractor.

◆ GetHandPose()

XrPosef* vtkOpenXRRenderWindowInteractor::GetHandPose ( uint32_t  hand)

Return the XrPosef for the action named "handpose" and the hand hand or return nullptr if "handpose" does not exist in the map.

◆ AddAction() [1/4]

void vtkOpenXRRenderWindowInteractor::AddAction ( const std::string &  path,
const vtkCommand::EventIds  
)

Assign an event or std::function to an event path.

Called by the interactor style for specific actions

◆ AddAction() [2/4]

void vtkOpenXRRenderWindowInteractor::AddAction ( const std::string &  path,
const std::function< void(vtkEventData *)> &   
)

Assign an event or std::function to an event path.

Called by the interactor style for specific actions

◆ AddAction() [3/4]

void vtkOpenXRRenderWindowInteractor::AddAction ( const std::string &  path,
const vtkCommand::EventIds ,
bool  isAnalog 
)
overridevirtual

Assign an event or std::function to an event path.

Note
The isAnalog parameter is ignored; these signatures are intended to satisfy the base class interface and are functionally equivalent to calling the AddAction() function without it.

Implements vtkVRRenderWindowInteractor.

◆ AddAction() [4/4]

void vtkOpenXRRenderWindowInteractor::AddAction ( const std::string &  path,
bool  isAnalog,
const std::function< void(vtkEventData *)> &   
)
overridevirtual

Assign an event or std::function to an event path.

Note
The isAnalog parameter is ignored; these signatures are intended to satisfy the base class interface and are functionally equivalent to calling the AddAction() function without it.

Implements vtkVRRenderWindowInteractor.

◆ ConvertOpenXRPoseToWorldCoordinates()

void vtkOpenXRRenderWindowInteractor::ConvertOpenXRPoseToWorldCoordinates ( const XrPosef &  xrPose,
double  pos[3],
double  wxyz[4],
double  ppos[3],
double  wdir[3] 
)

◆ ApplyVibration()

bool vtkOpenXRRenderWindowInteractor::ApplyVibration ( const std::string &  actionName,
int  hand,
float  amplitude = 0.5f,
float  duration = 25000000.0f,
float  frequency = XR_FREQUENCY_UNSPECIFIED 
)

Apply haptic vibration using the provided action action to emit vibration on hand to emit on amplitude 0.0 to 1.0.

duration nanoseconds, default 25ms frequency (hz)

◆ PrintSelf()

void vtkOpenXRRenderWindowInteractor::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overrideprotectedvirtual

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 vtkRenderWindowInteractor3D.

◆ ProcessXrEvents()

void vtkOpenXRRenderWindowInteractor::ProcessXrEvents ( )
protected

Process OpenXR specific events.

◆ PollXrActions()

void vtkOpenXRRenderWindowInteractor::PollXrActions ( )
protected

Update the action states using the OpenXRManager and handle all actions.

◆ GetActionTypeFromString()

XrActionType vtkOpenXRRenderWindowInteractor::GetActionTypeFromString ( const std::string &  type)
protected

◆ LoadActions()

bool vtkOpenXRRenderWindowInteractor::LoadActions ( const std::string &  actionFilename)
protected

◆ LoadDefaultBinding()

bool vtkOpenXRRenderWindowInteractor::LoadDefaultBinding ( const std::string &  bindingFilename)
protected

◆ GetActionDataFromName()

ActionData* vtkOpenXRRenderWindowInteractor::GetActionDataFromName ( const std::string &  actionName)
protected

◆ HandleAction()

void vtkOpenXRRenderWindowInteractor::HandleAction ( const ActionData actionData,
int  hand,
vtkEventDataDevice3D ed 
)
protected

◆ HandleBooleanAction()

void vtkOpenXRRenderWindowInteractor::HandleBooleanAction ( const ActionData actionData,
int  hand,
vtkEventDataDevice3D ed 
)
protected

◆ HandlePoseAction()

void vtkOpenXRRenderWindowInteractor::HandlePoseAction ( const ActionData actionData,
int  hand,
vtkEventDataDevice3D ed 
)
protected

◆ HandleVector2fAction()

void vtkOpenXRRenderWindowInteractor::HandleVector2fAction ( const ActionData actionData,
int  hand,
vtkEventDataDevice3D ed 
)
protected

◆ ApplyAction()

void vtkOpenXRRenderWindowInteractor::ApplyAction ( const ActionData actionData,
vtkEventDataDevice3D ed 
)
protected

Member Data Documentation

◆ MapActionStruct_Name

MapAction vtkOpenXRRenderWindowInteractor::MapActionStruct_Name
protected

Definition at line 139 of file vtkOpenXRRenderWindowInteractor.h.

◆ PoseToWorldMatrix

vtkNew<vtkMatrix4x4> vtkOpenXRRenderWindowInteractor::PoseToWorldMatrix
protected

Definition at line 141 of file vtkOpenXRRenderWindowInteractor.h.


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