* @brief Gets a pointer to the latest IR map. */
| 5242 | * @brief Gets a pointer to the latest IR map. |
| 5243 | */ |
| 5244 | inline const XnIRPixel* GetIRMap() const |
| 5245 | { |
| 5246 | return xnGetIRMap(GetHandle()); |
| 5247 | } |
| 5248 | }; |
| 5249 | |
| 5250 | /** |
no test coverage detected