MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / Resolution

Method Resolution

Include/XnCppWrapper.h:9658–9663  ·  view source on GitHub ↗

* Creates a @ref Resolution object. * * @param [in] res Resolution */

Source from the content-addressed store, hash-verified

9656 * @param [in] res Resolution
9657 */
9658 inline Resolution(XnResolution res) : m_Res(res)
9659 {
9660 m_nXRes = xnResolutionGetXRes(res);
9661 m_nYRes = xnResolutionGetYRes(res);
9662 m_strName = xnResolutionGetName(res);
9663 }
9664
9665 /**
9666 * Creates a @ref Resolution object out of X and Y resolutions.

Callers

nothing calls this directly

Calls 3

xnResolutionGetXResFunction · 0.85
xnResolutionGetYResFunction · 0.85
xnResolutionGetNameFunction · 0.85

Tested by

no test coverage detected