https://github.com/CGAL/cgal
Raw File
Tip revision: 0c40d4356e1dc4f1110b2c3a4c339744f6b1495c authored by Laurent Rineau on 27 March 2019, 17:48:01 UTC
Merge pull request #3805 from maxGimeno/Internal_nt_for_arm-GF
Tip revision: 0c40d43
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