| 134 | } |
| 135 | |
| 136 | XN_C_API XnStatus xnNodeQuerySetSupportedMinUserPositions(XnNodeQuery* pQuery, const XnUInt32 nCount) |
| 137 | { |
| 138 | XN_VALIDATE_INPUT_PTR(pQuery); |
| 139 | pQuery->nMinUserPositions = nCount; |
| 140 | return (XN_STATUS_OK); |
| 141 | } |
| 142 | |
| 143 | XN_C_API XnStatus xnNodeQuerySetExistingNodeOnly(XnNodeQuery* pQuery, XnBool bExistingNode) |
| 144 | { |
no outgoing calls
no test coverage detected