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

Method setSrc

src/OpenColorIO/transforms/FileTransform.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void FileTransform::setSrc(const char * src)
112{
113 getImpl()->m_src = src ? src : "";
114}
115
116const char * FileTransform::getCCCId() const
117{

Callers 15

test_interfaceMethod · 0.95
main.cppFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
parse_lutsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
transformMethod · 0.45
transformMethod · 0.45
transformMethod · 0.45

Calls 1

getImplFunction · 0.50

Tested by 15

test_interfaceMethod · 0.76
test_srcMethod · 0.36
test_srcMethod · 0.36
test_validateMethod · 0.36
test_srcMethod · 0.36
test_validate_srcMethod · 0.36
test_validate_displayMethod · 0.36
test_validate_viewMethod · 0.36
test_srcMethod · 0.36
GetFileTransformFunction · 0.36