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

Method begin

src/IECore/PathMatcher.cpp:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500PathMatcher::RawIterator PathMatcher::begin() const
501{
502 return RawIterator( *this, false );
503}
504
505PathMatcher::RawIterator PathMatcher::end() const
506{

Callers 11

operator ==Method · 0.45
matchMethod · 0.45
addPathMethod · 0.45
removePathMethod · 0.45
addPathsMethod · 0.45
intersectionMethod · 0.45
pruneMethod · 0.45
addPathsWalkMethod · 0.45
removePathsWalkMethod · 0.45
popHashNodesFunction · 0.45
murmurHashAppendMethod · 0.45

Calls 1

RawIteratorClass · 0.85

Tested by

no test coverage detected