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