MCPcopy Create free account

hub / github.com/OSVR/OSVR-Core / functions

Functions1,845 in github.com/OSVR/OSVR-Core

↓ 3 callersMethodm_checkFirst
src/osvr/Common/ImagingComponent.cpp:429
↓ 3 callersMethodm_sharedInit
src/osvr/Connection/DeviceToken.cpp:118
↓ 3 callersMethodmainloop
src/osvr/Connection/VrpnBaseFlexServer.h:56
↓ 3 callersFunctionmake_name_safe
@brief Turns all "unsafe" characters in a name into underscores.
src/osvr/Common/SharedMemory.h:184
↓ 3 callersFunctionmatrixEigenAssign
inc/osvr/Util/MatrixEigenAssign.h:51
↓ 3 callersFunctionosvrClientGetDisplay
src/osvr/ClientKit/DisplayC.cpp:65
↓ 3 callersFunctionosvrClientGetNumEyesForViewer
inc/osvr/ClientKit/Display.h:47
↓ 3 callersFunctionosvrClientGetNumSurfacesForViewerEye
inc/osvr/ClientKit/Display.h:53
↓ 3 callersFunctionosvrClientGetNumViewers
@name Overloads taking output parameters by reference @{
inc/osvr/ClientKit/Display.h:42
↓ 3 callersFunctionosvrClientGetStringParameter
src/osvr/ClientKit/ParametersC.cpp:49
↓ 3 callersFunctionosvrClientGetStringParameterLength
src/osvr/ClientKit/ParametersC.cpp:35
↓ 3 callersFunctionosvrDeviceRegisterUpdateCallback
src/osvr/PluginKit/DeviceInterfaceC.cpp:181
↓ 3 callersFunctionosvrDeviceSendData
src/osvr/PluginKit/DeviceInterfaceC.cpp:51
↓ 3 callersFunctionosvrJointClientInit
src/osvr/JointClientKit/JointClientKitC.cpp:164
↓ 3 callersFunctionosvrQuatToQuatlib
inc/osvr/Util/QuatlibInteropC.h:42
↓ 3 callersFunctionosvrTimeValueNormalize
src/osvr/Util/TimeValueC.cpp:44
↓ 3 callersFunctionosvrTrackerSend
src/osvr/PluginKit/TrackerInterfaceC.cpp:59
↓ 3 callersFunctionosvrVec3ToQuatlib
inc/osvr/Util/QuatlibInteropC.h:61
↓ 3 callersMethodread_image_to_memory
plugins/videobasedtracker/DirectShowCameraLib/directx_camera_server.cpp:872
↓ 3 callersMethodregisterDataWithGenericDelete
inc/osvr/PluginHost/PluginSpecificRegistrationContext.h:107
↓ 3 callersMethodsendLocationData
src/osvr/Common/Location2DComponent.cpp:76
↓ 3 callersMethodsendReport
src/osvr/Connection/VrpnTrackerServer.h:56
↓ 3 callersMethodsetName
src/osvr/Connection/DeviceInitObject.cpp:47
↓ 3 callersMethodsetRangeMaxMin
@brief Assign a range of values to this object. Note the order of parameters to make minimum (0) optional. Giving a range of size == 1 is the same a
inc/osvr/Util/ValueOrRange.h:159
↓ 3 callersMethodsetSource
src/osvr/Common/PathElementTypes.cpp:69
↓ 3 callersMethodsignalStop
src/osvr/Server/Server.cpp:61
↓ 3 callersMethodstart
apps/ClientMainloopThread.h:52
↓ 3 callersFunctionupdate
plugins/videobasedtracker/com_osvr_VideoBasedHMDTracker.cpp:330
↓ 3 callersMethodupdate
src/osvr/Client/AnalogRemoteFactory.cpp:80
↓ 3 callersMethodvalid
@brief Checks the validity of the contained pointer.
inc/osvr/ClientKit/Display.h:410
↓ 3 callersFunctionvecMap
@brief Wrap an OSVR_Vec3 in an Eigen object that allows it to interoperate with Eigen as though it were an Eigen::Vector3d @param vec A vector to wra
inc/osvr/Util/EigenInterop.h:52
↓ 3 callersMethodvisitChildren
inc/osvr/Util/TreeNode.h:141
↓ 2 callersFunctionConnectTwoFilters
plugins/videobasedtracker/DirectShowCameraLib/directx_camera_server.cpp:150
↓ 2 callersFunctionGetPin
plugins/videobasedtracker/DirectShowCameraLib/directx_camera_server.cpp:136
↓ 2 callersMethodProjectBeaconsToImage
plugins/videobasedtracker/BeaconBasedPoseEstimator.cpp:317
↓ 2 callersMethodacquireObject
inc/osvr/Common/ClientContext.h:88
↓ 2 callersFunctionaddAliasFromSourceAndRelativeDest
src/osvr/Common/PathTree.cpp:135
↓ 2 callersFunctionaddAliasImpl
src/osvr/Common/PathTree.cpp:90
↓ 2 callersMethodaddAliases
src/osvr/Server/Server.cpp:98
↓ 2 callersMethodaddEdge
apps/PathTreeExport/DOTGraphOutput.cpp:108
↓ 2 callersMethodaddInterface
src/osvr/Client/InterfaceTree.cpp:52
↓ 2 callersMethodaddString
src/osvr/Server/Server.cpp:94
↓ 2 callersFunctionangleAsRadians
src/osvr/Common/JSONTransformVisitor.cpp:95
↓ 2 callersMethodappendAligned
inc/osvr/Common/Buffer.h:249
↓ 2 callersFunctionapplyPriorityToAlias
src/osvr/Common/AliasProcessor.cpp:235
↓ 2 callersFunctionapplyWildcard
src/osvr/Common/AliasProcessor.cpp:57
↓ 2 callersMethodassertNodeCount
tests/cplusplus/Util/TreeNode.cpp:230
↓ 2 callersFunctionattemptLoad
@brief Helper function to load a JSON file given a full path to the file. @returns a null json value if load failed.
src/osvr/Server/JSONResolvePossibleRef.cpp:40
↓ 2 callersMethodbegin
inc/osvr/Common/Buffer.h:99
↓ 2 callersMethodcheckStartup
@brief Checks if the display is fully configured and ready, including first pose. @sa osvrClientCheckDisplayStartup()
inc/osvr/ClientKit/Display.h:430
↓ 2 callersMethodclearModifiedFlag
src/osvr/Common/RegisteredStringMap.cpp:77
↓ 2 callersFunctionclonePathTree
src/osvr/Common/PathTree.cpp:155
↓ 2 callersFunctioncomputeRequiredSpace
src/osvr/Common/IPCRingBuffer.cpp:101
↓ 2 callersFunctionconfigureServerFromFile
@brief This is the basic common code of a server app's setup, ripped out of the main server app to make alternate server-acting apps simpler to develo
inc/osvr/Server/ConfigureServerFromFile.h:67
↓ 2 callersFunctionconvertJsonToLiteral
devtools/osvr_json_to_c.cpp:63
↓ 2 callersFunctioncreateContext
src/osvr/Client/CreateContext.cpp:38
↓ 2 callersFunctioncreateJSONAlias
apps/osvr_reset_yaw.cpp:59
↓ 2 callersFunctiondegreesToRadians
inc/osvr/Common/DegreesToRadians.h:39
↓ 2 callersFunctiondibsize
@brief Computes bytes required for an UNCOMPRESSED RGB DIB
plugins/videobasedtracker/DirectShowCameraLib/directx_camera_server.cpp:59
↓ 2 callersFunctiondidConstructionFail
plugins/videobasedtracker/DirectShowCameraLib/directx_camera_server.cpp:385
↓ 2 callersMethodend
src/osvr/USBSerial/USBSerialEnum.cpp:61
↓ 2 callersMethodend
@brief Get a "past-the-end" iterator pointing to one more than the max value)
inc/osvr/Util/ValueOrRange.h:200
↓ 2 callersMethoderaseHandlerForPath
src/osvr/Client/InterfaceTree.cpp:84
↓ 2 callersMethodextendRangeToMax
@brief If this is an initialized range, extend it as needed such that the given maxVal is included.
inc/osvr/Util/ValueOrRange.h:184
↓ 2 callersMethodextractOpaquePointer
src/osvr/PluginHost/PluginSpecificRegistrationContext.cpp:52
↓ 2 callersFunctionfind_first_capture_device_where
plugins/videobasedtracker/DirectShowCameraLib/directx_camera_server.cpp:396
↓ 2 callersFunctionfor_each_cleanup_pointers
src/osvr/Common/PathTreeOwner.cpp:54
↓ 2 callersMethodget
@brief Get the value of the flag as a bool.
inc/osvr/Util/Flag.h:52
↓ 2 callersMethodgetAlignment
inc/osvr/Common/IPCRingBuffer.h:91
↓ 2 callersMethodgetAnalogs
inc/osvr/Connection/DeviceInitObject.h:148
↓ 2 callersMethodgetBookkeeping
src/osvr/Common/IPCRingBuffer.cpp:117
↓ 2 callersMethodgetButtons
inc/osvr/Connection/DeviceInitObject.h:149
↓ 2 callersMethodgetConnectionKindID
src/osvr/Connection/Connection.cpp:170
↓ 2 callersMethodgetData
src/osvr/Common/LocomotionComponent.cpp:54
↓ 2 callersFunctiongetDefaultConfigFilename
inc/osvr/Server/ConfigureServerFromFile.h:60
↓ 2 callersFunctiongetDeviceHumanDesc
plugins/videobasedtracker/DirectShowCameraLib/directx_camera_server.cpp:331
↓ 2 callersMethodgetDisplayMode
src/osvr/Client/DisplayDescriptorSchema1.cpp:247
↓ 2 callersMethodgetHorizontalFOV
src/osvr/Client/DisplayDescriptorSchema1.cpp:256
↓ 2 callersFunctiongetHost
tests/cplusplus/Common/DummyTree.h:51
↓ 2 callersMethodgetInterfaceName
src/osvr/Common/OriginalSource.cpp:92
↓ 2 callersFunctiongetInterfacePath
tests/cplusplus/Common/DummyTree.h:54
↓ 2 callersMethodgetMax
@brief Get maximum value - closed upper bound Only valid if not empty()!
inc/osvr/Util/ValueOrRange.h:116
↓ 2 callersMethodgetMin
@brief Get minimum value - closed lower bound Only valid if not empty()!
inc/osvr/Util/ValueOrRange.h:108
↓ 2 callersMethodgetOneBasedID
@brief Gets either the raw negative sentinel ID or a 1-based ID (for display purposes)
plugins/videobasedtracker/LED.h:77
↓ 2 callersFunctiongetOrientationState
apps/diagnose-rotation.cpp:58
↓ 2 callersMethodgetPID
inc/osvr/USBSerial/USBSerialDevice.h:76
↓ 2 callersFunctiongetPlugin
tests/cplusplus/Common/DummyTree.h:43
↓ 2 callersFunctiongetPluginSearchPath
src/osvr/PluginHost/SearchPath.cpp:40
↓ 2 callersMethodgetPose
src/osvr/Client/Viewer.cpp:41
↓ 2 callersMethodgetProjectionMatrix
@brief Gets the projection matrix. @sa osvrClientGetViewerEyeSurfaceProjectionMatrixd
inc/osvr/ClientKit/Display.h:131
↓ 2 callersFunctiongetProjectionMatrixImpl
src/osvr/ClientKit/DisplayC.cpp:320
↓ 2 callersMethodgetRelativeViewport
@brief Gets the video-input-relative viewport corresponding to this surface. @sa osvrClientGetRelativeViewportForViewerEyeSurface()
inc/osvr/ClientKit/Display.h:115
↓ 2 callersMethodgetSensor
src/osvr/Common/OriginalSource.cpp:103
↓ 2 callersFunctiongetSerialDeviceList
src/osvr/USBSerial/USBSerialDevInfo_Linux.h:161
↓ 2 callersFunctiongetTreeNodeFullPath
inc/osvr/Util/TreeNodeFullPath.h:56
↓ 2 callersMethodgetVID
inc/osvr/USBSerial/USBSerialDevice.h:74
↓ 2 callersFunctiongetVRPNConnection
src/osvr/Server/ServerImpl.cpp:57
↓ 2 callersMethodgetViewMatrix
@brief Attempt to get the view matrix. @return false if there was an error in the input parameters or if no pose (and thus view) is yet available.
inc/osvr/ClientKit/Display.h:262
↓ 2 callersFunctiongetViewMatrixImpl
src/osvr/ClientKit/DisplayC.cpp:229
↓ 2 callersMethodhasPose
src/osvr/Client/Viewer.cpp:51
← previousnext →201–300 of 1,845, ranked by callers