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

Method hashSet

src/IECoreScene/LinkedScene.cpp:949–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947}
948
949void LinkedScene::hashSet( const SceneInterface::Name &setName, IECore::MurmurHash &h ) const
950{
951 SampledSceneInterface::hashSet( setName, h );
952
953 if( m_linkedScene )
954 {
955 m_linkedScene->hashSet( setName, h );
956 }
957 else
958 {
959 m_mainScene->hashSet( setName, h );
960 }
961}
962
963size_t LinkedScene::numObjectSamples() const
964{

Callers

nothing calls this directly

Calls 1

hashSetFunction · 0.50

Tested by

no test coverage detected