Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getNumActiveDisplays
Method
getNumActiveDisplays
src/OpenColorIO/Config.cpp:4228–4231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4226
}
4227
4228
int Config::getNumActiveDisplays() const
4229
{
4230
return static_cast<int>(getImpl()->m_activeDisplays.size());
4231
}
4232
4233
void Config::setActiveViews(const char * views)
4234
{
Callers
4
PyConfig.cpp
File · 0.80
save
Function · 0.80
test_active__displayview_lists
Method · 0.80
OCIO_ADD_TEST
Function · 0.80
Calls
2
getImpl
Function · 0.50
size
Method · 0.45
Tested by
2
test_active__displayview_lists
Method · 0.64
OCIO_ADD_TEST
Function · 0.64