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

Function topologyHash

src/IECoreScene/bindings/PrimitiveBinding.cpp:260–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260static MurmurHash topologyHash( Primitive &p )
261{
262 MurmurHash h;
263 p.topologyHash( h );
264 return h;
265}
266
267void bindPrimitive()
268{

Callers 1

hashMethod · 0.85

Calls 1

topologyHashMethod · 0.45

Tested by

no test coverage detected