Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3432
int Config::getNumDisplays() const
3433
{
3434
getImpl()->updateDisplayCache();
3435
3436
return static_cast<int>(getImpl()->m_displayCache.size());
3437
}
3438
3439
const char * Config::getDisplay(int index) const
3440
{
Callers
7
test_interface
Method · 0.95
main
Function · 0.45
PopulateOCIOMenus
Function · 0.45
RemoveActiveDisplayView
Function · 0.45
OCIO_ADD_TEST
Function · 0.45
OCIO_ADD_TEST
Function · 0.45
OCIO_ADD_TEST
Function · 0.45
Calls
3
updateDisplayCache
Method · 0.80
getImpl
Function · 0.50
size
Method · 0.45
Tested by
4
test_interface
Method · 0.76
OCIO_ADD_TEST
Function · 0.36
OCIO_ADD_TEST
Function · 0.36
OCIO_ADD_TEST
Function · 0.36