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

Method hash

src/IECoreScene/DiskPrimitive.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void DiskPrimitive::hash( MurmurHash &h ) const
192{
193 Primitive::hash( h );
194}
195
196void DiskPrimitive::topologyHash( MurmurHash &h ) const
197{

Callers

nothing calls this directly

Calls 1

hashFunction · 0.50

Tested by

no test coverage detected