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

Method HandleGenerationRunningChange

Source/OpenNI/XnNodeWatcher.cpp:348–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void XN_CALLBACK_TYPE GeneratorWatcher::HandleGenerationRunningChange(ProductionNode& /*node*/, void* pCookie)
349{
350 GeneratorWatcher *pThis = (GeneratorWatcher*)pCookie;
351 if (pThis == NULL)
352 {
353 XN_ASSERT(FALSE);
354 return;
355 }
356
357 pThis->NotifyIntPropChanged(XN_PROP_IS_GENERATING, pThis->m_generator.IsGenerating());
358}
359
360void XN_CALLBACK_TYPE GeneratorWatcher::HandleMirrorChange(ProductionNode& /*node*/, void* pCookie)
361{

Callers

nothing calls this directly

Calls 2

NotifyIntPropChangedMethod · 0.80
IsGeneratingMethod · 0.45

Tested by

no test coverage detected