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

Method isDisplayTemporary

src/OpenColorIO/Config.cpp:4366–4374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4364}
4365
4366bool Config::isDisplayTemporary(int index) const noexcept
4367{
4368 if (index >= 0 && index < static_cast<int>(getImpl()->m_displays.size()))
4369 {
4370 return getImpl()->m_displays[index].second.m_temporary;
4371 }
4372
4373 return false;
4374}
4375
4376void Config::setDisplayTemporary(int index, bool isTemporary) noexcept
4377{

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