MCPcopy 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
4333int Config::getNumDisplaysAll() const noexcept
4334{
4335 return static_cast<int>(getImpl()->m_displays.size());
4336}
4337
4338const char * Config::getDisplayAll(int index) const noexcept
4339{

Callers 10

mainFunction · 0.80
PyConfig.cppFile · 0.80
saveFunction · 0.80
bakeMethod · 0.80
addUniqueDisplaysMethod · 0.80
processDisplaysMethod · 0.80
handleRemoveMethod · 0.80
OCIO_ADD_TESTFunction · 0.80
OCIO_ADD_TESTFunction · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 2

getImplFunction · 0.50
sizeMethod · 0.45

Tested by 3

OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64