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

Method EncodeData

Include/XnCppWrapper.h:8309–8312  ·  view source on GitHub ↗

* @copybrief xnEncodeData * For full details and usage, see @ref xnEncodeData */

Source from the content-addressed store, hash-verified

8307 * For full details and usage, see @ref xnEncodeData
8308 */
8309 inline XnStatus EncodeData(const void* pSrc, XnUInt32 nSrcSize, void* pDst, XnUInt32 nDstSize, XnUInt* pnBytesWritten) const
8310 {
8311 return xnEncodeData(GetHandle(), pSrc, nSrcSize, pDst, nDstSize, pnBytesWritten);
8312 }
8313
8314 /**
8315 * @copybrief xnDecodeData

Callers 1

OnNodeNewDataMethod · 0.45

Calls 2

xnEncodeDataFunction · 0.85
GetHandleFunction · 0.85

Tested by

no test coverage detected