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

Method SourceImages

SlitScan/SlitScan.cpp:136–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134{
135public:
136 SourceImages(const ImageEffect& effect,
137 Clip *srcClip)
138 : _effect(effect)
139 , _srcClip(srcClip)
140 {
141 if (_srcClip && !_srcClip->isConnected()) {
142 _srcClip = NULL;
143 }
144 }
145
146 ~SourceImages()
147 {

Callers

nothing calls this directly

Calls 1

isConnectedMethod · 0.80

Tested by

no test coverage detected