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