MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / GetUserPosition

Method GetUserPosition

Include/XnCppWrapper.h:4644–4647  ·  view source on GitHub ↗

* @copybrief xnGetUserPosition * For full details and usage, see @ref xnGetUserPosition */

Source from the content-addressed store, hash-verified

4642 * For full details and usage, see @ref xnGetUserPosition
4643 */
4644 inline XnStatus GetUserPosition(XnUInt32 nIndex, XnBoundingBox3D& Position) const
4645 {
4646 return xnGetUserPosition(GetHandle(), nIndex, &Position);
4647 }
4648
4649 /**
4650 * @brief Registers an event handler for the 'User Position Change' event.

Callers 3

xnGetUserPositionFunction · 0.80
NotifyUserPositionsMethod · 0.80

Calls 2

xnGetUserPositionFunction · 0.85
GetHandleFunction · 0.85

Tested by

no test coverage detected