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

Method GetFieldOfView

Source/Modules/nimMockNodes/MockDepthGenerator.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void MockDepthGenerator::GetFieldOfView(XnFieldOfView& FOV)
127{
128 FOV = m_FOV;
129}
130
131XnStatus MockDepthGenerator::RegisterToFieldOfViewChange(XnModuleStateChangedHandler handler, void* pCookie, XnCallbackHandle& hCallback)
132{

Callers 2

xnGetDepthFieldOfViewFunction · 0.45
NotifyFieldOfViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected