Changes between Version 4 and Version 5 of Reports


Ignore:
Timestamp:
Jun 13, 2013, 10:02:36 AM (11 years ago)
Author:
vishaltiwari
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reports

    v4 v5  
    1313The aim of the project is as follows:
    1414
    15 '''a. Porting the Voronoi classes from JTS to GEOS:''' Providing the functionality of constructing Voronoi diagrams to GEOS by porting it from JTS to GEOS.
     15a. ''Porting the Voronoi classes from JTS to GEOS:'' Providing the functionality of constructing Voronoi diagrams to GEOS by porting it from JTS to GEOS.
    1616
    17 '''b. Writing C++ test cases:''' This will include porting the Voronoi Test file from JTS to GEOS. Furthermore one or two test cases will be written from scratch.
     17b. ''Writing C++ test cases:'' This will include porting the Voronoi Test file from JTS to GEOS. Furthermore one or two test cases will be written from scratch.
    1818
    19 '''c. Exposing the functions through C-API:''' It provides a wrapper for the C++ functions. All the reference functions are implemented in geos_ts_c.cpp. (These are the thread safe apis). These functions are also exposed via the non-thread apis that are implemented in geos_c.cpp file. Such wrapper will be provided for the functions/methods that will be ported for Voronoi Class.
     19c. ''Exposing the functions through C-API:'' It provides a wrapper for the C++ functions. All the reference functions are implemented in geos_ts_c.cpp. (These are the thread safe apis). These functions are also exposed via the non-thread apis that are implemented in geos_c.cpp file. Such wrapper will be provided for the functions/methods that will be ported for Voronoi Class.
    2020
    21 '''d. 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.
     21d. ''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
    2323=== Week1 Report ===
    2424'''1. Work Done :'''
    2525
    26 '''2. Work to be done in the next week ::'''
     26'''2. Work to be done in the next week :'''
    2727
    28 '''3. Problem Faced'''
     28'''3. Problem Faced :'''
    2929
    3030