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

Method load_mesh

tests/tools/Wires/Tiler/MeshTilerTest.h:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 MeshPtr load_mesh(const std::string& mesh_file) {
23 MeshFactory factory;
24 factory.load_file(m_mesh_data_dir + mesh_file);
25 return factory.create();
26 }
27
28 void ASSERT_BBOX_MATCHES(const MatrixFr& vts1, const VectorF& vts2_flattened) {
29 const size_t dim = vts1.cols();

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected