* @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. */
| 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. |
nothing calls this directly
no test coverage detected