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

Method PLin2LogProcessor

Log2Lin/Log2Lin.cpp:351–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349{
350public:
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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected