| 2339 | } |
| 2340 | |
| 2341 | void SceneCache::writeBound( const Imath::Box3d &bound, double time ) |
| 2342 | { |
| 2343 | WriterImplementation *writer = WriterImplementation::writer( m_implementation.get() ); |
| 2344 | writer->writeBound( bound, time ); |
| 2345 | } |
| 2346 | |
| 2347 | size_t SceneCache::numTransformSamples() const |
| 2348 | { |