Salome HOME
0022661: EDF GEOM: [HYDRO] Integration of the polyline editor in GEOM
authorskv <skv@opencascade.com>
Mon, 8 Sep 2014 12:07:16 +0000 (16:07 +0400)
committervsr <vsr@opencascade.com>
Fri, 10 Oct 2014 09:29:30 +0000 (13:29 +0400)
commit8866b5fcd5529bf033ebfb845dafdbaf33d3899c
treeafb28ada4fd3b8b3208c6bb5b19dce1285aa1a1d
parentf4bb8ea64a1656b8cc8a714c1498ff45ac90b2fb
0022661: EDF GEOM: [HYDRO] Integration of the polyline editor in GEOM
79 files changed:
CMakeLists.txt
doc/salome/examples/polyline.py [new file with mode: 0644]
doc/salome/gui/GEOM/images/polyline_dlg.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/polyline_dlg_add_section.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/polyline_dlg_edit_section.png [new file with mode: 0644]
doc/salome/gui/GEOM/input/creating_basic_go.doc
doc/salome/gui/GEOM/input/creating_polyline.doc [new file with mode: 0644]
doc/salome/gui/GEOM/input/tui_polyline.doc [new file with mode: 0644]
idl/GEOM_Gen.idl
src/CMakeLists.txt
src/CurveCreator/CMakeLists.txt
src/CurveCreator/CurveCreator.hxx
src/CurveCreator/CurveCreator_Curve.cxx
src/CurveCreator/CurveCreator_Curve.hxx
src/CurveCreator/CurveCreator_CurveEditor.cxx [deleted file]
src/CurveCreator/CurveCreator_CurveEditor.hxx [deleted file]
src/CurveCreator/CurveCreator_Diff.cxx
src/CurveCreator/CurveCreator_Diff.hxx
src/CurveCreator/CurveCreator_Displayer.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_Displayer.hxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_ICurve.cxx [deleted file]
src/CurveCreator/CurveCreator_ICurve.hxx
src/CurveCreator/CurveCreator_Listener.hxx [deleted file]
src/CurveCreator/CurveCreator_Macro.hxx
src/CurveCreator/CurveCreator_NewPointDlg.cxx [deleted file]
src/CurveCreator/CurveCreator_NewPointDlg.h [deleted file]
src/CurveCreator/CurveCreator_NewSectionDlg.cxx [changed mode: 0755->0644]
src/CurveCreator/CurveCreator_NewSectionDlg.h [changed mode: 0755->0644]
src/CurveCreator/CurveCreator_Operation.cxx
src/CurveCreator/CurveCreator_Operation.hxx
src/CurveCreator/CurveCreator_PosPoint.hxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_Section.hxx
src/CurveCreator/CurveCreator_TableView.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_TableView.h [new file with mode: 0644]
src/CurveCreator/CurveCreator_TreeView.cxx [changed mode: 0755->0644]
src/CurveCreator/CurveCreator_TreeView.h [changed mode: 0755->0644]
src/CurveCreator/CurveCreator_UndoOptsDlg.cxx [deleted file]
src/CurveCreator/CurveCreator_UndoOptsDlg.h [deleted file]
src/CurveCreator/CurveCreator_Utils.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_Utils.hxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_UtilsICurve.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_UtilsICurve.hxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_Widget.cxx
src/CurveCreator/CurveCreator_Widget.h
src/EntityGUI/CMakeLists.txt
src/EntityGUI/EntityGUI.cxx
src/EntityGUI/EntityGUI_PolylineDlg.cxx [new file with mode: 0644]
src/EntityGUI/EntityGUI_PolylineDlg.h [new file with mode: 0644]
src/GEOM/GEOM_Function.cxx
src/GEOM/GEOM_Function.hxx
src/GEOMGUI/GEOM_images.ts
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GeometryGUI.cxx
src/GEOMGUI/GeometryGUI_Operations.h
src/GEOMImpl/CMakeLists.txt
src/GEOMImpl/GEOMImpl_ICurvesOperations.cxx
src/GEOMImpl/GEOMImpl_ICurvesOperations.hxx
src/GEOMImpl/GEOMImpl_IPolyline2D.cxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_IPolyline2D.hxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_PolylineDriver.cxx
src/GEOMImpl/GEOMImpl_PolylineDriver.hxx
src/GEOMImpl/GEOMImpl_PolylineDumper.cxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_PolylineDumper.hxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_Types.hxx [changed mode: 0755->0644]
src/GEOM_I/GEOM_ICurvesOperations_i.cc
src/GEOM_I/GEOM_ICurvesOperations_i.hh
src/GEOM_I/GEOM_IHealingOperations_i.cc
src/GEOM_I/GEOM_IHealingOperations_i.hh
src/GEOM_I/GEOM_IOperations_i.cc
src/GEOM_I/GEOM_IOperations_i.hh
src/GEOM_SWIG/geomBuilder.py
src/GEOM_SWIG/gsketcher.py
src/OperationGUI/CMakeLists.txt
src/OperationGUI/OperationGUI.cxx
src/SKETCHER/CMakeLists.txt
src/SKETCHER/Sketcher.hxx [new file with mode: 0644]
src/SKETCHER/Sketcher_Profile.hxx
src/SKETCHER/Sketcher_Utils.cxx [new file with mode: 0644]
src/SKETCHER/Sketcher_Utils.hxx [new file with mode: 0644]