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

Method GetUserPositionCap

Include/XnCppWrapper.h:4866–4869  ·  view source on GitHub ↗

* Gets an @ref UserPositionCapability object for accessing User Position functionality. * It is the application responsibility to check first if @ref XN_CAPABILITY_USER_POSITION * is supported by calling @ref IsCapabilitySupported(). */

Source from the content-addressed store, hash-verified

4864 * is supported by calling @ref IsCapabilitySupported().
4865 */
4866 inline const UserPositionCapability GetUserPositionCap() const
4867 {
4868 return UserPositionCapability(GetHandle());
4869 }
4870
4871 /**
4872 * Gets an @ref UserPositionCapability object for accessing User Position functionality.

Callers 2

UnregisterMethod · 0.80
NotifyUserPositionsMethod · 0.80

Calls 2

GetHandleFunction · 0.85

Tested by

no test coverage detected