* @copybrief xnGetUserPosition * For full details and usage, see @ref xnGetUserPosition */
| 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. |
no test coverage detected