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

Function setNames

src/IECoreScene/bindings/SceneInterfaceBinding.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201static list setNames( const SceneInterface &m, bool includeDescendantSets = true )
202{
203 SceneInterface::NameList a = m.setNames( includeDescendantSets );
204 return arrayToList( a );
205}
206
207static MurmurHash hashSet( SceneInterface &m, const SceneInterface::Name &name)
208{

Callers

nothing calls this directly

Calls 2

arrayToListFunction · 0.85
setNamesMethod · 0.45

Tested by

no test coverage detected