| 265 | { |
| 266 | public: |
| 267 | RectangleProcessor(ImageEffect &instance) |
| 268 | : RectangleProcessorBase(instance) |
| 269 | { |
| 270 | } |
| 271 | |
| 272 | private: |
| 273 | void multiThreadProcessImages(const OfxRectI& procWindow, const OfxPointD& rs) OVERRIDE FINAL |
nothing calls this directly
no outgoing calls
no test coverage detected