cgal/Orthtree/examples/Orthtree
Sven Oesau 3c55548967 traversals are now templated by OrthtreeTraits 2024-02-02 09:32:29 +01:00
..
CMakeLists.txt Add an example which builds a tree that doesn't contain anything 2023-07-27 12:15:51 +02:00
octree_build_from_point_set.cpp Update orthtree documentation and manual 2023-09-24 13:56:01 +02:00
octree_build_from_point_vector.cpp fix compilation on MSVC 2023-10-05 13:57:18 +02:00
octree_build_with_custom_split.cpp Prefer `using` over `typedef` universally, for consistency 2023-09-08 12:42:20 +02:00
octree_find_nearest_neighbor.cpp Prefer `using` over `typedef` universally, for consistency 2023-09-08 12:42:20 +02:00
octree_grade.cpp fix warnings 2024-01-24 11:47:11 +01:00
octree_surface_mesh.cpp traversals are now templated by OrthtreeTraits 2024-02-02 09:32:29 +01:00
octree_traversal_custom.cpp Remove reference to Node type in traversal concept 2023-09-24 17:45:58 +02:00
octree_traversal_manual.cpp Prefer `using` over `typedef` universally, for consistency 2023-09-08 12:42:20 +02:00
octree_traversal_preorder.cpp traversals are now templated by OrthtreeTraits 2024-02-02 09:32:29 +01:00
orthtree_build.cpp changing dimension and degree in orthtree(_traits) to int 2024-01-30 17:14:36 +01:00
quadtree_build_from_point_vector.cpp fix compilation on MSVC 2023-10-05 13:57:18 +02:00
quadtree_build_manually.cpp renaming Orthtree_traits_base_for_dimension to Orthtree_traits_base 2024-02-01 09:46:06 +01:00