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

Method getNumDisplays

src/OpenColorIO/Config.cpp:3432–3437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3430}
3431
3432int Config::getNumDisplays() const
3433{
3434 getImpl()->updateDisplayCache();
3435
3436 return static_cast<int>(getImpl()->m_displayCache.size());
3437}
3438
3439const char * Config::getDisplay(int index) const
3440{

Callers 7

test_interfaceMethod · 0.95
mainFunction · 0.45
PopulateOCIOMenusFunction · 0.45
RemoveActiveDisplayViewFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 3

updateDisplayCacheMethod · 0.80
getImplFunction · 0.50
sizeMethod · 0.45

Tested by 4

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