| 245 | { |
| 246 | public: |
| 247 | PLog2LinProcessor(ImageEffect &instance, |
| 248 | const RenderArguments &args) |
| 249 | : Log2LinProcessorBase(instance, args) |
| 250 | { |
| 251 | //const double time = args.time; |
| 252 | |
| 253 | // TODO: any pre-computation goes here (such as computing a LUT) |
| 254 | } |
| 255 | |
| 256 | void multiThreadProcessImages(const OfxRectI& procWindow, const OfxPointD& rs) OVERRIDE FINAL |
| 257 | { |
nothing calls this directly
no outgoing calls
no test coverage detected