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

Method linkLocations

src/IECoreScene/LinkedScene.cpp:1478–1481  ·  view source on GitHub ↗

serialise this into the linked scene cache so it can just be loaded directly without having to traverse the entire scene

Source from the content-addressed store, hash-verified

1476
1477/// serialise this into the linked scene cache so it can just be loaded directly without having to traverse the entire scene
1478IECore::PathMatcher LinkedScene::linkLocations() const
1479{
1480 return m_linkLocationsData->readable();
1481}
1482
1483void LinkedScene::recurseLinkLocations( PathMatcher &pathMatcher ) const
1484{

Callers 2

setNamesMethod · 0.80
readSetMethod · 0.80

Calls 1

readableMethod · 0.80

Tested by

no test coverage detected