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

Method GetExportedNodesCount

Include/XnModuleCppInterface.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 inline XnStatus AddExportedNode(XnModuleGetExportedInterfacePtr pEntryPoint) { return m_ExportedNodes.AddLast(pEntryPoint); }
56
57 XnUInt32 GetExportedNodesCount() { return m_ExportedNodes.Size(); }
58
59 XnStatus GetExportedNodes(XnModuleGetExportedInterfacePtr* aEntryPoints, XnUInt32 nCount)
60 {

Callers 1

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected