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

Method addDisplayView

src/OpenColorIO/Config.cpp:3697–3701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3695}
3696
3697void Config::addDisplayView(const char * display, const char * view,
3698 const char * colorSpace, const char * looks)
3699{
3700 addDisplayView(display, view, nullptr, colorSpace, looks, nullptr, nullptr);
3701}
3702
3703void Config::addDisplayView(const char * display, const char * view, const char * viewTransform,
3704 const char * colorSpace, const char * looks,

Callers 15

_clear_itemsMethod · 0.80
_add_itemMethod · 0.80
_add_itemMethod · 0.80
_new_itemMethod · 0.80
loadFunction · 0.80
AddDisplayViewFunction · 0.80
addUniqueDisplaysMethod · 0.80
processDisplaysMethod · 0.80
handleRemoveMethod · 0.80
test_ruled_viewsMethod · 0.80
test_virtual_displayMethod · 0.80

Calls 11

FindDisplayFunction · 0.85
ContainFunction · 0.85
AddViewFunction · 0.85
resetCacheIDsMethod · 0.80
ViewClass · 0.70
getImplFunction · 0.50
endMethod · 0.45
sizeMethod · 0.45
resizeMethod · 0.45
push_backMethod · 0.45
clearMethod · 0.45

Tested by 9

test_ruled_viewsMethod · 0.64
test_virtual_displayMethod · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64