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