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

Traits Class Implementation using the two-dimensional CGAL-kernel (Min_ellipse_2_traits_2)

Definition

The class Min_ellipse_2_traits_2<R> interfaces the 2D optimisation algorithm for smallest enclosing ellipses with the 2D CGAL-kernel.

#include <CGAL/Min_ellipse_2_traits_2.h>

Types

typedef Point_2<R> Point;

typedef Optimisation_ellipse_2<R>
Ellipse;

Creation

Min_ellipse_2_traits_2<R> traits;

Min_ellipse_2_traits_2<R> traits ( Min_ellipse_2_traits_2<R>);

See Also

Min_ellipse_2 , Min_ellipse_2_adapterC2 , Min_ellipse_2_adapterH2 , Requirements of Traits Classes for 2D Smallest Enclosing Ellipse.

Example

See example for Min_ellipse_2 .


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