Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] sweep line

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] sweep line


Chronological Thread 
  • From: Winnie Hellmann <>
  • To:
  • Subject: Re: [cgal-discuss] sweep line
  • Date: Wed, 01 Feb 2012 17:21:12 +0100

This means that for each functor of each Traits
(linear, circular, bezier,...) you need to do that job of
refactorization.
Ok, I see. That would be quite a bit of work. Thank you for pointing that out!

The documentation is correct:
Arr_linear_traits_2 is said to model concept ArrangementTraits_2 which
refines ArrangementXMonotoneTraits_2.
I did not know that concepts can "inherit". Will there some time in the near future be checking of the concepts in CGAL, e.g. using the boost Concept Checks [1]?

[1] http://www.boost.org/doc/libs/1_35_0/libs/concept_check/using_concept_check.htm



Archive powered by MHonArc 2.6.16.

Top of Page