Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4478
int Config::getNumLooks() const
4479
{
4480
return static_cast<int>(getImpl()->m_looksList.size());
4481
}
4482
4483
const char * Config::getLookNameByIndex(int index) const
4484
{
Callers
10
test_interface
Method · 0.95
main
Function · 0.45
PopulateOCIOMenus
Function · 0.45
save
Function · 0.45
RunLookTokens
Function · 0.45
handlePreferInput
Method · 0.45
handlePreferBase
Method · 0.45
handleInputOnly
Method · 0.45
handleRemove
Method · 0.45
OCIO_ADD_TEST
Function · 0.45
Calls
2
getImpl
Function · 0.50
size
Method · 0.45
Tested by
2
test_interface
Method · 0.76
OCIO_ADD_TEST
Function · 0.36