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

Method readObjectPrimitiveVariables

src/IECoreScene/SceneCache.cpp:2545–2551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2543}
2544
2545PrimitiveVariableMap SceneCache::readObjectPrimitiveVariables( const std::vector<InternedString> &primVarNames, double time ) const
2546{
2547 ReaderImplementation *reader = ReaderImplementation::reader( m_implementation.get() );
2548 // \todo - if this function was used, it would make sense to take a canceller and pass it through here,
2549 // but since this function is never used, we don't bother changing the public API
2550 return reader->readObjectPrimitiveVariables( primVarNames, time );
2551}
2552
2553void SceneCache::writeObject( const Object *object, double time )
2554{

Callers 3

testUVsFromFileMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1