Salome HOME
bos #20430 [CEA 20428] FIELDS : improvement of simplified visualisations V9_7_0a1 V9_7_0a2 V9_7_0b1
authorrnv <rnv@opencascade.com>
Mon, 25 Jan 2021 01:31:36 +0000 (04:31 +0300)
committervsr <vsr@opencascade.com>
Tue, 20 Apr 2021 13:23:44 +0000 (16:23 +0300)
commit9a9f81053e1e8fa736b90baf2843b49e6df8af81
tree500af79ce538c7c2b00a75b5446dcf03be02dc3d
parent12e72b16e927a491139cde26adf98395bf222ce1
bos #20430 [CEA 20428] FIELDS : improvement of simplified visualisations
70 files changed:
idl/MEDEventListener.idl
idl/MEDPresentationManager.idl
src/MEDCalc/MEDCalcConstants.hxx
src/MEDCalc/cmp/CMakeLists.txt
src/MEDCalc/cmp/MED.cxx
src/MEDCalc/cmp/MEDPresentation.cxx
src/MEDCalc/cmp/MEDPresentation.hxx
src/MEDCalc/cmp/MEDPresentation.txx
src/MEDCalc/cmp/MEDPresentationContour.cxx
src/MEDCalc/cmp/MEDPresentationContour.hxx
src/MEDCalc/cmp/MEDPresentationCutSegment.cxx [new file with mode: 0644]
src/MEDCalc/cmp/MEDPresentationCutSegment.hxx [new file with mode: 0644]
src/MEDCalc/cmp/MEDPresentationDeflectionShape.cxx
src/MEDCalc/cmp/MEDPresentationManager_i.cxx
src/MEDCalc/cmp/MEDPresentationManager_i.hxx
src/MEDCalc/cmp/MEDPresentationMeshView.cxx
src/MEDCalc/cmp/MEDPresentationMeshView.hxx
src/MEDCalc/cmp/MEDPresentationPlot3D.cxx [new file with mode: 0644]
src/MEDCalc/cmp/MEDPresentationPlot3D.hxx [new file with mode: 0644]
src/MEDCalc/cmp/MEDPresentationPointSprite.cxx
src/MEDCalc/cmp/MEDPresentationPointSprite.hxx
src/MEDCalc/cmp/MEDPresentationScalarMap.cxx
src/MEDCalc/cmp/MEDPresentationSlices.cxx
src/MEDCalc/cmp/MEDPresentationStreamLines.cxx [new file with mode: 0644]
src/MEDCalc/cmp/MEDPresentationStreamLines.hxx [new file with mode: 0644]
src/MEDCalc/cmp/MEDPresentationVectorField.cxx
src/MEDCalc/cmp/MEDPresentationVectorField.hxx
src/MEDCalc/gui/CMakeLists.txt
src/MEDCalc/gui/FIELDS_images.ts
src/MEDCalc/gui/FIELDS_msg_en.ts
src/MEDCalc/gui/FIELDS_msg_fr.ts
src/MEDCalc/gui/FIELDS_msg_ja.ts
src/MEDCalc/gui/MEDCALCGUI_Displayer.cxx [new file with mode: 0644]
src/MEDCalc/gui/MEDCALCGUI_Displayer.hxx [new file with mode: 0644]
src/MEDCalc/gui/MEDModule.cxx
src/MEDCalc/gui/MEDModule.hxx
src/MEDCalc/gui/MEDWidgetHelper.cxx
src/MEDCalc/gui/MEDWidgetHelper.hxx
src/MEDCalc/gui/MEDWidgetHelperContour.cxx
src/MEDCalc/gui/MEDWidgetHelperContour.hxx
src/MEDCalc/gui/MEDWidgetHelperCutSegment.cxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperCutSegment.hxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperPlot3D.cxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperPlot3D.hxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperStreamLines.cxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperStreamLines.hxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperVectorField.cxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperVectorField.hxx
src/MEDCalc/gui/PresentationController.cxx
src/MEDCalc/gui/PresentationController.hxx
src/MEDCalc/gui/PresentationEvent.hxx
src/MEDCalc/gui/WorkspaceController.cxx
src/MEDCalc/gui/dialogs/WidgetPresentationParameters.cxx
src/MEDCalc/gui/dialogs/WidgetPresentationParameters.hxx
src/MEDCalc/gui/dialogs/WidgetPresentationParameters.ui
src/MEDCalc/res/presentations/classic/visu_cutsegment16.png [new file with mode: 0644]
src/MEDCalc/res/presentations/classic/visu_cutsegment24.png [new file with mode: 0644]
src/MEDCalc/res/presentations/classic/visu_plot3d16.png [new file with mode: 0644]
src/MEDCalc/res/presentations/classic/visu_plot3d24.png [new file with mode: 0644]
src/MEDCalc/res/presentations/classic/visu_streamlines16.png [new file with mode: 0644]
src/MEDCalc/res/presentations/classic/visu_streamlines24.png [new file with mode: 0644]
src/MEDCalc/res/presentations/modern/pqPlot16.png [new file with mode: 0644]
src/MEDCalc/res/presentations/modern/pqPlot24.png [new file with mode: 0644]
src/MEDCalc/res/presentations/modern/pqPlotOverLine16.png [new file with mode: 0644]
src/MEDCalc/res/presentations/modern/pqPlotOverLine24.png [new file with mode: 0644]
src/MEDCalc/res/presentations/modern/pqStreamTracer16.png [new file with mode: 0644]
src/MEDCalc/res/presentations/modern/pqStreamTracer24.png [new file with mode: 0644]
src/MEDCalc/tui/__init__.py
src/MEDCalc/tui/medevents.py
src/MEDCalc/tui/medpresentation.py