| 349 | { |
| 350 | public: |
| 351 | PLin2LogProcessor(ImageEffect &instance, |
| 352 | const RenderArguments &args) |
| 353 | : Log2LinProcessorBase(instance, args) |
| 354 | { |
| 355 | //const double time = args.time; |
| 356 | |
| 357 | // TODO: any pre-computation goes here (such as computing a LUT) |
| 358 | } |
| 359 | |
| 360 | void multiThreadProcessImages(const OfxRectI& procWindow, const OfxPointD& rs) OVERRIDE FINAL |
| 361 | { |
nothing calls this directly
no outgoing calls
no test coverage detected