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

Method save

src/IECoreScene/Camera.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void Camera::save( SaveContext *context ) const
103{
104 Renderable::save( context );
105 IndexedIOPtr container = context->container( staticTypeName(), m_ioVersion );
106 context->save( m_parameters.get(), container.get(), g_parametersEntry );
107}
108
109void Camera::load( LoadContextPtr context )
110{

Callers 4

writeTransformMethod · 0.45
writeAttributeMethod · 0.45
writeObjectMethod · 0.45
SceneCacheMethod · 0.45

Calls 2

containerMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected