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

Method setSrcImg

Rectangle/Rectangle.cpp:218–221  ·  view source on GitHub ↗

@brief set the src image */

Source from the content-addressed store, hash-verified

216
217 /** @brief set the src image */
218 void setSrcImg(const Image *v)
219 {
220 _srcImg = v;
221 }
222
223 void setMaskImg(const Image *v,
224 bool maskInvert)

Callers 1

setupAndProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected