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

Method clearViewTransforms

src/OpenColorIO/Config.cpp:4633–4639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4631}
4632
4633void Config::clearViewTransforms()
4634{
4635 getImpl()->m_viewTransforms.clear();
4636
4637 AutoMutex lock(getImpl()->m_cacheidMutex);
4638 getImpl()->resetCacheIDs();
4639}
4640
4641///////////////////////////////////////////////////////////////////////////
4642

Callers 9

_clear_itemsMethod · 0.80
_remove_itemMethod · 0.80
_set_valueMethod · 0.80
handlePreferInputMethod · 0.80
handlePreferBaseMethod · 0.80
handleInputOnlyMethod · 0.80
handleRemoveMethod · 0.80
OCIO_ADD_TESTFunction · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 3

resetCacheIDsMethod · 0.80
getImplFunction · 0.50
clearMethod · 0.45

Tested by 2

OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64