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

Method AddNeededNode

Include/XnCppWrapper.h:2116–2119  ·  view source on GitHub ↗

* @brief Sets in the Query object that a specified node must be a dependant of the named node type. * @param [in] strInstanceName Name of the needed node. */

Source from the content-addressed store, hash-verified

2114 * @param [in] strInstanceName Name of the needed node.
2115 */
2116 inline XnStatus AddNeededNode(const XnChar* strInstanceName)
2117 {
2118 return xnNodeQueryAddNeededNode(m_pQuery, strInstanceName);
2119 }
2120
2121 /**
2122 * @brief Sets the creation information field of the Query object. This relates to the creation information of the @ref xn::NodeInfo class.

Callers

nothing calls this directly

Calls 1

xnNodeQueryAddNeededNodeFunction · 0.85

Tested by

no test coverage detected