--------------------------------------------------------------------------- Code ---------------------------------------------------------------------------
| 33 | // Code |
| 34 | //--------------------------------------------------------------------------- |
| 35 | void GetOpenNIScriptNodeDescription(XnProductionNodeDescription* pDescription) |
| 36 | { |
| 37 | pDescription->Type = XN_NODE_TYPE_SCRIPT; |
| 38 | xnGetVersion(&pDescription->Version); |
| 39 | strcpy(pDescription->strVendor, XN_VENDOR_OPEN_NI); |
| 40 | strcpy(pDescription->strName, XN_OPEN_NI_NODE_NAME); |
| 41 | } |
| 42 | |
| 43 | void XnXmlScriptNodeExporter::GetDescription(XnProductionNodeDescription* pDescription) |
| 44 | { |
no test coverage detected