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

Method CreateRaw

src/OpenColorIO/Config.cpp:1127–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1125}
1126
1127ConstConfigRcPtr Config::CreateRaw()
1128{
1129 std::istringstream istream;
1130 istream.str(INTERNAL_RAW_PROFILE);
1131
1132 return CreateFromStream(istream);
1133}
1134
1135ConstConfigRcPtr Config::CreateFromEnv()
1136{

Callers 15

new_configMethod · 0.80
test_get_processorMethod · 0.80
test_write_clfMethod · 0.80
test_apply_inverseMethod · 0.80
test_using_rulesMethod · 0.80
test_copyMethod · 0.80
test_shared_viewsMethod · 0.80
test_named_transformMethod · 0.80
test_canonical_nameMethod · 0.80
test_virtual_displayMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_get_processorMethod · 0.64
test_write_clfMethod · 0.64
test_apply_inverseMethod · 0.64
test_using_rulesMethod · 0.64
test_copyMethod · 0.64
test_shared_viewsMethod · 0.64
test_named_transformMethod · 0.64
test_canonical_nameMethod · 0.64
test_virtual_displayMethod · 0.64