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