|
CGAL 6.1.3 - 2D Apollonius Graphs (Delaunay Graphs of Disks)
|
The concept ApolloniusSite_2 provides the requirements for an Apollonius site class.
Types | |
| typedef unspecified_type | Point_2 |
| The point type. | |
| typedef unspecified_type | FT |
| The field number type. | |
| typedef unspecified_type | RT |
| The ring number type. | |
| typedef unspecified_type | Weight |
| The weight type. | |
Creation | |
| ApolloniusSite2 (Point_2 p=Point_2(), Weight w=Weight(0)) | |
| ApolloniusSite_2 (ApolloniusSite_2 other) | |
| Copy constructor. | |
Access Functions | |
| Point_2 | point () const |
| Returns the center of the Apollonius site. | |
| Weight | weight () const |
| Returns the weight of the Apollonius site. | |
The weight type.
#include <Concepts/ApolloniusSite_2.h>
The concept ApolloniusSite_2 provides the requirements for an Apollonius site class.
Types | |
| typedef unspecified_type | Point_2 |
| The point type. | |
| typedef unspecified_type | FT |
| The field number type. | |
| typedef unspecified_type | RT |
| The ring number type. | |
| typedef unspecified_type | Weight |
| The weight type. | |
Creation | |
| ApolloniusSite2 (Point_2 p=Point_2(), Weight w=Weight(0)) | |
| ApolloniusSite_2 (ApolloniusSite_2 other) | |
| Copy constructor. | |
Access Functions | |
| Point_2 | point () const |
| Returns the center of the Apollonius site. | |
| Weight | weight () const |
| Returns the weight of the Apollonius site. | |
The weight type.