Changes between Version 9 and Version 10 of Reports


Ignore:
Timestamp:
Jun 28, 2013, 11:51:07 AM (11 years ago)
Author:
vishaltiwari
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reports

    v9 v10  
    2121d. ''Writing C test cases:'' Test cases to test the Voronoi class methods wrapper functions written in geos_ts_c.cpp and geos_c.cpp will be written to test all the methods exposed via the apis.
    2222
    23 === Week1 Report ===
     23=== Week 1 Report ===
    2424'''1. Work Done :'''
    2525[[BR]]
     
    3232  * More methods like geos::geom::Triangle::circumcentre, and geos::geom::closeRing that were required in the above functions were also ported.
    3333 
    34 
    3534'''2. Problem Faced :'''
    3635[[BR]]
     
    4342  * Start with the port of class VoronoiDiagramBuilder.
    4443
     44=== Week 2 Report ===
     45'''1. Work Done:'''
     46[[BR]]
     47  * I have fixed the problems that i was facing the previous week.
     48  * I have ported all the methods and classes that are required for VoronoiDiagramBuilder.
     49  * I have started the port of VoronoiDiagramBuilder class.
     50
     51'''2. Problems Faced :'''
     52[[BR]]
     53  * During the port of one of the methods i was stuck with some C++ STL data structure, which required a different compiler, but it was solved, as i used a different STL data structure.
     54
     55'''3. Work to be done in the next week:'''
     56[[BR]]
     57  * Finish the port of VoronoiDiagramBuilder class.
     58  * Write the testcases for QuadEdgeSubdivision class, and related methods that i have ported earlier.