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

Function test_grid

tests/mesh/test-regular-grid.cpp:515–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515void test_grid( const geode::RegularGrid3D& grid )
516{
517 test_cell_number( grid );
518 test_cell_index( grid );
519 test_vertex_number( grid );
520 test_vertex_index( grid );
521 test_vertex_on_border( grid );
522 test_around_vertex( grid );
523 test_cell_geometry( grid );
524 test_cell_query( grid );
525 test_bounding_box( grid );
526 test_closest_vertex( grid );
527 test_clone( grid );
528 test_io( grid, absl::StrCat( "test.", grid.native_extension() ) );
529}
530
531void test()
532{

Callers 1

testFunction · 0.85

Calls 13

test_around_vertexFunction · 0.85
test_cell_numberFunction · 0.70
test_cell_indexFunction · 0.70
test_vertex_numberFunction · 0.70
test_vertex_indexFunction · 0.70
test_vertex_on_borderFunction · 0.70
test_cell_geometryFunction · 0.70
test_cell_queryFunction · 0.70
test_bounding_boxFunction · 0.70
test_closest_vertexFunction · 0.70
test_cloneFunction · 0.70
test_ioFunction · 0.70

Tested by

no test coverage detected