| 255 | { |
| 256 | public: |
| 257 | PLog2LinProcessor(ImageEffect &instance, |
| 258 | const RenderArguments &args) |
| 259 | : PLogLinProcessorBase(instance, args) |
| 260 | { |
| 261 | //const double time = args.time; |
| 262 | |
| 263 | // TODO: any pre-computation goes here (such as computing a LUT) |
| 264 | } |
| 265 | |
| 266 | void multiThreadProcessImages(const OfxRectI& procWindow, const OfxPointD& rs) OVERRIDE FINAL |
| 267 | { |
nothing calls this directly
no outgoing calls
no test coverage detected