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

Function getImageGenerator

Samples/NiViewer/Device.cpp:674–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672 return g_Depth.IsValid() ? &g_Depth : NULL;
673}
674ImageGenerator* getImageGenerator()
675{
676 return g_Image.IsValid() ? &g_Image : NULL;
677}
678IRGenerator* getIRGenerator()
679{
680 return g_IR.IsValid() ? &g_IR : NULL;

Callers 9

resetImageCroppingFunction · 0.85
resetAllCroppingFunction · 0.85
drawSelectionChangedFunction · 0.85
drawPointerModeFunction · 0.85
changePrimaryStreamFunction · 0.85
setImageResolutionFunction · 0.85
setImageFPSFunction · 0.85
captureFrameFunction · 0.85
captureSetImageFormatFunction · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected