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

Method write_mesh

tests/TestBase.h:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 virtual void write_mesh(const std::string& mesh_file, MeshPtr mesh,
68 bool in_ascii=false) {
69 MeshWriter::Ptr writer = MeshWriter::create(mesh_file);
70 if (in_ascii) writer->in_ascii();
71 writer->write_mesh(*mesh);
72 }
73
74 virtual void write_mesh_raw(const std::string& mesh_file,
75 const Eigen::Ref<const VectorF>& vertices,

Callers 6

save_meshFunction · 0.45
save_meshMethod · 0.45
save_meshMethod · 0.45
save_meshMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

in_asciiMethod · 0.45

Tested by

no test coverage detected