Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getCategory
Method
getCategory
src/OpenColorIO/NamedTransform.cpp:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
const char * NamedTransformImpl::getCategory(int index) const noexcept
150
{
151
return m_categories.getToken(index);
152
}
153
154
void NamedTransformImpl::clearCategories() noexcept
155
{
Callers
1
NamedTransform.cpp
File · 0.45
Calls
1
getToken
Method · 0.80
Tested by
no test coverage detected