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

Method PLog2LinProcessor

Log2Lin/Log2Lin.cpp:247–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245{
246public:
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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected