Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ topologyHash
Method
topologyHash
src/IECoreScene/PointsPrimitive.cpp:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
void PointsPrimitive::topologyHash( MurmurHash &h ) const
124
{
125
h.append( (uint64_t)m_numPoints );
126
}
127
128
size_t PointsPrimitive::getNumPoints() const
129
{
Callers
1
testHash
Method · 0.95
Calls
1
append
Method · 0.80
Tested by
no test coverage detected