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

Method getNumAliases

src/OpenColorIO/ColorSpace.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149size_t ColorSpace::getNumAliases() const noexcept
150{
151 return getImpl()->m_aliases.size();
152}
153
154const char * ColorSpace::getAlias(size_t idx) const noexcept
155{

Callers 15

getAliasesStdVecFunction · 0.45
bindPyNamedTransformFunction · 0.45
getAliasesStdVecFunction · 0.45
bindPyColorSpaceFunction · 0.45
saveFunction · 0.45
getIndexMethod · 0.45
addMethod · 0.45
ColorSpace.cppFile · 0.45
containsSRGBFunction · 0.45
validateMethod · 0.45
addColorSpaceMethod · 0.45

Calls 2

getImplFunction · 0.50
sizeMethod · 0.45

Tested by 3

OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36