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

Function test

tests/mesh/test-convert-surface.cpp:157–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void test()
158{
159 geode::OpenGeodeMeshLibrary::initialize();
160 geode::Logger::set_level( geode::Logger::LEVEL::debug );
161 convert_surface_dimension();
162 convert_grid_to_surface();
163 triangulate_surface();
164}
165
166OPENGEODE_TEST( "convert-surface" )

Callers 3

convert_grid_to_surfaceFunction · 0.70
triangulate_surfaceFunction · 0.70

Calls 4

initializeFunction · 0.85
convert_grid_to_surfaceFunction · 0.85
triangulate_surfaceFunction · 0.85

Tested by

no test coverage detected