https://github.com/CGAL/cgal
Raw File
Tip revision: b86a5018c7f5f733c80fe40eee65803c112f2685 authored by Laurent Rineau on 22 October 2020, 14:23:24 UTC
Merge pull request #5106 from maxGimeno/CI-Better_message_for_doc-maxGimeno
Tip revision: b86a501
TODO
* remove all predicates methods from halfedge, except has_source and has_target
  these should be renamed to has_finite_source and has_finite_target
* a ccb circulator should also go through the infinite edges
* introduce iterators for infinite items as well (maybe within the accessor)
* introduce is_infinite methods within the class
* implement/document the accessor
back to top