Ejemplo n.º 1
0
Archivo: tree.hpp Proyecto: qnzhou/cgal
 std::list<NodeT const*> all_nodes() {
     return root_node->get_all_childs();
 }