https://github.com/CGAL/cgal
Raw File
Tip revision: 3b70fdd3a2b6624c13f3acbe756b186e42c39d84 authored by Andreas Fabri on 27 December 2017, 15:10:32 UTC
Add an example that not yet compiles
Tip revision: 3b70fdd
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