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

Method getNamedTransform

src/OpenColorIO/Config.cpp:3130–3134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3128}
3129
3130ConstNamedTransformRcPtr Config::getNamedTransform(const char * name) const noexcept
3131{
3132 // Use all named transforms.
3133 return getImpl()->getNamedTransform(name);
3134}
3135
3136int Config::getNumNamedTransforms() const noexcept
3137{

Callers 15

mainFunction · 0.45
mainFunction · 0.45
get_item_transformsMethod · 0.45
PyConfig.cppFile · 0.45
loadFunction · 0.45
saveFunction · 0.45
validateMethod · 0.45
validateMethod · 0.45
BuildDisplayOpsFunction · 0.45
BuildColorSpaceOpsFunction · 0.45
CollectContextVariablesFunction · 0.45
refreshMethod · 0.45

Calls 1

getImplFunction · 0.50

Tested by 4

OCIO_ADD_TESTFunction · 0.36
checkNamedTransformFunction · 0.36