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

Method convert

src/IECoreGL/CachedConverter.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134IECore::ConstRunTimeTypedPtr CachedConverter::convert( const IECore::Object *object )
135{
136 return m_data->cache.get( CacheGetterKey( object ) );
137}
138
139size_t CachedConverter::getMaxMemory() const
140{

Callers 4

testMethod · 0.95
testThreadingMethod · 0.95
getterMethod · 0.45

Calls 2

CacheGetterKeyClass · 0.85
getMethod · 0.45

Tested by 3

testMethod · 0.76
testThreadingMethod · 0.76