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

Method getChildrenMultiInstance

Engine/Node.cpp:757–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757void
758Node::getChildrenMultiInstance(NodesList* children) const
759{
760 QMutexLocker k(&_imp->childrenMutex);
761
762 for (NodesWList::const_iterator it = _imp->children.begin(); it != _imp->children.end(); ++it) {
763 children->push_back( it->lock() );
764 }
765}
766
767U64
768Node::getHashValue() const

Calls 4

beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45
lockMethod · 0.45

Tested by

no test coverage detected