예제 #1
0
파일: tree.hpp 프로젝트: qnzhou/cgal
 void get_feature_usage (std::vector<std::size_t>& count) const
 {
   root_node->get_feature_usage(count);
 }