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

Method writeBound

src/IECoreScene/SceneCache.cpp:2341–2345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 1

getMethod · 0.45