|
politopix
4.1.0
|
#include <boost/shared_ptr.hpp>#include <stdexcept>#include <exception>#include <iostream>#include <utility>#include <vector>#include "Rn.h"#include "Generator_Rn.h"#include "HalfSpace_Rn.h"#include "Polytope_Rn.h"

Go to the source code of this file.
Classes | |
| class | Voronoi_Rn |
| Compute a n-dimensional Voronoi diagram. It is a partitioning of a space into regions based on distance to points. Both the space and the list of points are provided as input. More... | |
| class | IncrementalVoronoi |
| At the end of the ith iteration, the Voronoi diagram of i seeds is computed. More... | |
| class | CellByCellVoronoi |
| Computes the Voronoi diagram cell by cell. More... | |
| class | CellByCellVoronoiDist |
| Constructor. More... | |
| class | CellByCellVoronoiDistNgb |
| Do the same as CellByCellVoronoiDist with the neighbourhood computation. More... | |
| class | VoronoiWithProperties |
| Fuse Voronoi cells when they share the same property and then get non convex polytopes. More... | |
Definition in file Voronoi_Rn.h.