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

Method clearNamedTransforms

src/OpenColorIO/Config.cpp:3319–3325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3317}
3318
3319void Config::clearNamedTransforms()
3320{
3321 getImpl()->m_allNamedTransforms.clear();
3322
3323 getImpl()->resetCacheIDs();
3324 getImpl()->refreshActiveColorSpaces();
3325}
3326
3327///////////////////////////////////////////////////////////////////////////
3328//

Callers 10

_clear_itemsMethod · 0.80
_remove_itemMethod · 0.80
_set_valueMethod · 0.80
addColorSpacesMethod · 0.80
handleInputOnlyMethod · 0.80
addNamedTransformsMethod · 0.80
handleBaseOnlyMethod · 0.80
handleRemoveMethod · 0.80
test_named_transformMethod · 0.80

Calls 4

resetCacheIDsMethod · 0.80
getImplFunction · 0.50
clearMethod · 0.45

Tested by 2

test_named_transformMethod · 0.64