Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ PathMatcher
Method
PathMatcher
src/IECore/PathMatcher.cpp:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
//////////////////////////////////////////////////////////////////////////
169
170
PathMatcher::PathMatcher()
171
: m_root( new Node )
172
{
173
}
174
175
PathMatcher::PathMatcher( const NodePtr &root )
176
: m_root( root )
Callers
15
testSets
Method · 0.80
testSetsAtRoot
Method · 0.80
testTagSetEquivalence
Method · 0.80
testSchemaTypeSetsAndTags
Method · 0.80
testNonSelfContainedCollection
Method · 0.80
testLightsSet
Method · 0.80
testLightAndShadowLinkCollections
Method · 0.80
testMultipleLights
Method · 0.80
testInstancedCameraSet
Method · 0.80
testRoundTripArnoldLight
Method · 0.80
testSetNameValidation
Method · 0.80
testSets
Method · 0.80
Calls
no outgoing calls
Tested by
15
testSets
Method · 0.64
testSetsAtRoot
Method · 0.64
testTagSetEquivalence
Method · 0.64
testSchemaTypeSetsAndTags
Method · 0.64
testNonSelfContainedCollection
Method · 0.64
testLightsSet
Method · 0.64
testLightAndShadowLinkCollections
Method · 0.64
testMultipleLights
Method · 0.64
testInstancedCameraSet
Method · 0.64
testRoundTripArnoldLight
Method · 0.64
testSetNameValidation
Method · 0.64
testSets
Method · 0.64