MCPcopy 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
232Object *Parameter::getValue()
233{
234 return m_value.get();
235}
236
237const Object *Parameter::getValue() const
238{

Callers 15

testConstructorMethod · 0.95
testPresetsMethod · 0.95
testSmartSetValueMethod · 0.95
writeCameraFunction · 0.45
readSampleMethod · 0.45
readSampleMethod · 0.45
readSampleMethod · 0.45
boundAtSampleMethod · 0.45
readLocalSetMethod · 0.45
getParameterUndefinedMethod · 0.45
saveMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 9

testParameterDefaultsMethod · 0.36
testDefaultsMethod · 0.36
testPresetsMethod · 0.36
testLateValidationMethod · 0.36
testSmartSetValueMethod · 0.36
testConstructorMethod · 0.36
testConstructorMethod · 0.36