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

Method hash

src/IECoreScene/PointsPrimitive.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void PointsPrimitive::hash( MurmurHash &h ) const
119{
120 Primitive::hash( h );
121}
122
123void PointsPrimitive::topologyHash( MurmurHash &h ) const
124{

Callers 1

testHashMethod · 0.95

Calls 1

hashFunction · 0.50

Tested by

no test coverage detected