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

Method setValues

SlitScan/SlitScan.cpp:546–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544 void setRetimeMap(const Image *v) {_retimeMap = v;}
545
546 void setValues(double time,
547 FilterEnum filter,
548 RetimeFunctionEnum retimeFunction,
549 double retimeGain,
550 double retimeOffset,
551 bool retimeAbsolute,
552 const OfxRectI& srcRoDPixel)
553 {
554 _time = time;
555 _filter = filter;
556 _retimeFunction = retimeFunction;
557 _retimeGain = retimeGain;
558 _retimeOffset = retimeOffset;
559 _retimeAbsolute = retimeAbsolute;
560 _srcRoDPixel = srcRoDPixel;
561 }
562};
563
564/** @brief templated class to blend between two images */

Callers 1

setupAndProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected