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

Method end

src/IECore/PathMatcher.cpp:505–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505PathMatcher::RawIterator PathMatcher::end() const
506{
507 return RawIterator( *this, true );
508}
509
510PathMatcher::RawIterator PathMatcher::find( const std::vector<IECore::InternedString> &path ) const
511{

Callers 14

childMethod · 0.45
operator ==Method · 0.45
matchMethod · 0.45
matchWalkMethod · 0.45
addPathMethod · 0.45
removePathMethod · 0.45
addPathsMethod · 0.45
intersectionMethod · 0.45
pruneMethod · 0.45
removeWalkMethod · 0.45
addPathsWalkMethod · 0.45
removePathsWalkMethod · 0.45

Calls 1

RawIteratorClass · 0.85

Tested by

no test coverage detected