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

Method getNumStringVars

src/OpenColorIO/Context.cpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347int Context::getNumStringVars() const
348{
349 return static_cast<int>(getImpl()->m_envMap.size());
350}
351
352const char * Context::getStringVarNameByIndex(int index) const
353{

Callers 8

test_interfaceMethod · 0.95
test_interfaceMethod · 0.95
Context.cppFile · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 2

getImplFunction · 0.50
sizeMethod · 0.45

Tested by 7

test_interfaceMethod · 0.76
test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36