Salome HOME
[MEDCalc] Contour presentation
authorabn <adrien.bruneton@cea.fr>
Mon, 1 Aug 2016 07:55:17 +0000 (09:55 +0200)
committerabn <adrien.bruneton@cea.fr>
Mon, 1 Aug 2016 07:55:17 +0000 (09:55 +0200)
commit5f54667df6e8f1fb2558e85ab67c440ea98d4e93
treefab8690934b9512e18a0fc16703f509f864e9ab9
parent7599fb91bba597349668f8439bad0116702ecbf5
[MEDCalc] Contour presentation
26 files changed:
idl/MEDEventListener.idl
idl/MEDPresentationManager.idl
src/MEDCalc/cmp/CMakeLists.txt
src/MEDCalc/cmp/MEDPresentation.cxx
src/MEDCalc/cmp/MEDPresentation.hxx
src/MEDCalc/cmp/MEDPresentationContour.cxx
src/MEDCalc/cmp/MEDPresentationContour.hxx
src/MEDCalc/cmp/MEDPresentationManager_i.cxx
src/MEDCalc/cmp/MEDPresentationManager_i.hxx
src/MEDCalc/cmp/MEDPresentationManager_i.txx
src/MEDCalc/cmp/MEDPresentationScalarMap.cxx
src/MEDCalc/gui/CMakeLists.txt
src/MEDCalc/gui/MEDWidgetHelperContour.cxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperContour.hxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperScalarMap.hxx
src/MEDCalc/gui/PresentationController.cxx
src/MEDCalc/gui/PresentationEvent.hxx
src/MEDCalc/gui/WorkspaceController.cxx
src/MEDCalc/gui/dialogs/WidgetPresentationParameters.cxx
src/MEDCalc/gui/dialogs/WidgetPresentationParameters.hxx
src/MEDCalc/test/tui/contour.py [new file with mode: 0644]
src/MEDCalc/test/tui/medfiles/agitateur.med [new file with mode: 0644]
src/MEDCalc/test/tui/scalar_map.py
src/MEDCalc/tui/__init__.py
src/MEDCalc/tui/medevents.py
src/MEDCalc/tui/medpresentation.py