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

Method topologyHash

src/IECoreScene/NURBSPrimitive.cpp:364–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void NURBSPrimitive::topologyHash( MurmurHash &h ) const
365{
366 h.append( m_uOrder );
367 m_uKnot->hash( h );
368 h.append( m_uMin );
369 h.append( m_uMax );
370 h.append( m_vOrder );
371 m_vKnot->hash( h );
372 h.append( m_vMin );
373 h.append( m_vMax );
374}

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80
hashMethod · 0.45

Tested by

no test coverage detected