--------------------------------------------------------------------------- Scene Analyzer ---------------------------------------------------------------------------
| 5330 | // Scene Analyzer |
| 5331 | //--------------------------------------------------------------------------- |
| 5332 | XN_C_API XnStatus xnCreateSceneAnalyzer( |
| 5333 | XnContext* pContext, |
| 5334 | XnNodeHandle* phSceneAnalyzer, |
| 5335 | XnNodeQuery* pQuery, |
| 5336 | XnEnumerationErrors* pErrors) |
| 5337 | { |
| 5338 | return xnCreateAnyProductionTree(pContext, XN_NODE_TYPE_SCENE, pQuery, phSceneAnalyzer, pErrors); |
| 5339 | } |
| 5340 | |
| 5341 | XN_C_API const XnLabel* xnGetLabelMap(XnNodeHandle hInstance) |
| 5342 | { |
no test coverage detected