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

Method hash

src/IECoreScene/Output.cpp:137–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void Output::hash( MurmurHash &h ) const
138{
139 Renderable::hash( h );
140 h.append( m_name );
141 h.append( m_type );
142 h.append( m_data );
143 m_parameters->hash( h );
144}
145
146void Output::setName( const std::string &name )
147{

Callers 1

testHashMethod · 0.95

Calls 2

appendMethod · 0.80
hashFunction · 0.50

Tested by 1

testHashMethod · 0.76