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

Function getDepthGenerator

Samples/NiViewer/Device.cpp:670–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668 return g_Device.IsValid() ? &g_Device : NULL;
669}
670DepthGenerator* getDepthGenerator()
671{
672 return g_Depth.IsValid() ? &g_Depth : NULL;
673}
674ImageGenerator* getImageGenerator()
675{
676 return g_Image.IsValid() ? &g_Image : NULL;

Callers 12

statisticsStartFunction · 0.85
resetDepthCroppingFunction · 0.85
resetAllCroppingFunction · 0.85
drawSelectionChangedFunction · 0.85
calculateHistogramFunction · 0.85
drawPointerModeFunction · 0.85
drawFrameFunction · 0.85
changePrimaryStreamFunction · 0.85
setDepthResolutionFunction · 0.85
setDepthFPSFunction · 0.85
captureFrameFunction · 0.85
captureSetDepthFormatFunction · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected