| 341 | virtual XnUInt32 GetBytesPerPixel() = 0; |
| 342 | virtual ModuleCroppingInterface* GetCroppingInterface() { return NULL; } |
| 343 | virtual ModuleAntiFlickerInterface* GetAntiFlickerInterface() { return NULL; } |
| 344 | }; |
| 345 | |
| 346 | class ModuleUserPositionInterface |
no outgoing calls
no test coverage detected