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

Method SetMinVersion

Include/XnCppWrapper.h:2026–2029  ·  view source on GitHub ↗

* @brief Sets in the Query object the minimum required version allowed for the @ref node_alternative. */

Source from the content-addressed store, hash-verified

2024 * @brief Sets in the Query object the minimum required version allowed for the @ref node_alternative.
2025 */
2026 inline XnStatus SetMinVersion(const XnVersion& minVersion)
2027 {
2028 return xnNodeQuerySetMinVersion(m_pQuery, &minVersion);
2029 }
2030
2031 /**
2032 * @brief Sets in the Query object the minimum required version allowed for the @ref node_alternative.

Callers

nothing calls this directly

Calls 2

xnNodeQuerySetMinVersionFunction · 0.85
GetUnderlyingMethod · 0.45

Tested by

no test coverage detected