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

Method createEditableCopy

src/OpenColorIO/Config.cpp:1352–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350}
1351
1352ConfigRcPtr Config::createEditableCopy() const
1353{
1354 ConfigRcPtr config = Config::Create();
1355 *config->m_impl = *m_impl;
1356 return config;
1357}
1358
1359void Config::validate() const
1360{

Callers 9

test_interfaceMethod · 0.95
test_interfaceMethod · 0.95
SetCurrentConfigFunction · 0.45
Config::ImplClass · 0.45
addNamedTransformMethod · 0.45
setViewingRulesMethod · 0.45
addLookMethod · 0.45
addViewTransformMethod · 0.45
setFileRulesMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_interfaceMethod · 0.76
test_interfaceMethod · 0.76