xn::Version Class Reference
[Misc]

#include <XnCppWrapper.h>

List of all members.

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 (  )  [inline]
XnUInt32 xn::Version::Build (  )  const [inline]
static Version xn::Version::Current (  )  [inline, static]
XnVersion* xn::Version::GetUnderlying (  )  [inline]
const XnVersion* xn::Version::GetUnderlying (  )  const [inline]
XnUInt16& xn::Version::Maintenance (  )  [inline]
XnUInt16 xn::Version::Maintenance (  )  const [inline]
XnUInt8& xn::Version::Major (  )  [inline]
XnUInt8 xn::Version::Major (  )  const [inline]
XnUInt8& xn::Version::Minor (  )  [inline]
XnUInt8 xn::Version::Minor (  )  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]
bool xn::Version::operator>= ( const Version other  )  const [inline]

The documentation for this class was generated from the following file:
Generated on Thu Dec 20 21:49:30 2012 for OpenNI 1.5.4 by  doxygen 1.6.3