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

Method getValidatedValue

src/IECore/Parameter.cpp:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242Object *Parameter::getValidatedValue()
243{
244 validate();
245 return getValue();
246}
247
248const Object *Parameter::getValidatedValue() const
249{

Callers 7

serialiseMethod · 0.80
testLateValidationMethod · 0.80
testLateValidationMethod · 0.80
operator()Method · 0.80
getValidatedValueFunction · 0.80

Calls 2

validateFunction · 0.85
getValueFunction · 0.50

Tested by 2

testLateValidationMethod · 0.64
operator()Method · 0.64