| 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 | { |
nothing calls this directly
no test coverage detected