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

Method write

tools/Wires/WireNetwork/WireWriter.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace PyMesh;
11
12void WireWriter::write(const std::string& filename, const WireNetwork& wires) {
13 const MatrixFr& vertices = wires.get_vertices();
14 const MatrixIr& edges = wires.get_edges();
15 write_raw(filename, vertices, edges);
16}
17
18void WireWriter::write_raw(const std::string& filename,
19 const MatrixFr& vertices, const MatrixIr& edges) {

Callers 15

save_meshMethod · 0.45
write_to_fileMethod · 0.45
save_meshMethod · 0.45
save_meshFunction · 0.45
write_mesh_rawMethod · 0.45
save_wiresMethod · 0.45
versiongenerate.pyFile · 0.45
testOutputMethod · 0.45
OutputXmlCDataSectionMethod · 0.45
ProcessFileFunction · 0.45
mainFunction · 0.45

Calls 2

get_verticesMethod · 0.45
get_edgesMethod · 0.45

Tested by 7

write_mesh_rawMethod · 0.36
save_wiresMethod · 0.36
testOutputMethod · 0.36
OutputXmlCDataSectionMethod · 0.36
ProcessFileFunction · 0.36
OutputXmlCDataSectionMethod · 0.36
OutputXmlCDataSectionMethod · 0.36