| 180 | } |
| 181 | |
| 182 | void CDLTransformImpl::setStyle(CDLStyle style) |
| 183 | { |
| 184 | const auto curDir = getDirection(); |
| 185 | data().setStyle(CDLOpData::ConvertStyle(style, curDir)); |
| 186 | } |
| 187 | |
| 188 | void CDLTransformImpl::setSlope(const double * rgb) |
| 189 | { |
no outgoing calls
no test coverage detected