CGAL 5.2.2 - 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.
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 iostream
.
The information output in the iostream
is: the point of the Apollonius site and its weight.
Kernel
ApolloniusSite_2
CGAL::Qt_widget
CGAL::Apollonius_graph_traits_2<K,Method_tag>
CGAL::Apollonius_graph_filtered_traits_2<CK,CM,EK,EM,FK,FM>
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &os, const Apollonius_site_2< K > &s) |
Inserts the Apollonius site s into the stream os . More... | |
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 . More... | |
Qt_widget & | operator<< (Qt_widget &w, const Apollonius_site_2< K > &s) |
Inserts the Apollonius site s into the Qt_widget stream w . More... | |
Creation | |
Apollonius_site_2 (Point_2 p=Point_2(), Weight w=Weight(0)) | |
Apollonius_site_2 (Apollonius_site_2< K > other) | |
Copy constructor. | |
|
related |
Inserts the Apollonius site s
into the stream os
.
CGAL/IO/Qt_widget_Apollonius_site_2.h
. Point_2
and Weight
.
|
related |
Inserts the Apollonius site s
into the Qt_widget
stream w
.
CGAL/IO/Qt_widget_Apollonius_site_2.h
. K::Circle_2
.
|
related |
Reads an Apollonius site from the stream is
and assigns it to s
.
CGAL/IO/Qt_widget_Apollonius_site_2.h
. Point_2
and Weight
.