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