MCPcopy 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
4328int Config::getNumActiveViews() const
4329{
4330 return static_cast<int>(getImpl()->m_activeViews.size());
4331}
4332
4333int Config::getNumDisplaysAll() const noexcept
4334{

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