]> SALOME platform Git repositories - modules/hydro.git/commit
Salome HOME
Curve creator has been moved from GEOM to HYDRO.
authoradv <adv@opencascade.com>
Fri, 15 Nov 2013 05:59:12 +0000 (05:59 +0000)
committeradv <adv@opencascade.com>
Fri, 15 Nov 2013 05:59:12 +0000 (05:59 +0000)
commit66eed78107ad562c2846807c99978fe5a212cca4
tree01c7f6ecda6821e6168232bb37933e0c095cb04b
parentaa775769b0acadaf1b510b8c860670c896f2ba6d
Curve creator has been moved from GEOM to HYDRO.
26 files changed:
CMakeLists.txt
src/HYDROCurveCreator/CMakeLists.txt [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator.hxx [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_Curve.cxx [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_Curve.hxx [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_Diff.cxx [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_Diff.hxx [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_ICurve.hxx [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_Listener.hxx [new file with mode: 0755]
src/HYDROCurveCreator/CurveCreator_Macro.hxx [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_NewSectionDlg.cxx [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_NewSectionDlg.h [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_Operation.cxx [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_Operation.hxx [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_Section.hxx [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_TreeView.cxx [new file with mode: 0755]
src/HYDROCurveCreator/CurveCreator_TreeView.h [new file with mode: 0755]
src/HYDROCurveCreator/CurveCreator_Widget.cxx [new file with mode: 0644]
src/HYDROCurveCreator/CurveCreator_Widget.h [new file with mode: 0644]
src/HYDROGUI/CMakeLists.txt
src/HYDROGUI/HYDROGUI_AISCurve.cxx
src/HYDROGUI/HYDROGUI_AISCurve.h
src/HYDROGUI/HYDROGUI_OCCSelector.cxx
src/HYDROGUI/HYDROGUI_OCCSelector.h
src/HYDROGUI/HYDROGUI_PolylineDlg.cxx
src/HYDROGUI/HYDROGUI_PolylineOp.cxx