WeightedPoint

Definition

The concept WeightedPoint is needed by Regular_triangulation_euclidean_traits_3. It must fulfill the following requirements:

Types

WeightedPoint::Point
The point type

WeightedPoint::Weight
The weight type

typedef Point::RT RT; The ring type

Creation

WeightedPoint wp ( Point p=Point(), Weight w = Weight(0));

Access Functions

Point point ()
Weight weight ()

Has Models

Weighted_point.

See Also

CGAL::Regular_triangulation_euclidean_traits_3
CGAL::Regular_triangulation_filtered_traits_3
CGAL::Regular_triangulation_3.