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
d49529d5d0
commit
b5741aa4b1
|
|
@ -324,7 +324,7 @@ public:
|
||||||
/*!
|
/*!
|
||||||
\brief recursively subdivides the orthtree until it meets the given criteria.
|
\brief recursively subdivides the orthtree until it meets the given criteria.
|
||||||
|
|
||||||
The split predicate should return `true` if a leaf node should be split and false` otherwise.
|
The split predicate should return `true` if a leaf node should be split and `false` otherwise.
|
||||||
|
|
||||||
This function may be called several times with different
|
This function may be called several times with different
|
||||||
predicates: in that case, nodes already split are left unaltered,
|
predicates: in that case, nodes already split are left unaltered,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue