![]() |
OpenNI 1.5.7
|
#include <XnCppWrapper.h>
Public Member Functions | |
| Version (const XnVersion &version) | |
| Version (XnUInt8 nMajor, XnUInt8 nMinor, XnUInt16 nMaintenance, XnUInt32 nBuild) | |
| bool | operator== (const Version &other) const |
| bool | operator!= (const Version &other) const |
| bool | operator< (const Version &other) const |
| bool | operator<= (const Version &other) const |
| bool | operator> (const Version &other) const |
| bool | operator>= (const Version &other) const |
| XnUInt8 | Major () const |
| XnUInt8 | Minor () const |
| XnUInt16 | Maintenance () const |
| XnUInt32 | Build () const |
| XnUInt8 & | Major () |
| XnUInt8 & | Minor () |
| XnUInt16 & | Maintenance () |
| XnUInt32 & | Build () |
| const XnVersion * | GetUnderlying () const |
| XnVersion * | GetUnderlying () |
Static Public Member Functions | |
| static Version | Current () |
Purpose: The Version class provides functionality for accessing the OpenNI version information.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.11