Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getNumActiveViews
Method
getNumActiveViews
src/OpenColorIO/Config.cpp:4328–4331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4326
}
4327
4328
int Config::getNumActiveViews() const
4329
{
4330
return static_cast<int>(getImpl()->m_activeViews.size());
4331
}
4332
4333
int Config::getNumDisplaysAll() const noexcept
4334
{
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