| 107 | } |
| 108 | |
| 109 | XnPixelFormat MockImageGenerator::GetPixelFormat() |
| 110 | { |
| 111 | return m_pixelFormat; |
| 112 | } |
| 113 | |
| 114 | XnStatus MockImageGenerator::RegisterToPixelFormatChange(XnModuleStateChangedHandler handler, void* pCookie, XnCallbackHandle& hCallback) |
| 115 | { |
no outgoing calls
no test coverage detected