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

Function xnNodeInfoGetTreeStringRepresentation

Source/OpenNI/XnOpenNI.cpp:1109–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1107}
1108
1109XN_C_API XnStatus xnNodeInfoGetTreeStringRepresentation(XnNodeInfo* pNodeInfo, XnChar* csResult, XnUInt32 nSize)
1110{
1111 XN_VALIDATE_INPUT_PTR(pNodeInfo);
1112 XN_VALIDATE_OUTPUT_PTR(csResult);
1113
1114 return xnNodeInfoGetTreeStringRepresentationImpl(pNodeInfo, csResult, nSize, 0);
1115}
1116
1117//---------------------------------------------------------------------------
1118// ProductionNodesList

Tested by

no test coverage detected