]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
CurveCreator implementation
authorskv <skv@opencascade.com>
Mon, 5 Aug 2013 09:52:04 +0000 (09:52 +0000)
committerskv <skv@opencascade.com>
Mon, 5 Aug 2013 09:52:04 +0000 (09:52 +0000)
commit999aec24a6d0285fc01c268d054185f9077303d6
tree21f09f276de6ef3e359002cf42dd67cd53d02086
parent13be0527517184f1452d7a902dda0afc463a1eba
CurveCreator implementation
33 files changed:
adm_local/unix/config_files/Makefile.am
adm_local/unix/config_files/check_CurveCreator.m4 [new file with mode: 0755]
configure.ac
src/CurveCreator/CurveCreator.hxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_Curve.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_Curve.hxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_CurveEditor.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_CurveEditor.hxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_Diff.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_Diff.hxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_EditPntDlg.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_EditPntDlg.h [new file with mode: 0644]
src/CurveCreator/CurveCreator_EditPntsDlg.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_EditPntsDlg.h [new file with mode: 0644]
src/CurveCreator/CurveCreator_EditPntsWidget.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_EditPntsWidget.h [new file with mode: 0644]
src/CurveCreator/CurveCreator_Macro.hxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_Operation.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_Operation.hxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_PointItem.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_PointItem.h [new file with mode: 0644]
src/CurveCreator/CurveCreator_Section.hxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_UndoOptsDlg.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_UndoOptsDlg.h [new file with mode: 0644]
src/CurveCreator/CurveCreator_Widget.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_Widget.h [new file with mode: 0644]
src/CurveCreator/Makefile.am [new file with mode: 0644]
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GeometryGUI.cxx
src/GEOMGUI/GeometryGUI_Operations.h
src/Makefile.am
src/OperationGUI/Makefile.am
src/OperationGUI/OperationGUI.cxx