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

Method addCategory

src/OpenColorIO/ViewTransform.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void ViewTransform::addCategory(const char * category)
187{
188 getImpl()->m_categories.addToken(category);
189}
190void ViewTransform::removeCategory(const char * category)
191{
192 getImpl()->m_categories.removeToken(category);

Callers 3

_set_valueMethod · 0.95
test_copyMethod · 0.95
test_categoriesMethod · 0.95

Calls 2

addTokenMethod · 0.80
getImplFunction · 0.50

Tested by 2

test_copyMethod · 0.76
test_categoriesMethod · 0.76