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

Function xnNodeQueryAddSupportedMapOutputMode

Source/OpenNI/XnQueries.cpp:128–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128XN_C_API XnStatus xnNodeQueryAddSupportedMapOutputMode(XnNodeQuery* pQuery, const XnMapOutputMode* pMapOutputMode)
129{
130 XN_VALIDATE_INPUT_PTR(pQuery);
131 XN_VALIDATE_INPUT_PTR(pMapOutputMode);
132 xnOSMemCopy(&pQuery->aSupportedMapOutputModes[pQuery->nSupportedMapOutputModes++], pMapOutputMode, sizeof(XnMapOutputMode));
133 return (XN_STATUS_OK);
134}
135
136XN_C_API XnStatus xnNodeQuerySetSupportedMinUserPositions(XnNodeQuery* pQuery, const XnUInt32 nCount)
137{

Calls 1

xnOSMemCopyFunction · 0.50

Tested by

no test coverage detected