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

Method topologyHash

src/IECoreScene/MeshPrimitive.cpp:652–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650}
651
652void MeshPrimitive::topologyHash( MurmurHash &h ) const
653{
654 m_verticesPerFace->hash( h );
655 m_vertexIds->hash( h );
656}
657
658MeshPrimitivePtr MeshPrimitive::createBox( const Box3f &b )
659{

Callers 1

testHashMethod · 0.95

Calls 1

hashMethod · 0.45

Tested by

no test coverage detected