Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
652
void MeshPrimitive::topologyHash( MurmurHash &h ) const
653
{
654
m_verticesPerFace->hash( h );
655
m_vertexIds->hash( h );
656
}
657
658
MeshPrimitivePtr MeshPrimitive::createBox( const Box3f &b )
659
{
Callers
1
testHash
Method · 0.95
Calls
1
hash
Method · 0.45
Tested by
no test coverage detected