#include <XnCppWrapper.h>
List of all members.
Detailed Description
A utility class for resolution info
Constructor & Destructor Documentation
xn::Resolution::Resolution |
( |
XnUInt32 |
xRes, |
|
|
XnUInt32 |
yRes | |
|
) |
| | [inline] |
Creates a Resolution object out of X and Y resolutions.
- Parameters:
-
[in] | xRes | X resolution |
[in] | yRes | Y resolution |
xn::Resolution::Resolution |
( |
const XnChar * |
strName |
) |
[inline] |
Creates a Resolution object out of its name
- Parameters:
-
[in] | strName | name of the resolution |
Member Function Documentation
const XnChar* xn::Resolution::GetName |
( |
|
) |
const [inline] |
Gets the name of the resolution
XnResolution xn::Resolution::GetResolution |
( |
|
) |
const [inline] |
XnUInt32 xn::Resolution::GetXResolution |
( |
|
) |
const [inline] |
XnUInt32 xn::Resolution::GetYResolution |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following file: