MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / setValue

Method setValue

src/OpenColorIO/DynamicProperty.cpp:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void DynamicPropertyGradingPrimaryImpl::setValue(const GradingPrimary & value)
177{
178 value.validate(m_style);
179 m_value = value;
180 m_preRenderValues.update(m_style, m_direction, m_value);
181}
182
183void DynamicPropertyGradingPrimaryImpl::setStyle(GradingStyle style)
184{

Callers 15

main.cppFile · 0.45
closeEventMethod · 0.45
load_configMethod · 0.45
load_imageMethod · 0.45
_scroll_preservedMethod · 0.45
__init__Method · 0.45
set_exposureMethod · 0.45
set_gammaMethod · 0.45
transformMethod · 0.45
__init__Method · 0.45

Calls 3

validateMethod · 0.45
updateMethod · 0.45
createEditableCopyMethod · 0.45

Tested by 15

test_valuesMethod · 0.36
test_validationMethod · 0.36
test_apply_inverseMethod · 0.36
test_valuesMethod · 0.36
test_apply_inverseMethod · 0.36
test_valuesMethod · 0.36
test_validationMethod · 0.36
test_apply_inverseMethod · 0.36
test_grid_sizeMethod · 0.36
test_arrayMethod · 0.36
test_equalsMethod · 0.36