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

Method AddSupportedCapability

Include/XnCppWrapper.h:2067–2070  ·  view source on GitHub ↗

* @brief Sets in the Query object a capability that the @ref node_alternative must support. * * @param [in] strNeededCapability Name of the capability that the @ref node_alternative * must support. * * Remarks * * Note that for checking if a capability is supported, the node must be created * if it's not an already existing node. This operation might take a

Source from the content-addressed store, hash-verified

2065 * than usual.
2066 */
2067 inline XnStatus AddSupportedCapability(const XnChar* strNeededCapability)
2068 {
2069 return xnNodeQueryAddSupportedCapability(m_pQuery, strNeededCapability);
2070 }
2071
2072 /**
2073 * @brief Sets in the Query object a MapOutput mode that the @ref node_alternative must support.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected