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

Function GetOpenNIScriptNodeDescription

Source/OpenNI/XnXmlScriptNodeExporter.cpp:35–41  ·  view source on GitHub ↗

--------------------------------------------------------------------------- Code ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

33// Code
34//---------------------------------------------------------------------------
35void 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
43void XnXmlScriptNodeExporter::GetDescription(XnProductionNodeDescription* pDescription)
44{

Callers 2

xnCreateScriptNodeFunction · 0.85
GetDescriptionMethod · 0.85

Calls 1

xnGetVersionFunction · 0.85

Tested by

no test coverage detected