Example #1
0
File: tree.hpp Project: qnzhou/cgal
 std::list<NodeT const*> all_nodes() {
     return root_node->get_all_childs();
 }