mirror of https://github.com/CGAL/cgal
Update Orthtree/include/CGAL/Octree.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
parent
683be7aa79
commit
5bf13e85e1
|
|
@ -27,7 +27,7 @@ namespace CGAL {
|
||||||
\tparam GeomTraits a model of `Kernel`
|
\tparam GeomTraits a model of `Kernel`
|
||||||
\tparam PointRange a model of `Range` whose value type is the key type of `PointMap`
|
\tparam PointRange a model of `Range` whose value type is the key type of `PointMap`
|
||||||
\tparam PointMap a model of `ReadablePropertyMap` whose value type is `GeomTraits::Point_3`
|
\tparam PointMap a model of `ReadablePropertyMap` whose value type is `GeomTraits::Point_3`
|
||||||
\tparam cubic_nodes boolean to enforce cubic nodes
|
\tparam cubic_nodes Boolean to enforce cubic nodes
|
||||||
*/
|
*/
|
||||||
template <
|
template <
|
||||||
typename GeomTraits,
|
typename GeomTraits,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue