MCPcopy Create free account
hub / github.com/ImageEngine/cortex / setValue

Function setValue

src/IECorePython/RampDataBinding.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77template<class T>
78static void setValue( T &that, const typename T::ValueType &v )
79{
80 that.writable() = v;
81}
82
83template<class T>
84static typename T::ValueType &getValue( T &that )

Callers 6

setFileSequenceValuesMethod · 0.50
setNumericValueMethod · 0.50
ParameterMethod · 0.50
setValidatedValueMethod · 0.50
setValueMethod · 0.50
setValueMethod · 0.50

Calls 1

writableMethod · 0.45

Tested by

no test coverage detected