* @brief Sets in the Query object the minimum required version allowed for the @ref node_alternative. */
| 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. |
nothing calls this directly
no test coverage detected