MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getUserCreatedComponents

Method getUserCreatedComponents

Engine/Node.cpp:7300–7306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7298}
7299
7300void
7301Node::getUserCreatedComponents(std::list<ImagePlaneDesc>* comps)
7302{
7303 QMutexLocker k(&_imp->createdComponentsMutex);
7304
7305 *comps = _imp->createdComponents;
7306}
7307
7308double
7309Node::getHostMixingValue(double time,

Callers 6

EffectInstance.cppFile · 0.80
getAvailableLayersMethod · 0.80
exportGroupInternalFunction · 0.80
loadKnobsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected