|
CGAL 4.10.2 - 2D Triangulation
|
#include <CGAL/Regular_triangulation_euclidean_traits_2.h>
K.
Kernel. The class is kept for backward compatibility, but ignores the template parameter Weight. Regular_triangulation_euclidean_traits_2 is a model for the concept RegularTriangulationTraits_2
| K | must be a model of the Kernel concept. |
| Weight | This template parameter is ignored, as Kernel::Weighted_point_2 uses the type Kernel::FT. |
This class inherits from K and uses a K::Weighted_point_2 as point type.
CGAL::Regular_triangulation_2 Types | |
| typedef K::Point_2 | Bare_point |
| The type for point \( p\) of a weighted point \( {p}^{(w)}=(p,w_p)\). | |
| typedef K::Weighted_point_2 | Weighted_point_2 |
| The type for weighted points. | |
| typedef K::Weighted_point_2 | Point_2 |
| The type for points. | |