| 41 | } |
| 42 | |
| 43 | void XnXmlScriptNodeExporter::GetDescription(XnProductionNodeDescription* pDescription) |
| 44 | { |
| 45 | GetOpenNIScriptNodeDescription(pDescription); |
| 46 | } |
| 47 | |
| 48 | XnStatus XnXmlScriptNodeExporter::EnumerateProductionTrees(xn::Context& /*context*/, xn::NodeInfoList& /*TreesList*/, xn::EnumerationErrors* /*pErrors*/) |
| 49 | { |
no test coverage detected