Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getNumFormats
Method
getNumFormats
src/OpenColorIO/Baker.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
int Baker::getNumFormats()
104
{
105
return FormatRegistry::GetInstance().getNumFormats(FORMAT_CAPABILITY_BAKE);
106
}
107
108
const char * Baker::getFormatNameByIndex(int index)
109
{
Callers
4
test_interface
Method · 0.95
OCIO_ADD_TEST
Function · 0.45
OCIO_ADD_TEST
Function · 0.45
ValidateFormatByIndex
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_interface
Method · 0.76
OCIO_ADD_TEST
Function · 0.36
OCIO_ADD_TEST
Function · 0.36
ValidateFormatByIndex
Function · 0.36