|
CGAL 4.7 - 3D Triangulations
|
The concept WeightedPoint is needed by CGAL::Regular_triangulation_euclidean_traits_3. It must fulfill the following requirements:
Types | |
| typedef unspecified_type | Point |
| The point type. More... | |
| typedef unspecified_type | Weight |
| The weight type. More... | |
| typedef Point::RT | RT |
| The ring type. More... | |
Creation | |
| WeightedPoint (const Point &p=Point(), const Weight &w=Weight(0)) | |
Access Functions | |
| Point | point () const |
| Weight | weight () const |
| typedef unspecified_type WeightedPoint::Point |
The point type.
| typedef Point::RT WeightedPoint::RT |
The ring type.
The weight type.
| Point WeightedPoint::point | ( | ) | const |
| Weight WeightedPoint::weight | ( | ) | const |