VTK
9.4.20250102
|
#include <vtkOpenXRManager.h>
Public Attributes | ||
XrAction | Action | |
XrActionType | ActionType | |
union { | ||
XrActionStateFloat _float | ||
XrActionStateBoolean _boolean | ||
XrActionStatePose _pose | ||
XrActionStateVector2f _vec2f | ||
} | States [ControllerIndex::NumberOfControllers] | |
XrSpace | PoseSpaces [ControllerIndex::NumberOfControllers] | |
XrSpaceLocation | PoseLocations [ControllerIndex::NumberOfControllers] | |
XrSpaceVelocity | PoseVelocities [ControllerIndex::NumberOfControllers] | |
Definition at line 352 of file vtkOpenXRManager.h.
XrAction vtkOpenXRManager::Action_t::Action |
Definition at line 354 of file vtkOpenXRManager.h.
XrActionType vtkOpenXRManager::Action_t::ActionType |
Definition at line 355 of file vtkOpenXRManager.h.
XrActionStateFloat vtkOpenXRManager::Action_t::_float |
Definition at line 359 of file vtkOpenXRManager.h.
XrActionStateBoolean vtkOpenXRManager::Action_t::_boolean |
Definition at line 360 of file vtkOpenXRManager.h.
XrActionStatePose vtkOpenXRManager::Action_t::_pose |
Definition at line 361 of file vtkOpenXRManager.h.
XrActionStateVector2f vtkOpenXRManager::Action_t::_vec2f |
Definition at line 362 of file vtkOpenXRManager.h.
union { ... } vtkOpenXRManager::Action_t::States[ControllerIndex::NumberOfControllers] |
XrSpace vtkOpenXRManager::Action_t::PoseSpaces[ControllerIndex::NumberOfControllers] |
Definition at line 365 of file vtkOpenXRManager.h.
XrSpaceLocation vtkOpenXRManager::Action_t::PoseLocations[ControllerIndex::NumberOfControllers] |
Definition at line 366 of file vtkOpenXRManager.h.
XrSpaceVelocity vtkOpenXRManager::Action_t::PoseVelocities[ControllerIndex::NumberOfControllers] |
Definition at line 367 of file vtkOpenXRManager.h.