|
CGAL 6.1.3 - 2D Apollonius Graphs (Delaunay Graphs of Disks)
|
#include <CGAL/Apollonius_site_2.h>
The class Apollonius_site_2 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.
ApolloniusSite_2 Types
The class Apollonius_site_2 does not introduce any types in addition to the concept ApolloniusSite_2.
I/O
The I/O operators are defined for std::iostream.
The information output in the std::iostream is: the point of the Apollonius site and its weight.
Related Symbols | |
(Note that these are not member symbols.) | |
| std::ostream & | operator<< (std::ostream &os, const Apollonius_site_2< K > &s) const |
| Inserts the Apollonius site s into the stream os. | |
| std::istream & | operator>> (std::istream &is, const Apollonius_site_2< K > &s) |
| Reads an Apollonius site from the stream is and assigns it to s. | |
Creation | |
| Apollonius_site_2 (Point_2 p=Point_2(), Weight w=Weight(0)) | |
| Apollonius_site_2 (const Apollonius_site_2< K > &other) | |
| Copy constructor. | |
|
Inserts the Apollonius site s into the stream os.
|
Reads an Apollonius site from the stream is and assigns it to s.