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

Method load_mesh

tests/TestBase.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 virtual MeshPtr load_mesh(const std::string& filename) {
32 std::string mesh_file = m_data_dir + filename;
33 return MeshFactory().load_file(mesh_file).create();
34 }
35
36 virtual MeshPtr load_data(
37 const Eigen::Ref<const VectorF>& vertices,

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 2

MeshFactoryClass · 0.50
createMethod · 0.45

Tested by

no test coverage detected