Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
void Camera::hash( MurmurHash &h ) const
143
{
144
Renderable::hash( h );
145
m_parameters->hash( h );
146
}
147
148
CompoundDataMap &Camera::parameters()
149
{
Callers
3
testHash
Method · 0.95
interpolatePrimitive
Function · 0.45
sceneHash
Function · 0.45
Calls
1
hash
Function · 0.50
Tested by
no test coverage detected