| 2409 | } |
| 2410 | |
| 2411 | ConstObjectPtr SceneCache::readAttributeAtSample( const Name &name, size_t sampleIndex ) const |
| 2412 | { |
| 2413 | ReaderImplementation *reader = ReaderImplementation::reader( m_implementation.get() ); |
| 2414 | return reader->readAttributeAtSample( name, sampleIndex ); |
| 2415 | } |
| 2416 | |
| 2417 | void SceneCache::writeAttribute( const Name &name, const Object *attribute, double time ) |
| 2418 | { |