]> SALOME platform Git repositories - modules/hydro.git/commit
Salome HOME
- VTKPrsDisplayer is introduced for Bathymetry visualization.
authorrkv <rkv@opencascade.com>
Wed, 20 Nov 2013 09:38:21 +0000 (09:38 +0000)
committerrkv <rkv@opencascade.com>
Wed, 20 Nov 2013 09:38:21 +0000 (09:38 +0000)
commitd5288d46b0d85156f7666edf2cef050dc6655eae
treeb71f6ed53680de381040a665ab4168b2364958af
parent8edf4fc66ea7a86eba33f7d084a598e6ceb6ca90
- VTKPrsDisplayer is introduced for Bathymetry visualization.
- All displayers are inherited from the abstract displayer.
23 files changed:
CMakeLists.txt
src/HYDROGUI/CMakeLists.txt
src/HYDROGUI/HYDROGUI_AbstractDisplayer.cxx
src/HYDROGUI/HYDROGUI_AbstractDisplayer.h
src/HYDROGUI/HYDROGUI_Displayer.cxx
src/HYDROGUI/HYDROGUI_Displayer.h
src/HYDROGUI/HYDROGUI_Module.cxx
src/HYDROGUI/HYDROGUI_Module.h
src/HYDROGUI/HYDROGUI_OCCDisplayer.cxx
src/HYDROGUI/HYDROGUI_OCCDisplayer.h
src/HYDROGUI/HYDROGUI_ShowHideOp.cxx
src/HYDROGUI/HYDROGUI_Tool.cxx
src/HYDROGUI/HYDROGUI_UpdateFlags.h
src/HYDROGUI/HYDROGUI_VTKPrs.cxx [new file with mode: 0644]
src/HYDROGUI/HYDROGUI_VTKPrs.h [new file with mode: 0644]
src/HYDROGUI/HYDROGUI_VTKPrsBathymetry.cxx [new file with mode: 0644]
src/HYDROGUI/HYDROGUI_VTKPrsBathymetry.h [new file with mode: 0644]
src/HYDROGUI/HYDROGUI_VTKPrsBathymetryDriver.cxx [new file with mode: 0644]
src/HYDROGUI/HYDROGUI_VTKPrsBathymetryDriver.h [new file with mode: 0644]
src/HYDROGUI/HYDROGUI_VTKPrsDisplayer.cxx [new file with mode: 0644]
src/HYDROGUI/HYDROGUI_VTKPrsDisplayer.h [new file with mode: 0644]
src/HYDROGUI/HYDROGUI_VTKPrsDriver.cxx [new file with mode: 0644]
src/HYDROGUI/HYDROGUI_VTKPrsDriver.h [new file with mode: 0644]