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

Method getViewTransform

src/OpenColorIO/Config.cpp:4537–4540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4535}
4536
4537ConstViewTransformRcPtr Config::getViewTransform(const char * name) const noexcept
4538{
4539 return getImpl()->getViewTransform(name);
4540}
4541
4542const char * Config::getViewTransformNameByIndex(int index) const noexcept
4543{

Callers 15

get_item_transformsMethod · 0.45
PyConfig.cppFile · 0.45
saveFunction · 0.45
BuildDisplayOpsFunction · 0.45
CollectContextVariablesFunction · 0.45
getProcessorMethod · 0.45
viewTransformsAreEqualFunction · 0.45
addViewTransformMethod · 0.45
processViewTransformsMethod · 0.45
handleRemoveMethod · 0.45

Calls 1

getImplFunction · 0.50

Tested by 3

OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36