MCPcopy 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
4228int Config::getNumActiveDisplays() const
4229{
4230 return static_cast<int>(getImpl()->m_activeDisplays.size());
4231}
4232
4233void Config::setActiveViews(const char * views)
4234{

Callers 4

PyConfig.cppFile · 0.80
saveFunction · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 2

getImplFunction · 0.50
sizeMethod · 0.45

Tested by 2

OCIO_ADD_TESTFunction · 0.64