Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
232
void WireNetwork::write_to_file(const std::string& filename) const {
233
WireWriter writer;
234
writer.write(filename, *this);
235
}
236
237
void WireNetwork::initialize() {
238
initialize_connectivity();
Callers
8
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
tile_with_guide_box
Function · 0.45
tile_with_guide_mesh
Function · 0.45
tile_with_mixed_patterns
Function · 0.45
main
Function · 0.45
TEST_F
Function · 0.45
Calls
1
write
Method · 0.45
Tested by
1
TEST_F
Function · 0.36