MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / with_parameters

Method with_parameters

tools/Wires/Interfaces/PeriodicExploration.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void PeriodicExploration::with_parameters(
39 const std::string& orbit_file, const std::string& modifier_file) {
40 m_parameters = ParameterManager::create_from_setting_file(
41 m_wire_network, m_default_thickness, orbit_file, modifier_file);
42}
43
44void PeriodicExploration::with_all_parameters(
45 TargetType thickness_type) {

Callers 1

tileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected