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

Method write_to_file

tools/Wires/WireNetwork/WireNetwork.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void WireNetwork::write_to_file(const std::string& filename) const {
233 WireWriter writer;
234 writer.write(filename, *this);
235}
236
237void WireNetwork::initialize() {
238 initialize_connectivity();

Callers 8

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
tile_with_guide_boxFunction · 0.45
tile_with_guide_meshFunction · 0.45
tile_with_mixed_patternsFunction · 0.45
mainFunction · 0.45
TEST_FFunction · 0.45

Calls 1

writeMethod · 0.45

Tested by 1

TEST_FFunction · 0.36