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

Method getProcessor

src/OpenColorIO/Config.cpp:4679–4684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4677// GetProcessor
4678
4679ConstProcessorRcPtr Config::getProcessor(const ConstColorSpaceRcPtr & src,
4680 const ConstColorSpaceRcPtr & dst) const
4681{
4682 ConstContextRcPtr context = getCurrentContext();
4683 return getProcessor(context, src, dst);
4684}
4685
4686ConstProcessorRcPtr Config::getProcessor(const ConstContextRcPtr & context,
4687 const ConstColorSpaceRcPtr & src,

Callers 15

test_uniformMethod · 0.95
test_vector_uniformMethod · 0.95
test_interfaceMethod · 0.95
mainFunction · 0.45
main.cppFile · 0.45
CreateOutputLutFileFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
_update_visualsMethod · 0.45

Calls 15

GetTransformFunction · 0.85
isEnvPresentFunction · 0.85
getImplMethod · 0.80
computeMetadataMethod · 0.80
lockMethod · 0.80
CollectContextVariablesFunction · 0.70
getImplFunction · 0.50
setSrcMethod · 0.45
getNameMethod · 0.45
setDstMethod · 0.45
setDisplayMethod · 0.45
setViewMethod · 0.45

Tested by 15

test_uniformMethod · 0.76
test_vector_uniformMethod · 0.76
test_interfaceMethod · 0.76
test_get_processorMethod · 0.36
test_apply_inverseMethod · 0.36
test_get_processorMethod · 0.36
test_color_pickingMethod · 0.36
test_config_io_proxyMethod · 0.36
test_apply_inverseMethod · 0.36
setUpClassMethod · 0.36
test_is_no_opMethod · 0.36