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

Method getDisplayViewRule

src/OpenColorIO/Config.cpp:3617–3622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3615}
3616
3617const char * Config::getDisplayViewRule(const char * display, const char * view) const noexcept
3618{
3619 const View * viewPtr = getImpl()->getView(display, view);
3620
3621 return viewPtr ? viewPtr->m_rule.c_str() : "";
3622}
3623
3624const char * Config::getDisplayViewDescription(const char * display, const char * view) const noexcept
3625{

Callers 14

_get_itemsMethod · 0.80
_get_itemsMethod · 0.80
_get_itemsMethod · 0.80
saveFunction · 0.80
AreViewsEqualMethod · 0.80
addUniqueDisplaysMethod · 0.80
processDisplaysMethod · 0.80
addUniqueSharedViewsMethod · 0.80
processSharedViewsMethod · 0.80
handleRemoveMethod · 0.80
test_shared_viewsMethod · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 2

getImplFunction · 0.50
getViewMethod · 0.45

Tested by 4

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