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

Method SetSupportedMinUserPositions

Include/XnCppWrapper.h:2091–2094  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2089 * For full details and usage, see @ref xnNodeQuerySetSupportedMinUserPositions
2090 */
2091 inline XnStatus SetSupportedMinUserPositions(const XnUInt32 nCount)
2092 {
2093 return xnNodeQuerySetSupportedMinUserPositions(m_pQuery, nCount);
2094 }
2095
2096 /**
2097 * @brief Sets in the Query object that the query will return only existing nodes,

Callers

nothing calls this directly

Tested by

no test coverage detected