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