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

Method removeCategory

src/OpenColorIO/ColorSpace.cpp:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void ColorSpace::removeCategory(const char * category)
373{
374 getImpl()->m_categories.removeToken(category);
375}
376
377int ColorSpace::getNumCategories() const
378{

Callers 4

test_categoryMethod · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 2

removeTokenMethod · 0.80
getImplFunction · 0.50

Tested by 4

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