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

Method topologyHash

src/IECoreScene/CurvesPrimitive.cpp:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void CurvesPrimitive::topologyHash( MurmurHash &h ) const
163{
164 h.append( m_basis.matrix );
165 h.append( m_basis.step );
166 h.append( m_linear );
167 h.append( m_periodic );
168 m_vertsPerCurve->hash( h );
169}
170
171size_t CurvesPrimitive::numCurves() const
172{

Callers 1

testHashMethod · 0.95

Calls 2

appendMethod · 0.80
hashMethod · 0.45

Tested by 1

testHashMethod · 0.76