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

Traits Class Implementation using the two-dimensional CGAL Kernel (CGAL_Min_ellipse_2_traits_2)

Definition

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

#include <CGAL/Min_ellipse_2_traits_2.h>

Types

typedef CGAL_Point_2<R>
Point;
typedef CGAL_Optimisation_ellipse_2<R>
Ellipse;

Creation

CGAL_Min_ellipse_2_traits_2<R> traits;
CGAL_Min_ellipse_2_traits_2<R> traits ( CGAL_Min_ellipse_2_traits_2<R>);

See Also

CGAL_Min_ellipse_2 , CGAL_Min_ellipse_2_adapterC2 , CGAL_Min_ellipse_2_adapterH2 , Requirements of Traits Classes for 2D Smallest Enclosing Ellipse.

Example

See example for CGAL_Min_ellipse_2 .


Next: Class declaration of CGAL_Min_ellipse_2_adapterC2<PT,DA>
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
The CGAL Project. 22 January, 1999.