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

Function test

tests/geometry/test-quality.cpp:140–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void test()
141{
142 geode::Logger::set_level( geode::Logger::LEVEL::debug );
143 test_perfect_tetrahedron();
144 test_regular_tetrahedron();
145 test_sliver_tetrahedron();
146 test_other_tetrahedron();
147}
148
149OPENGEODE_TEST( "quality" )

Callers 4

test_perfect_tetrahedronFunction · 0.70
test_regular_tetrahedronFunction · 0.70
test_sliver_tetrahedronFunction · 0.70
test_other_tetrahedronFunction · 0.70

Calls 4

test_perfect_tetrahedronFunction · 0.85
test_regular_tetrahedronFunction · 0.85
test_sliver_tetrahedronFunction · 0.85
test_other_tetrahedronFunction · 0.85

Tested by

no test coverage detected