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

Method RemoveNeededNode

Include/XnCppWrapper.h:2664–2667  ·  view source on GitHub ↗

* @copybrief xnRemoveNeededNode * For full details and usage, see @ref xnRemoveNeededNode */

Source from the content-addressed store, hash-verified

2662 * For full details and usage, see @ref xnRemoveNeededNode
2663 */
2664 inline XnStatus RemoveNeededNode(ProductionNode& needed)
2665 {
2666 return xnRemoveNeededNode(GetHandle(), needed.GetHandle());
2667 }
2668
2669 /**
2670 * @brief Gets the node's context.

Callers

nothing calls this directly

Calls 3

xnRemoveNeededNodeFunction · 0.85
GetHandleFunction · 0.85
GetHandleMethod · 0.80

Tested by

no test coverage detected