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

Function getIRMetaData

Samples/NiViewer/Device.cpp:695–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693 return g_Image.IsValid() ? &g_ImageMD : NULL;
694}
695const IRMetaData* getIRMetaData()
696{
697 return g_IR.IsValid() ? &g_irMD : NULL;
698}
699const AudioMetaData* getAudioMetaData()
700{
701 return g_Audio.IsValid() ? &g_AudioMD : NULL;

Callers 4

drawColorImageFunction · 0.85
drawPointerModeFunction · 0.85
drawFrameFunction · 0.85
captureSingleFrameFunction · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected