MCPcopy Create free account
hub / github.com/ImageEngine/cortex / ~LinkedScene

Method ~LinkedScene

src/IECoreScene/LinkedScene.cpp:153–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153LinkedScene::~LinkedScene()
154{
155 if( !m_readOnly )
156 {
157 SceneInterface::Path p;
158 LinkedScene::path( p );
159
160 if ( p.empty() )
161 {
162 m_mainScene->writeAttribute( g_linkLocations, m_linkLocationsData.get(), 0 );
163 }
164 }
165}
166
167void LinkedScene::writeLink( const SceneInterface *scene )
168{

Callers

nothing calls this directly

Calls 3

pathFunction · 0.85
writeAttributeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected