Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getNumDisplaysAll
Method
getNumDisplaysAll
src/OpenColorIO/Config.cpp:4333–4336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4331
}
4332
4333
int Config::getNumDisplaysAll() const noexcept
4334
{
4335
return static_cast<int>(getImpl()->m_displays.size());
4336
}
4337
4338
const char * Config::getDisplayAll(int index) const noexcept
4339
{
Callers
10
main
Function · 0.80
PyConfig.cpp
File · 0.80
save
Function · 0.80
bake
Method · 0.80
addUniqueDisplays
Method · 0.80
processDisplays
Method · 0.80
handleRemove
Method · 0.80
OCIO_ADD_TEST
Function · 0.80
OCIO_ADD_TEST
Function · 0.80
OCIO_ADD_TEST
Function · 0.80
Calls
2
getImpl
Function · 0.50
size
Method · 0.45
Tested by
3
OCIO_ADD_TEST
Function · 0.64
OCIO_ADD_TEST
Function · 0.64
OCIO_ADD_TEST
Function · 0.64