MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / createEditableCopy

Method createEditableCopy

src/OpenColorIO/Baker.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86BakerRcPtr Baker::createEditableCopy() const
87{
88 BakerRcPtr oven = Baker::Create();
89 *oven->m_impl = *m_impl;
90 return oven;
91}
92
93void Baker::setConfig(const ConstConfigRcPtr & config)
94{

Callers 2

test_interfaceMethod · 0.95
setConfigMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_interfaceMethod · 0.76