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

Method addCategory

src/OpenColorIO/ColorSpace.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void ColorSpace::addCategory(const char * category)
368{
369 getImpl()->m_categories.addToken(category);
370}
371
372void ColorSpace::removeCategory(const char * category)
373{

Callers 15

_set_valueMethod · 0.95
_set_valueMethod · 0.45
bindPyViewTransformFunction · 0.45
bindPyNamedTransformFunction · 0.45
bindPyColorSpaceFunction · 0.45
loadFunction · 0.45
AddColorSpaceFunction · 0.45
AddDisplayViewFunction · 0.45
test_copyMethod · 0.45
test_categoryMethod · 0.45
test_copyMethod · 0.45

Calls 2

addTokenMethod · 0.80
getImplFunction · 0.50

Tested by 6

test_copyMethod · 0.36
test_categoryMethod · 0.36
test_copyMethod · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36