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

Method load

src/IECoreScene/CoordinateSystem.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void CoordinateSystem::load( LoadContextPtr context )
102{
103 Renderable::load( context );
104 unsigned int v = m_ioVersion;
105 ConstIndexedIOPtr container = context->container( staticTypeName(), v );
106 container->read( g_nameEntry, m_name );
107}
108
109void CoordinateSystem::hash( MurmurHash &h ) const
110{

Callers

nothing calls this directly

Calls 2

containerMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected