Salome HOME
[MEDCalc] Mesh view and slice presentation.
authorabn <adrien.bruneton@cea.fr>
Mon, 1 Aug 2016 15:07:45 +0000 (17:07 +0200)
committerabn <adrien.bruneton@cea.fr>
Mon, 1 Aug 2016 15:07:45 +0000 (17:07 +0200)
commit4f9f7dab21a26bad39e3e2383dc59e4028c350d3
treeab11e0f625c9685298660bf8577b0ec15e33878e
parent5f54667df6e8f1fb2558e85ab67c440ea98d4e93
[MEDCalc] Mesh view and slice presentation.
38 files changed:
idl/MEDPresentationManager.idl
src/MEDCalc/cmp/CMakeLists.txt
src/MEDCalc/cmp/MEDPresentation.hxx
src/MEDCalc/cmp/MEDPresentation.txx
src/MEDCalc/cmp/MEDPresentationContour.hxx
src/MEDCalc/cmp/MEDPresentationManager_i.cxx
src/MEDCalc/cmp/MEDPresentationManager_i.hxx
src/MEDCalc/cmp/MEDPresentationMeshView.cxx [new file with mode: 0644]
src/MEDCalc/cmp/MEDPresentationMeshView.hxx [new file with mode: 0644]
src/MEDCalc/cmp/MEDPresentationScalarMap.cxx
src/MEDCalc/cmp/MEDPresentationSlices.cxx
src/MEDCalc/cmp/MEDPresentationSlices.hxx
src/MEDCalc/gui/CMakeLists.txt
src/MEDCalc/gui/MEDWidgetHelperMeshView.cxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperMeshView.hxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperSlices.cxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperSlices.hxx [new file with mode: 0644]
src/MEDCalc/gui/MED_images.ts
src/MEDCalc/gui/MED_msg_en.ts
src/MEDCalc/gui/PresentationController.cxx
src/MEDCalc/gui/PresentationController.hxx
src/MEDCalc/gui/PresentationEvent.hxx
src/MEDCalc/gui/dialogs/WidgetPresentationParameters.cxx
src/MEDCalc/gui/dialogs/WidgetPresentationParameters.hxx
src/MEDCalc/gui/dialogs/WidgetPresentationParameters.ui
src/MEDCalc/res/presentations/classic/visu_mesh16.png [new file with mode: 0644]
src/MEDCalc/res/presentations/classic/visu_mesh24.png [new file with mode: 0644]
src/MEDCalc/res/presentations/modern/mesh16.png [new file with mode: 0644]
src/MEDCalc/res/presentations/modern/mesh24.png [new file with mode: 0644]
src/MEDCalc/res/presentations/modern/mesh24_1.png [new file with mode: 0644]
src/MEDCalc/test/tui/CMakeLists.txt
src/MEDCalc/test/tui/contour.py
src/MEDCalc/test/tui/mesh_view.py [new file with mode: 0644]
src/MEDCalc/test/tui/scalar_map.py
src/MEDCalc/test/tui/slices.py [new file with mode: 0644]
src/MEDCalc/test/tui/tests.set
src/MEDCalc/tui/__init__.py
src/MEDCalc/tui/medpresentation.py