mirror of https://github.com/CGAL/cgal
Update Orthtree/include/CGAL/Orthtree.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
parent
87d895254d
commit
020f323172
|
|
@ -111,7 +111,7 @@ struct Node_data_wrapper<GT, false>
|
||||||
\sa `CGAL::Quadtree`
|
\sa `CGAL::Quadtree`
|
||||||
\sa `CGAL::Octree`
|
\sa `CGAL::Octree`
|
||||||
|
|
||||||
\tparam GeomTraits must be a model of `OrthtreeTraits` or `OrthtreeTraitswithData`.
|
\tparam GeomTraits must be a model of `OrthtreeTraits` or `OrthtreeTraitsWithData`.
|
||||||
*/
|
*/
|
||||||
template <typename GeomTraits>
|
template <typename GeomTraits>
|
||||||
class Orthtree {
|
class Orthtree {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue