Changes between Version 24 and Version 25 of Reports


Ignore:
Timestamp:
Sep 7, 2013, 12:22:09 PM (11 years ago)
Author:
vishaltiwari
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reports

    v24 v25  
    193193  * Port the classes, triangulate::ConstraintSplitPointFinder and triangulate::NonEncroachingSplitPointFinder.
    194194  * Write test cases for the same.
     195
     196=== Week 12: ===
     197'''1. Work Done:'''
     198[[BR]]
     199  * Ported the following classes:[[BR]]
     200     -- triangulate::Segment[[BR]]
     201     -- triangulate::splitSegment[[BR]]
     202     -- NonEncroachingSplitPointFinder[[BR]]
     203     -- ConstraintSplitPointFinder[[BR]]
     204     -- (method)geom::LineSegment::getCoordinate()[[BR]]
     205 
     206  * Worked out a number of problems with strk such as memory leaks in the triangulate::quadedge::QuadEdgeSubdivision class which is required for Voronoi Diagram Builder.
     207
     208'''2. Problems Faced:'''
     209[[BR]]
     210  * None.
     211
     212'''3. Work to be done in the next week'''
     213[[BR]]
     214  * Test VoronoiDiagramBuilder for memory leaks.
     215  * Make documentation.