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

Method OpenFile

Source/OpenNI/XnPlayerImpl.cpp:299–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299XnStatus XN_CALLBACK_TYPE PlayerImpl::OpenFile(void* pCookie)
300{
301 PlayerImpl* pThis = (PlayerImpl*)pCookie;
302 XN_VALIDATE_INPUT_PTR(pThis);
303 return pThis->OpenFileImpl();
304}
305
306XnStatus XN_CALLBACK_TYPE PlayerImpl::ReadFile(void* pCookie, void* pBuffer, XnUInt32 nSize, XnUInt32* pnBytesRead)
307{

Callers 2

OpenFileCallbackMethod · 0.45
xnDumpFileOpenImplFunction · 0.45

Calls 1

OpenFileImplMethod · 0.45

Tested by

no test coverage detected