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

Function xnNodeInfoListAdd

Source/OpenNI/XnOpenNI.cpp:1164–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1162}
1163
1164XN_C_API XnStatus xnNodeInfoListAdd(XnNodeInfoList* pList, const XnProductionNodeDescription* pDescription, const XnChar* strCreationInfo, XnNodeInfoList* pNeededNodes)
1165{
1166 return xnNodeInfoListAddEx(pList, pDescription, strCreationInfo, pNeededNodes, NULL, NULL);
1167}
1168
1169XN_C_API XnStatus xnNodeInfoListAddEx(XnNodeInfoList* pList, const XnProductionNodeDescription* pDescription, const XnChar* strCreationInfo, XnNodeInfoList* pNeededNodes, const void* pAdditionalData, XnFreeHandler pFreeHandler)
1170{

Callers 3

AddMethod · 0.85

Calls 1

xnNodeInfoListAddExFunction · 0.85

Tested by

no test coverage detected