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

Function convert

src/IECoreGL/bindings/CachedConverterBinding.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48{
49
50IECore::RunTimeTypedPtr convert( CachedConverter &c, IECore::ObjectPtr o )
51{
52 IECorePython::ScopedGILRelease gilRelease;
53 return boost::const_pointer_cast<IECore::RunTimeTyped>( c.convert( o.get() ) );
54}
55
56void clearUnused( CachedConverter &c )
57{

Callers

nothing calls this directly

Calls 2

convertMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected