#include <XnCppWrapper.h>
List of all members.
Detailed Description
Purpose: The Version class provides functionality for accessing the OpenNI version information.
Constructor & Destructor Documentation
xn::Version::Version |
( |
const XnVersion & |
version | ) |
[inline] |
xn::Version::Version |
( |
XnUInt8 |
nMajor, |
|
|
XnUInt8 |
nMinor, |
|
|
XnUInt16 |
nMaintenance, |
|
|
XnUInt32 |
nBuild |
|
) |
| [inline] |
Member Function Documentation
XnUInt32 xn::Version::Build |
( |
| ) |
const [inline] |
XnUInt32& xn::Version::Build |
( |
| ) |
[inline] |
static Version xn::Version::Current |
( |
| ) |
[inline, static] |
const XnVersion* xn::Version::GetUnderlying |
( |
| ) |
const [inline] |
XnVersion* xn::Version::GetUnderlying |
( |
| ) |
[inline] |
XnUInt16 xn::Version::Maintenance |
( |
| ) |
const [inline] |
XnUInt16& xn::Version::Maintenance |
( |
| ) |
[inline] |
XnUInt8 xn::Version::Major |
( |
| ) |
const [inline] |
XnUInt8& xn::Version::Major |
( |
| ) |
[inline] |
XnUInt8 xn::Version::Minor |
( |
| ) |
const [inline] |
XnUInt8& xn::Version::Minor |
( |
| ) |
[inline] |
bool xn::Version::operator!= |
( |
const Version & |
other | ) |
const [inline] |
bool xn::Version::operator< |
( |
const Version & |
other | ) |
const [inline] |
bool xn::Version::operator<= |
( |
const Version & |
other | ) |
const [inline] |
bool xn::Version::operator== |
( |
const Version & |
other | ) |
const [inline] |
bool xn::Version::operator> |
( |
const Version & |
other | ) |
const [inline] |
bool xn::Version::operator>= |
( |
const Version & |
other | ) |
const [inline] |
The documentation for this class was generated from the following file: