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

Method getFormatNameByIndex

src/OpenColorIO/Baker.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108const char * Baker::getFormatNameByIndex(int index)
109{
110 return FormatRegistry::GetInstance().getFormatNameByIndex(FORMAT_CAPABILITY_BAKE, index);
111}
112
113const char * Baker::getFormatExtensionByIndex(int index)
114{

Callers 3

test_interfaceMethod · 0.95
OCIO_ADD_TESTFunction · 0.45
ValidateFormatByIndexFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_interfaceMethod · 0.76
OCIO_ADD_TESTFunction · 0.36
ValidateFormatByIndexFunction · 0.36