Salome HOME
Finalize SMESH/padder integration (with tests and documentation)
authorboulant <boulant>
Tue, 8 Nov 2011 10:13:50 +0000 (10:13 +0000)
committerboulant <boulant>
Tue, 8 Nov 2011 10:13:50 +0000 (10:13 +0000)
commit0f838b96446dfd41a90e833cb3af4dbaf865fb7f
tree7d3c2954c9ef6045d92e39dce5368bb5bec69160
parent1dc8a6cb2cfeff7157974296cf2e124a33d33d19
Finalize SMESH/padder integration (with tests and documentation)
35 files changed:
configure.ac
src/Tools/Makefile.am
src/Tools/padder/Makefile.am
src/Tools/padder/doc/Makefile.am [new file with mode: 0755]
src/Tools/padder/doc/doxyfile.in [new file with mode: 0755]
src/Tools/padder/doc/images/SMESH_spadder_end.png [new file with mode: 0644]
src/Tools/padder/doc/images/SMESH_spadder_inputdialog_concrete.png [new file with mode: 0644]
src/Tools/padder/doc/images/SMESH_spadder_inputdialog_start.png [new file with mode: 0644]
src/Tools/padder/doc/images/SMESH_spadder_inputdialog_steelbar.png [new file with mode: 0644]
src/Tools/padder/doc/images/SMESH_spadder_menu.png [new file with mode: 0644]
src/Tools/padder/doc/images/SMESH_spadder_plugindialog_compute_finished.png [new file with mode: 0644]
src/Tools/padder/doc/images/SMESH_spadder_plugindialog_compute_ready.png [new file with mode: 0644]
src/Tools/padder/doc/images/SMESH_spadder_plugindialog_compute_running.png [new file with mode: 0644]
src/Tools/padder/doc/images/SMESH_spadder_plugindialog_published.png [new file with mode: 0644]
src/Tools/padder/doc/images/SMESH_spadder_plugindialog_start.png [new file with mode: 0644]
src/Tools/padder/doc/images/SMESH_spadder_start.png [new file with mode: 0644]
src/Tools/padder/doc/input/padder_userguide.doc [new file with mode: 0644]
src/Tools/padder/meshjob/idl/Makefile.am
src/Tools/padder/meshjob/idl/SPADDERPluginTest.idl [new file with mode: 0644]
src/Tools/padder/meshjob/impl/Makefile.am
src/Tools/padder/meshjob/impl/MeshJobManager_i.cxx
src/Tools/padder/meshjob/impl/SPADDERPluginTester_i.cxx [new file with mode: 0644]
src/Tools/padder/meshjob/impl/SPADDERPluginTester_i.hxx [new file with mode: 0644]
src/Tools/padder/meshjob/impl/testhelper.hxx
src/Tools/padder/resources/SPADDERCatalog.xml
src/Tools/padder/spadderpy/__init__.py
src/Tools/padder/spadderpy/gui/plugindialog.py
src/Tools/padder/spadderpy/gui/plugindialog.ui
src/Tools/padder/spadderpy/padder.cfg.in
src/Tools/padder/spadderpy/plugin/Makefile.am
src/Tools/padder/spadderpy/plugin/salome_plugins.py
src/Tools/padder/spadderpy/plugin/smesh_plugins.py [new file with mode: 0755]
src/Tools/padder/unittests/Makefile.am
src/Tools/padder/unittests/usecase_meshJobManager.py
src/Tools/padder/unittests/usecase_spadderPluginTester.py [new file with mode: 0644]