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

Method setEqualityGroup

src/OpenColorIO/ColorSpace.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void ColorSpace::setEqualityGroup(const char * equalityGroup)
220{
221 getImpl()->m_equalityGroup = equalityGroup ? equalityGroup : "";
222}
223
224const char * ColorSpace::getDescription() const noexcept
225{

Callers 6

_set_valueMethod · 0.95
test_interfaceMethod · 0.95
loadFunction · 0.45
test_copyMethod · 0.45
test_equalityMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by 4

test_interfaceMethod · 0.76
test_copyMethod · 0.36
test_equalityMethod · 0.36
OCIO_ADD_TESTFunction · 0.36