https://github.com/CGAL/cgal
Raw File
Tip revision: fdf45953ffaec6b811ba923177ad7f453754820d authored by Andreas Fabri on 04 March 2018, 11:31:21 UTC
Add #include <CGAL/array.h>
Tip revision: fdf4595
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