| 86 | } |
| 87 | |
| 88 | void PhantomMeshGenerator::initialize_wire_network() { |
| 89 | m_wire_network->center_at_origin(); |
| 90 | } |
| 91 | |
| 92 | void PhantomMeshGenerator::convert_parameters_to_attributes() { |
| 93 | assert(m_parameter_manager); |
nothing calls this directly
no test coverage detected