Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/visu.git] / doc / salome / gui / VISU / input / table_presentations.doc
index 9e6dc79fe1e6bacc0baab15238f125ef00ba4df4..ee162476d4e48239c66989c16c17a139279c6876 100644 (file)
@@ -1,12 +1,38 @@
 /*!
 
-\page table_presentations_page Table presentations
-
-<ul>
-<li>\subpage about_tables_page</li>
-<li>\subpage importing_exporting_tables_page</li>
-<li>\subpage displaying_tables_page</li>
-<li>\subpage creating_tables_from_cut_lines_page</li>
-</ul>
+\page table_presentations_page DataTable object
+
+<b>DataTable object</b> is a way to represent a two-dimensional data array
+(data arranged in rows and columns) in Salome. Each column groups values expressed in certain measurement \b units.
+All \b columns and <b>rows</b>  have  </b>titles</b>. Tables can be \b
+rarefied, which means that some cells may be empty, without any
+values.
+
+<b>DataTable object</b> can be created directly, with the usage of a
+special programming API (this problem lies out of the scope of Salome
+GUI Help), or \subpage importing_exporting_tables_page "imported"
+from properly defined ACSII files. 
+
+\note Alternatively, it is possible to  create a table from
+the scalar values applied to the cells forming a \ref cut_lines_page "Cut Lines"
+presentation. Simply  right-click on the presentation in the Object
+Browser or in the viewer and select <b>Create Table</b> from the pop-up menu.
+
+Tables are not displayed automatically. To view the imported table,
+right-click on it in the Object Brower and select <b>Show Table</b>
+in the context menu.
+
+\image html viewtable.png
+
+It is also possible to create 
+\subpage table_3d_page "Table 3D presentation" basing on the table
+data and display it in the VTK viewer.
+
+Another way of exploiting table data is 
+\subpage creating_curves_page "creating curves" and
+ \subpage creating_plot2d_page "displaying them in the Plot 2D viewer".
+Plot 2D viewer is described in the documentation on GUI module. 
+
 
 */
\ No newline at end of file