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

Method getActiveViews

src/OpenColorIO/Config.cpp:4252–4256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4250}
4251
4252const char * Config::getActiveViews() const
4253{
4254 getImpl()->m_activeViewsStr = JoinStringEnvStyle(getImpl()->m_activeViews);
4255 return getImpl()->m_activeViewsStr.c_str();
4256}
4257
4258void Config::addActiveView(const char * view)
4259{

Callers 11

test_interfaceMethod · 0.95
get_active_viewsMethod · 0.45
getNumViewsMethod · 0.45
getViewMethod · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 2

JoinStringEnvStyleFunction · 0.85
getImplFunction · 0.50

Tested by 8

test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36