]> SALOME platform Git repositories - modules/hydro.git/commit
Salome HOME
import/export of shp-files (draft)
authorisn <isn@opencascade.com>
Tue, 2 Jun 2015 14:15:02 +0000 (17:15 +0300)
committerisn <isn@opencascade.com>
Mon, 8 Jun 2015 12:00:27 +0000 (15:00 +0300)
commit03272058dd61951f5587394c1825839e2b47fc16
tree7d810f57dd37f9f1613e84622778934ca375f89a
parent243d0b3bd772e9d202c07f65839d0975faa6c655
import/export of shp-files (draft)
18 files changed:
src/HYDROData/CMakeLists.txt
src/HYDROData/shapelib/dbfopen.c [new file with mode: 0644]
src/HYDROData/shapelib/safileio.c [new file with mode: 0644]
src/HYDROData/shapelib/shapefil.h [new file with mode: 0644]
src/HYDROData/shapelib/shpopen.c [new file with mode: 0644]
src/HYDROData/shapelib/shptree.c [new file with mode: 0644]
src/HYDROData/shapelib/shputils.c [new file with mode: 0644]
src/HYDROGUI/CMakeLists.txt
src/HYDROGUI/HYDROGUI_ExportFileOp.cxx [new file with mode: 0644]
src/HYDROGUI/HYDROGUI_ExportFileOp.h [new file with mode: 0644]
src/HYDROGUI/HYDROGUI_ImportPolylineOp.cxx
src/HYDROGUI/HYDROGUI_ImportPolylineOp.h
src/HYDROGUI/HYDROGUI_Module.cxx
src/HYDROGUI/HYDROGUI_Operations.cxx
src/HYDROGUI/resources/HYDROGUI_images.ts
src/HYDROGUI/resources/HYDROGUI_msg_en.ts
src/HYDROGUI/resources/icon_export_polyline.png [new file with mode: 0644]
src/HYDROGUI/resources/icon_import_polyline.png [new file with mode: 0644]