politopix  4.1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Voronoi_Rn.h File Reference
#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"
Include dependency graph for Voronoi_Rn.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description