mirror of https://github.com/CGAL/cgal
Add incident_cells_3(Vertex_handle, std::vector<Cell_handle>) This function avoids the construction of two additional std::vectors. The performance gain is between 30% (g++) and 50% (VC++) for points on surfaces as well as for points filling space. We at the same time change the implementation of the function incident_cells(Vertex_handle, OutputIterator). In order to save one additional std::vector, the cells are reported in bfs and not in dfs order |
||
|---|---|---|
| .. | ||
| CGAL | ||