Changes between Version 8 and Version 9 of Reports


Ignore:
Timestamp:
Jun 21, 2013, 11:40:08 AM (11 years ago)
Author:
vishaltiwari
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reports

    v8 v9  
    2525[[BR]]
    2626  * Have ported the methods that are in geos/triangualte/quadedge/QuadEdgeSubdivion.cpp. The methods are as such:
    27      * getVoronoiDiagram
    28      * getVoronoiCellPolygons
    29      * getVoronoiCellPolygon
    30      * getVertexUniqueEdges
     27     * getVoronoiDiagram : Gets the cells in the Voronoi diagram for a triangulation.
     28     * getVoronoiCellPolygons : Gets the polygons for the Voronoi Cells for a triangulation.
     29     * getVoronoiCellPolygon : Gets the Voronoi cell around a site specified by the origin of a QuadEdge.
     30     * getVertexUniqueEdges : Gets a collection of QuadEdges whose origin vertices are a unique set which includes all vertices in the subdivision. The frame vertices can be included if required.
    3131  * Class TriangleCircumcentreVisitor was also ported.
    3232  * More methods like geos::geom::Triangle::circumcentre, and geos::geom::closeRing that were required in the above functions were also ported.
     
    4343  * Start with the port of class VoronoiDiagramBuilder.
    4444
    45