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

Method LockForChanges

Include/XnCppWrapper.h:2785–2788  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2783 * For full details and usage, see @ref xnLockNodeForChanges
2784 */
2785 inline XnStatus LockForChanges(XnLockHandle* phLock)
2786 {
2787 return xnLockNodeForChanges(GetHandle(), phLock);
2788 }
2789
2790 /**
2791 * @copybrief xnUnlockNodeForChanges

Callers

nothing calls this directly

Calls 2

xnLockNodeForChangesFunction · 0.85
GetHandleFunction · 0.85

Tested by

no test coverage detected