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

Method getFormatExtensionByIndex

src/OpenColorIO/Baker.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113const char * Baker::getFormatExtensionByIndex(int index)
114{
115 return FormatRegistry::GetInstance().getFormatExtensionByIndex(FORMAT_CAPABILITY_BAKE, index);
116}
117
118void Baker::setFormat(const char * formatName)
119{

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