| 594 | } |
| 595 | |
| 596 | void ParameterManager::add_isotropic_offset_parameter(const VectorI& roi, |
| 597 | const std::string& formula, Float value, const VectorF& dof_dir) { |
| 598 | m_offset_params.add_isotropic(roi, formula, value, dof_dir); |
| 599 | } |
| 600 |
no test coverage detected