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

Method write_mesh

src/IO/POLYWriter.cpp:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void POLYWriter::write_mesh(Mesh& mesh) {
16 write(mesh.get_vertices(),
17 mesh.get_faces(),
18 mesh.get_voxels(),
19 mesh.get_dim(),
20 mesh.get_vertex_per_face(),
21 mesh.get_vertex_per_voxel());
22}
23
24void POLYWriter::write(
25 const VectorF& vertices,

Callers

nothing calls this directly

Calls 6

get_verticesMethod · 0.45
get_facesMethod · 0.45
get_voxelsMethod · 0.45
get_dimMethod · 0.45
get_vertex_per_faceMethod · 0.45
get_vertex_per_voxelMethod · 0.45

Tested by

no test coverage detected