* @copybrief xnGetLabelMap * For full details and usage, see @ref xnGetLabelMap */
| 5891 | * For full details and usage, see @ref xnGetLabelMap |
| 5892 | */ |
| 5893 | inline const XnLabel* GetLabelMap() const |
| 5894 | { |
| 5895 | return xnGetLabelMap(GetHandle()); |
| 5896 | } |
| 5897 | |
| 5898 | /** |
| 5899 | * @brief Gets a description of the floor, if it was found. |
no test coverage detected