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

Function fileExists

Samples/NiSimpleSkeleton/NiSimpleSkeleton.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45//---------------------------------------------------------------------------
46
47XnBool fileExists(const char *fn)
48{
49 XnBool exists;
50 xnOSDoesFileExist(fn, &exists);
51 return exists;
52}
53
54// Callback: New user was detected
55void XN_CALLBACK_TYPE User_NewUser(xn::UserGenerator& /*generator*/, XnUserID nId, void* /*pCookie*/)

Callers 1

mainFunction · 0.70

Calls 1

xnOSDoesFileExistFunction · 0.50

Tested by

no test coverage detected