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

Function test

tests/mesh/test-triangulated-surface-function.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void test()
153{
154 geode::OpenGeodeMeshLibrary::initialize();
155 auto surface = geode::TriangulatedSurface2D::create();
156 build_test_surface( *surface );
157 test_scalar_function( *surface );
158 test_point_function( *surface );
159}
160
161OPENGEODE_TEST( "triangulated-surface-function" )

Callers 3

build_test_surfaceFunction · 0.70
test_scalar_functionFunction · 0.70
test_point_functionFunction · 0.70

Calls 4

initializeFunction · 0.85
build_test_surfaceFunction · 0.85
test_scalar_functionFunction · 0.70
test_point_functionFunction · 0.70

Tested by

no test coverage detected