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

Method hash

src/IECoreScene/Camera.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void Camera::hash( MurmurHash &h ) const
143{
144 Renderable::hash( h );
145 m_parameters->hash( h );
146}
147
148CompoundDataMap &Camera::parameters()
149{

Callers 3

testHashMethod · 0.95
interpolatePrimitiveFunction · 0.45
sceneHashFunction · 0.45

Calls 1

hashFunction · 0.50

Tested by

no test coverage detected