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

Method hash

src/IECoreScene/CurvesPrimitive.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void CurvesPrimitive::hash( MurmurHash &h ) const
158{
159 Primitive::hash( h );
160}
161
162void CurvesPrimitive::topologyHash( MurmurHash &h ) const
163{

Callers 2

testHashMethod · 0.95
topologyHashMethod · 0.45

Calls 1

hashFunction · 0.50

Tested by 1

testHashMethod · 0.76