MCPcopy 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
149const char * NamedTransformImpl::getCategory(int index) const noexcept
150{
151 return m_categories.getToken(index);
152}
153
154void NamedTransformImpl::clearCategories() noexcept
155{

Callers 1

NamedTransform.cppFile · 0.45

Calls 1

getTokenMethod · 0.80

Tested by

no test coverage detected