Salome HOME
NRI : First integration.
authornri <nri@opencascade.com>
Mon, 19 May 2003 14:07:00 +0000 (14:07 +0000)
committernri <nri@opencascade.com>
Mon, 19 May 2003 14:07:00 +0000 (14:07 +0000)
commit3973ceea250d2a077cdb5a798eb7c6151fa9c568
treefa52bd88d6a70553034e62d0226c49eff52daca6
parent26dabc480d24eb0f05427661547c8523e8eadc24
NRI : First integration.
104 files changed:
src/Driver/Document_Reader.cxx [new file with mode: 0644]
src/Driver/Document_Reader.h [new file with mode: 0644]
src/Driver/Document_Writer.cxx [new file with mode: 0644]
src/Driver/Document_Writer.h [new file with mode: 0644]
src/Driver/Driver_dl.cxx [new file with mode: 0644]
src/Driver/Makefile.in [new file with mode: 0644]
src/Driver/Mesh_Reader.cxx [new file with mode: 0644]
src/Driver/Mesh_Reader.h [new file with mode: 0644]
src/Driver/Mesh_Writer.cxx [new file with mode: 0644]
src/Driver/Mesh_Writer.h [new file with mode: 0644]
src/Driver/SMESHDriver.cxx [new file with mode: 0644]
src/Driver/SMESHDriver.h [new file with mode: 0644]
src/MEFISTO2/Makefile.in [new file with mode: 0644]
src/MEFISTO2/Rn.h [new file with mode: 0755]
src/MEFISTO2/aptrte.cxx [new file with mode: 0755]
src/MEFISTO2/aptrte.h [new file with mode: 0755]
src/MEFISTO2/areteideale.f [new file with mode: 0755]
src/MEFISTO2/trte.f [new file with mode: 0755]
src/Makefile.in [new file with mode: 0644]
src/OBJECT/Makefile.in [new file with mode: 0644]
src/OBJECT/SMESH_Actor.cxx [new file with mode: 0644]
src/OBJECT/SMESH_Actor.h [new file with mode: 0644]
src/OBJECT/SMESH_Grid.cxx [new file with mode: 0644]
src/OBJECT/SMESH_Grid.h [new file with mode: 0644]
src/SMESHFiltersSelection/Handle_SMESH_TypeFilter.hxx [new file with mode: 0644]
src/SMESHFiltersSelection/Makefile.in [new file with mode: 0644]
src/SMESHFiltersSelection/SMESH_Type.h [new file with mode: 0644]
src/SMESHFiltersSelection/SMESH_TypeFilter.cxx [new file with mode: 0644]
src/SMESHFiltersSelection/SMESH_TypeFilter.hxx [new file with mode: 0644]
src/SMESHFiltersSelection/SMESH_TypeFilter.ixx [new file with mode: 0644]
src/SMESHFiltersSelection/SMESH_TypeFilter.jxx [new file with mode: 0644]
src/SMESHGUI/Makefile.in [new file with mode: 0644]
src/SMESHGUI/SMESHGUI.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddAlgorithmDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddAlgorithmDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddEdgeDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddEdgeDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddFaceDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddFaceDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddHypothesisDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddHypothesisDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddSubMeshDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddSubMeshDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddVolumeDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_AddVolumeDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_ComputeScalarValue.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_ComputeScalarValue.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_DiagonalInversionDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_DiagonalInversionDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_EdgesConnectivityDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_EdgesConnectivityDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_EditHypothesesDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_EditHypothesesDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_EditScalarBarDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_EditScalarBarDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_InitMeshDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_InitMeshDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_LocalLengthDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_LocalLengthDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_MaxElementAreaDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_MaxElementAreaDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_MaxElementVolumeDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_MaxElementVolumeDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_MeshInfosDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_MeshInfosDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_MoveNodesDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_MoveNodesDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_NbSegmentsDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_NbSegmentsDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_NodesDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_NodesDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_OrientationElementsDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_OrientationElementsDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_Preferences_ScalarBarDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_Preferences_ScalarBarDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_RemoveElementsDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_RemoveNodesDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_RemoveNodesDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_SpinBox.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_SpinBox.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_StudyAPI.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_StudyAPI.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_Swig.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_Swig.hxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_Swig.i [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_TransparencyDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_TransparencyDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_aParameterDlg.cxx [new file with mode: 0644]
src/SMESHGUI/SMESHGUI_aParameterDlg.h [new file with mode: 0644]
src/SMESHGUI/SMESH_icons.po [new file with mode: 0644]
src/SMESHGUI/SMESH_msg_en.po [new file with mode: 0644]
src/SMESH_SWIG/Makefile.in [new file with mode: 0644]
src/SMESH_SWIG/SMESH_fixation.py [new file with mode: 0644]
src/SMESH_SWIG/SMESH_mechanic.py [new file with mode: 0644]
src/SMESH_SWIG/SMESH_test0.py [new file with mode: 0644]
src/SMESH_SWIG/SMESH_test1.py [new file with mode: 0644]
src/SMESH_SWIG/SMESH_test2.py [new file with mode: 0644]
src/SMESH_SWIG/SMESH_test3.py [new file with mode: 0644]
src/SMESH_SWIG/batchmode_smesh.py [new file with mode: 0644]
src/SMESH_SWIG/libSMESH_Swig.i [new file with mode: 0644]