MCPcopy 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
170PathMatcher::PathMatcher()
171 : m_root( new Node )
172{
173}
174
175PathMatcher::PathMatcher( const NodePtr &root )
176 : m_root( root )

Callers 15

testSetsMethod · 0.80
testSetsAtRootMethod · 0.80
testTagSetEquivalenceMethod · 0.80
testLightsSetMethod · 0.80
testMultipleLightsMethod · 0.80
testSetNameValidationMethod · 0.80
testSetsMethod · 0.80

Calls

no outgoing calls

Tested by 15

testSetsMethod · 0.64
testSetsAtRootMethod · 0.64
testTagSetEquivalenceMethod · 0.64
testLightsSetMethod · 0.64
testMultipleLightsMethod · 0.64
testSetNameValidationMethod · 0.64
testSetsMethod · 0.64