mirror of https://github.com/CGAL/cgal
Move helper methods out of Walker namespace
This commit is contained in:
parent
0219e677c5
commit
cdfa9b6e63
|
|
@ -23,8 +23,6 @@ namespace CGAL {
|
||||||
|
|
||||||
namespace Octree {
|
namespace Octree {
|
||||||
|
|
||||||
namespace Walker {
|
|
||||||
|
|
||||||
template<class Point_index>
|
template<class Point_index>
|
||||||
const Node::Node <Point_index> *next_sibling(const Node::Node <Point_index> *n) {
|
const Node::Node <Point_index> *next_sibling(const Node::Node <Point_index> *n) {
|
||||||
|
|
||||||
|
|
@ -79,6 +77,7 @@ const Node::Node <Point_index> *deepest_first_child(const Node::Node <Point_inde
|
||||||
return first;
|
return first;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace Walker {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief walker for preorder traversal
|
* \brief walker for preorder traversal
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue