Salome HOME
Add field interpolation to GUI
authorCédric Aguerre <cedric.aguerre@edf.fr>
Tue, 21 Oct 2014 10:04:06 +0000 (12:04 +0200)
committerCédric Aguerre <cedric.aguerre@edf.fr>
Tue, 21 Oct 2014 10:04:06 +0000 (12:04 +0200)
commit6f83c26127510dc0f245f97177b363361a4b5a59
tree7a51def100eb425fb7783a35c33c183a1f91dad6
parentaf090bfc0bd83e11a2c9206d09c1099f9db0da6b
Add field interpolation to GUI
22 files changed:
idl/MEDDataManager.idl
src/MEDOP/cmp/CMakeLists.txt
src/MEDOP/cmp/MEDDataManager_i.cxx
src/MEDOP/cmp/MEDDataManager_i.hxx
src/MEDOP/gui/DatasourceController.cxx
src/MEDOP/gui/DatasourceController.hxx
src/MEDOP/gui/MED_images.ts
src/MEDOP/gui/MED_msg_en.ts
src/MEDOP/gui/MED_msg_fr.ts
src/MEDOP/gui/XmedConsoleDriver.cxx
src/MEDOP/gui/dialogs/CMakeLists.txt
src/MEDOP/gui/dialogs/DlgChangeUnderlyingMesh.ui
src/MEDOP/gui/dialogs/DlgInterpolateField.cxx [new file with mode: 0644]
src/MEDOP/gui/dialogs/DlgInterpolateField.hxx [new file with mode: 0644]
src/MEDOP/gui/dialogs/DlgInterpolateField.ui [new file with mode: 0644]
src/MEDOP/gui/dialogs/GenericDialog.ui
src/MEDOP/res/CMakeLists.txt
src/MEDOP/res/datasource_interpolateField.png [new file with mode: 0644]
src/MEDOP/res/testfiles/smooth_surface.med [new file with mode: 0644]
src/MEDOP/res/testfiles/smooth_surface_and_field.med [new file with mode: 0644]
src/MEDOP/tui/xmedpy/driver_pvis.py
src/MEDOP/tui/xmedpy/fieldtools.py