Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/gui.git] / doc / salome / gui / input / viewers_chapter.doc
1 /*!
2
3 \page viewers_page Viewers
4
5 Salome provides a selection of viewers for data representation. Some
6 of them are used in several modules, others are used only in one
7 module or in some particular cases. 
8  
9
10 <ul>
11 <li>\subpage occ_3d_viewer_page "OCC (Open CasCade) 3D viewer" has been developed on the basis of Open
12 CASCADE Technology. This is the default viewer for Geometry Module,
13 providing good representation of construction and transformation of
14 geometrical objects. Only this viewer allows to work with groups and
15 sub-shapes. This viewer can also work in Mesh module, however, it
16 doesn't allow to visualize meshes. </li>
17 <li>\subpage vtk_3d_viewer_page "VTK 3D viewer" has been developed
18 basing on Visualization ToolKit library by Kitware, Inc. This is the default viewer for Mesh Module, allowing to
19 visualize meshes. It is also used in Post-Pro module for all 3D presentations.</li>
20 <li>\subpage plot2d_viewer_page "Plot 2D viewer" has been developed
21 basing on open-source Qwt library. It is destined for the representation of 2d
22 plots and graphs in Post-Pro module.</li>
23 <li>GL 2D viewer - general purpose OpenGL-based viewer, which can be
24 used for visualization of 2D scenes.</li>
25 <li>QxScene 2D viewer - has been developed on the basis of
26 QGraphicsView scene by Trolltech. This viewer is used in YACS module
27 for visualization of computation schemes.</li>
28 </ul>
29
30 */