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

Method readAttributeAtSample

src/IECoreScene/SceneCache.cpp:2411–2415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2409}
2410
2411ConstObjectPtr 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
2417void SceneCache::writeAttribute( const Name &name, const Object *attribute, double time )
2418{

Callers 5

recurseCompareMethod · 0.45
readAttributeAtSampleMethod · 0.45
readObjectAtSampleMethod · 0.45
readAttributeAtSampleFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 2

recurseCompareMethod · 0.36