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

Method getDisplayViewLooks

src/OpenColorIO/Config.cpp:3609–3615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3607}
3608
3609const char * Config::getDisplayViewLooks(const char * display, const char * view) const
3610{
3611 const View * viewPtr = getImpl()->getView(display, view);
3612
3613 if (!viewPtr) return "";
3614 return viewPtr->m_looks.c_str();
3615}
3616
3617const char * Config::getDisplayViewRule(const char * display, const char * view) const noexcept
3618{

Callers 15

InitOCIOFunction · 0.80
displayDevice_CBFunction · 0.80
transform_CBFunction · 0.80
_get_itemsMethod · 0.80
_get_itemsMethod · 0.80
_get_itemsMethod · 0.80
saveFunction · 0.80
AreViewsEqualMethod · 0.80
BuildDisplayOpsFunction · 0.80
CollectContextVariablesFunction · 0.80
getProcessorMethod · 0.80
addUniqueDisplaysMethod · 0.80

Calls 2

getImplFunction · 0.50
getViewMethod · 0.45

Tested by 6

test_shared_viewsMethod · 0.64
test_add_display_viewMethod · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64