MCPcopy 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
103int Baker::getNumFormats()
104{
105 return FormatRegistry::GetInstance().getNumFormats(FORMAT_CAPABILITY_BAKE);
106}
107
108const char * Baker::getFormatNameByIndex(int index)
109{

Callers 4

test_interfaceMethod · 0.95
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
ValidateFormatByIndexFunction · 0.45

Calls

no outgoing calls

Tested by 4

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