| 684 | { |
| 685 | public: |
| 686 | PIKProcessor(ImageEffect &instance) |
| 687 | : PIKProcessorBase(instance) |
| 688 | { |
| 689 | } |
| 690 | |
| 691 | private: |
| 692 | void multiThreadProcessImages(const OfxRectI& procWindow, const OfxPointD& rs) OVERRIDE FINAL |
nothing calls this directly
no outgoing calls
no test coverage detected