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

Method Write

Source/OpenNI/XnDumpFileWriter.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void XnDumpFileWriter::Write(XnDumpWriterFileHandle hFile, const void* pBuffer, XnUInt32 nBufferSize)
58{
59 XN_FILE_HANDLE* phFileOS = (XN_FILE_HANDLE*)hFile.pInternal;
60 xnOSWriteFile(*phFileOS, pBuffer, nBufferSize);
61}
62
63void XnDumpFileWriter::CloseFile(XnDumpWriterFileHandle hFile)
64{

Callers 3

WriteCallbackMethod · 0.45
WriteIntFunction · 0.45
_xnDumpFileWriteBufferFunction · 0.45

Calls 1

xnOSWriteFileFunction · 0.50

Tested by

no test coverage detected