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

Method AddSupportedMapOutputMode

Include/XnCppWrapper.h:2082–2085  ·  view source on GitHub ↗

* @brief Sets in the Query object a MapOutput mode that the @ref node_alternative must support. * * @param [in] MapOutputMode Map output mode. Each field of the mode can be set to * (-1), meaning results will not be filtered by this field. * * @remark Note that for checking if a capability is supported, the node must be created * if it's not an already existing node. This

Source from the content-addressed store, hash-verified

2080 * than usual.
2081 */
2082 inline XnStatus AddSupportedMapOutputMode(const XnMapOutputMode& MapOutputMode)
2083 {
2084 return xnNodeQueryAddSupportedMapOutputMode(m_pQuery, &MapOutputMode);
2085 }
2086
2087 /**
2088 * @copybrief xnNodeQuerySetSupportedMinUserPositions

Callers

nothing calls this directly

Tested by

no test coverage detected