#include <XnCppWrapper.h>
Purpose: The Version class provides functionality for accessing the OpenNI version information.
◆ Version() [1/2]
xn::Version::Version |
( |
const XnVersion & |
version | ) |
|
|
inline |
◆ Version() [2/2]
xn::Version::Version |
( |
XnUInt8 |
nMajor, |
|
|
XnUInt8 |
nMinor, |
|
|
XnUInt16 |
nMaintenance, |
|
|
XnUInt32 |
nBuild |
|
) |
| |
|
inline |
◆ Build() [1/2]
XnUInt32 & xn::Version::Build |
( |
| ) |
|
|
inline |
◆ Build() [2/2]
XnUInt32 xn::Version::Build |
( |
| ) |
const |
|
inline |
◆ Current()
static Version xn::Version::Current |
( |
| ) |
|
|
inlinestatic |
◆ GetUnderlying() [1/2]
◆ GetUnderlying() [2/2]
const XnVersion * xn::Version::GetUnderlying |
( |
| ) |
const |
|
inline |
◆ Maintenance() [1/2]
XnUInt16 & xn::Version::Maintenance |
( |
| ) |
|
|
inline |
◆ Maintenance() [2/2]
XnUInt16 xn::Version::Maintenance |
( |
| ) |
const |
|
inline |
◆ Major() [1/2]
XnUInt8 & xn::Version::Major |
( |
| ) |
|
|
inline |
◆ Major() [2/2]
XnUInt8 xn::Version::Major |
( |
| ) |
const |
|
inline |
◆ Minor() [1/2]
XnUInt8 & xn::Version::Minor |
( |
| ) |
|
|
inline |
◆ Minor() [2/2]
XnUInt8 xn::Version::Minor |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool xn::Version::operator!= |
( |
const Version & |
other | ) |
const |
|
inline |
◆ operator<()
bool xn::Version::operator< |
( |
const Version & |
other | ) |
const |
|
inline |
◆ operator<=()
bool xn::Version::operator<= |
( |
const Version & |
other | ) |
const |
|
inline |
◆ operator==()
bool xn::Version::operator== |
( |
const Version & |
other | ) |
const |
|
inline |
◆ operator>()
bool xn::Version::operator> |
( |
const Version & |
other | ) |
const |
|
inline |
◆ operator>=()
bool xn::Version::operator>= |
( |
const Version & |
other | ) |
const |
|
inline |
The documentation for this class was generated from the following file: