MCPcopy 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
123void PointsPrimitive::topologyHash( MurmurHash &h ) const
124{
125 h.append( (uint64_t)m_numPoints );
126}
127
128size_t PointsPrimitive::getNumPoints() const
129{

Callers 1

testHashMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected