| 249 | } |
| 250 | |
| 251 | void BuildLut3DOp(OpRcPtrVec & ops, |
| 252 | const Lut3DTransform & transform, |
| 253 | TransformDirection dir) |
| 254 | { |
| 255 | const auto & data = dynamic_cast<const Lut3DTransformImpl &>(transform).data(); |
| 256 | data.validate(); |
| 257 | |
| 258 | auto lut = data.clone(); |
| 259 | CreateLut3DOp(ops, lut, dir); |
| 260 | } |
| 261 | |
| 262 | } // namespace OCIO_NAMESPACE |
| 263 |
no test coverage detected