Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPolygonal_surface_reconstruction.h142 Polygon_mesh candidate_faces_; variable
188 hypothesis_.generate(point_set, candidate_faces_); in Polygonal_surface_reconstruction()
192 conf.compute(point_set, candidate_faces_); in Polygonal_surface_reconstruction()
200 CGAL::copy_face_graph(candidate_faces_, candidate_faces); in output_candidate_faces()
216 if (candidate_faces_.num_faces() < 4) { in reconstruct()
218 + std::to_string(candidate_faces_.num_faces()) + " computed)"; in reconstruct()
223 const Adjacency& adjacency = hypothesis_.extract_adjacency(candidate_faces_); in reconstruct()
226 Polygon_mesh target_mesh = candidate_faces_; in reconstruct()