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

Method PLog2LinProcessor

PLogLin/PLogLin.cpp:257–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255{
256public:
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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected