|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Delaunay triangulation + Voronoi dual + clipped cells. More...
Go to the source code of this file.
Functions | |
| static void | print_banner (const char *title) |
| static void | print_point (const Point &p) |
| static Polygon | make_clip_window () |
| int | main () |
Delaunay triangulation + Voronoi dual + clipped cells.
Demonstrates:
DelaunayTriangulationBowyerWatson on an input site set.VoronoiDiagramFromDelaunay dual construction.Definition in file delaunay_voronoi_example.cc.
| int main | ( | ) |
Definition at line 78 of file delaunay_voronoi_example.cc.
References Aleph::and, Aleph::DynList< T >::append(), Aleph::VoronoiDiagramFromDelaunay::clipped_cells_indexed(), Aleph::divide_and_conquer_partition_dp(), make_clip_window(), print_banner(), and print_point().
|
static |
Definition at line 67 of file delaunay_voronoi_example.cc.
References Aleph::Polygon::add_vertex(), and Aleph::divide_and_conquer_partition_dp().
Referenced by main().
|
static |
Definition at line 55 of file delaunay_voronoi_example.cc.
Referenced by main().
|
static |
Definition at line 61 of file delaunay_voronoi_example.cc.
References Aleph::geom_number_to_double(), Aleph::Point::get_x(), and Aleph::Point::get_y().
Referenced by main().