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

Method setDirection

src/OpenColorIO/ops/cdl/CDLOpData.cpp:193–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void CDLOpData::setDirection(TransformDirection dir) noexcept
194{
195 if (getDirection() != dir)
196 {
197 invert();
198 }
199}
200
201void CDLOpData::setSlopeParams(const ChannelParams & slopeParams)
202{

Callers 8

getSimplerReplacementMethod · 0.45
BuildOpFunction · 0.45
startMethod · 0.45
endMethod · 0.45
AddColorSpaceFunction · 0.45
getProcessorMethod · 0.45
GetProcessorFunction · 0.45
AddDisplayViewFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected