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

Method load

src/IECoreScene/Camera.cpp:109–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void Camera::load( LoadContextPtr context )
110{
111 Renderable::load( context );
112 unsigned int v = m_ioVersion;
113 ConstIndexedIOPtr container = context->container( staticTypeName(), v );
114
115 m_parameters = context->load<CompoundData>( container.get(), g_parametersEntry );
116}
117
118bool Camera::isEqualTo( const Object *other ) const
119{

Callers

nothing calls this directly

Calls 2

containerMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected