Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
TEST_F(SimpleSubdivisionTest, creation) {
14
SubDivPtr sub = create_subdivision();
15
}
16
17
TEST_F(SimpleSubdivisionTest, square) {
18
MeshPtr square = load_mesh(
"square_2D.obj"
);
Callers
nothing calls this directly
Calls
8
load_mesh
Function · 0.85
extract_vertices
Function · 0.85
extract_faces
Function · 0.85
subdivide
Method · 0.45
get_vertices
Method · 0.45
get_faces
Method · 0.45
get_face_indices
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected