MCPcopy Create free account
hub / github.com/ImageEngine/cortex / find

Method find

src/IECore/PathMatcher.cpp:510–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510PathMatcher::RawIterator PathMatcher::find( const std::vector<IECore::InternedString> &path ) const
511{
512 return RawIterator( *this, path );
513}
514
515PathMatcher::Node *PathMatcher::writable( Node *node, NodePtr &writableCopy, bool shared )
516{

Callers 6

childMethod · 0.45
operator ==Method · 0.45
matchWalkMethod · 0.45
intersectionMethod · 0.45
removeWalkMethod · 0.45
removePathsWalkMethod · 0.45

Calls 1

RawIteratorClass · 0.85

Tested by

no test coverage detected