| 48 | } |
| 49 | |
| 50 | void PeriodicExploration::with_all_isotropic_parameters( |
| 51 | TargetType thickness_type) { |
| 52 | m_parameters = ParameterManager::create_isotropic( |
| 53 | m_wire_network, m_default_thickness, thickness_type); |
| 54 | } |
| 55 | |
| 56 | void PeriodicExploration::with_refinement( |
| 57 | const std::string& algorithm, size_t order) { |