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

Method writeLink

src/IECoreScene/LinkedScene.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void LinkedScene::writeLink( const SceneInterface *scene )
168{
169 CompoundDataPtr d = linkAttributeData( scene );
170 writeAttribute( linkAttribute, d.get(), 0 );
171}
172
173IECore::CompoundDataPtr LinkedScene::linkAttributeData( const SceneInterface *scene )
174{

Callers 15

testLinkedSceneCacheMethod · 0.80
testSceneWriteMethod · 0.80
testLinksTimeOffsetMethod · 0.80
writeLocationMethod · 0.80
testWritingMethod · 0.80
testTagsMethod · 0.80
testHashesMethod · 0.80
testChildNameClashesMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 15

testLinkedSceneCacheMethod · 0.64
testSceneWriteMethod · 0.64
testLinksTimeOffsetMethod · 0.64
testWritingMethod · 0.64
testTagsMethod · 0.64
testHashesMethod · 0.64
testChildNameClashesMethod · 0.64