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

Method save

src/IECoreScene/CoordinateSystem.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void CoordinateSystem::save( SaveContext *context ) const
95{
96 Renderable::save( context );
97 IndexedIOPtr container = context->container( staticTypeName(), m_ioVersion );
98 container->write( g_nameEntry, m_name );
99}
100
101void CoordinateSystem::load( LoadContextPtr context )
102{

Callers

nothing calls this directly

Calls 2

containerMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected