Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
template<class T>
78
static void setValue( T &that, const typename T::ValueType &v )
79
{
80
that.writable() = v;
81
}
82
83
template<class T>
84
static typename T::ValueType &getValue( T &that )
Callers
6
setFileSequenceValues
Method · 0.50
setNumericValue
Method · 0.50
Parameter
Method · 0.50
setValidatedValue
Method · 0.50
setValue
Method · 0.50
setValue
Method · 0.50
Calls
1
writable
Method · 0.45
Tested by
no test coverage detected