Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ getValue
Method
getValue
src/IECore/Parameter.cpp:232–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
//////////////////////////////////////////////////////////////////////////////////////////////////////////
231
232
Object *Parameter::getValue()
233
{
234
return m_value.get();
235
}
236
237
const Object *Parameter::getValue() const
238
{
Callers
15
testConstructor
Method · 0.95
testKeywordConstructor
Method · 0.95
testPresets
Method · 0.95
testSmartSetValue
Method · 0.95
writeCamera
Function · 0.45
readSample
Method · 0.45
readSample
Method · 0.45
readSample
Method · 0.45
boundAtSample
Method · 0.45
readLocalSet
Method · 0.45
getParameterUndefined
Method · 0.45
save
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
9
testParameterDefaults
Method · 0.36
testDefaults
Method · 0.36
testReconstructionFromParameters
Method · 0.36
testPresets
Method · 0.36
testLateValidation
Method · 0.36
testSmartSetValue
Method · 0.36
testSetValueWithMissingData
Method · 0.36
testConstructor
Method · 0.36
testConstructor
Method · 0.36