OpenNI 1.3.2
|
#include <XnCppWrapper.h>
Public Member Functions | |
Resolution (XnResolution res) | |
Resolution (XnUInt32 xRes, XnUInt32 yRes) | |
Resolution (const XnChar *strName) | |
XnResolution | GetResolution () const |
XnUInt32 | GetXResolution () const |
XnUInt32 | GetYResolution () const |
const XnChar * | GetName () const |
A utility class for resolution info
|
inline |
Creates a Resolution object.
res | [in] Resolution |
|
inline |
Creates a Resolution object out of X and Y resolutions.
xRes | [in] X resolution |
yRes | [in] Y resolution |
|
inline |
Creates a Resolution object out of its name
strName | [in] name of the resolution |
|
inline |
Gets the name of the resolution.
|
inline |
Gets the resolution.
|
inline |
Gets the X resolution.
|
inline |
Gets the Y resolution.