Home
last modified time | relevance | path

Searched refs:face_num_supporting_points (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/internal/
H A Dcompute_confidences.h174 …name Polygon_mesh::template Property_map<Face_descriptor, std::size_t> face_num_supporting_points = in compute() local
199 face_num_supporting_points[f] = indices.size(); in compute()
237 face_num_supporting_points[f] = 0; in compute()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPolygonal_surface_reconstruction.h229 …name Polygon_mesh::template Property_map<Face_descriptor, std::size_t> face_num_supporting_points = in reconstruct() local
251 total_points += face_num_supporting_points[f]; in reconstruct()
338 std::size_t num = face_num_supporting_points[f]; in reconstruct()