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

Function xnFindValidNameForType

Source/OpenNI/XnOpenNI.cpp:236–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236static void xnFindValidNameForType(XnContext* pContext, XnProductionNodeType Type, XnChar* strName)
237{
238 // get type string
239 const XnChar* strTypeName = xnProductionNodeTypeToString(Type);
240 xnFindValidName(pContext, strTypeName, strName);
241}
242
243static void xnMarkOwnedNode(XnContext* pContext, XnNodeHandle hNode)
244{

Callers 2

xnCreateMockNodeFunction · 0.85

Calls 2

xnFindValidNameFunction · 0.85

Tested by

no test coverage detected