| 234 | } |
| 235 | |
| 236 | static 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 | |
| 243 | static void xnMarkOwnedNode(XnContext* pContext, XnNodeHandle hNode) |
| 244 | { |
no test coverage detected