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

Method clearLooks

src/OpenColorIO/Config.cpp:4522–4528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4520}
4521
4522void Config::clearLooks()
4523{
4524 getImpl()->m_looksList.clear();
4525
4526 AutoMutex lock(getImpl()->m_cacheidMutex);
4527 getImpl()->resetCacheIDs();
4528}
4529
4530///////////////////////////////////////////////////////////////////////////
4531

Callers 9

test_interfaceMethod · 0.95
_clear_itemsMethod · 0.45
_remove_itemMethod · 0.45
_set_valueMethod · 0.45
handlePreferInputMethod · 0.45
handlePreferBaseMethod · 0.45
handleInputOnlyMethod · 0.45
handleRemoveMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 3

resetCacheIDsMethod · 0.80
getImplFunction · 0.50
clearMethod · 0.45

Tested by 2

test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36