https://github.com/CGAL/cgal
Raw File
Tip revision: 6aab09cc50e61e6f6f6ff679f81a0180be4e4c2a authored by Laurent Rineau on 20 June 2018, 15:18:50 UTC
Merge pull request #3179 from MaelRL/T3-Fix_doc-GF
Tip revision: 6aab09c
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