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

Method path

src/IECoreScene/SceneCache.cpp:2288–2301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2286}
2287
2288void SceneCache::path( SceneCache::Path &p ) const
2289{
2290 p.clear();
2291 ReaderImplementation *reader = ReaderImplementation::reader( m_implementation.get(), false );
2292 if ( reader )
2293 {
2294 reader->path( p );
2295 }
2296 else
2297 {
2298 WriterImplementation *writer = WriterImplementation::writer( m_implementation.get() );
2299 writer->path( p );
2300 }
2301}
2302
2303SceneCache::Name SceneCache::name() const
2304{

Callers 15

writeWalkMethod · 0.45
testMissingSceneMethod · 0.45
collectHashesWalkMethod · 0.45
testWritingMethod · 0.45
recurseCompareMethod · 0.45
readSavedScenesMethod · 0.45
testSaveWriteObjectsMethod · 0.45
testConstructorsMethod · 0.45
testEmptyWriteMethod · 0.45
testSaveWriteObjectsMethod · 0.45

Calls 2

clearMethod · 0.45
getMethod · 0.45

Tested by 8

writeWalkMethod · 0.36
testMissingSceneMethod · 0.36
collectHashesWalkMethod · 0.36
testWritingMethod · 0.36
recurseCompareMethod · 0.36
readSavedScenesMethod · 0.36