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

Method hash

src/IECoreScene/NURBSPrimitive.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void NURBSPrimitive::hash( MurmurHash &h ) const
360{
361 Primitive::hash( h );
362}
363
364void NURBSPrimitive::topologyHash( MurmurHash &h ) const
365{

Callers 2

testHashMethod · 0.95
topologyHashMethod · 0.45

Calls 1

hashFunction · 0.50

Tested by

no test coverage detected