OpenNI 1.5.4

#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 XnVersionGetUnderlying () const
 
XnVersionGetUnderlying ()
 

Static Public Member Functions

static Version Current ()
 

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 ( )
inlinestatic
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: