| 42 | } |
| 43 | |
| 44 | void PeriodicExploration::with_all_parameters( |
| 45 | TargetType thickness_type) { |
| 46 | m_parameters = ParameterManager::create( |
| 47 | m_wire_network, m_default_thickness, thickness_type); |
| 48 | } |
| 49 | |
| 50 | void PeriodicExploration::with_all_isotropic_parameters( |
| 51 | TargetType thickness_type) { |