Salome HOME
Implementation of ACISPLUGIN as a GEOM plugin (added files)
authormpa <mpa@opencascade.com>
Wed, 3 Sep 2014 09:49:27 +0000 (13:49 +0400)
committermpa <mpa@opencascade.com>
Wed, 3 Sep 2014 09:49:27 +0000 (13:49 +0400)
commit77903c15949d06de2258c1a1e3f6f97a5632c251
tree85aa74814c778b71ecf4e96ebdccc185365b438c
parent1e393665b60debfa24c4ffa63c85dc5f4b013af4
Implementation of ACISPLUGIN as a GEOM plugin (added files)
48 files changed:
doc/CMakeLists.txt [new file with mode: 0755]
doc/salome/CMakeLists.txt [new file with mode: 0755]
doc/salome/examples/ACISPlugindemo.py [new file with mode: 0644]
doc/salome/examples/CMakeLists.txt [new file with mode: 0644]
doc/salome/gui/ACISPLUGIN/CMakeLists.txt [new file with mode: 0755]
doc/salome/gui/ACISPLUGIN/doxyfile.in [new file with mode: 0755]
doc/salome/gui/ACISPLUGIN/doxyfile_py.in [new file with mode: 0755]
doc/salome/gui/ACISPLUGIN/images/export_acis.png [new file with mode: 0644]
doc/salome/gui/ACISPLUGIN/images/group_acis.png [new file with mode: 0644]
doc/salome/gui/ACISPLUGIN/images/head.png [new file with mode: 0755]
doc/salome/gui/ACISPLUGIN/images/import_acis.png [new file with mode: 0644]
doc/salome/gui/ACISPLUGIN/images/reopen_acis.png [new file with mode: 0644]
doc/salome/gui/ACISPLUGIN/input/acisplugin_importexport_page.doc [new file with mode: 0644]
doc/salome/gui/ACISPLUGIN/input/acisplugin_python_interface_page.doc [new file with mode: 0644]
doc/salome/gui/ACISPLUGIN/input/index.doc [new file with mode: 0644]
doc/salome/gui/ACISPLUGIN/static/footer.html [new file with mode: 0755]
doc/salome/gui/ACISPLUGIN/static/header.html.in [new file with mode: 0755]
doc/salome/gui/ACISPLUGIN/static/header_py.html.in [new file with mode: 0644]
doc/salome/gui/ACISPLUGIN/static/salome_extra.css [new file with mode: 0644]
doc/salome/gui/CMakeLists.txt [new file with mode: 0755]
idl/ACISPlugin_Gen.idl [new file with mode: 0644]
idl/CMakeLists.txt [new file with mode: 0755]
resources/ACISPlugin.xml [new file with mode: 0644]
resources/SalomeApp.xml [new file with mode: 0644]
src/ACISPluginBuilder.py [new file with mode: 0644]
src/ACISPluginEngine.cxx [new file with mode: 0644]
src/ACISPluginGUI.cxx [new file with mode: 0644]
src/ACISPluginGUI.h [new file with mode: 0644]
src/ACISPlugin_ExportDlg.cxx [new file with mode: 0644]
src/ACISPlugin_ExportDlg.h [new file with mode: 0644]
src/ACISPlugin_ExportDriver.hxx [new file with mode: 0644]
src/ACISPlugin_IECallBack.cxx [new file with mode: 0755]
src/ACISPlugin_IECallBack.hxx [new file with mode: 0644]
src/ACISPlugin_IExport.hxx [new file with mode: 0644]
src/ACISPlugin_IImport.hxx [new file with mode: 0644]
src/ACISPlugin_IOperations.cxx [new file with mode: 0644]
src/ACISPlugin_IOperations.hxx [new file with mode: 0644]
src/ACISPlugin_ImportDlg.cxx [new file with mode: 0644]
src/ACISPlugin_ImportDlg.h [new file with mode: 0644]
src/ACISPlugin_ImportDriver.hxx [new file with mode: 0644]
src/ACISPlugin_OperationsCreator.cc [new file with mode: 0644]
src/ACISPlugin_OperationsCreator.hh [new file with mode: 0755]
src/ACISPlugin_Operations_i.cc [new file with mode: 0644]
src/ACISPlugin_Operations_i.hh [new file with mode: 0644]
src/__init__.py [new file with mode: 0644]
src/resources/ACISPlugin_msg_en.ts [new file with mode: 0644]
src/resources/ACISPlugin_msg_fr.ts [new file with mode: 0644]
src/resources/ACISPlugin_msg_ja.ts [new file with mode: 0644]