MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / getDisplayAll

Method getDisplayAll

src/OpenColorIO/Config.cpp:4338–4346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4336}
4337
4338const char * Config::getDisplayAll(int index) const noexcept
4339{
4340 if (index >= 0 && index < static_cast<int>(getImpl()->m_displays.size()))
4341 {
4342 return getImpl()->m_displays[index].first.c_str();
4343 }
4344
4345 return "";
4346}
4347
4348int Config::getDisplayAllByName(const char * name) const noexcept
4349{

Callers 9

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

Calls 2

getImplFunction · 0.50
sizeMethod · 0.45

Tested by 2

OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64