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

Method getDisplayViewDescription

src/OpenColorIO/Config.cpp:3624–3629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3622}
3623
3624const char * Config::getDisplayViewDescription(const char * display, const char * view) const noexcept
3625{
3626 const View * viewPtr = getImpl()->getView(display, view);
3627
3628 return viewPtr ? viewPtr->m_description.c_str() : "";
3629}
3630
3631bool Config::hasView(const char * dispName, const char * viewName) const
3632{

Callers 11

_get_itemsMethod · 0.80
_get_itemsMethod · 0.80
_get_itemsMethod · 0.80
saveFunction · 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 2

test_shared_viewsMethod · 0.64
OCIO_ADD_TESTFunction · 0.64