MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / test_facets

Function test_facets

tests/mesh/test-polyhedral-solid.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void test_facets( const geode::PolyhedralSolid3D& polyhedral_solid )
73{
74 geode::OpenGeodeMeshException::test(
75 polyhedral_solid.facets().facet_from_vertices( { 0, 1, 2 } ) == 0,
76 "Wrong facet from vertices" );
77}
78
79void test_edges( const geode::PolyhedralSolid3D& polyhedral_solid )
80{

Callers 1

testFunction · 0.70

Calls 2

facet_from_verticesMethod · 0.80
testFunction · 0.70

Tested by

no test coverage detected