| 588 | } |
| 589 | |
| 590 | void ParameterManager::add_custom_offset_parameter(const VectorI& roi, |
| 591 | const std::string& formula, Float value, |
| 592 | const MatrixFr& custom_offset) { |
| 593 | m_offset_params.add(roi, formula, value, custom_offset); |
| 594 | } |
| 595 | |
| 596 | void ParameterManager::add_isotropic_offset_parameter(const VectorI& roi, |
| 597 | const std::string& formula, Float value, const VectorF& dof_dir) { |
no test coverage detected