The class Apollonius_site_2<K> is a model for the concept ApolloniusSite_2. It is parametrized by a template parameter K which must be a model of the Kernel concept.
#include <CGAL/Apollonius_site_2.h>
The class Apollonius_site_2<K> does not introduce any types in addition to the concept ApolloniusSite_2.
| |
| |
Copy constructor.
|
The I/O operators are defined for iostream.
|
| |
Inserts the
Apollonius site s into the stream os. Precondition: The insert operator must be defined for Point_2 and Weight. | ||
|
| |
Reads an Apollonius site from the stream is and assigns it
to s. Precondition: The extract operator must be defined for Point_2 and Weight. |
The information output in the iostream is: the point of the Apollonius site and its weight.
#include <CGAL/IO/Qt_widget_Apollonius_site_2.h>
|
|
Inserts the Apollonius site s into the Qt_widget stream
w. Precondition: The insert operator must be defined for K::Circle_2. |