[][src]Module boostvoronoi::voronoi_diagram

Structs

SourceCategory
VoronoiCell

Represents Voronoi cell. Data members:

VoronoiCellIndex
VoronoiDiagram

Voronoi output data structure. CCW ordering is used on the faces perimeter and around the vertices.

VoronoiEdge

Half-edge data structure. Represents Voronoi edge. Data members:

VoronoiEdgeIndex
VoronoiVertex

Represents Voronoi vertex. Data members:

VoronoiVertexIndex

Type Definitions

CellType
EdgeType
SourceCategoryType

Represents category of the input source that forms Voronoi cell.

VertexType