| 596 | } // namespace |
| 597 | |
| 598 | void OpRcPtrVec::finalize() |
| 599 | { |
| 600 | if (m_ops.empty()) |
| 601 | { |
| 602 | return; |
| 603 | } |
| 604 | |
| 605 | validate(); |
| 606 | |
| 607 | // Prepare LUT 1D for inversion and ensure Matrix & Range are forward. |
| 608 | FinalizeOps(*this); |
| 609 | } |
| 610 | |
| 611 | void OpRcPtrVec::optimize(OptimizationFlags oFlags) |
| 612 | { |
no test coverage detected