MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / GetIRMap

Method GetIRMap

Include/XnCppWrapper.h:5244–5247  ·  view source on GitHub ↗

* @brief Gets a pointer to the latest IR map. */

Source from the content-addressed store, hash-verified

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 /**

Callers 1

Calls 2

xnGetIRMapFunction · 0.85
GetHandleFunction · 0.85

Tested by

no test coverage detected