| 150 | } |
| 151 | |
| 152 | void 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 | |
| 161 | OPENGEODE_TEST( "triangulated-surface-function" ) |
no test coverage detected