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

Method getNumLooks

src/OpenColorIO/Config.cpp:4478–4481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4476}
4477
4478int Config::getNumLooks() const
4479{
4480 return static_cast<int>(getImpl()->m_looksList.size());
4481}
4482
4483const char * Config::getLookNameByIndex(int index) const
4484{

Callers 10

test_interfaceMethod · 0.95
mainFunction · 0.45
PopulateOCIOMenusFunction · 0.45
saveFunction · 0.45
RunLookTokensFunction · 0.45
handlePreferInputMethod · 0.45
handlePreferBaseMethod · 0.45
handleInputOnlyMethod · 0.45
handleRemoveMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 2

getImplFunction · 0.50
sizeMethod · 0.45

Tested by 2

test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36