* @copybrief xnGetSupportedUserPositionsCount * For full details and usage, see @ref xnGetSupportedUserPositionsCount */
| 4624 | * For full details and usage, see @ref xnGetSupportedUserPositionsCount |
| 4625 | */ |
| 4626 | inline XnUInt32 GetSupportedUserPositionsCount() const |
| 4627 | { |
| 4628 | return xnGetSupportedUserPositionsCount(GetHandle()); |
| 4629 | } |
| 4630 | |
| 4631 | /** |
| 4632 | * @copybrief xnSetUserPosition |
no test coverage detected