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

Method getColorSpaceFromFilepath

src/OpenColorIO/Config.cpp:4656–4660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4654}
4655
4656const char * Config::getColorSpaceFromFilepath(const char * filePath) const
4657{
4658 return getImpl()->m_fileRules->getImpl()->getColorSpaceFromFilepath(*this,
4659 filePath ? filePath : "");
4660}
4661
4662const char * Config::getColorSpaceFromFilepath(const char * filePath, size_t & ruleIndex) const
4663{

Callers 7

InitOCIOFunction · 0.45
load_imageMethod · 0.45
load_imageMethod · 0.45
PyConfig.cppFile · 0.45
test_using_rulesMethod · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 2

getImplMethod · 0.80
getImplFunction · 0.50

Tested by 3

test_using_rulesMethod · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36