Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ hasCategory
Method
hasCategory
src/OpenColorIO/ViewTransform.cpp:181–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
180
181
bool ViewTransform::hasCategory(const char * category) const
182
{
183
return getImpl()->m_categories.hasToken(category);
184
}
185
186
void ViewTransform::addCategory(const char * category)
187
{
Callers
1
test_categories
Method · 0.95
Calls
2
hasToken
Method · 0.80
getImpl
Function · 0.50
Tested by
1
test_categories
Method · 0.76