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

Method SetMaxVersion

Include/XnCppWrapper.h:2042–2045  ·  view source on GitHub ↗

* @brief Sets in the Query object the maximum required version allowed for the node alternative. */

Source from the content-addressed store, hash-verified

2040 * @brief Sets in the Query object the maximum required version allowed for the node alternative.
2041 */
2042 inline XnStatus SetMaxVersion(const XnVersion& maxVersion)
2043 {
2044 return xnNodeQuerySetMaxVersion(m_pQuery, &maxVersion);
2045 }
2046
2047 /**
2048 * @brief Sets in the Query object the maximum required version allowed for the node alternative.

Callers

nothing calls this directly

Calls 2

xnNodeQuerySetMaxVersionFunction · 0.85
GetUnderlyingMethod · 0.45

Tested by

no test coverage detected