cgal/Orthtree/test/Orthtree
JacksonCampolattaro 4f6d249c1f Eliminate heap allocated `Data *m_data`
This required changing return types to `Node *` in many cases. All unit tests have been updated to account for the new interface.
2023-03-23 09:58:20 +01:00
..
CMakeLists.txt Uniformize REQUIRED / QUIET usage: 2022-09-06 16:24:27 +02:00
test_node.cpp
test_node_adjacent.cpp Eliminate heap allocated `Data *m_data` 2023-03-23 09:58:20 +01:00
test_node_index.cpp Fix filenames 2021-01-19 13:50:35 +01:00
test_octree_bbox.cpp
test_octree_copy_move_constructors.cpp Fix copy/move of Orthtree + add test for these constructors 2021-01-20 11:08:15 +01:00
test_octree_equality.cpp
test_octree_grade.cpp Eliminate heap allocated `Data *m_data` 2023-03-23 09:58:20 +01:00
test_octree_intersecting.cpp Eliminate heap allocated `Data *m_data` 2023-03-23 09:58:20 +01:00
test_octree_kernels.cpp Fix warnings 2021-03-15 09:36:12 +01:00
test_octree_locate.cpp
test_octree_nearest_neighbor.cpp Eliminate heap allocated `Data *m_data` 2023-03-23 09:58:20 +01:00
test_octree_refine.cpp Eliminate heap allocated `Data *m_data` 2023-03-23 09:58:20 +01:00
test_octree_traverse.cpp Fix concept and models 2021-01-21 09:31:58 +01:00