* @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
| 2080 | * than usual. |
| 2081 | */ |
| 2082 | inline XnStatus AddSupportedMapOutputMode(const XnMapOutputMode& MapOutputMode) |
| 2083 | { |
| 2084 | return xnNodeQueryAddSupportedMapOutputMode(m_pQuery, &MapOutputMode); |
| 2085 | } |
| 2086 | |
| 2087 | /** |
| 2088 | * @copybrief xnNodeQuerySetSupportedMinUserPositions |
nothing calls this directly
no test coverage detected