| 582 | } |
| 583 | |
| 584 | void ParameterManager::add_offset_parameter( |
| 585 | const VectorI& roi, const std::string& formula, Float value, |
| 586 | size_t axis) { |
| 587 | m_offset_params.add(roi, formula, value, axis); |
| 588 | } |
| 589 | |
| 590 | void ParameterManager::add_custom_offset_parameter(const VectorI& roi, |
| 591 | const std::string& formula, Float value, |