| 162 | { |
| 163 | public: |
| 164 | KeyMixProcessor(ImageEffect &instance) |
| 165 | : KeyMixProcessorBase(instance) |
| 166 | { |
| 167 | } |
| 168 | |
| 169 | private: |
| 170 | void multiThreadProcessImages(const OfxRectI& procWindow, const OfxPointD& rs) OVERRIDE FINAL |
nothing calls this directly
no outgoing calls
no test coverage detected