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

Function sceneHash

src/IECoreScene/bindings/SceneInterfaceBinding.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194static MurmurHash sceneHash( SceneInterface &m, SceneInterface::HashType hashType, double time )
195{
196 MurmurHash h;
197 m.hash( hashType, time, h );
198 return h;
199}
200
201static list setNames( const SceneInterface &m, bool includeDescendantSets = true )
202{

Callers 1

hashMethod · 0.85

Calls 1

hashMethod · 0.45

Tested by

no test coverage detected