MCPcopy Create free account
hub / github.com/NatronGitHub/openfx-misc / PLin2LogProcessor

Method PLin2LogProcessor

PLogLin/PLogLin.cpp:355–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353{
354public:
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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected