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

Function test

tests/mesh/test-ray-tracing.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 void test()
124 {
125 geode::OpenGeodeMeshLibrary::initialize();
126 test_ray_inside();
127 test_ray_edge();
128 test_ray_parallel();
129 }
130} // namespace
131
132OPENGEODE_TEST( "ray-tracing" )

Callers 3

test_ray_insideFunction · 0.70
test_ray_edgeFunction · 0.70
test_ray_parallelFunction · 0.70

Calls 4

initializeFunction · 0.85
test_ray_insideFunction · 0.85
test_ray_edgeFunction · 0.85
test_ray_parallelFunction · 0.85

Tested by

no test coverage detected