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.
Apollonius_site_2<K> s ( Point_2 p=Point_2(), Weight w= Weight(0)); | |
Apollonius_site_2<K> s ( other); | |
Copy constructor.
|
The I/O operators are defined for iostream.
std::ostream& | std::ostream& os << s |
Inserts the
Apollonius site s into the stream os.
| ||
std::istream& | std::istream& is >> s |
Reads an Apollonius site from the stream is and assigns it
to s.
|
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>
Qt_widget& | Qt_widget& w << s |
Inserts the Apollonius site s into the Qt_widget stream
w.
|