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

Method getName

src/OpenColorIO/Config.cpp:2110–2113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2108///////////////////////////////////////////////////////////////////////////
2109
2110const char * Config::getName() const noexcept
2111{
2112 return getImpl()->m_name.c_str();
2113}
2114
2115void Config::setName(const char * name) noexcept
2116{

Callers 15

getViewTransformMethod · 0.45
getLookMethod · 0.45
validateMethod · 0.45
getCanonicalNameMethod · 0.45
getIndexForColorSpaceMethod · 0.45
addColorSpaceMethod · 0.45
addNamedTransformMethod · 0.45
removeNamedTransformMethod · 0.45

Calls 1

getImplFunction · 0.50

Tested by

no test coverage detected