* @copybrief xnNodeQuerySetSupportedMinUserPositions * For full details and usage, see @ref xnNodeQuerySetSupportedMinUserPositions */
| 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, |
nothing calls this directly
no test coverage detected