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

Method getChildrenMultiInstance

Engine/Node.cpp:1480–1488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1478}
1479
1480void
1481Node::getChildrenMultiInstance(NodesList* children) const
1482{
1483 QMutexLocker k(&_imp->childrenMutex);
1484
1485 for (NodesWList::const_iterator it = _imp->children.begin(); it != _imp->children.end(); ++it) {
1486 children->push_back( it->lock() );
1487 }
1488}
1489
1490U64
1491Node::getHashValue() const

Calls 4

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

Tested by

no test coverage detected