https://github.com/CGAL/cgal
Raw File
Tip revision: b26422705d79bc0a6937c0aec96b7763c3b42209 authored by Mael Rouxel-Labbé on 12 March 2018, 14:06:52 UTC
Cleaning
Tip revision: b264227
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