https://github.com/CGAL/cgal
Raw File
Tip revision: ff511e014a66da15c336d09ad63d1f7dbec477cf authored by Maxime Gimeno on 15 February 2018, 11:56:24 UTC
remove is_valid() from the graph_traits
Tip revision: ff511e0
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