The class Apollonius_graph_vertex_base_2<Gt,StoreHidden> provides a model for the ApolloniusGraphVertexBase_2 concept which is the vertex base required by the ApolloniusGraphDataStructure_2 concept. The class Apollonius_graph_vertex_base_2<Gt,StoreHidden> has two template arguments, the first being the geometric traits of the Apollonius graph and should be a model of the concept ApolloniusGraphTraits_2. The second is a Boolean which controls whether hidden sites are actually stored. Such a control is important if the user is not interested in hidden sites and/or if only insertions are made, in which case no hidden site can become visible. If StoreHidden is set to true, hidden sites are stored, otherwise they are discarded. By default StoreHidden is set to true.
#include <CGAL/Apollonius_graph_vertex_base_2.h>
| |
Default constructor.
| |
| |
Constructs a vertex associated with the site s and
embedded at the center of s.
| |
| |
Constructs a vertex associated with
the site s, embedded at the center of s,
and pointing to the face associated with the face
handle f.
|