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

Function TEST_F

tests/tools/MeshUtils/SimpleSubdivisionTest.h:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11};
12
13TEST_F(SimpleSubdivisionTest, creation) {
14 SubDivPtr sub = create_subdivision();
15}
16
17TEST_F(SimpleSubdivisionTest, square) {
18 MeshPtr square = load_mesh("square_2D.obj");

Callers

nothing calls this directly

Calls 8

load_meshFunction · 0.85
extract_verticesFunction · 0.85
extract_facesFunction · 0.85
subdivideMethod · 0.45
get_verticesMethod · 0.45
get_facesMethod · 0.45
get_face_indicesMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected