#include <XnCppWrapper.h>
Public Member Functions | |
const XnChar * | GetName () const |
Gets the name of the resolution. | |
XnResolution | GetResolution () const |
Gets the resolution. | |
XnUInt32 | GetXResolution () const |
Gets the X resolution. | |
XnUInt32 | GetYResolution () const |
Gets the Y resolution. | |
Resolution (XnResolution res) | |
Resolution (XnUInt32 xRes, XnUInt32 yRes) | |
Resolution (const XnChar *strName) | |
Private Attributes | |
XnUInt32 | m_nXRes |
XnUInt32 | m_nYRes |
XnResolution | m_Res |
const XnChar * | m_strName |
A utility class for resolution info
Definition at line 4421 of file XnCppWrapper.h.
xn::Resolution::Resolution | ( | XnResolution | res | ) | [inline] |
Creates a Resolution object.
res | [in] Resolution |
Definition at line 4429 of file XnCppWrapper.h.
xn::Resolution::Resolution | ( | XnUInt32 | xRes, |
XnUInt32 | yRes | ||
) | [inline] |
Creates a Resolution object out of X and Y resolutions.
xRes | [in] X resolution |
yRes | [in] Y resolution |
Definition at line 4442 of file XnCppWrapper.h.
xn::Resolution::Resolution | ( | const XnChar * | strName | ) | [inline] |
Creates a Resolution object out of its name
strName | [in] name of the resolution |
Definition at line 4453 of file XnCppWrapper.h.
const XnChar* xn::Resolution::GetName | ( | ) | const [inline] |
Gets the name of the resolution.
Definition at line 4468 of file XnCppWrapper.h.
XnResolution xn::Resolution::GetResolution | ( | ) | const [inline] |
Gets the resolution.
Definition at line 4462 of file XnCppWrapper.h.
XnUInt32 xn::Resolution::GetXResolution | ( | ) | const [inline] |
Gets the X resolution.
Definition at line 4464 of file XnCppWrapper.h.
XnUInt32 xn::Resolution::GetYResolution | ( | ) | const [inline] |
Gets the Y resolution.
Definition at line 4466 of file XnCppWrapper.h.
XnUInt32 xn::Resolution::m_nXRes [private] |
Definition at line 4472 of file XnCppWrapper.h.
XnUInt32 xn::Resolution::m_nYRes [private] |
Definition at line 4473 of file XnCppWrapper.h.
XnResolution xn::Resolution::m_Res [private] |
Definition at line 4471 of file XnCppWrapper.h.
const XnChar* xn::Resolution::m_strName [private] |
Definition at line 4474 of file XnCppWrapper.h.