\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - Bounding Volumes
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
MinEllipse2Traits Concept Reference

Definition

This concept defines the requirements for traits classes of CGAL::Min_ellipse_2<Traits>.

Has Models:
CGAL::Min_ellipse_2_traits_2<K>
See also
CGAL::Min_ellipse_2<Traits>

Types

typedef unspecified_type Point
 The point type must provide default and copy constructor, assignment and equality test. More...
 
typedef unspecified_type Ellipse
 The ellipse type must fulfill the requirements listed below in the next section. More...
 

Variables

Ellipse ellipse
 The current ellipse. More...
 

Member Typedef Documentation

The ellipse type must fulfill the requirements listed below in the next section.

The point type must provide default and copy constructor, assignment and equality test.

Member Data Documentation

Ellipse MinEllipse2Traits::ellipse

The current ellipse.

This variable is maintained by the algorithm, the user should neither access nor modify it directly.