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

Function TEST_F

tests/tools/Wires/Inflator/PeriodicInflator3DTest.h:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104};
105
106TEST_F(PeriodicInflator3DTest, cube) {
107 inflate("cube.wire");
108 save_mesh("inflated_cube.msh", m_vertices, m_faces, m_face_sources.cast<Float>());
109 ASSERT_MESH_IS_VALID();
110}
111
112TEST_F(PeriodicInflator3DTest, brick5) {
113 inflate("brick5.wire");

Callers

nothing calls this directly

Calls 1

save_meshFunction · 0.50

Tested by

no test coverage detected