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

Function test

tests/mesh/test-point-set.cpp:140–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void test()
141{
142 geode::OpenGeodeMeshLibrary::initialize();
143 auto point_set = geode::PointSet3D::create(
144 geode::OpenGeodePointSet3D::impl_name_static() );
145 auto builder = geode::PointSetBuilder3D::create( *point_set );
146 test_create_vertices( *point_set, *builder );
147 test_bounding_box( *point_set );
148 test_create_vertex_attribute( *point_set );
149 test_io(
150 *point_set, absl::StrCat( "test.", point_set->native_extension() ) );
151
152 test_permutation( *point_set, *builder );
153 test_delete_vertex( *point_set, *builder );
154 test_clone( *point_set );
155}
156
157OPENGEODE_TEST( "point-set" )

Callers 7

test_create_verticesFunction · 0.70
test_permutationFunction · 0.70
test_bounding_boxFunction · 0.70
test_delete_vertexFunction · 0.70
test_ioFunction · 0.70
test_cloneFunction · 0.70

Calls 10

initializeFunction · 0.85
test_create_verticesFunction · 0.70
test_bounding_boxFunction · 0.70
test_ioFunction · 0.70
test_permutationFunction · 0.70
test_delete_vertexFunction · 0.70
test_cloneFunction · 0.70
impl_name_staticFunction · 0.50
native_extensionMethod · 0.45

Tested by

no test coverage detected