|
CGAL 5.1 - Bounding Volumes
|
#include <Concepts/MinEllipse2Traits.h>
This concept defines the requirements for traits classes of CGAL::Min_ellipse_2<Traits>.
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... | |
| typedef unspecified_type MinEllipse2Traits::Ellipse |
The ellipse type must fulfill the requirements listed below in the next section.
| typedef unspecified_type MinEllipse2Traits::Point |
The point type must provide default and copy constructor, assignment and equality test.
| Ellipse MinEllipse2Traits::ellipse |
The current ellipse.
This variable is maintained by the algorithm, the user should neither access nor modify it directly.