예제 #1
0
파일: tree.hpp 프로젝트: qnzhou/cgal
 std::list<NodeT const*> all_nodes() {
     return root_node->get_all_childs();
 }