CGAL 5.5.1 - 2D Segment Delaunay Graphs
|
#include <CGAL/Segment_Delaunay_graph_storage_site_with_info_2.h>
Base.
The class Segment_Delaunay_graph_storage_site_with_info_2
is a model for the concept SegmentDelaunayGraphStorageSite_2
.
STraits | must be a model of the SegmentDelaunayGraphStorageTraits_2 concept. |
Base | must be a model of SegmentDelaunayGraphStorageSite_2 |
CGAL::Segment_Delaunay_graph_site_2<K>
Classes | |
struct | Has_info_tag |
Public Member Functions | |
const Info & | info () const |
void | set_info (const Info &) const |
bool | info_has_been_set () const |
Types | |
typedef STraits | Storage_traits |
typedef Info_ | Info |
typedef Storage_traits::Geom_traits | Geom_traits |
typedef Geom_traits::Site_2 | Site_2 |
typedef Storage_traits::Point_handle | Point_handle |