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

Method setDirection

src/OpenColorIO/DynamicProperty.cpp:191–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void DynamicPropertyGradingPrimaryImpl::setDirection(TransformDirection dir) noexcept
192{
193 if (m_direction != dir)
194 {
195 m_direction = dir;
196 m_preRenderValues.update(m_style, m_direction, m_value);
197 }
198}
199
200//========================================================================================
201

Callers 15

process_lookFunction · 0.45
mainFunction · 0.45
parse_lutsFunction · 0.45
mainFunction · 0.45
transformMethod · 0.45
transformMethod · 0.45
transformMethod · 0.45
transformMethod · 0.45
loadFunction · 0.45
GetTransformMethod · 0.45
invertTransformFunction · 0.45

Calls 1

updateMethod · 0.45

Tested by 15

test_miscMethod · 0.36
test_apply_inverseMethod · 0.36
test_copyMethod · 0.36
test_apply_inverseMethod · 0.36
test_directionMethod · 0.36
test_directionMethod · 0.36
test_apply_inverseMethod · 0.36