Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
void ViewTransform::addCategory(const char * category)
187
{
188
getImpl()->m_categories.addToken(category);
189
}
190
void ViewTransform::removeCategory(const char * category)
191
{
192
getImpl()->m_categories.removeToken(category);
Callers
3
_set_value
Method · 0.95
test_copy
Method · 0.95
test_categories
Method · 0.95
Calls
2
addToken
Method · 0.80
getImpl
Function · 0.50
Tested by
2
test_copy
Method · 0.76
test_categories
Method · 0.76