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

Method getSrc

src/OpenColorIO/transforms/LookTransform.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109const char * LookTransform::getSrc() const
110{
111 return getImpl()->m_src.c_str();
112}
113
114void LookTransform::setSrc(const char * src)
115{

Callers 5

test_constructorMethod · 0.95
test_interfaceMethod · 0.95
LookTransform.cppFile · 0.45
BuildLookOpsFunction · 0.45
CollectContextVariablesFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by 2

test_constructorMethod · 0.76
test_interfaceMethod · 0.76