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

Method mainSceneHash

src/IECoreScene/LinkedScene.cpp:1416–1421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1414}
1415
1416void LinkedScene::mainSceneHash( HashType hashType, double time, MurmurHash &h ) const
1417{
1418 // We add the base class hash so that it does not collide with hashes returned as if the main scene was opened directly as a SceneCache.
1419 SceneInterface::hash( hashType, time, h );
1420 m_mainScene->hash(hashType, time, h);
1421}
1422
1423void LinkedScene::hash( HashType hashType, double time, MurmurHash &h ) const
1424{

Callers

nothing calls this directly

Calls 2

hashFunction · 0.50
hashMethod · 0.45

Tested by

no test coverage detected