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

Function getDepthMetaData

Samples/NiViewer/Device.cpp:687–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687const DepthMetaData* getDepthMetaData()
688{
689 return g_Depth.IsValid() ? &g_DepthMD : NULL;
690}
691const ImageMetaData* getImageMetaData()
692{
693 return g_Image.IsValid() ? &g_ImageMD : NULL;

Callers 9

statisticsInitFunction · 0.85
statisticsStartFunction · 0.85
statisticsAddFrameFunction · 0.85
getStatisticsMessageFunction · 0.85
drawColorImageFunction · 0.85
drawDepthFunction · 0.85
drawPointerModeFunction · 0.85
drawFrameFunction · 0.85
captureSingleFrameFunction · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected