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

Function TEST_F

tests/tools/Wires/Inflator/IsotropicPeriodicInflatorTest.h:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44TEST_F(IsotropicPeriodicInflatorTest, cube) {
45 inflate("cube.wire");
46 save_mesh("inflated_cube.msh", m_vertices, m_faces, m_face_sources.cast<Float>());
47 ASSERT_MESH_IS_VALID();
48}
49
50TEST_F(IsotropicPeriodicInflatorTest, brick5) {
51 inflate("brick5.wire");

Callers

nothing calls this directly

Calls 1

save_meshFunction · 0.50

Tested by

no test coverage detected