* @copybrief xnGetImageMap() * For full details, see @ref xnGetImageMap(). */
| 5042 | * For full details, see @ref xnGetImageMap(). |
| 5043 | */ |
| 5044 | inline const XnUInt8* GetImageMap() const |
| 5045 | { |
| 5046 | return xnGetImageMap(GetHandle()); |
| 5047 | } |
| 5048 | |
| 5049 | /** |
| 5050 | * @brief Returns whether the ImageGenerator node supports a specific |
no test coverage detected