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

Method load_tmp_mesh

tests/src/IO/WriterTest.h:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 MeshPtr load_tmp_mesh(const std::string& mesh_file) {
16 MeshPtr mesh = MeshFactory()
17 .load_file(m_tmp_dir + mesh_file)
18 .drop_zero_dim()
19 .create();
20 return mesh;
21 }
22
23 void write_tmp_mesh(const std::string& mesh_file, MeshPtr mesh,
24 bool in_ascii=false) {

Callers

nothing calls this directly

Calls 3

drop_zero_dimMethod · 0.80
MeshFactoryClass · 0.50
createMethod · 0.45

Tested by

no test coverage detected