Salome HOME
[MEDCalcl] PointSprite and VectorField presentations.
authorabn <adrien.bruneton@cea.fr>
Wed, 3 Aug 2016 15:05:00 +0000 (17:05 +0200)
committerabn <adrien.bruneton@cea.fr>
Wed, 3 Aug 2016 15:05:00 +0000 (17:05 +0200)
commit7d544dd8676fb5c514b5bc2c175967b45d10cc67
tree4a0c256386761f246cd9a961f42a34f42df8d103
parentede17e79573b8cbb9a384e698a925450cc386a89
[MEDCalcl] PointSprite and VectorField presentations.

+ also some refactoring to group common pipelines commands
+ still some work to be done on the scaling factor for VectorField
33 files changed:
idl/MEDPresentationManager.idl
src/MEDCalc/cmp/CMakeLists.txt
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/MEDPresentationManager_i.cxx
src/MEDCalc/cmp/MEDPresentationManager_i.hxx
src/MEDCalc/cmp/MEDPresentationMeshView.cxx
src/MEDCalc/cmp/MEDPresentationMeshView.hxx
src/MEDCalc/cmp/MEDPresentationPointSprite.cxx
src/MEDCalc/cmp/MEDPresentationPointSprite.hxx
src/MEDCalc/cmp/MEDPresentationScalarMap.cxx
src/MEDCalc/cmp/MEDPresentationSlices.cxx
src/MEDCalc/cmp/MEDPresentationSlices.hxx
src/MEDCalc/cmp/MEDPresentationVectorField.cxx
src/MEDCalc/cmp/MEDPresentationVectorField.hxx
src/MEDCalc/gui/CMakeLists.txt
src/MEDCalc/gui/MEDWidgetHelperComponent.cxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperComponent.hxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperPointSprite.hxx [new file with mode: 0644]
src/MEDCalc/gui/MEDWidgetHelperScalarMap.cxx [deleted file]
src/MEDCalc/gui/MEDWidgetHelperScalarMap.hxx
src/MEDCalc/gui/MEDWidgetHelperVectorField.hxx [new file with mode: 0644]
src/MEDCalc/gui/PresentationController.cxx
src/MEDCalc/gui/PresentationEvent.hxx
src/MEDCalc/test/tui/point_sprite.py [new file with mode: 0644]
src/MEDCalc/test/tui/slices.py
src/MEDCalc/test/tui/tests.set
src/MEDCalc/test/tui/vector_field.py [new file with mode: 0644]
src/MEDCalc/tui/__init__.py
src/MEDCalc/tui/medpresentation.py