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

Method path

src/IECoreScene/SceneCache.cpp:362–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 }
361
362 void path( SceneCache::Path &p ) const
363 {
364 if ( m_parent )
365 {
366 m_parent->path( p );
367 p.push_back( m_indexedIO->currentEntryId() );
368 }
369 }
370
371 const SampleTimes &boundSampleTimes() const
372 {

Callers

nothing calls this directly

Calls 2

currentEntryIdMethod · 0.80
pathMethod · 0.45

Tested by

no test coverage detected