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

Function xnConfigureMapOutputMode

Source/OpenNI/XnXmlScriptNode.cpp:156–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156XnStatus xnConfigureMapOutputMode(XnNodeHandle hNode, const TiXmlElement* pOpcode)
157{
158 XnStatus nRetVal = XN_STATUS_OK;
159
160 XnMapOutputMode Mode;
161 nRetVal = xnXmlReadMapOutputMode(pOpcode, &Mode);
162 XN_IS_STATUS_OK(nRetVal);
163
164 nRetVal = xnSetMapOutputMode(hNode, &Mode);
165 XN_IS_STATUS_OK(nRetVal);
166
167 return (XN_STATUS_OK);
168}
169
170XnStatus xnConfigureWaveOutputMode(XnNodeHandle hNode, const TiXmlElement* pOpcode)
171{

Callers 1

xnConfigureSetOpcodeFunction · 0.85

Calls 2

xnXmlReadMapOutputModeFunction · 0.85
xnSetMapOutputModeFunction · 0.85

Tested by

no test coverage detected