Navigation: Up, Table of Contents, Bibliography, Index, Title Page

Traits Class for 2D chull (chull_traits_2)

#include <CGAL/dd_geo/chull_traits_2.h>

Definition

This traits class provides a default adaptation of the convex hull class of LEP dd_geokernel to the three-dimensional kernel of CGAL. It is parameterized with a representation class, see Reference Manual for the CGAL kernel. It defines models for the subconcepts of the chull-traits class concept as required in LEP dd_geokernel.

Types

chull_traits_2<R>::RT
== R::RT, coordinate ring type used for calculations.

chull_traits_2<R>::POINT
== Point_2<R>, point type.

chull_traits_2<R>::IPOINT
== Point_2<R>, internal point type.

chull_traits_2<R>::PLANE
== Line_2<R>, hyperplane type.

chull_traits_2<R>::VECTOR
== Vector_2<R>, internal vector type.

chull_traits_2<R>::IRAY
== Ray_2<R>, internal ray type.


Next: Class declaration of chull_traits_3<R>
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
The GALIA project. Jan 18, 2000.