Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
BakerRcPtr Baker::createEditableCopy() const
87
{
88
BakerRcPtr oven = Baker::Create();
89
*oven->m_impl = *m_impl;
90
return oven;
91
}
92
93
void Baker::setConfig(const ConstConfigRcPtr & config)
94
{
Callers
2
test_interface
Method · 0.95
setConfig
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_interface
Method · 0.76