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

Method CreateFromStream

src/OpenColorIO/Config.cpp:1209–1212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1207}
1208
1209ConstConfigRcPtr Config::CreateFromStream(std::istream & istream)
1210{
1211 return Config::Impl::Read(istream, nullptr);
1212}
1213
1214ConstConfigRcPtr Config::CreateFromConfigIOProxy(ConfigIOProxyRcPtr ciop)
1215{

Callers 15

_apply_stateMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
test_ruled_viewsMethod · 0.45
test_config_io_proxyMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
test_configMethod · 0.45

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.36
setUpMethod · 0.36
test_ruled_viewsMethod · 0.36
test_config_io_proxyMethod · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
test_configMethod · 0.36