summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-12 22:16:48 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-12 22:16:48 +0000
commite781241d96b340a7933ec2404480a2de2bade957 (patch)
tree23b00f1bf29d59b3a750ba56b6a1aeee61aa1e4a /cad
parentSALOME is a free software that provides a generic platform for Pre (diff)
SALOME is a free software that provides a generic platform for Pre
and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains Post-pro (VISU) module. WWW: http://www.salome-platform.org - Stas Timokhin devel@stasyan.com PR: ports/143469 Submitted by: Stas Timokhin <devel at stasyan.com>
Notes
Notes: svn path=/head/; revision=249733
Diffstat (limited to 'cad')
-rw-r--r--cad/Makefile1
-rw-r--r--cad/salome-visu/Makefile14
-rw-r--r--cad/salome-visu/files/patch-VisuGUI.h10
-rw-r--r--cad/salome-visu/files/patch-VisuGUI_DeformedShapeAndScalarMapDlg.h10
-rw-r--r--cad/salome-visu/files/patch-bin_Makefile.am11
-rw-r--r--cad/salome-visu/files/patch-check_VISU.m420
-rw-r--r--cad/salome-visu/pkg-descr19
-rw-r--r--cad/salome-visu/pkg-plist1032
8 files changed, 1117 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile
index 64c0e4600d46..be32d7f4805d 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -81,6 +81,7 @@
SUBDIR += salome-randomizer
SUBDIR += salome-sierpinsky
SUBDIR += salome-smesh
+ SUBDIR += salome-visu
SUBDIR += sceptre
SUBDIR += scotch
SUBDIR += scv
diff --git a/cad/salome-visu/Makefile b/cad/salome-visu/Makefile
new file mode 100644
index 000000000000..ee47682b4346
--- /dev/null
+++ b/cad/salome-visu/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: cad/salome-visu
+# Date created: 20 May 2009
+# Whom: Stas Timokhin <devel@stasyan.com>
+#
+# $FreeBSD$
+
+CATEGORIES= cad science
+
+MASTERDIR= ${.CURDIR}/../salome
+
+PKGNAMESUFFIX= -visu
+SAL_MODULE_UPPER= VISU
+
+.include "${MASTERDIR}/Makefile"
diff --git a/cad/salome-visu/files/patch-VisuGUI.h b/cad/salome-visu/files/patch-VisuGUI.h
new file mode 100644
index 000000000000..d98d4b6f5045
--- /dev/null
+++ b/cad/salome-visu/files/patch-VisuGUI.h
@@ -0,0 +1,10 @@
+--- src/VISUGUI/VisuGUI.h.orig 2009-06-09 09:02:43.000000000 +0700
++++ src/VISUGUI/VisuGUI.h 2009-06-09 09:02:52.000000000 +0700
+@@ -36,6 +36,7 @@
+
+ #include <map>
+ #include <set>
++#include <limits>
+
+ class SUIT_ViewManager;
+ class SVTK_ViewWindow;
diff --git a/cad/salome-visu/files/patch-VisuGUI_DeformedShapeAndScalarMapDlg.h b/cad/salome-visu/files/patch-VisuGUI_DeformedShapeAndScalarMapDlg.h
new file mode 100644
index 000000000000..e45621cf4a47
--- /dev/null
+++ b/cad/salome-visu/files/patch-VisuGUI_DeformedShapeAndScalarMapDlg.h
@@ -0,0 +1,10 @@
+--- src/VISUGUI/VisuGUI_DeformedShapeAndScalarMapDlg.h.orig 2009-06-09 09:08:07.000000000 +0700
++++ src/VISUGUI/VisuGUI_DeformedShapeAndScalarMapDlg.h 2009-06-09 09:08:17.000000000 +0700
+@@ -43,6 +43,7 @@
+
+ #include <set>
+ #include <vector>
++#include <limits>
+
+ class SalomeApp_Module;
+ class VisuGUI_InputPane;
diff --git a/cad/salome-visu/files/patch-bin_Makefile.am b/cad/salome-visu/files/patch-bin_Makefile.am
new file mode 100644
index 000000000000..fa1a428a4c5d
--- /dev/null
+++ b/cad/salome-visu/files/patch-bin_Makefile.am
@@ -0,0 +1,11 @@
+--- bin/Makefile.am.orig 2010-01-06 22:19:41.000000000 +0600
++++ bin/Makefile.am 2010-01-06 22:19:47.000000000 +0600
+@@ -22,7 +22,7 @@
+ include $(top_srcdir)/adm_local/unix/make_common_starter.am
+
+ # non-distributed files
+-nodist_salomescript_DATA = VERSION
++nodist_salomescript_DATA =
+
+ # distributed files
+ dist_salomescript_SCRIPTS =
diff --git a/cad/salome-visu/files/patch-check_VISU.m4 b/cad/salome-visu/files/patch-check_VISU.m4
new file mode 100644
index 000000000000..e1e5c73b33e9
--- /dev/null
+++ b/cad/salome-visu/files/patch-check_VISU.m4
@@ -0,0 +1,20 @@
+--- adm_local/unix/config_files/check_VISU.m4.orig 2009-08-14 21:49:26.000000000 +0700
++++ adm_local/unix/config_files/check_VISU.m4 2009-08-14 21:49:34.000000000 +0700
+@@ -40,7 +40,7 @@
+ [ --with-visu=DIR root directory path of VISU module installation ],
+ VISU_DIR="$withval",VISU_DIR="")
+
+-if test "x$VISU_DIR" == "x" ; then
++if test "x$VISU_DIR" = "x" ; then
+ # no --with-visu-dir option used
+ if test "x$VISU_ROOT_DIR" != "x" ; then
+ # VISU_ROOT_DIR environment variable defined
+@@ -52,7 +52,7 @@
+ Visu_ok=yes
+ AC_MSG_RESULT(Using VISU module distribution in ${VISU_DIR})
+
+- if test "x$VISU_ROOT_DIR" == "x" ; then
++ if test "x$VISU_ROOT_DIR" = "x" ; then
+ VISU_ROOT_DIR=${VISU_DIR}
+ fi
+ AC_SUBST(VISU_ROOT_DIR)
diff --git a/cad/salome-visu/pkg-descr b/cad/salome-visu/pkg-descr
new file mode 100644
index 000000000000..496a072d3ce7
--- /dev/null
+++ b/cad/salome-visu/pkg-descr
@@ -0,0 +1,19 @@
+SALOME is a free software that provides a generic platform for Pre
+and Post-Processing for numerical simulation.
++Supports interoperability between CAD modeling and
+ computation software (CAD-CAE link)
++Makes easier the integration of new components on heterogeneous systems
+ for numerical computation
++Sets the priority to multi-physics coupling between computation software
++Provides a generic user interface, user-friendly and efficient,
+ which helps to reduce the costs and delays of carrying out the studies
++Reduces training time to the specific time for learning the software solution
+ which has been based on this platform
++All functionalities are accessible through the programmatic
+ integrated Python console
+
+This package contains Post-pro (VISU) module.
+
+WWW: http://www.salome-platform.org
+- Stas Timokhin
+devel@stasyan.com
diff --git a/cad/salome-visu/pkg-plist b/cad/salome-visu/pkg-plist
new file mode 100644
index 000000000000..9edc0862fba2
--- /dev/null
+++ b/cad/salome-visu/pkg-plist
@@ -0,0 +1,1032 @@
+adm_local/unix/config_files/check_VISU.m4
+bin/salome/VISUConvertor
+bin/salome/VISUPipeLine
+bin/salome/VISU_img2vti
+bin/salome/VISU_I
+bin/salome/batchmode_visu.py
+bin/salome/batchmode_visu_table.py
+bin/salome/batchmode_visu_view3d.py
+bin/salome/visu_med.py
+bin/salome/visu_view3d.py
+bin/salome/visu.py
+bin/salome/visu_gui.py
+bin/salome/visu_prs_example.py
+bin/salome/visu_table.py
+bin/salome/visu_big_table.py
+bin/salome/visu_view.py
+bin/salome/visu_delete.py
+bin/salome/visu_split_views.py
+bin/salome/visu_succcessive_animation.py
+bin/salome/visu_apply_properties.py
+bin/salome/visu_apply_properties_successive.py
+bin/salome/batchmode_visu_view.py
+bin/salome/visu_cache.py
+bin/salome/visu_pointmap3d.py
+bin/salome/visu_view3d_parameters.py
+bin/salome/visu_evolution.py
+bin/salome/VISU_Example_01.py
+bin/salome/VISU_Example_02.py
+bin/salome/VISU_Example_03.py
+bin/salome/VISU_Example_04.py
+bin/salome/VISU_Example_05.py
+bin/salome/VISU_Example_06.py
+bin/salome/VISU_Example_07.py
+bin/salome/libVISU_Swig.py
+idl/salome/VISU_Gen.idl
+include/salome/VISU_Gen.hh
+include/salome/VISU_TypeList.hxx
+include/salome/VISU_VTKTypeList.hxx
+include/salome/VISU_IDMapper.hxx
+include/salome/VISU_I.hxx
+include/salome/VISU_ConvertorDef.hxx
+include/salome/VISU_Structures.hxx
+include/salome/VISU_Convertor.hxx
+include/salome/VISU_ConvertorDef_impl.hxx
+include/salome/VISU_Structures_impl.hxx
+include/salome/VISU_MeshValue.hxx
+include/salome/VISU_ElnoMeshValue.hxx
+include/salome/VISU_PointCoords.hxx
+include/salome/VISU_Convertor_impl.hxx
+include/salome/VISU_ConvertorUtils.hxx
+include/salome/VISU_MergeFilter.hxx
+include/salome/VISU_MergeFilterUtilities.hxx
+include/salome/VISU_AppendFilter.hxx
+include/salome/VISU_AppendPolyData.hxx
+include/salome/VISU_AppendFilterUtilities.hxx
+include/salome/VisuGUI.h
+include/salome/VISU_ExtractUnstructuredGrid.hxx
+include/salome/VISU_UsedPointsFilter.hxx
+include/salome/VISU_CommonCellsFilter.hxx
+include/salome/VISUConvertor.hxx
+include/salome/VISU_MedConvertor.hxx
+include/salome/VISU_GaussMergeFilter.hxx
+include/salome/VISU_TableReader.hxx
+include/salome/VISU_Vtk2MedConvertor.hxx
+include/salome/VISU_MapperHolder.hxx
+include/salome/VISU_DataSetMapperHolder.hxx
+include/salome/VISU_PolyDataMapperHolder.hxx
+include/salome/VISU_PointSpriteMapperHolder.hxx
+include/salome/VISU_PipeLineUtils.hxx
+include/salome/VISU_PipeLine.hxx
+include/salome/VVTK.h
+include/salome/VISU_ColoredPL.hxx
+include/salome/VISU_MergedPL.hxx
+include/salome/VISU_UnstructuredGridPL.hxx
+include/salome/VISU_MeshPL.hxx
+include/salome/VISU_ScalarMapPL.hxx
+include/salome/VISU_CutPlanesPL.hxx
+include/salome/VISU_CutLinesBasePL.hxx
+include/salome/VISU_CutLinesPL.hxx
+include/salome/VISU_CutSegmentPL.hxx
+include/salome/VISU_IsoSurfacesPL.hxx
+include/salome/VISU_DeformedShapePL.hxx
+include/salome/VISU_VectorsPL.hxx
+include/salome/VISU_StreamLinesPL.hxx
+include/salome/VISU_LookupTable.hxx
+include/salome/VISU_ScalarBarActor.hxx
+include/salome/VISU_Extractor.hxx
+include/salome/VISU_FieldTransform.hxx
+include/salome/VISU_MaskPointsFilter.hxx
+include/salome/VISU_PolyDataPL.hxx
+include/salome/VISU_GaussPointsPL.hxx
+include/salome/VISU_Plot3DPL.hxx
+include/salome/VISU_DeformedGridPL.hxx
+include/salome/VISU_OpenGLPointSpriteMapper.hxx
+include/salome/VISU_ImplicitFunctionWidget.hxx
+include/salome/SALOME_ExtractGeometry.h
+include/salome/SALOME_ExtractPolyDataGeometry.h
+include/salome/VISU_ScalarBarCtrl.hxx
+include/salome/VISU_PlanesWidget.hxx
+include/salome/VISU_SphereWidget.hxx
+include/salome/VISU_WidgetCtrl.hxx
+include/salome/VISUPipeline.hxx
+include/salome/VISU_DeformedShapeAndScalarMapPL.hxx
+include/salome/VISU_LabelPointsFilter.hxx
+include/salome/VISU_ElnoDisassembleFilter.hxx
+include/salome/VISU_ElnoAssembleFilter.hxx
+include/salome/VISU_DeformationPL.hxx
+include/salome/VISU_OptionalDeformationPL.hxx
+include/salome/VISU_XYPlotActor.hxx
+include/salome/VISU_BoostSignals.h
+include/salome/VISU_ActorFactory.h
+include/salome/VISU_PickingSettings.h
+include/salome/VISU_GaussPtsSettings.h
+include/salome/VISU_GaussPtsActorFactory.h
+include/salome/VISU_GaussPtsDeviceActor.h
+include/salome/VISU_Event.h
+include/salome/VISU_Actor.h
+include/salome/VISU_DataSetActor.h
+include/salome/VISU_MeshAct.h
+include/salome/VISU_ScalarMapAct.h
+include/salome/VISU_GaussPtsAct.h
+include/salome/VISU_VectorsAct.h
+include/salome/VISU_PointMap3dActor.h
+include/salome/VISU_ActorBase.h
+include/salome/VISU_IsoSurfActor.h
+include/salome/VISU_SelectVisiblePoints.h
+include/salome/VISU_OBJECT.h
+include/salome/VVTK_PrimitiveBox.h
+include/salome/VVTK_SizeBox.h
+include/salome/VisuGUI_TableDlg.h
+include/salome/VisuGUITools.h
+include/salome/VISUConfig.hh
+include/salome/VISU_Gen_i.hh
+include/salome/VISU_Tools.h
+include/salome/VISU_Result_i.hh
+include/salome/VISU_Table_i.hh
+include/salome/VISU_MultiResult_i.hh
+include/salome/VISU_PrsObject_i.hh
+include/salome/VISU_ResultUtils.hh
+include/salome/VISU_PointMap3d_i.hh
+include/salome/VISU_Prs3d_i.hh
+include/salome/VISU_Mesh_i.hh
+include/salome/VISU_ColoredPrs3d_i.hh
+include/salome/VISU_CorbaMedConvertor.hxx
+include/salome/VISU_ScalarMap_i.hh
+include/salome/VISU_IsoSurfaces_i.hh
+include/salome/VISU_DeformedShape_i.hh
+include/salome/VISU_Plot3D_i.hh
+include/salome/VISU_CutPlanes_i.hh
+include/salome/VISU_CutLinesBase_i.hh
+include/salome/VISU_CutLines_i.hh
+include/salome/VISU_CutSegment_i.hh
+include/salome/VISU_Prs3dUtils.hh
+include/salome/VISU_Vectors_i.hh
+include/salome/VISU_StreamLines_i.hh
+include/salome/VISU_GaussPoints_i.hh
+include/salome/VISU_ViewManager_i.hh
+include/salome/VISU_View_i.hh
+include/salome/VISU_TimeAnimation.h
+include/salome/VISU_Evolution.h
+include/salome/VISU_DeformedShapeAndScalarMap_i.hh
+include/salome/VISU_ColoredPrs3dCache_i.hh
+include/salome/VISU_ColoredPrs3dHolder_i.hh
+include/salome/VISU_ColoredPrs3dFactory.hh
+include/salome/VISU_MonoColorPrs_i.hh
+include/salome/VISU_Deformation_i.hh
+include/salome/VISU_OptionalDeformation_i.hh
+include/salome/SALOME_GenericObjPointer.hh
+include/salome/VISU_ClippingPlaneMgr.hxx
+include/salome/VisuGUI_Tools.h
+include/salome/VisuGUI_Prs3dTools.h
+include/salome/VisuGUI_ActionsDef.h
+include/salome/VisuGUI_Module.h
+include/salome/VisuGUI_Selection.h
+include/salome/VisuGUI_ViewTools.h
+include/salome/VisuGUI_NameDlg.h
+include/salome/VisuGUI_FileDlg.h
+include/salome/VisuGUI_CursorDlg.h
+include/salome/VisuGUI_TimeAnimation.h
+include/salome/VisuGUI_EvolutionDlg.h
+include/salome/VisuGUI_EditContainerDlg.h
+include/salome/VisuGUI_ClippingDlg.h
+include/salome/VisuGUI_DialogRunner.h
+include/salome/VisuGUI_OffsetDlg.h
+include/salome/VisuGUI_Prs3dDlg.h
+include/salome/VisuGUI_ScalarBarDlg.h
+include/salome/VisuGUI_Plot3DDlg.h
+include/salome/VisuGUI_GaussPointsDlg.h
+include/salome/VisuGUI_DeformedShapeDlg.h
+include/salome/VisuGUI_IsoSurfacesDlg.h
+include/salome/VisuGUI_CutLinesDlg.h
+include/salome/VisuGUI_CutSegmentDlg.h
+include/salome/VisuGUI_CutPlanesDlg.h
+include/salome/VisuGUI_StreamLinesDlg.h
+include/salome/VisuGUI_VectorsDlg.h
+include/salome/VisuGUI_Displayer.h
+include/salome/VisuGUI_DeformedShapeAndScalarMapDlg.h
+include/salome/VisuGUI_SetupPlot2dDlg.h
+include/salome/VisuGUI_BuildProgressDlg.h
+include/salome/VisuGUI_Timer.h
+include/salome/VisuGUI_TransparencyDlg.h
+include/salome/VisuGUI_ShrinkFactorDlg.h
+include/salome/VisuGUI_Slider.h
+include/salome/VisuGUI_InputPane.h
+include/salome/VisuGUI_FieldFilter.h
+include/salome/VisuGUI_ValuesLabelingDlg.h
+include/salome/libVISU_Swig.i
+include/salome/VISU_Gen_s.hh
+include/salome/VISU_Engine_i.hh
+include/salome/VISU_version.h
+%%PYTHON_SITELIBDIR%%/salome/shared_modules/VISU_shared_modules.py
+%%PYTHON_SITELIBDIR%%/salome/VISU_Gen_idl.py
+%%PYTHON_SITELIBDIR%%/salome/VISU/__init__.py
+%%PYTHON_SITELIBDIR%%/salome/VISU__POA/__init__.py
+lib/salome/libVVTK.so
+lib/salome/libSalomeIDLVISU.so.0
+lib/salome/libSalomeIDLVISU.so
+lib/salome/libSalomeIDLVISU.la
+lib/salome/libVisuConvertor.so.0
+lib/salome/libVisuConvertor.so
+lib/salome/libVisuConvertor.la
+lib/salome/libVisuPipeLine.so.0
+lib/salome/libVisuPipeLine.so
+lib/salome/libVisuPipeLine.la
+lib/salome/libVisuObject.so.0
+lib/salome/libVisuObject.so
+lib/salome/libVisuObject.la
+lib/salome/libVVTK.so.0
+lib/salome/libVVTK.la
+lib/salome/libVISUGUITOOLS.so.0
+lib/salome/libVISUGUITOOLS.so
+lib/salome/libVISUGUITOOLS.la
+lib/salome/libVISUEngineImpl.so.0
+lib/salome/libVISUEngineImpl.so
+lib/salome/libVISUEngineImpl.la
+lib/salome/libVISU.so.0
+lib/salome/libVISU.so
+lib/salome/libVISU.la
+lib/salome/_libVISU_Swig.so.0
+lib/salome/_libVISU_Swig.so
+lib/salome/_libVISU_Swig.la
+lib/salome/libVISUEngine.so.0
+lib/salome/libVISUEngine.so
+lib/salome/libVISUEngine.la
+share/doc/salome/gui/VISU/visugen_doc/search/nomatches.html
+share/doc/salome/gui/VISU/visugen_doc/search/close.png
+share/doc/salome/gui/VISU/visugen_doc/search/search.css
+share/doc/salome/gui/VISU/visugen_doc/search/all_61.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_62.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_63.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_64.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_65.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_66.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_67.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_68.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_69.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_6c.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_6d.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_6e.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_6f.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_70.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_71.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_72.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_73.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_74.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_75.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_76.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_77.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_78.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_79.html
+share/doc/salome/gui/VISU/visugen_doc/search/all_7a.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_61.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_62.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_63.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_64.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_65.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_67.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_69.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_6d.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_6f.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_70.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_72.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_73.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_74.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_76.html
+share/doc/salome/gui/VISU/visugen_doc/search/classes_78.html
+share/doc/salome/gui/VISU/visugen_doc/search/namespaces_76.html
+share/doc/salome/gui/VISU/visugen_doc/search/files_76.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_61.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_62.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_63.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_64.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_65.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_66.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_67.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_69.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_6c.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_6d.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_6e.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_6f.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_70.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_72.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_73.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_75.html
+share/doc/salome/gui/VISU/visugen_doc/search/functions_76.html
+share/doc/salome/gui/VISU/visugen_doc/search/variables_64.html
+share/doc/salome/gui/VISU/visugen_doc/search/variables_69.html
+share/doc/salome/gui/VISU/visugen_doc/search/variables_6d.html
+share/doc/salome/gui/VISU/visugen_doc/search/variables_6e.html
+share/doc/salome/gui/VISU/visugen_doc/search/variables_78.html
+share/doc/salome/gui/VISU/visugen_doc/search/variables_79.html
+share/doc/salome/gui/VISU/visugen_doc/search/variables_7a.html
+share/doc/salome/gui/VISU/visugen_doc/search/typedefs_64.html
+share/doc/salome/gui/VISU/visugen_doc/search/typedefs_65.html
+share/doc/salome/gui/VISU/visugen_doc/search/typedefs_69.html
+share/doc/salome/gui/VISU/visugen_doc/search/typedefs_72.html
+share/doc/salome/gui/VISU/visugen_doc/search/typedefs_73.html
+share/doc/salome/gui/VISU/visugen_doc/search/typedefs_74.html
+share/doc/salome/gui/VISU/visugen_doc/search/typedefs_78.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_61.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_63.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_64.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_65.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_67.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_6c.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_6d.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_6f.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_70.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_71.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_72.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_73.html
+share/doc/salome/gui/VISU/visugen_doc/search/enums_76.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_61.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_62.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_63.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_64.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_65.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_66.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_68.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_69.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_6c.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_6d.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_6e.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_6f.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_70.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_72.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_73.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_74.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_75.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_76.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_77.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_78.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_79.html
+share/doc/salome/gui/VISU/visugen_doc/search/enumvalues_7a.html
+share/doc/salome/gui/VISU/visugen_doc/search/search.js
+share/doc/salome/gui/VISU/visugen_doc/search/search.png
+share/doc/salome/gui/VISU/visugen_doc/tab_b.gif
+share/doc/salome/gui/VISU/visugen_doc/tab_l.gif
+share/doc/salome/gui/VISU/visugen_doc/tab_r.gif
+share/doc/salome/gui/VISU/visugen_doc/tabs.css
+share/doc/salome/gui/VISU/visugen_doc/doxygen.css
+share/doc/salome/gui/VISU/visugen_doc/index.html
+share/doc/salome/gui/VISU/visugen_doc/VISU__Gen_8idl_source.html
+share/doc/salome/gui/VISU/visugen_doc/VISU__Gen_8idl.html
+share/doc/salome/gui/VISU/visugen_doc/VISU__Gen_8idl__incl.md5
+share/doc/salome/gui/VISU/visugen_doc/installdox
+share/doc/salome/gui/VISU/visugen_doc/VISU__Gen_8idl__incl.jpg
+share/doc/salome/gui/VISU/visugen_doc/VISU__Gen_8idl__incl.map
+share/doc/salome/gui/VISU/visugen_doc/annotated.html
+share/doc/salome/gui/VISU/visugen_doc/classes.html
+share/doc/salome/gui/VISU/visugen_doc/hierarchy.html
+share/doc/salome/gui/VISU/visugen_doc/functions.html
+share/doc/salome/gui/VISU/visugen_doc/files.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x62.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x63.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x64.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x65.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x66.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x67.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x68.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x69.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x6c.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x6d.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x6e.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x6f.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x70.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x72.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x73.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x74.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x75.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x76.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x78.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x79.html
+share/doc/salome/gui/VISU/visugen_doc/functions_0x7a.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x62.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x63.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x64.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x65.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x66.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x67.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x69.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x6c.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x6d.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x6e.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x6f.html
+share/doc/salome/gui/VISU/visugen_doc/functions_vars.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x70.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x72.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x73.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x75.html
+share/doc/salome/gui/VISU/visugen_doc/functions_func_0x76.html
+share/doc/salome/gui/VISU/visugen_doc/functions_type.html
+share/doc/salome/gui/VISU/visugen_doc/functions_enum.html
+share/doc/salome/gui/VISU/visugen_doc/functions_eval.html
+share/doc/salome/gui/VISU/visugen_doc/classEngines_1_1Component.html
+share/doc/salome/gui/VISU/visugen_doc/classEngines_1_1Component__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/classSALOMEDS_1_1Driver.html
+share/doc/salome/gui/VISU/visugen_doc/classEngines_1_1Component__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/inherits.html
+share/doc/salome/gui/VISU/visugen_doc/inherit__graph__0.md5
+share/doc/salome/gui/VISU/visugen_doc/classEngines_1_1Component__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/classSALOMEDS_1_1Driver__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/classSALOME_1_1GenericObj.html
+share/doc/salome/gui/VISU/visugen_doc/classSALOMEDS_1_1Driver__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/classSALOMEDS_1_1Driver__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/classSALOME_1_1GenericObj__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/classSALOME_1_1GenericObj__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/classSALOME_1_1GenericObj__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/inherit__graph__1.md5
+share/doc/salome/gui/VISU/visugen_doc/namespaces.html
+share/doc/salome/gui/VISU/visugen_doc/inherit__graph__0.jpg
+share/doc/salome/gui/VISU/visugen_doc/inherit__graph__0.map
+share/doc/salome/gui/VISU/visugen_doc/inherit__graph__2.md5
+share/doc/salome/gui/VISU/visugen_doc/inherit__graph__1.jpg
+share/doc/salome/gui/VISU/visugen_doc/inherit__graph__1.map
+share/doc/salome/gui/VISU/visugen_doc/inherit__graph__3.md5
+share/doc/salome/gui/VISU/visugen_doc/inherit__graph__2.jpg
+share/doc/salome/gui/VISU/visugen_doc/inherit__graph__2.map
+share/doc/salome/gui/VISU/visugen_doc/namespaceVISU.html
+share/doc/salome/gui/VISU/visugen_doc/inherit__graph__3.jpg
+share/doc/salome/gui/VISU/visugen_doc/inherit__graph__3.map
+share/doc/salome/gui/VISU/visugen_doc/structVISU_1_1ClippingPlane.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Base.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Base__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/namespacemembers.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1RemovableObject.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Base__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Base__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1RemovableObject__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1PrsObject.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1RemovableObject__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1RemovableObject__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1PrsObject__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Curve.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Prs3d.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1PrsObject__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1PrsObject__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Curve__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Container.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Curve__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Curve__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Container__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Prs3d__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Container__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Mesh.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Container__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Mesh__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Prs3d__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Prs3d__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3dBase.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Mesh__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Mesh__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3dBase__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3d.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ScalarMap.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3dBase__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3dBase__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3d__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3dHolder.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3d__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3d__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3dHolder__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/structVISU_1_1ColoredPrs3dHolder_1_1BasicInput.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3dHolder__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3dHolder__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/structVISU_1_1ColoredPrs3dHolder_1_1TimeStampInfo.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3dCache.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3dCache__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ScaledPrs3d.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3dCache__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ColoredPrs3dCache__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Table.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ScaledPrs3d__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ScalarMap__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ScaledPrs3d__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ScaledPrs3d__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1GaussPoints.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ScalarMap__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ScalarMap__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1GaussPoints__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1MonoColorPrs.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1GaussPoints__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1GaussPoints__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1MonoColorPrs__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1DeformedShape.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1MonoColorPrs__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1MonoColorPrs__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1DeformedShape__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Deformation.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Deformation__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1DeformedShape__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1DeformedShape__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1OptionalDeformation.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Deformation__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Deformation__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1OptionalDeformation__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1DeformedShapeAndScalarMap.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1OptionalDeformation__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1OptionalDeformation__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1DeformedShapeAndScalarMap__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Plot3dBase.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1DeformedShapeAndScalarMap__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1DeformedShapeAndScalarMap__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Plot3dBase__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Plot3D.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Plot3dBase__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Plot3dBase__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Plot3D__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Table__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Plot3D__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Plot3D__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1PointMap3d.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Table__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Table__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1PointMap3d__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutPlanes.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutPlanes__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1PointMap3d__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1PointMap3d__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutLinesBase.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutPlanes__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutPlanes__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutLinesBase__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutLines.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutLinesBase__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutLinesBase__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutLines__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutSegment.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutLines__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutLines__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutSegment__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1StreamLines.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutSegment__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1CutSegment__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1StreamLines__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1IsoSurfaces.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1StreamLines__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1StreamLines__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1IsoSurfaces__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Vectors.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1IsoSurfaces__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1IsoSurfaces__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Vectors__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Animation.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Vectors__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Vectors__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Animation__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Evolution.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Animation__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Animation__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Evolution__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Result.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Result__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Evolution__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Evolution__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1VISU__Gen.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Result__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1Result__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1VISU__Gen__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1View.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1VISU__Gen__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1VISU__Gen__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1View__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1View3D.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1View__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1View__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1View3D__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1TableView.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1View3D__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1View3D__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1TableView__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1XYPlot.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1TableView__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/doxygen.png
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1TableView__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1XYPlot__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ViewManager.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1XYPlot__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1XYPlot__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ViewManager__inherit__graph.md5
+share/doc/salome/gui/VISU/visugen_doc/namespacemembers_type.html
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ViewManager__inherit__graph.jpg
+share/doc/salome/gui/VISU/visugen_doc/interfaceVISU_1_1ViewManager__inherit__graph.map
+share/doc/salome/gui/VISU/visugen_doc/namespacemembers_enum.html
+share/doc/salome/gui/VISU/visugen_doc/namespacemembers_eval.html
+share/doc/salome/gui/VISU/visugen_doc.tag
+share/doc/salome/gui/VISU/doxygen.png
+share/doc/salome/gui/VISU/tab_b.gif
+share/doc/salome/gui/VISU/tab_l.gif
+share/doc/salome/gui/VISU/tab_r.gif
+share/doc/salome/gui/VISU/tabs.css
+share/doc/salome/gui/VISU/doxygen.css
+share/doc/salome/gui/VISU/search/nomatches.html
+share/doc/salome/gui/VISU/search/close.png
+share/doc/salome/gui/VISU/search/search.css
+share/doc/salome/gui/VISU/search/all_61.html
+share/doc/salome/gui/VISU/search/all_62.html
+share/doc/salome/gui/VISU/search/all_63.html
+share/doc/salome/gui/VISU/search/all_64.html
+share/doc/salome/gui/VISU/search/all_65.html
+share/doc/salome/gui/VISU/search/all_66.html
+share/doc/salome/gui/VISU/search/all_67.html
+share/doc/salome/gui/VISU/search/all_68.html
+share/doc/salome/gui/VISU/search/all_69.html
+share/doc/salome/gui/VISU/search/all_6c.html
+share/doc/salome/gui/VISU/search/all_6d.html
+share/doc/salome/gui/VISU/search/all_6e.html
+share/doc/salome/gui/VISU/search/all_6f.html
+share/doc/salome/gui/VISU/search/all_70.html
+share/doc/salome/gui/VISU/search/all_71.html
+share/doc/salome/gui/VISU/search/all_72.html
+share/doc/salome/gui/VISU/search/all_73.html
+share/doc/salome/gui/VISU/search/all_74.html
+share/doc/salome/gui/VISU/search/all_75.html
+share/doc/salome/gui/VISU/search/all_76.html
+share/doc/salome/gui/VISU/search/all_77.html
+share/doc/salome/gui/VISU/search/all_78.html
+share/doc/salome/gui/VISU/search/all_79.html
+share/doc/salome/gui/VISU/search/all_7a.html
+share/doc/salome/gui/VISU/search/classes_61.html
+share/doc/salome/gui/VISU/search/classes_62.html
+share/doc/salome/gui/VISU/search/classes_63.html
+share/doc/salome/gui/VISU/search/classes_64.html
+share/doc/salome/gui/VISU/search/classes_65.html
+share/doc/salome/gui/VISU/search/classes_67.html
+share/doc/salome/gui/VISU/search/classes_69.html
+share/doc/salome/gui/VISU/search/classes_6d.html
+share/doc/salome/gui/VISU/search/classes_6f.html
+share/doc/salome/gui/VISU/search/classes_70.html
+share/doc/salome/gui/VISU/search/classes_72.html
+share/doc/salome/gui/VISU/search/classes_73.html
+share/doc/salome/gui/VISU/search/classes_74.html
+share/doc/salome/gui/VISU/search/classes_76.html
+share/doc/salome/gui/VISU/search/classes_78.html
+share/doc/salome/gui/VISU/search/namespaces_76.html
+share/doc/salome/gui/VISU/search/files_76.html
+share/doc/salome/gui/VISU/search/functions_61.html
+share/doc/salome/gui/VISU/search/functions_62.html
+share/doc/salome/gui/VISU/search/functions_63.html
+share/doc/salome/gui/VISU/search/functions_64.html
+share/doc/salome/gui/VISU/search/functions_65.html
+share/doc/salome/gui/VISU/search/functions_66.html
+share/doc/salome/gui/VISU/search/functions_67.html
+share/doc/salome/gui/VISU/search/functions_69.html
+share/doc/salome/gui/VISU/search/functions_6c.html
+share/doc/salome/gui/VISU/search/functions_6d.html
+share/doc/salome/gui/VISU/search/functions_6e.html
+share/doc/salome/gui/VISU/search/functions_6f.html
+share/doc/salome/gui/VISU/search/functions_70.html
+share/doc/salome/gui/VISU/search/functions_72.html
+share/doc/salome/gui/VISU/search/functions_73.html
+share/doc/salome/gui/VISU/search/functions_75.html
+share/doc/salome/gui/VISU/search/functions_76.html
+share/doc/salome/gui/VISU/search/variables_61.html
+share/doc/salome/gui/VISU/search/variables_62.html
+share/doc/salome/gui/VISU/search/variables_63.html
+share/doc/salome/gui/VISU/search/variables_64.html
+share/doc/salome/gui/VISU/search/variables_65.html
+share/doc/salome/gui/VISU/search/variables_66.html
+share/doc/salome/gui/VISU/search/variables_68.html
+share/doc/salome/gui/VISU/search/variables_69.html
+share/doc/salome/gui/VISU/search/variables_6c.html
+share/doc/salome/gui/VISU/search/variables_6d.html
+share/doc/salome/gui/VISU/search/variables_6e.html
+share/doc/salome/gui/VISU/search/variables_6f.html
+share/doc/salome/gui/VISU/search/variables_70.html
+share/doc/salome/gui/VISU/search/variables_72.html
+share/doc/salome/gui/VISU/search/variables_73.html
+share/doc/salome/gui/VISU/search/variables_74.html
+share/doc/salome/gui/VISU/search/variables_75.html
+share/doc/salome/gui/VISU/search/variables_76.html
+share/doc/salome/gui/VISU/search/variables_77.html
+share/doc/salome/gui/VISU/search/variables_78.html
+share/doc/salome/gui/VISU/search/variables_79.html
+share/doc/salome/gui/VISU/search/variables_7a.html
+share/doc/salome/gui/VISU/search/typedefs_64.html
+share/doc/salome/gui/VISU/search/typedefs_65.html
+share/doc/salome/gui/VISU/search/typedefs_69.html
+share/doc/salome/gui/VISU/search/typedefs_72.html
+share/doc/salome/gui/VISU/search/typedefs_73.html
+share/doc/salome/gui/VISU/search/typedefs_74.html
+share/doc/salome/gui/VISU/search/typedefs_78.html
+share/doc/salome/gui/VISU/search/enums_61.html
+share/doc/salome/gui/VISU/search/enums_63.html
+share/doc/salome/gui/VISU/search/enums_64.html
+share/doc/salome/gui/VISU/search/enums_65.html
+share/doc/salome/gui/VISU/search/enums_67.html
+share/doc/salome/gui/VISU/search/enums_6c.html
+share/doc/salome/gui/VISU/search/enums_6d.html
+share/doc/salome/gui/VISU/search/enums_6f.html
+share/doc/salome/gui/VISU/search/enums_70.html
+share/doc/salome/gui/VISU/search/enums_71.html
+share/doc/salome/gui/VISU/search/search.js
+share/doc/salome/gui/VISU/search/enums_72.html
+share/doc/salome/gui/VISU/search/enums_73.html
+share/doc/salome/gui/VISU/search/enums_76.html
+share/doc/salome/gui/VISU/search/search.png
+share/doc/salome/gui/VISU/main.html
+share/doc/salome/gui/VISU/visufullscreen.png
+share/doc/salome/gui/VISU/a3d__management__page.html
+share/doc/salome/gui/VISU/presentation1.png
+share/doc/salome/gui/VISU/a3d__presentations__page.html
+share/doc/salome/gui/VISU/introduction.png
+share/doc/salome/gui/VISU/animating__page.html
+share/doc/salome/gui/VISU/animatdef.jpg
+share/doc/salome/gui/VISU/animation.png
+share/doc/salome/gui/VISU/setupanimation1.png
+share/doc/salome/gui/VISU/run.jpg
+share/doc/salome/gui/VISU/setupanimation2.png
+share/doc/salome/gui/VISU/previous.jpg
+share/doc/salome/gui/VISU/next.jpg
+share/doc/salome/gui/VISU/begining.jpg
+share/doc/salome/gui/VISU/end.jpg
+share/doc/salome/gui/VISU/speed.jpg
+share/doc/salome/gui/VISU/clipping__page.html
+share/doc/salome/gui/VISU/clipping3.png
+share/doc/salome/gui/VISU/clipping4.png
+share/doc/salome/gui/VISU/clipping5.png
+share/doc/salome/gui/VISU/clipping1.png
+share/doc/salome/gui/VISU/clipping2.png
+share/doc/salome/gui/VISU/creating__curves__page.html
+share/doc/salome/gui/VISU/createcurves.png
+share/doc/salome/gui/VISU/creating__plot2d__page.html
+share/doc/salome/gui/VISU/editplot2dpresentation.png
+share/doc/salome/gui/VISU/image15.gif
+share/doc/salome/gui/VISU/image16.gif
+share/doc/salome/gui/VISU/image12.gif
+share/doc/salome/gui/VISU/cut__lines__page.html
+share/doc/salome/gui/VISU/cutlinesprsnt.png
+share/doc/salome/gui/VISU/cutlinesicn.jpg
+share/doc/salome/gui/VISU/cutlines.png
+share/doc/salome/gui/VISU/cut__planes__page.html
+share/doc/salome/gui/VISU/cutplpresent.png
+share/doc/salome/gui/VISU/cutlinesicon.jpg
+share/doc/salome/gui/VISU/cutplanes.png
+share/doc/salome/gui/VISU/cut__segment__page.html
+share/doc/salome/gui/VISU/cutsegmentprsnt.png
+share/doc/salome/gui/VISU/cutsegmenticon.jpg
+share/doc/salome/gui/VISU/cutsegment.png
+share/doc/salome/gui/VISU/deformed__shape__page.html
+share/doc/salome/gui/VISU/deformed_shape.png
+share/doc/salome/gui/VISU/image20.png
+share/doc/salome/gui/VISU/defshapeicon.jpg
+share/doc/salome/gui/VISU/deformedshape.png
+share/doc/salome/gui/VISU/evolution__page.html
+share/doc/salome/gui/VISU/evolution_context_menu.png
+share/doc/salome/gui/VISU/evolution_dialog.png
+share/doc/salome/gui/VISU/evolution_result.png
+share/doc/salome/gui/VISU/evolution_restore.png
+share/doc/salome/gui/VISU/feature__edges__page.html
+share/doc/salome/gui/VISU/viewing11.png
+share/doc/salome/gui/VISU/featureedges.png
+share/doc/salome/gui/VISU/field__presentations__page.html
+share/doc/salome/gui/VISU/fieldpres1.png
+share/doc/salome/gui/VISU/fieldpres2.png
+share/doc/salome/gui/VISU/image21.png
+share/doc/salome/gui/VISU/gauss__points__presentations__page.html
+share/doc/salome/gui/VISU/gauss_points.png
+share/doc/salome/gui/VISU/image29.gif
+share/doc/salome/gui/VISU/image31.jpg
+share/doc/salome/gui/VISU/idl__interface__page.html
+share/doc/salome/gui/VISU/importing__exporting__tables__page.html
+share/doc/salome/gui/VISU/iso.png
+share/doc/salome/gui/VISU/importtablefromfile.png
+share/doc/salome/gui/VISU/exporttable.png
+share/doc/salome/gui/VISU/importing__med__objects__page.html
+share/doc/salome/gui/VISU/importfromfile.png
+share/doc/salome/gui/VISU/buildprogress.png
+share/doc/salome/gui/VISU/exportmedfile.png
+share/doc/salome/gui/VISU/iso__surfaces__page.html
+share/doc/salome/gui/VISU/isosurf.jpg
+share/doc/salome/gui/VISU/isosurfaces.png
+share/doc/salome/gui/VISU/med__object__page.html
+share/doc/salome/gui/VISU/snapfgf.png
+share/doc/salome/gui/VISU/navigation__page.html
+share/doc/salome/gui/VISU/image46.gif
+share/doc/salome/gui/VISU/image47.gif
+share/doc/salome/gui/VISU/image48.gif
+share/doc/salome/gui/VISU/image49.gif
+share/doc/salome/gui/VISU/image50.gif
+share/doc/salome/gui/VISU/image51.gif
+share/doc/salome/gui/VISU/image52.gif
+share/doc/salome/gui/VISU/image53.gif
+share/doc/salome/gui/VISU/image54.gif
+share/doc/salome/gui/VISU/image55.gif
+share/doc/salome/gui/VISU/perspective__view__page.html
+share/doc/salome/gui/VISU/perspective1.png
+share/doc/salome/gui/VISU/perspective2.png
+share/doc/salome/gui/VISU/perspective3.png
+share/doc/salome/gui/VISU/perspective4.png
+share/doc/salome/gui/VISU/image36.gif
+share/doc/salome/gui/VISU/perspective5.png
+share/doc/salome/gui/VISU/perspective6.png
+share/doc/salome/gui/VISU/plot__3d__page.html
+share/doc/salome/gui/VISU/plot3d-example.png
+share/doc/salome/gui/VISU/image41.gif
+share/doc/salome/gui/VISU/plot3d.png
+share/doc/salome/gui/VISU/image11.gif
+share/doc/salome/gui/VISU/presentation__of__submesh__page.html
+share/doc/salome/gui/VISU/primitive__types__page.html
+share/doc/salome/gui/VISU/image30.gif
+share/doc/salome/gui/VISU/image33.jpg
+share/doc/salome/gui/VISU/image31.gif
+share/doc/salome/gui/VISU/image87.gif
+share/doc/salome/gui/VISU/image88.gif
+share/doc/salome/gui/VISU/warning.png
+share/doc/salome/gui/VISU/recording__page.html
+share/doc/salome/gui/VISU/startrecording.png
+share/doc/salome/gui/VISU/recordingsaveas.png
+share/doc/salome/gui/VISU/recording.png
+share/doc/salome/gui/VISU/image105.gif
+share/doc/salome/gui/VISU/image104.gif
+share/doc/salome/gui/VISU/image103.gif
+share/doc/salome/gui/VISU/scalar__map__page.html
+share/doc/salome/gui/VISU/scalar_map_on_points.png
+share/doc/salome/gui/VISU/scalarmapicon.jpg
+share/doc/salome/gui/VISU/textproperty.png
+share/doc/salome/gui/VISU/scalarbarproperties.png
+share/doc/salome/gui/VISU/barproperty.png
+share/doc/salome/gui/VISU/distributionbar.png
+share/doc/salome/gui/VISU/activebar2.png
+share/doc/salome/gui/VISU/activebar1.png
+share/doc/salome/gui/VISU/scalar_map_on_cells.png
+share/doc/salome/gui/VISU/scalar__map__on__deformed__shape__page.html
+share/doc/salome/gui/VISU/scalar_map_and_deformed_shapes.png
+share/doc/salome/gui/VISU/image40.gif
+share/doc/salome/gui/VISU/smds1.png
+share/doc/salome/gui/VISU/selection__info__page.html
+share/doc/salome/gui/VISU/cellsel.jpg
+share/doc/salome/gui/VISU/selection1.png
+share/doc/salome/gui/VISU/selection2.png
+share/doc/salome/gui/VISU/selection3.png
+share/doc/salome/gui/VISU/selection4.png
+share/doc/salome/gui/VISU/image69.gif
+share/doc/salome/gui/VISU/selection6.png
+share/doc/salome/gui/VISU/selection5.png
+share/doc/salome/gui/VISU/selection7.png
+share/doc/salome/gui/VISU/selection8.png
+share/doc/salome/gui/VISU/slider__page.html
+share/doc/salome/gui/VISU/fieldpres3.png
+share/doc/salome/gui/VISU/slider1.png
+share/doc/salome/gui/VISU/slider2.png
+share/doc/salome/gui/VISU/stream__lines__page.html
+share/doc/salome/gui/VISU/stream_lines.png
+share/doc/salome/gui/VISU/streamlinesicon.jpg
+share/doc/salome/gui/VISU/streamlines.png
+share/doc/salome/gui/VISU/sweeping__page.html
+share/doc/salome/gui/VISU/sweep1.png
+share/doc/salome/gui/VISU/sweep2.png
+share/doc/salome/gui/VISU/table__3d__page.html
+share/doc/salome/gui/VISU/table.png
+share/doc/salome/gui/VISU/table3d.png
+share/doc/salome/gui/VISU/tablesn2.png
+share/doc/salome/gui/VISU/tablesn1.png
+share/doc/salome/gui/VISU/table__presentations__page.html
+share/doc/salome/gui/VISU/viewtable.png
+share/doc/salome/gui/VISU/translate__presentation__page.html
+share/doc/salome/gui/VISU/translatepres.png
+share/doc/salome/gui/VISU/gpp2.png
+share/doc/salome/gui/VISU/tui__evolution__page.html
+share/doc/salome/gui/VISU/types__of__gauss__points__presentations__page.html
+share/doc/salome/gui/VISU/gpp3.png
+share/doc/salome/gui/VISU/vectors__page.html
+share/doc/salome/gui/VISU/vectors.png
+share/doc/salome/gui/VISU/vecticon.jpg
+share/doc/salome/gui/VISU/vectorfield.png
+share/doc/salome/gui/VISU/viewing__3d__presentations__page.html
+share/doc/salome/gui/VISU/viewing3.png
+share/doc/salome/gui/VISU/viewing1.png
+share/doc/salome/gui/VISU/viewing2.png
+share/doc/salome/gui/VISU/viewing4.png
+share/doc/salome/gui/VISU/values_labeling.png
+share/doc/salome/gui/VISU/labeling_parameters.png
+share/doc/salome/gui/VISU/viewing10.png
+share/doc/salome/gui/VISU/viewing5.png
+share/doc/salome/gui/VISU/viewing6.png
+share/doc/salome/gui/VISU/viewing7.png
+share/doc/salome/gui/VISU/viewing8.png
+share/doc/salome/gui/VISU/viewing9.png
+share/doc/salome/gui/VISU/viewing12.png
+share/doc/salome/gui/VISU/quadratic.png
+share/doc/salome/gui/VISU/viewing13.png
+share/doc/salome/gui/VISU/line_width.png
+share/doc/salome/gui/VISU/shrink_factor.png
+share/doc/salome/gui/VISU/arrangeactors.png
+share/doc/salome/gui/VISU/arrangeactors1.png
+share/doc/salome/gui/VISU/installdox
+share/doc/salome/gui/VISU/ftv2blank.png
+share/doc/salome/gui/VISU/ftv2doc.png
+share/doc/salome/gui/VISU/ftv2folderclosed.png
+share/doc/salome/gui/VISU/ftv2folderopen.png
+share/doc/salome/gui/VISU/ftv2lastnode.png
+share/doc/salome/gui/VISU/ftv2link.png
+share/doc/salome/gui/VISU/ftv2mlastnode.png
+share/doc/salome/gui/VISU/ftv2mnode.png
+share/doc/salome/gui/VISU/ftv2node.png
+share/doc/salome/gui/VISU/ftv2plastnode.png
+share/doc/salome/gui/VISU/ftv2pnode.png
+share/doc/salome/gui/VISU/ftv2vertline.png
+share/doc/salome/gui/VISU/index.html
+share/doc/salome/gui/VISU/tree.html
+share/salome/resources/visu/ModuleVisu.png
+share/salome/resources/visu/SalomeApp.xml
+share/salome/resources/visu/sprite_alpha.bmp
+share/salome/resources/visu/sprite_texture.bmp
+share/salome/resources/visu/Vertex_Program_ARB.txt
+share/salome/resources/visu/Visu_actor_selection.png
+share/salome/resources/visu/Visu_add.png
+share/salome/resources/visu/Visu_apply.png
+share/salome/resources/visu/Visu_anim.png
+share/salome/resources/visu/Visu_cell_selection.png
+share/salome/resources/visu/Visu_close.png
+share/salome/resources/visu/VISU.config
+share/salome/resources/visu/Visu_cutlines.png
+share/salome/resources/visu/Visu_cutsegment.png
+share/salome/resources/visu/Visu_cutplanes.png
+share/salome/resources/visu/Visu_deformed_anim.png
+share/salome/resources/visu/Visu_deformed.png
+share/salome/resources/visu/VISU_en.xml
+share/salome/resources/visu/Visu_eraseall.png
+share/salome/resources/visu/VISU_fr.xml
+share/salome/resources/visu/Visu_gauss_point_selection.png
+share/salome/resources/visu/Visu_gauss_points.png
+share/salome/resources/visu/Visu_graduated_axes.png
+share/salome/resources/visu/Visu_help.png
+share/salome/resources/visu/Visu_import_med.png
+share/salome/resources/visu/Visu_isosurfaces.png
+share/salome/resources/visu/Visu_load_texture.png
+share/salome/resources/visu/Visu_ok.png
+share/salome/resources/visu/Visu_PlaneSegmentation.png
+share/salome/resources/visu/Visu_plot2d.png
+share/salome/resources/visu/Visu_plot3d.png
+share/salome/resources/visu/Visu_point_selection.png
+share/salome/resources/visu/Visu_points.png
+share/salome/resources/visu/Visu_recording_pause.png
+share/salome/resources/visu/Visu_recording_play.png
+share/salome/resources/visu/Visu_recording_start.png
+share/salome/resources/visu/Visu_recording_stop.png
+share/salome/resources/visu/Visu_remove.png
+share/salome/resources/visu/Visu_sameas.png
+share/salome/resources/visu/Visu_scalarmapondeformedshape.png
+share/salome/resources/visu/Visu_scalars_anim.png
+share/salome/resources/visu/Visu_scalars.png
+share/salome/resources/visu/Visu_scaling.png
+share/salome/resources/visu/Visu_selectall.png
+share/salome/resources/visu/Visu_selection_panel.png
+share/salome/resources/visu/Visu_slider_panel.png
+share/salome/resources/visu/Visu_sweep_panel.png
+share/salome/resources/visu/Visu_selectionactor.png
+share/salome/resources/visu/Visu_selectioncell.png
+share/salome/resources/visu/Visu_selectionedge.png
+share/salome/resources/visu/Visu_selectionpoint.png
+share/salome/resources/visu/Visu_selectonly.png
+share/salome/resources/visu/Visu_SphereSegmentation.png
+share/salome/resources/visu/Visu_streamlines.png
+share/salome/resources/visu/Visu_surface.png
+share/salome/resources/visu/Visu_tree_container.png
+share/salome/resources/visu/Visu_tree_curve.png
+share/salome/resources/visu/Visu_tree_cutlines_gr.png
+share/salome/resources/visu/Visu_tree_cutlines.png
+share/salome/resources/visu/Visu_tree_cutsegment_gr.png
+share/salome/resources/visu/Visu_tree_cutsegment.png
+share/salome/resources/visu/Visu_tree_cutplanes_gr.png
+share/salome/resources/visu/Visu_tree_cutplanes.png
+share/salome/resources/visu/Visu_tree_deformed_gr.png
+share/salome/resources/visu/Visu_tree_deformed.png
+share/salome/resources/visu/Visu_tree_gauss_points.png
+share/salome/resources/visu/Visu_tree_isosurfaces_gr.png
+share/salome/resources/visu/Visu_tree_isosurfaces.png
+share/salome/resources/visu/Visu_tree_mesh.png
+share/salome/resources/visu/Visu_tree_multipr_full.png
+share/salome/resources/visu/Visu_tree_multipr_hide.png
+share/salome/resources/visu/Visu_tree_multipr_low.png
+share/salome/resources/visu/Visu_tree_multipr_medium.png
+share/salome/resources/visu/Visu_tree_plot3d_gr.png
+share/salome/resources/visu/Visu_tree_plot3d.png
+share/salome/resources/visu/Visu_tree_result.png
+share/salome/resources/visu/Visu_tree_scalarmapondeformedshape_gr.png
+share/salome/resources/visu/Visu_tree_scalarmapondeformedshape.png
+share/salome/resources/visu/Visu_tree_scalars_gr.png
+share/salome/resources/visu/Visu_tree_table.png
+share/salome/resources/visu/Visu_tree_scalars.png
+share/salome/resources/visu/Visu_tree_streamlines_gr.png
+share/salome/resources/visu/Visu_tree_streamlines.png
+share/salome/resources/visu/Visu_tree_vectors_gr.png
+share/salome/resources/visu/Visu_tree_vectors.png
+share/salome/resources/visu/Visu_tree_visu.png
+share/salome/resources/visu/Visu_vectors.png
+share/salome/resources/visu/Visu_vvtk_switch.png
+share/salome/resources/visu/Visu_wireframe.png
+share/salome/resources/visu/Visu_slider_more.png
+share/salome/resources/visu/Visu_slider_avi.png
+share/salome/resources/visu/Visu_slider_first.png
+share/salome/resources/visu/Visu_slider_previous.png
+share/salome/resources/visu/Visu_slider_play.png
+share/salome/resources/visu/Visu_slider_pause.png
+share/salome/resources/visu/VISUCatalog.xml
+share/salome/resources/visu/Visu_slider_next.png
+share/salome/resources/visu/Visu_holo_render.png
+share/salome/resources/visu/Visu_slider_last.png
+share/salome/resources/visu/Visu_DeactivatePlane.png
+share/salome/resources/visu/Visu_planemanager.png
+share/salome/resources/visu/VISU_msg_en.qm
+share/salome/resources/visu/VISU_images.qm
+@dirrm share/salome/resources/visu
+@dirrm share/doc/salome/gui/VISU/visugen_doc/search
+@dirrm share/doc/salome/gui/VISU/visugen_doc
+@dirrm share/doc/salome/gui/VISU/search
+@dirrm share/doc/salome/gui/VISU
+@dirrm %%PYTHON_SITELIBDIR%%/salome/VISU__POA
+@dirrm %%PYTHON_SITELIBDIR%%/salome/VISU