-This is the version 3.2.0b1 of VISU
-Compatible with :
- - KERNEL 3.2.0b1
- - SALOMEGUI 3.2.0b1
- - MED 3.2.0b1
+SALOME2 : VISU module
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# -* Makefile *-
#
top_srcdir=@top_srcdir@
top_builddir=.
srcdir=@srcdir@
-VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl:${KERNEL_ROOT_DIR}/idl/salome
+VPATH=.:@srcdir@:@top_srcdir@/bin:./bin/salome:./resources:@top_srcdir@/resources:./bin:@top_srcdir@/idl
@COMMENCE@
BIN_SCRIPT= \
VERSION
-
# copy header files in common directory
-ifeq ($(HAVE_SSTREAM),yes)
- include_list=include/salome/SALOMEconfig.h
-else
- include_list=include/salome/SALOMEconfig.h include/salome/sstream
+
+include_list = include/salome/SALOMEconfig.h \
+ include/salome/VISU_version.h
+
+ifneq ($(HAVE_SSTREAM),yes)
+ include_list += include/salome/sstream
endif
inc: idl $(include_list)
+bin: bin/salome/VERSION
+
+bin/salome/VERSION : bin/VERSION
+ -$(RM) $@
+ $(LN_S) ../../$< $@
+
include/salome/SALOMEconfig.h: salome_adm/unix/SALOMEconfig.ref
-$(RM) $@
$(LN_S) ../../$< $@
-$(RM) $@
$(LN_S) ../../$< $@
+include/salome/VISU_version.h: VISU_version.h
+ -$(RM) $@
+ $(LN_S) ../../$< $@
+
depend: depend_idl
depend_idl:
(cd idl ; $(MAKE) $@) || exit 1
+resources: share/salome/resources/VISUCatalog.xml
+
+share/salome/resources/VISUCatalog.xml: VISUCatalog.xml
+ cp $< $@
+
# doc is already build : if you want to had documents, go manually to doc and run 'make doc'
#doc:
# (cd doc && $(MAKE) $@) || exit 1
install: install-bin install-include install-end
+install-resources: install-catalog
+
+install-catalog: share/salome/resources/VISUCatalog.xml
+ $(INSTALL) -d $(datadir)/resources
+ $(INSTALL_DATA) $< $(datadir)/resources/.
--- /dev/null
+// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/
+//
+// File : VISU_version.h
+// Author : Vadim SANDLER
+// Module : SALOME
+
+#if !defined(__VISU_VERSION_H__)
+#define __VISU_VERSION_H__
+
+/*
+ VISU_VERSION is (major << 16) + (minor << 8) + patch.
+*/
+
+#define VISU_VERSION_STR "@VERSION@"
+#define VISU_VERSION @XVERSION@
+
+#endif // __VISU_VERSION_H__
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# source path
top_srcdir=@top_srcdir@
Visu_ok=no
+VISU_LDFLAGS=""
+VISU_CXXFLAGS=""
+
+
AC_ARG_WITH(visu,
[ --with-visu=DIR root directory path of VISU module installation ],
VISU_DIR="$withval",VISU_DIR="")
VISU_ROOT_DIR=${VISU_DIR}
fi
AC_SUBST(VISU_ROOT_DIR)
+
+ VISU_LDFLAGS=-L${VISU_DIR}/lib${LIB_LOCATION_SUFFIX}/salome
+ VISU_CXXFLAGS=-I${VISU_DIR}/include/salome
+
+ AC_SUBST(VISU_LDFLAGS)
+ AC_SUBST(VISU_CXXFLAGS)
+
else
AC_MSG_WARN("Cannot find VISU module sources")
fi
@SET_MAKE@
SHELL=/bin/sh
+LIB_LOCATION_SUFFIX=@LIB_LOCATION_SUFFIX@
# header missing
HAVE_SSTREAM=@HAVE_SSTREAM@
LIBS=@LIBS@
-LDFLAGS=@LDFLAGS@ -L$(top_builddir)/lib@LIB_LOCATION_SUFFIX@/salome
+LDFLAGS=@LDFLAGS@ -L$(top_builddir)/lib@LIB_LOCATION_SUFFIX@/salome -Xlinker -rpath-link -Xlinker
# add libstdc++ to link c++ library with libtool !
LDFLAGS+= -lstdc++
+++ /dev/null
-THIS IS SALOME - VISU VERSION: 3.2.0b1
--- /dev/null
+THIS IS SALOME - VISU VERSION: @VERSION@
PACKAGE=salome
AC_SUBST(PACKAGE)
-VERSION=0.0.1
+VERSION=3.2.0
+XVERSION=0x030200
AC_SUBST(VERSION)
+AC_SUBST(XVERSION)
dnl
dnl Initialize source and build root directories
AC_CXX_USE_STD_IOSTREAM
AC_CXX_HAVE_SSTREAM
-echo
-echo ---------------------------------------------
-echo BOOST Library
-echo ---------------------------------------------
-echo
-CHECK_BOOST
dnl
dnl ---------------------------------------------
CHECK_HDF5
+echo
+echo ---------------------------------------------
+echo BOOST Library
+echo ---------------------------------------------
+echo
+
+CHECK_BOOST
+
echo
echo ---------------------------------------------
echo Testing OpenCascade
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# -* Makefile *-
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \
done
+
+usr_docs:
+ @@SETX@; for d in $(SUBDIRS); do \
+ (cd $$d && $(MAKE) $@) || exit 1; \
+ done
+
+dev_docs:
+ @@SETX@; for d in $(SUBDIRS); do \
+ (cd $$d && $(MAKE) $@) || exit 1; \
+ done
+
clean:
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# -* Makefile *-
#
VPATH=.:@srcdir@
SUBDIRS= tui gui
+SUBDIRSTUI= tui
+SUBDIRSGUI= gui
@COMMENCE@
-docs:
- @@SETX@; for d in $(SUBDIRS); do \
+usr_docs:
+ @@SETX@; for d in $(SUBDIRSGUI); do \
+ (cd $$d && $(MAKE) $@) || exit 1; \
+ done; \
+
+docs: usr_docs
+
+dev_docs:
+ @@SETX@; for d in $(SUBDIRSTUI); do \
(cd $$d && $(MAKE) $@) || exit 1; \
done; \
- cp -f $(srcdir)/VISU_index_v3.1.0.html VISU_index_v3.1.0.html
clean:
@@SETX@; for d in $(SUBDIRS); do \
- (cd $$d && $(MAKE) $@) || exit 1; \
+ if test -d $$d/VISU; then \
+ (cd $$d && $(MAKE) $@) || exit 1; \
+ fi; \
done
distclean: clean
@@SETX@; for d in $(SUBDIRS); do \
- (cd $$d && $(MAKE) $@) || exit 1; \
+ if test -d $$d/VISU; then \
+ (cd $$d && $(MAKE) $@) || exit 1; \
+ fi; \
done
install:
$(MAKE) docs
- (cd tui && $(MAKE) install);
- (cd gui && $(MAKE) install);
- cp -f VISU_index_v3.1.0.html $(docdir)
+ @@SETX@; for d in $(SUBDIRS); do \
+ if test -d $$d/VISU; then \
+ (cd $$d && $(MAKE) $@); \
+ fi; \
+ done
uninstall:
@@SETX@; for d in $(SUBDIRS); do \
- (cd $$d && $(MAKE) $@) || exit 1; \
+ if test -d $$d/VISU; then \
+ (cd $$d && $(MAKE) $@) || exit 1; \
+ fi; \
done; \
- rm -fr $(docdir)/VISU_index_v3.1.0.html
+++ /dev/null
-<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
-
- <meta http-equiv="Content-Type"
- content="text/html; charset=iso-8859-1">
-
- <meta name="GENERATOR"
- content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
- <title>Post-Pro Module Documentation</title>
-</head>
- <body bgcolor="#cccccc" text="#000000" link="#0000ee" alink="#0000ee"
- vlink="#551a8b">
-
-<div align="center">
-<center>
-<center>
- </center>
-
-<table width="96%" align="center">
- <tbody>
- <tr>
- <td><a href="http://www.opencascade.com"><img
- src="tui/VISU/sources/logocorp.gif" border="0" height="46" width="122">
- </a></td>
- <td>
-
- <div align="right"><a href="http://www.opencascade.org/SALOME/"><img
- src="tui/VISU/sources/application.gif" border="0" height="46" width="108">
- </a></div>
- </td>
- </tr>
-
- </tbody>
-</table>
-
-<div align="center">
-<center>
-<hr width="100%" size="2">
-<h1>Post-Pro MODULE Documentation</h1>
- </center>
- </div>
-
-<table width="96%">
- <tbody>
-
- </tbody>
-</table>
- </center>
-
-<div align="center">
-<p> <img src="tui/VISU/sources/Application-About.png"
- alt="Application-About.png" width="30%" height="20%">
- </p>
- </div>
-
-<center>
-<table width="96%">
- <tbody>
-
- </tbody>
-</table>
- <br>
- <br>
- <br>
- </center>
-
-<center><big><a href="gui/VISU/visu.htm">GUI Documentation</a></big></center>
-
-<br>
-
-<center><big><a href="gui/GAUSS/gauss_points_viewer.htm">Gauss Viewer User Guide</a></big></center>
-
-<br>
-
-<center><big><a href="tui/VISU/index.html">TUI Documentation</a></big></center>
-
-<center><br>
- <br>
- </center>
- </div>
- <br>
- <br>
- <br>
-</body>
-</html>
+++ /dev/null
-<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
-
- <meta http-equiv="Content-Type"
- content="text/html; charset=iso-8859-1">
-
- <meta name="GENERATOR"
- content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
- <title>Post-Pro Module Documentation</title>
-</head>
- <body bgcolor="#cccccc" text="#000000" link="#0000ee" alink="#0000ee"
- vlink="#551a8b">
-
-<div align="center">
-<center>
-<center>
- </center>
-
-<table width="96%" align="center">
- <tbody>
- <tr>
- <td><a href="http://www.opencascade.com"><img
- src="tui/VISU/sources/logocorp.gif" border="0" height="46" width="122">
- </a></td>
- <td>
-
- <div align="right"><a href="http://www.opencascade.org/SALOME/"><img
- src="tui/VISU/sources/application.gif" border="0" height="46" width="108">
- </a></div>
- </td>
- </tr>
-
- </tbody>
-</table>
-
-<div align="center">
-<center>
-<hr width="100%" size="2">
-<h1>Post-Pro MODULE Documentation</h1>
- </center>
- </div>
-
-<table width="96%">
- <tbody>
-
- </tbody>
-</table>
- </center>
-
-<div align="center">
-<p> <img src="tui/VISU/sources/Application-About.png"
- alt="Application-About.png" width="30%" height="20%">
- </p>
- </div>
-
-<center>
-<table width="96%">
- <tbody>
-
- </tbody>
-</table>
- <br>
- <br>
- <br>
- </center>
-
-<center><big><a href="gui/VISU/visu.htm">GUI Documentation</a></big></center>
-
-<br>
-
-<center><big><a href="gui/GAUSS/gauss_points_viewer.htm">Gauss Viewer User Guide</a></big></center>
-
-<br>
-
-<center><big><a href="tui/VISU/index.html">TUI Documentation</a></big></center>
-
-<center><br>
- <br>
- </center>
- </div>
- <br>
- <br>
- <br>
-</body>
-</html>
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Activation of commands display results</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-table.whs2 { x-cell-content-align:top; width:100%; border-spacing:0px; }\r
-col.whs3 { width:50%; }\r
-tr.whs4 { x-cell-content-align:top; }\r
-td.whs5 { width:50%; padding-right:10px; padding-left:10px; border-bottom-style:none; border-right-style:none; border-left-style:none; border-top-style:none; }\r
-p.whs6 { text-align:center; font-style:italic; }\r
-td.whs7 { width:50%; padding-right:10px; padding-left:10px; border-bottom-style:none; border-top-style:none; border-right-style:none; }\r
-td.whs8 { width:50%; padding-right:10px; padding-left:10px; border-right-style:none; border-left-style:none; border-bottom-style:none; }\r
-p.whs9 { text-align:center; }\r
-img_whs10 { border:none; width:191px; height:158px; border-style:none; }\r
-td.whs11 { width:50%; padding-right:10px; padding-left:10px; border-bottom-style:none; border-right-style:none; }\r
-img_whs12 { border:none; width:190px; height:90px; border-style:none; }\r
-p.whs13 { text-align:center; font-size:8pt; }\r
-img_whs14 { border:none; width:192px; height:47px; border-style:none; }\r
-p.whs15 { font-weight:bold; }\r
-p.whs16 { font-style:italic; margin-left:40px; }\r
-img_whs17 { border:none; border-style:none; width:300px; height:106px; float:none; }\r
-img_whs18 { border:none; border-style:none; width:158px; height:28px; float:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Display results at Gauss points\nActivation of commands");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Activation of commands</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> The user has to select in the tree browser the <span \r
- style="font-weight: bold;"><B>time stamp</B></span> value to display, by a right-mouse \r
- button click. Items concerned by this command are all sub-items of \91<span \r
- style="font-weight: bold;"><B>Fields</B></span>\92 entry.</p>\r
-\r
-<p>Then, a contextual popup menu displays possible display modes, depending \r
- whether the time stamps contains scalar and/or vector values:</p>\r
-\r
-<p> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="100%" class="whs2">\r
-<col class="whs3">\r
-<col class="whs3">\r
-\r
-<tr valign="top" class="whs4">\r
-<td width="50%" class="whs5">\r
-<p align="center" class="whs6">Options for fields containing only Vector and/or Scalar \r
- values:</td>\r
-<td width="50%" class="whs7">\r
-<p align="center" class="whs6">Options for fields containing only Scalar values:</td></tr>\r
-\r
-<tr valign="top" class="whs4">\r
-<td width="50%" class="whs8">\r
-<p align="center" class="whs9"><img src="image9.gif" width="191px" height="158px" border="0" class="img_whs10"></td>\r
-<td width="50%" class="whs11">\r
-<p align="center" class="whs9"><img src="image10.gif" width="190px" height="90px" border="0" class="img_whs12"></td></tr>\r
-</table>\r
-\r
-<p align="center" class="whs9"> </p>\r
-\r
-<p align="center" class="whs13">Fig. 4 : Different display mode for results</p>\r
-\r
-<p align="center" class="whs9"> </p>\r
-\r
-<p>These commands are also accessible from the <span style="font-weight: bold;"><B>Visualization</B></span> \r
- menu and from the <span style="font-weight: bold;"><B>Visualization</B></span> \r
- toolbar and are applied to the current selected field.</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs9"><img src="image11.gif" width="192px" height="47px" border="0" class="img_whs14"></p>\r
-\r
-<p align="center" class="whs9"> </p>\r
-\r
-<p align="center" class="whs13">Fig. 5 : Visualization toolbar</p>\r
-\r
-<p align="center" class="whs9"> </p>\r
-\r
-<p class="whs15"><img src="ex_green.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> Note:</p>\r
-\r
-<p class="whs16">In the case of data assigned \r
- to Gauss Points, these existing modes of presentation may give incorrect \r
- presentations because of the algorithms used for the translation of data \r
- from Gauss points to the whole mesh element. Therefore, a message will \r
- be displayed to inform the user about that and let him the possibility \r
- to go on anyway or to cancel the operation:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs9"><img src="image12.gif" x-maintain-ratio="FALSE" width="300px" height="106px" border="0" class="img_whs17"></p>\r
-\r
-<p align="center" class="whs9"> </p>\r
-\r
-<p align="center" class="whs13">Fig. 6 : Notification message for existing and not modified \r
- VISU presentation</p>\r
-\r
-<p align="center" class="whs9"> </p>\r
-\r
-<p>Two new options are added to the popup menus (scalar and scalar/vector), \r
- the menu bar and the toolbar:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs9"><img src="image13.gif" x-maintain-ratio="FALSE" width="158px" height="28px" border="0" class="img_whs18"></p>\r
-\r
-<p align="center" class="whs9"> </p>\r
-\r
-<p align="center" class="whs13">Fig. 7 : New command dedicated to Gauss points support</p>\r
-\r
-<p align="center" class="whs9"> </p>\r
-\r
-<p>The first one displays <span style="font-weight: bold;"><B>results</B></span> \r
- of a computation at Gauss points, the second one displays only the Gauss \r
- <span style="font-weight: bold;"><B>point</B></span>s (geometry) in the 3D view \r
- for checking purpose.</p>\r
-\r
-<p>This latest option should be understood as a debug mode to check if \r
- coordinates of Gauss points are correctly computed by the system. Later \r
- on, this option could be moved to the \91Families\92 entry of the tree browser \r
- \96 like for Mesh entities \96 but this requires modifying the MED file data \r
- model, and is out of the scope of this specification.</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Animation function</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; }\r
-p.whs2 { font-style:italic; margin-left:40px; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Display results at Gauss points\nAnimation function");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Animation function</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> When a field defines several timestamps, a right-mouse \r
- button click display an \91<span style="font-weight: bold;"><B>Animation</B></span>\92 \r
- popup menu that allows user to define an animation of the results between \r
- 2 date.</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs2">This option will be extended \r
- to results at Gauss point, later on, in the frame of lot 3 \96 Advanced \r
- version of the viewer.</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Cameras</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-p.whs2 { text-align:center; }\r
-img_whs3 { border:none; width:250px; height:220px; float:none; border-style:none; }\r
-p.whs4 { text-align:center; font-size:8pt; }\r
-table.whs5 { x-cell-content-align:top; width:82.127%; margin-left:40px; border-spacing:0px; }\r
-col.whs6 { width:31.543%; }\r
-col.whs7 { width:68.457%; }\r
-tr.whs8 { x-cell-content-align:top; }\r
-td.whs9 { width:31.543%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-p.whs10 { font-weight:bold; }\r
-td.whs11 { width:68.457%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs12 { width:31.543%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
-td.whs13 { width:68.457%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-ul.whs14 { list-style:disc; }\r
-img_whs15 { border:none; width:230px; height:154px; border-style:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Navigation within the scene\nCameras");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Cameras</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> Salome provides a simple way to store and retrieve a \r
- specific point of view corresponding to the scene really seen by user. \r
- This behaviour will be kept without any change for the project.</p>\r
-\r
-<p> </p>\r
-\r
-<p>This command is activated by right clicking with the mouse on the 3D \r
- view. Then a popup menu is opened, and user can select the \91<span style="font-weight: bold;"><B>Save \r
- view parameters</B></span>\92.</p>\r
-\r
-<p> </p>\r
-\r
-<p>The selection of this command creates a new child node in the Study \r
- and is shown in the Study browser under the main entry \91Post-Pro\92 \96 i.e. \r
- nodes are located at the same levels as MED files.</p>\r
-\r
-<p> </p>\r
-\r
-<p>From these nodes, 4 options are accessible through another contextual \r
- popup menu, as described in the following figure:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image56.gif" x-maintain-ratio="FALSE" width="250px" height="220px" border="0" class="img_whs3"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 37 : Popup menu from a \91Camera\92 item of the tree</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="82.127%" class="whs5">\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='82.127%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
-//--></script>\r
-<col class="whs6">\r
-<col class="whs7">\r
-\r
-<tr valign="top" class="whs8">\r
-<td bgcolor="#008080" width="31.543%" class="whs9">\r
-<p class="whs10">Command</td>\r
-<td bgcolor="#008080" width="68.457%" class="whs11">\r
-<p class="whs10">Purpose</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="31.543%" class="whs12">\r
-<p class="whs10">Restore view parameters</td>\r
-<td width="68.457%" class="whs13">\r
-<p>Apply the current settings of the view parameter to the current 3D view.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="31.543%" class="whs12">\r
-<p class="whs10">Save view parameters</td>\r
-<td width="68.457%" class="whs13">\r
-<p>Save current parameters of the 3D view to the current entry of the tree \r
- (position, view point and focal distance).</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="31.543%" class="whs12">\r
-<p class="whs10">Rename</td>\r
-<td width="68.457%" class="whs13">\r
-<p>Allows user to redefine the name of the element. A dialog is opened \r
- to realize the input.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="31.543%" class="whs12">\r
-<p class="whs10">Delete</td>\r
-<td width="68.457%" class="whs13">\r
-<p>Remove the element from the study browser.</td></tr>\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
-//--></script>\r
-</table>\r
-\r
-<p> </p>\r
-\r
-<p>Persistence of \91View parameters\92 is ensured as a standard Salome behavior \r
- and consists in storing/retrieving the corresponding SALOMEDS Study attribute.</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs10"><a name=Movement_of_the_camera_between_2_positions>Movement \r
- of the camera between 2 positions</a></p>\r
-\r
-<p>In certain situation, the movement of camera is slow and smooth to allow \r
- user to understand the displacement. Situation concerned are:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs14">\r
- \r
- <li class=kadov-p><p>Movement between two registered camera positions \r
- as defined in the previous paragraph</p></li>\r
- \r
- <li class=kadov-p><p>Movement when picking a point (see <a href="description_of_the_picking_functionality.htm">Description \r
- of the picking functionality</a>)</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>The path between 2 positions will be interpolated by a number of steps \r
- computed by the system according to an angular step defined in the preferences.</p>\r
-\r
-<p> </p>\r
-\r
-<p>The interpolated movement takes care about initial and final positions \r
- and orientations of the view point and the focal point.</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image57.gif" width="230px" height="154px" border="0" class="img_whs15"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 38 : Transformation between 2 cameras</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p class="whs10">Changing the view point to a predefined state</p>\r
-\r
-<p>The user can also change the view point by any of the pre-defined icons \r
- of the 3D view (top, down, front, back, left, right, axo):</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs14">\r
- \r
- <li class=kadov-p><p>The camera is <span style="font-weight: bold;"><B>smoothly</B></span> \r
- modified to the <span style="font-weight: bold;"><B>standard pre-defined \r
- state</B></span> of the corresponding pre-defined view (position, focus, focal \r
- distance)</p></li>\r
- \r
- <li class=kadov-p><p>The center of dynamic rotation of the view is \r
- modified to the one corresponding to the pre-defined view</p></li>\r
- \r
- <li class=kadov-p><p>In the case a point is selected, it remains selected</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Command Activation</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-img_whs2 { border:none; float:none; width:8px; height:9px; border-style:none; }\r
-p.whs3 { text-align:center; }\r
-img_whs4 { border:none; border-style:none; width:500px; height:342px; float:none; }\r
-p.whs5 { text-align:center; font-size:8pt; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo(" Loading of data\nCommand Activation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Command Activation</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> The command is defined in the \91<span style="font-weight: bold;"><B>File</B></span>\92 \r
- menu of the VISU module:</p>\r
-\r
-<p>Click <span style="font-weight: bold;"><B>File</B></span> <span style="font-weight: bold;"><B>►</B></span> \r
- <span style="font-weight: bold;"><B>Import \r
- from file</B></span> <span style="font-style: italic;"><I><img src="purple_right_sm.jpg" x-save-file="TRUE" x-save-method="compute-relative" x-maintain-ratio="TRUE" width="8px" height="9px" border="0" class="img_whs2"> Displays \r
- a selection file dialog box.</I></span></p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs3"><img src="image1.gif" x-maintain-ratio="FALSE" width="500px" height="342px" border="0" class="img_whs4"></p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs5">Fig. 1 : Opening a MED file in Salome</p>\r
-\r
-<p align="center" class="whs3"> </p>\r
-\r
-<p>The dialog allows the user to browse the files hierarchy accessible \r
- from his PC. When user found the file, he validates its choice by pressing \r
- the \91<span style="font-weight: bold;"><B>Open</B></span>\92 button.</p>\r
-\r
-<p> </p>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Command Activation in Display Meshes</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; }\r
-ul.whs2 { list-style:disc; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Display of meshes and mesh groups \nActivation of commands");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Activation of commands</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> The user has to select in the tree browser the mesh element \r
- to display by a right-mouse button click. Items concerned by this command \r
- are all sub-items of \91<span style="font-weight: bold;"><B>Families</B></span>\92 \r
- and \91<span style="font-weight: bold;"><B>Groups</B></span>\92 entries.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Then, a contextual popup menu displays possible actions:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>If the element has never been yet displayed, a \r
- unique \91<span style="font-weight: bold;"><B>Create Presentation</B></span>\92 action \r
- is proposed to load corresponding data from the MED file and to compute \r
- the graphical presentation of the element. Element is then displayed in \r
- the current default mode.</p></li>\r
- \r
- <li class=kadov-p><p>If the element has already been loaded, then several \r
- options are proposed. They are defined in the next paragraph.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>These commands are also accessible from the menu bar and from the <span \r
- style="font-weight: bold;"><B>Representation</B></span> toolbar and are applied \r
- to the current selection of the tree.</p>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Command Activation picking</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-ul.whs2 { list-style:circle; }\r
-img_whs3 { border:none; width:25px; height:23px; float:none; border-style:none; }\r
-p.whs4 { font-size:8pt; margin-left:120px; }\r
-img_whs5 { border:none; width:26px; height:50px; float:none; border-style:none; }\r
-p.whs6 { font-style:italic; margin-left:40px; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Picking\nCommand activation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Command activation</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> The activation of the command is possible from:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="circle" class="whs2">\r
- \r
- <li class=kadov-p><p>The menu bar: <span style="font-weight: bold;"><B>Picking \r
- ► Gauss Point Info</B></span></p></li>\r
- \r
- <li class=kadov-p><p><a name=Fig__46___New_Gauss_Point_toolbar></a>A \r
- new icon <img src="image65.gif" x-maintain-ratio="FALSE" width="25px" height="23px" border="0" class="img_whs3"> from a new \91Gauss Point\92 toolbar\92</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p class="whs4"><img src="image66.gif" x-maintain-ratio="FALSE" width="26px" height="50px" border="0" class="img_whs5"></p>\r
-\r
-<p class="whs4"> </p>\r
-\r
-<p class="whs4">Fig. 46 : New Gauss Point \r
- toolbar</p>\r
-\r
-<p> </p>\r
-\r
-<p>This new toolbar will be connected to the <span style="font-weight: bold;"><B>main \r
- 3D view only</B></span>. The second icon will be explained in <a href="segmentation_general.htm">Segmentation</a>.</p>\r
-\r
-<p> </p>\r
-\r
-<p><img src="ex_green.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> <span style="font-weight: bold;"><B>Note:</B></span></p>\r
-\r
-<p class="whs6">The timestamp popup menu \r
- will not provide this functionality since the picking, as defined for \r
- Gauss points behaviour, is implemented as a <span style="font-weight: bold;"><B>View \r
- attribute</B></span>. Thus, picking will be enabled for all presentation displayed \r
- in the 3D view.</p>\r
-\r
-<p> </p>\r
-\r
-<p>The activation of the command is done by selection of the \91<span style="font-weight: bold;"><B>Gauss \r
- Point Info</B></span>\92 item from either the menu bar or the toolbar icon. \r
- A <span style="font-weight: bold;"><B>check</B></span> mark will be added on \r
- the left side of the corresponding menu bar item to remind to user that \r
- the option is active. In the case of the toolbar icon, the button remains \r
- <span style="font-weight: bold;"><B>pressed</B></span> when command is activated.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Reversibly, the deactivation of the command is done by another selection \r
- of the command, which acts as a toggle option. The check mark will then \r
- be erased from the menu item, and button from the toolbar will be released.</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Command Activation Segmentation</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-ul.whs2 { list-style:circle; }\r
-img_whs3 { border:none; width:23px; height:23px; border-style:none; }\r
-img_whs4 { border:none; width:29px; height:26px; border-style:none; }\r
-img_whs5 { border:none; width:84px; height:29px; border-style:none; }\r
-p.whs6 { font-weight:bold; }\r
-p.whs7 { font-style:italic; margin-left:40px; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Segmentation\nCommand Activation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Command Activation</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> The activation of the command is possible from:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="circle" class="whs2">\r
- \r
- <li style="list-style: square;"\r
- type=square\r
- class=kadov-p><p>The menu bar: <span style="font-weight: bold;"><B>Segmentation \r
- ► Box Segmentation</B></span></p></li>\r
- \r
- <ul type="circle" class="whs2">\r
- \r
- <li class=kadov-p><p>A new icon <img src="image71.gif" width="23px" height="23px" border="0" class="img_whs3"> from a new \91Gauss \r
- Point\92 toolbar\92 (see <a href="command_activation_picking.htm#Fig__46___New_Gauss_Point_toolbar">Fig. \r
- 46 : New Gauss Point toolbar</a>)</p></li>\r
- </ul>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="circle" class="whs2">\r
- \r
- <li style="list-style: square;"\r
- type=square\r
- class=kadov-p><p>The menu bar: <span style="font-weight: bold;"><B>Segmentation \r
- ► Sphere Segmentation</B></span></p></li>\r
- \r
- <ul type="circle" class="whs2">\r
- \r
- <li class=kadov-p><p>A new icon <img src="image114.gif" width="29px" height="26px" border="0" class="img_whs4"> from the updated \r
- \91Gauss Point\92 toolbar <img src="image115.gif" width="84px" height="29px" border="0" class="img_whs5"></p></li>\r
- </ul>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p class="whs6"><img src="ex_green.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> Note:</p>\r
-\r
-<p class="whs7">As for picking command, \r
- the timestamp popup menu will not provide this functionality since the \r
- segmentation is also implemented as a View attribute. Thus, segmentation \r
- will be enabled for all presentation displayed in the 3D view.</p>\r
-\r
-<p class="whs7"> </p>\r
-\r
-<p class="whs7">As for plane segmentation \r
- command, the timestamp popup menu will not provide this functionality \r
- since the segmentation is also implemented as a View attribute. Thus, \r
- segmentation will be enabled for all presentation displayed in the 3D \r
- view.</p>\r
-\r
-<p> </p>\r
-\r
-<p>The activation of the command is done by selection of the \91<span style="font-weight: bold;"><B>Box \r
- Segmentation</B></span>\92 item from either the menu bar or the toolbar icon. \r
- A <span style="font-weight: bold;"><B>check</B></span> mark will be added on \r
- the left side of the corresponding menu bar item to remind to user that \r
- the option is active. In the case of the toolbar icon, the button remains \r
- <span style="font-weight: bold;"><B>pressed</B></span> when command is activated.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Reversibly, the deactivation of the command is done by another selection \r
- of the command, which acts as a toggle option. The check mark will then \r
- be erased from the menu item, and button from the toolbar will be released.</p>\r
-\r
-<p> </p>\r
-\r
-<p>The activation of the command is done by selection of the \91<span style="font-weight: bold;"><B>Sphere \r
- Segmentation</B></span>\92 item from either the menu bar or the toolbar icon. \r
- A <span style="font-weight: bold;"><B>check</B></span> mark will be added on \r
- the left side of the corresponding menu bar item to remind to user that \r
- the option is active. In the case of the toolbar icon, the button remains \r
- <span style="font-weight: bold;"><B>pressed</B></span> when command is activated.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Reversibly, the deactivation of the command is done by another selection \r
- of the command, which acts as a toggle option. The check mark will then \r
- be erased from the menu item, and button from the toolbar will be released.</p>\r
-\r
-<p> </p>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Command activation timestamps animation</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-ul.whs2 { list-style:disc; }\r
-p.whs3 { text-align:center; }\r
-img_whs4 { border:none; width:267px; height:160px; border-style:none; }\r
-p.whs5 { text-align:center; font-size:8pt; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Timestamps animation\nCommand activation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Command activation</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> The command can be activated from the study browser only:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>Mouse right button click over a \91<span style="font-weight: bold;"><B>Field</B></span>\92 \r
- of the study tree browser</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>This opens a popup menu with only one option: \91<span style="font-weight: bold;"><B>Animation</B></span>\92</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs3"><img src="image99.gif" width="267px" height="160px" border="0" class="img_whs4"></p>\r
-\r
-<p align="center" class="whs3"> </p>\r
-\r
-<p align="center" class="whs5">Fig. 29 : \91Animation\92 popup menu</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Command deactivation</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-ul.whs2 { list-style:disc; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Picking\nCommand deactivation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Command deactivation</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> When user exits the picking function (see <a href="command_activation_picking.htm">Picking \r
- command activation</a>), the system performs the following tasks:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>Erase the parent mesh element if displayed</p></li>\r
- \r
- <li class=kadov-p><p>Erase the marker from the scalar bar (except the \r
- case of Gauss point without result)</p></li>\r
- \r
- <li class=kadov-p><p>Remove the information window</p></li>\r
- \r
- <li class=kadov-p><p>Unselect the current selected Gauss point (if \r
- any)</p></li>\r
-</ul>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Command Description in Display Meshes</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-p.whs2 { text-align:center; }\r
-img_whs3 { border:none; width:147px; height:116px; border-style:none; }\r
-p.whs4 { text-align:center; font-size:8pt; }\r
-table.whs5 { border-spacing:0px; width:79.908%; margin-left:5px; margin-right:5px; margin-top:5px; margin-bottom:5px; x-cell-content-align:Center; }\r
-col.whs6 { width:25.289%; }\r
-col.whs7 { width:74.711%; }\r
-tr.whs8 { x-cell-content-align:top; }\r
-td.whs9 { width:25.289%; padding-right:10px; padding-left:10px; background-color:#008080; border-left-color:#000000; border-top-style:Solid; border-top-color:#000000; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; border-right-width:1px; border-left-width:1px; border-left-style:solid; border-top-width:1px; }\r
-p.whs10 { font-weight:bold; text-align:center; }\r
-td.whs11 { width:74.711%; padding-right:10px; padding-left:10px; background-color:#008080; border-top-style:Solid; border-top-color:#000000; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; border-top-width:1px; border-right-width:1px; }\r
-td.whs12 { width:100%; padding-right:10px; padding-left:10px; background-color:#c0c0c0; border-left-color:#000000; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; border-left-width:1px; border-left-style:solid; border-right-width:1px; }\r
-p.whs13 { background-color:#c0c0c0; }\r
-td.whs14 { width:25.289%; padding-right:10px; padding-left:10px; border-left-color:#000000; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; border-right-width:1px; border-left-width:1px; border-left-style:solid; }\r
-p.whs15 { font-weight:bold; }\r
-td.whs16 { width:74.711%; padding-right:10px; padding-left:10px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; border-right-width:1px; }\r
-td.whs17 { width:25.289%; padding-right:10px; padding-left:10px; x-cell-content-align:center; border-left-color:#000000; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; border-right-width:1px; border-left-width:1px; border-left-style:solid; }\r
-ul.whs18 { list-style:disc; }\r
-img_whs19 { border:none; width:318px; height:86px; float:none; border-style:none; }\r
-p.whs20 { font-style:italic; margin-left:40px; }\r
-img_whs21 { border:none; border-style:none; width:300px; height:240px; float:none; }\r
-td.whs22 { width:25.289%; padding-right:10px; padding-left:10px; border-left-color:#000000; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; border-right-width:1px; border-left-width:1px; border-left-style:solid; x-cell-content-align:center; }\r
-img_whs23 { border:none; border-style:none; width:250px; height:123px; float:none; }\r
-img_whs24 { border:none; border-style:none; width:150px; height:127px; float:none; }\r
-td.whs25 { width:25.289%; padding-right:10px; padding-left:10px; border-left-color:#000000; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-right-width:1px; border-left-width:1px; border-left-style:solid; border-bottom-width:1px; x-cell-content-align:center; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Display of meshes and mesh groups \nDescription of commands");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Description of commands</h1>\r
-\r
-<p><span style="font-style: italic;"><I><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"></I></span> The popup \r
- menu proposes two main lists of commands related to the display of the \r
- meshes elements, in addition to a few other standards actions:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image4.gif" width="147px" height="116px" border="0" class="img_whs3"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 3 : Families or Groups item Popup menu</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="79.908%" class="whs5">\r
-<col class="whs6">\r
-<col class="whs7">\r
-\r
-<tr valign="top" class="whs8">\r
-<td bgcolor="#008080" width="25.289%" class="whs9">\r
-<p align="center" class="whs10">Command</td>\r
-<td bgcolor="#008080" width="74.711%" class="whs11">\r
-<p align="center" class="whs10">Purpose</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td rowspan="1" colspan="2" bgcolor="#C0C0C0" width="100%" class="whs12">\r
-<p class="whs13">Sub-commands of <span style="font-weight: bold;"><B>Representation</B></span> \r
- menu</td>\r
-</tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td width="25.289%" class="whs14">\r
-<p class="whs15">Points</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Display all nodes of the meshes elements</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="25.289%" class="whs17">\r
-<p class="whs15">Wireframe</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Display meshes elements (skin of the elements) by drawing lines on their \r
- boundaries.</p>\r
-<ul type="disc" class="whs18">\r
- \r
- <li class=kadov-p><p>Quadrangular items are represented by 4 lines \r
- (and not 2 triangles)</p></li>\r
- \r
- <li class=kadov-p><p>Quadratic elements are displayed like linear ones \r
- (i.e.: boundaries) as a standard display.</p></li>\r
-</ul>\r
-<p align="center" class="whs2"><img src="image5.gif" x-maintain-ratio="TRUE" width="318px" height="86px" border="0" class="img_whs19"></p>\r
-<p class="whs20"><span style="x-text-underline: normal; /*begin!kadov{{*/ text-decoration: underline; /*}}end!kadov*/ "><U>Remark:</U></span> \r
- in the frames of this project, only <span style="font-weight: bold;"><B>Standard \r
- display</B></span> will be implemented.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td width="25.289%" class="whs14">\r
-<p class="whs15">Surface</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Shaded display of the skin of the elements</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td width="25.289%" class="whs14">\r
-<p class="whs15">Insideframe</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Same as <span style="font-family: Tahoma, sans-serif;">Wireframe</span>, \r
- but extended to all elements (inside included)</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td width="25.289%" class="whs14">\r
-<p class="whs15">Surfaceframe</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Equivalent to Surface + <span style="font-family: Tahoma, sans-serif;">Wireframe</span> \r
- display mode.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="25.289%" class="whs17">\r
-<p class="whs15">Shrink</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Explode elements to distinguish their boundaries from each other (homothetic \r
- transformation). This mode can be activated either for Wireframe or Surface \r
- display mode.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td width="25.289%" class="whs14">\r
-<p class="whs15">Unshrink</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Cancels Shrink toggle option</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td rowspan="1" colspan="2" bgcolor="#C0C0C0" width="100%" class="whs12">\r
-<p>Sub-commands of <span style="font-weight: bold;"><B>Properties</B></span> menu</td>\r
-</tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="25.289%" class="whs17">\r
-<p class="whs15">Color</p>\r
-<p>Or both:</p>\r
-<p> <span style="font-weight: bold;"><B>Cell \r
- Color</B></span></p>\r
-<p class="whs15"> Edge \r
- Color</p>\r
-<p>in the case of \91Surfaceframe\92 presentation</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Allows user to define the color property of the elements through a standard \r
- dialog:</p>\r
-<p align="center" class="whs2"><img src="image6.gif" x-maintain-ratio="FALSE" width="300px" height="240px" border="0" class="img_whs21"></p>\r
-<p> </p>\r
-<p>Color is applied once user has pressed the <span style="font-weight: bold;"><B>OK</B></span> \r
- button.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="25.289%" class="whs22">\r
-<p class="whs15">Opacity</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Allows user to define the transparency property of the elements. The \r
- existing functionality allows to define a new value from a dialog and \r
- to apply it by pressing the <span style="font-weight: bold;"><B>OK</B></span> \r
- button.</p>\r
-<p>This <span style="font-weight: bold;"><B>behaviour will be changed</B></span> \r
- to a modeless dialog, as it is already implemented in the SMESH module, \r
- so that the application of the transparency will be done in real time \r
- (using a slider).</p>\r
-<p align="center" class="whs2"><img src="image7.gif" x-maintain-ratio="FALSE" width="250px" height="123px" border="0" class="img_whs23"></p>\r
-<p> </p>\r
-<p>To exit the dialog, user has to press the <span style="font-weight: bold;"><B>Close</B></span> \r
- button (the current choice will be kept).</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="25.289%" class="whs22">\r
-<p class="whs15">Line width</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Allows user to define the line width property of the elements through \r
- a standard dialog.</p>\r
-<p>Values can be set from 1 to 10 units.</p>\r
-<p> </p>\r
-<p align="center" class="whs2"><img src="image8.gif" x-maintain-ratio="FALSE" width="150px" height="127px" border="0" class="img_whs24"></p>\r
-<p> </p>\r
-<p>Property is applied once user has pressed the <span style="font-weight: bold;"><B>OK</B></span> \r
- button.</p>\r
-<p>Note: this option affects only wireframe-based presentation.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td rowspan="1" colspan="2" bgcolor="#C0C0C0" width="100%" class="whs12">\r
-<p>Other commands</td>\r
-</tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="25.289%" class="whs22">\r
-<p class="whs15">Rename</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Allows user to redefine the name of the element. A dialog is opened \r
- to realize the input.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="25.289%" class="whs22">\r
-<p class="whs15">Erase</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Erase the elements from the 3D view.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="25.289%" class="whs22">\r
-<p class="whs15">Display Only</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Clear the 3D view and display the element alone.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td valign="middle" width="25.289%" class="whs25">\r
-<p class="whs15">Delete</td>\r
-<td width="74.711%" class="whs16">\r
-<p>Erase the elements from the 3D view and remove it from the study browser.</td></tr>\r
-</table>\r
-\r
-<p> </p>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Command description segmentation</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-p.whs2 { text-align:center; }\r
-img_whs3 { border:none; width:350px; height:487px; float:none; border-style:none; }\r
-p.whs4 { text-align:center; font-size:8pt; }\r
-p.whs5 { font-weight:bold; }\r
-p.whs6 { font-weight:normal; }\r
-ul.whs7 { list-style:disc; }\r
-p.whs8 { x-text-underline:normal; text-decoration:underline; }\r
-img_whs9 { border:none; width:350px; height:405px; float:none; border-style:none; }\r
-img_whs10 { border:none; width:283px; height:177px; border-style:none; }\r
-img_whs11 { border:none; width:350px; height:406px; float:none; border-style:none; }\r
-img_whs12 { border:none; width:154px; height:173px; border-style:none; }\r
-p.whs13 { x-text-underline:off; text-decoration:none; }\r
-p.whs14 { margin-left:40px; font-weight:bold; }\r
-p.whs15 { margin-left:40px; font-weight:bold; text-indent:-40px; }\r
-p.whs16 { margin-left:40px; font-style:italic; }\r
-p.whs17 { margin-left:40px; font-style:italic; text-indent:-40px; }\r
-p.whs18 { margin-left:40px; text-indent:-40px; font-style:normal; }\r
-img_whs19 { border:none; width:350px; height:515px; float:none; border-style:none; }\r
-img_whs20 { border:none; width:350px; height:460px; float:none; border-style:none; }\r
-img_whs21 { border:none; width:350px; height:496px; float:none; border-style:none; }\r
-img_whs22 { border:none; width:300px; height:240px; float:none; border-style:none; }\r
-img_whs23 { border:none; width:209px; height:29px; border-style:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript">\r
-<!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))\r
-{\r
- var strNSS = "<style type='text/css'>";\r
- strNSS += "p.whs15 {text-indent:1pt; }";\r
- strNSS += "p.whs17 {text-indent:1pt; }";\r
- strNSS += "p.whs18 {text-indent:1pt; }";\r
- strNSS +="</style>";\r
- document.write(strNSS);\r
-}\r
-//-->\r
-</script>\r
-<script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Segmentation\nCommand description");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Command description</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> <span style="font-weight: bold;"><B>Box Segmentation</B></span></p>\r
-\r
-<p>Once the command is activated, a new window, <span style="font-weight: bold;"><B>below \r
- the main 3D view</B></span> and <span style="font-weight: bold;"><B>docked</B></span> \r
- within the desktop is created to display the content of the segmentation \r
- cursor.</p>\r
-\r
-<p> </p>\r
-\r
-<p>A <span style="font-weight: bold;"><B>dialog box</B></span> (see <a href="#Fig__52___Segmentation_configuration_dialog">Fig. \r
- 52 : Segmentation configuration dialog</a>) is also displayed to manually \r
- configure the segmentation cursor parameters.</p>\r
-\r
-<p> </p>\r
-\r
-<p>As an example of the expected results, the next picture shows the 2 \r
- views of the PERFECT viewer:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image72.gif" x-maintain-ratio="FALSE" width="350px" height="487px" border="0" class="img_whs3"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 51 : PERFECT viewer segmentation</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs5">Sphere Segmentation</p>\r
-\r
-<p class="whs5"> </p>\r
-\r
-<p class="whs6">As for plane segmentation, once the command \r
- is activated, a new window, <span style="font-weight: bold;"><B>below the \r
- main 3D view</B></span> and <span style="font-weight: bold;"><B>docked</B></span> \r
- within the desktop is created to display the content of the segmentation \r
- cursor.</p>\r
-\r
-<p class="whs6"> </p>\r
-\r
-<p class="whs6">A <span style="font-weight: bold;"><B>dialog \r
- box</B></span> (see <a href="#Fig__54___Sphere_Segmentation_configuration_dialog">Fig. \r
- 54 : Sphere Segmentation configuration dialog</a>) is also displayed to \r
- manually configure the segmentation cursor parameters.</p>\r
-\r
-<p> </p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p>The main view (top) shows the results at Gauss \r
- points with its scalar bars as described in the previous chapter. In addition, \r
- a <span style="font-weight: bold;"><B>semi-transparent segmentation cursor</B></span> \r
- \96 in the form of a box with an axis to define its orientation \96 is added \r
- to define the part of the variables to be inspected. <span style="font-weight: bold;"><B>Two \r
- different presentations</B></span> for Gauss points are used, depending on \r
- location of points: inside or outside the segmentation cursor. Inside \r
- points uses the normal presentation for Gauss points as defined in <a href="description_of_commands_display_results.htm#Fig__10___Results_at_Gauss_points_primitive_configuration_dialog">Fig. \r
- 10 : Results at Gauss points primitive configuration dialog</a>. Outside \r
- points presentation is to be defined in the segmentation configuration \r
- dialog.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p>The second view (bottom) \96 also called segmentation \r
- viewer \96 shows, in real time, the results at Gauss points only (no meshes \r
- elements) that are located<span style="font-weight: bold;"><B> inside</B></span> \r
- the segmentation cursor. Gauss points are displayed with the <span style="font-weight: bold;"><B>same \r
- presentation</B></span> as the one used for points<span style="font-weight: bold;"><B> \r
- inside</B></span> the cursor of the first view. This view is automatically \r
- updated when the cursor is changed in the first view.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p class="whs5"> </p>\r
-\r
-<p class="whs5">Picking capabilities</p>\r
-\r
-<p>The picking functionality, as defined in <a href="picking_general.htm">Picking</a>, \r
- is available in both views. The picked point is also highlighted by the \r
- 3D cursor in both views simultaneously. The semi-transparent information \r
- window is displayed in the view used for the picking.</p>\r
-\r
-<p> </p>\r
-\r
-<p>In the case a picked point (from the first view) is not visible in the \r
- second view \96 i.e.: the point is not contained within the segmentation \r
- cursor \96 only the picking cursor is displayed in the second view till \r
- the selection is cancelled.</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs5"> </p>\r
-\r
-<p class="whs5">Edition of the box segmentation cursor</p>\r
-\r
-<p>A dialog with 2 tabs is opened when the function is activated. When \r
- user exits this dialog, the function is ended and the second view (segmentation \r
- cursor viewer) is erased.</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs8"><a \r
- name=Fig__52___Segmentation_configuration_dialog></a>The following dialog \r
- describes configuration of the segmentation cursor:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image73.gif" x-maintain-ratio="FALSE" width="350px" height="405px" border="0" class="img_whs9"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 52 : Segmentation configuration dialog</p>\r
-\r
-<p> </p>\r
-\r
-<p>This dialog defines the coordinates of the origin of the segmentation \r
- cursor, in addition to its direction and depth.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Parameters are explained as follows:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image74.gif" width="283px" height="177px" border="0" class="img_whs10"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 53 : Understanding segmentation cursor parameters</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p>It is also possible to graphically <span style="font-weight: bold;"><B>edit \r
- these parameters directly from the first 3D view</B></span> with the mouse:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p>Translation (dragging) of the lower plane along \r
- the V axis changes the origin of the cursor</p></li>\r
- \r
- <li class=kadov-p><p>Rotating the V axis around its origin defines \r
- a new direction for the cursor</p></li>\r
- \r
- <li class=kadov-p><p>Dragging the second plane (upper one) along its \r
- axis changes the depth of the cursor. It is not possible to move this \r
- second plane under the first one (minimum depth is set to 0).</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>The dialog is automatically updated.</p>\r
-\r
-<p> </p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs5">Edition of the segmentation cursor</p>\r
-\r
-<p> </p>\r
-\r
-<p>A dialog with 2 tabs is opened when the function is activated. When \r
- user exits this dialog, the function is ended and the second view (segmentation \r
- cursor viewer) is erased.</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs8"><a \r
- name=Fig__54___Sphere_Segmentation_configuration_dialog></a>The following \r
- dialog describes configuration of the segmentation cursor:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image116.gif" x-maintain-ratio="FALSE" width="350px" height="406px" border="0" class="img_whs11"></p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 54 : Sphere Segmentation configuration dialog</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p class="whs6">This dialog defines the coordinates of \r
- the origin of the segmentation cursor, in addition to its radius.</p>\r
-\r
-<p class="whs6"> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p class="whs6"><span style="font-weight: bold;"><B>Origin</B></span> \r
- defines the coordinates of the origin of the segmentation cursor. <span \r
- style="font-weight: bold;"><B>Default is set to the CAD origin.</B></span></p></li>\r
-</ul>\r
-\r
-<p class="whs6"> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p class="whs6"><span style="font-weight: bold;"><B>Radius</B></span> \r
- corresponds to the radius of the sphere. <span style="font-weight: bold;"><B>Default \r
- is set to 5%</B></span> of the diagonal of the bounding box for the scene \r
- (i.e.: diameter is then equal to 10% of the diagonal).</p></li>\r
-</ul>\r
-\r
-<p class="whs6"> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p class="whs6"><span style="font-weight: bold;"><B>+/- \r
- Ratio</B></span> corresponds to the number by which the radius will be respectively \r
- multiplied or divided at edition. <span style="font-weight: bold;"><B>Default \r
- is set to 2 mm</B></span>.</p></li>\r
-</ul>\r
-\r
-<p class="whs6"> </p>\r
-\r
-<p class="whs6"><span style="font-weight: bold;"><B>Keyboard:</B></span> \r
- During rendering the scene, it is possible to modify the <span style="font-weight: bold;"><B>radius</B></span> \r
- (multiply/divide by the radius ratio) by using \91<span style="font-weight: bold;"><B>D</B></span>\92, \r
- \91<span style="font-weight: bold;"><B>d</B></span>\92 keys of the keyboard when \r
- the 3D view is active. The effect is immediately applied. The value of \r
- the ratio is only defined through the dialog box.</p>\r
-\r
-<p class="whs6"> </p>\r
-\r
-<p class="whs6">Parameters are explained as follows:</p>\r
-\r
-<p class="whs6"> </p>\r
-\r
-<p align="center" class="whs2"><img src="image117.gif" width="154px" height="173px" border="0" class="img_whs12"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 55 : Understanding segmentation cursor parameters</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p>It is also possible to graphically edit these parameters directly from \r
- the first 3D view with the mouse:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p>Translation (dragging) of the sphere by moving \r
- the centre (glyph) of the sphere</p></li>\r
- \r
- <li class=kadov-p><p>Change the radius my moving the boundary glyph \r
- on the top of the sphere (minimum radius is set to 0)</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>The dialog is automatically updated accordingly.</p>\r
-\r
-<p class="whs5"> </p>\r
-\r
-<p class="whs13"> </p>\r
-\r
-<p class="whs13"><span \r
- style="font-weight: bold;"><B>The second tab</B></span> provides the user with \r
- the ability to change both presentations of Gauss points inside and outside \r
- the segmentation cursor within the same dialog. This is applicable for \r
- all segmentation cursors (plane & sphere).</p>\r
-\r
-<p class="whs13">Therefore, \r
- dialogs are made of two parts:</p>\r
-\r
-<p class="whs13"> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p class="whs13">First \r
- part defines primitives inside the cursor</p></li>\r
- \r
- <li class=kadov-p><p class="whs13">Second \r
- part defines primitives outside the cursor</p></li>\r
-</ul>\r
-\r
-<p class="whs14"> </p>\r
-\r
-<p class="whs15"><img src="ex_green.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> Note: </p>\r
-\r
-<p class="whs16">the next dialogs only \r
- described the content of primitive parameterisation inside the cursor, \r
- intended that all the three primitives are also applicable outside the \r
- cursor.</p>\r
-\r
-<p class="whs17"> </p>\r
-\r
-<p class="whs18">Primitive presentation definition for \r
- Gauss points and in the case of a segmentation are defined by the following \r
- dialogs:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image93.gif" x-maintain-ratio="FALSE" width="350px" height="515px" border="0" class="img_whs19"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 56 : Segmentation Gauss points primitive \96 Point \r
- sprite parameters</p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<p align="center" class="whs4"><img src="image94.gif" x-maintain-ratio="FALSE" width="350px" height="460px" border="0" class="img_whs20"></p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 57 : Segmentation Gauss points primitive \96 OpenGL \r
- parameters</p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<p align="center" class="whs4"><img src="image95.gif" x-maintain-ratio="FALSE" width="350px" height="496px" border="0" class="img_whs21"></p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 58 : Segmentation Gauss points primitive \96 Geometrical \r
- sphere parameters</p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<p>The first part of the dialog is the same as for <a href="description_of_commands_display_results.htm#Fig__10___Results_at_Gauss_points_primitive_configuration_dialog">Fig. \r
- 10 : Results at Gauss points primitive configuration dialog</a>.</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p>Size: defines the size of Gauss points located \r
- outside the segmentation cursor. It is a percentage of the normal size \r
- of Gauss points defined in <a href="description_of_commands_display_results.htm#Fig__10___Results_at_Gauss_points_primitive_configuration_dialog">Fig. \r
- 10 : Results at Gauss points primitive configuration dialog</a>.</p></li>\r
- \r
- <li class=kadov-p><p>Color: define the unique color used for Gauss \r
- points located outside the segmentation cursor. It is a button control. \r
- When user press it, he can choose a color from a standard color configuration \r
- dialog:</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image76.gif" x-maintain-ratio="FALSE" width="300px" height="240px" border="0" class="img_whs22"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 59 : Standard color dialog</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p class="whs5">Predefined view for the segmentation 3D view</p>\r
-\r
-<p>A new toolbar is defined for the second view only (segmentation viewer) \r
- to define certain pre-defined point of view:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image77.gif" width="209px" height="29px" border="0" class="img_whs23"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 60 : New toolbar for the segmentation viewer 3D view</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p>From left to right, the predefined points of view are:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p>Front</p></li>\r
- \r
- <li class=kadov-p><p>Back</p></li>\r
- \r
- <li class=kadov-p><p>Top</p></li>\r
- \r
- <li class=kadov-p><p>Bottom</p></li>\r
- \r
- <li class=kadov-p><p>Left</p></li>\r
- \r
- <li class=kadov-p><p>Right</p></li>\r
- \r
- <li class=kadov-p><p>Cursor (front)</p></li>\r
- \r
- <li class=kadov-p><p>Cursor (back)</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>This toolbar is docked to the frame of the second view.</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs5"><img src="ex_green.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> Note:</p>\r
-\r
-<p class="whs16">The possibility to adjust \r
- in real time the segmentation viewer to the segmentation cursor can be \r
- proposed as a future improvement of this functionality, but is out of \r
- the scope of this project.</p>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Command description timestamps animation</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-p.whs2 { text-align:center; }\r
-img_whs3 { border:none; width:250px; height:328px; float:none; border-style:none; }\r
-p.whs4 { text-align:center; font-size:8pt; }\r
-ul.whs5 { list-style:disc; }\r
-img_whs6 { border:none; width:250px; height:194px; float:none; border-style:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Timestamps animation\nCommand description");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Command description</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> Selection of the \91<span style="font-weight: bold;"><B>Animation</B></span>\92 \r
- popup menu opens the following modeless dialog:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image100.gif" x-maintain-ratio="FALSE" width="250px" height="328px" border="0" class="img_whs3"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 30 : \91Animation\92 dialog</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<ul type="disc" class="whs5">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Setup Animation</B></span> \r
- opens another dialog to define presentation to animate. It is described \r
- later on in this chapter</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs5">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Generate frames</B></span> \r
- button computes all presentation on selected timestamps (see Setup Animation). \r
- Presentations are kept in memory.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs5">\r
- \r
- <li class=kadov-p><p>The other buttons acts as a record player (to \r
- play, move forward, move backward, and so on), define speed for animation \r
- and save a bitmap file for each timestamp on disk.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>\91<span style="font-weight: bold;"><B>Close</B></span>\92 button stops the on \r
- going animation, clear memory and exits the animation mode.</p>\r
-\r
-<p>To go on the explanation, \91<span style="font-weight: bold;"><B>Setup Animation</B></span>\92 \r
- button open the next dialog:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image101.gif" x-maintain-ratio="FALSE" width="250px" height="194px" border="0" class="img_whs6"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 31 : \91Setup Animation\92 dialog</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<ul type="disc" class="whs5">\r
- \r
- <li class=kadov-p><p>Use range of timestamps allows user to define \r
- a range for timestamps to consider. If not checked, all available timestamps \r
- of the variable are considered</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs5">\r
- \r
- <li class=kadov-p><p>Field shows the list of fields available</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs5">\r
- \r
- <li class=kadov-p><p>Properties area is defined by two buttons. The \r
- first one allows user to select the presentation mode he want to see during \r
- the animation. The second one launches the configuration dialogs corresponding \r
- to the selected presentation (already described in GUI specs of LOT 1 \r
- and LOT 3).</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Command Result</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-p.whs2 { text-align:center; }\r
-img_whs3 { border:none; width:500px; height:415px; float:none; border-style:none; }\r
-p.whs4 { font-size:8pt; text-align:center; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo(" Loading of data\nCommand Result");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Command Result</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> The validation of the command starts the process of loading \r
- data (see '<a href="command_activation.htm">Loading MED files</a>\91).</p>\r
-\r
-<p> </p>\r
-\r
-<p>The browser, corresponding to the current study, is updated by the <span \r
- style="font-weight: bold;"><B>logical structure</B></span> of the loaded MED \r
- file in the form of a hierarchical tree.</p>\r
-\r
-<p> </p>\r
-\r
-<p>The navigation within the tree is made possible by pressing either <span \r
- style="font-weight: bold;"><B>[+]</B></span> to expand or <span style="font-weight: bold;"><B>[-]</B></span> \r
- to collapse a node. Node names correspond to names associated to entities \r
- from the MED file.</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image3.gif" x-maintain-ratio="FALSE" width="500px" height="415px" border="0" class="img_whs3"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 2 : Study browser populated by data loaded from MED \r
- file</p>\r
-\r
-<p> </p>\r
-\r
-<p>The 3D viewer is still not updated at this time (i.e.: nothing is yet \r
- displayed in the 3D viewer).</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Gauss Points Viewer</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="JavaScript">\r
-<!--\r
-\r
-var gArrayCsh = new Array();\r
-\r
-var gstrWindowOption = "";\r
-var gstrURL = "";\r
-var gbWithNavPane = false;\r
-\r
-function CshEntityItem(strAliasId, nTopicNum, strUrl) \r
-{\r
- this.strAliasId = strAliasId;\r
- this.nTopicNum = nTopicNum;\r
- this.strUrl = strUrl;\r
-}\r
-\r
-\r
-//Try to get to topic number from hash string\r
-function GetTopicNumberAuto(strMayBeNumber)\r
-{\r
- var nNum = -1;\r
- if (strMayBeNumber.length >= 1)\r
- {\r
- var strTmp = strMayBeNumber;\r
- var iEnd = strTmp.length;\r
- for (var i=0; i<iEnd; i++)\r
- {\r
- var ch = strTmp.charAt(i);\r
- if (!((ch == "0") || (ch == "1") ||\r
- (ch == "2") || (ch == "3") ||\r
- (ch == "4") || (ch == "5") ||\r
- (ch == "6") || (ch == "7") ||\r
- (ch == "8") || (ch == "9")))\r
- return GetTopicNumberById(strTmp);\r
- }\r
- nNum = parseInt(strTmp);\r
- }\r
- return nNum;\r
-}\r
-\r
-function GetTopicNumber(strHashString)\r
-{\r
- var nTopicEndPos = strHashString.indexOf(',')\r
- if (nTopicEndPos == -1) { // no window option.\r
- return GetTopicNumberOnly(strHashString);\r
- }\r
- else {\r
- var strWindowOption = strHashString.substring(nTopicEndPos + 1, strHashString.length);\r
- var strWithNavPane = 'withnavpane=true';\r
- if (strWindowOption.toLowerCase().indexOf(strWithNavPane) == 0)\r
- {\r
- if (strWindowOption.length > strWithNavPane.length)\r
- gstrWindowOption = strWindowOption.substring(strWithNavPane.length + 1);\r
- else\r
- gstrWindowOption = "";\r
- gbWithNavPane = true;\r
- }\r
- else\r
- gstrWindowOption = strWindowOption;\r
- return GetTopicNumberOnly(strHashString.substring(0, nTopicEndPos)); \r
- }\r
-}\r
-\r
-function GetTopicNumberOnly(strTopicString)\r
-{\r
- var nEqualPos = strTopicString.indexOf('=');\r
- if (nEqualPos == -1) {\r
- return GetTopicNumberAuto(strTopicString);\r
- }\r
- else {\r
- var strValue=strTopicString.substring(nEqualPos + 1, strTopicString.length);\r
- if (strTopicString.toLowerCase().indexOf("topicnumber") == 0) {\r
- return parseInt(strValue);\r
- } else if (strTopicString.toLowerCase().indexOf("context") == 0) {\r
- return GetTopicNumberById(strValue);\r
- } else if (strTopicString.toLowerCase().indexOf("remoteurl") == 0) {\r
- gstrURL = strValue;\r
- return -1;\r
- }\r
-\r
- }\r
-}\r
-\r
-//Find HomePage of the WebHelp system\r
-// we try to get the topic from remote project if it exists.\r
-function RedirectToHomePage()\r
-{\r
- if (parent && parent != this && parent.goNext)\r
- {\r
- var sHome = parent.goNext();\r
- if (sHome != "")\r
- RedirectTo(sHome);\r
- }\r
-}\r
-\r
-function getHomePage()\r
-{\r
- if (parent && parent != this && parent.getRelHomePage)\r
- {\r
- return parent.getRelHomePage(document.location.href);\r
- }\r
- return "";\r
-}\r
-\r
-function addRemoteProject(strPath)\r
-{\r
- if (parent && parent != this && parent.addProject)\r
- {\r
- parent.addProject(strPath);\r
- }\r
-}\r
-\r
-//Redirect page to...\r
-function RedirectTo(strUrl)\r
-{\r
- if (gstrWindowOption.length != 0) {\r
- var wnd = window.open(strUrl, "HelpStub", gstrWindowOption);\r
- // close current window and rename the stub window to current window.\r
- if (wnd)\r
- wnd.focus();\r
- if (parent)\r
- parent.close();\r
- }\r
- else {\r
- parent.document.location.href = strUrl;\r
- window.focus();\r
- }\r
-}\r
-\r
-//Prompt the user that we can not find...\r
-function FailToFind(strMsg)\r
-{\r
- RedirectToHomePage();\r
-}\r
-\r
-//Find topic by topic number (defined in h file)\r
-function FindTopicByTopicNum(nTopicNum)\r
-{\r
- var i = 0;\r
- var iEnd = gArrayCsh.length;\r
- for (i=0; i<iEnd; i++)\r
- {\r
- if (gArrayCsh[i].nTopicNum == nTopicNum)\r
- {\r
- var strURL = gArrayCsh[i].strUrl;\r
- if (gbWithNavPane)\r
- {\r
- var strHomePage = getHomePage();\r
- if (strHomePage.length != 0)\r
- strURL = strHomePage + strURL;\r
- } \r
- RedirectTo(strURL);\r
- return true;\r
- }\r
- }\r
- FailToFind("Fail to find topic assocaite with topic number: " + nTopicNum);\r
- return false;\r
-}\r
-\r
-var oldPrefix = "HelpIdFromHTMLHelp_"\r
-//Find topic by topic id (alias id defined in ali file)\r
-function GetTopicNumberById(strTopicId)\r
-{\r
- if (strTopicId.indexOf(oldPrefix) == 0)\r
- {\r
- strTopicId = strTopicId.substring(oldPrefix.length);\r
- }\r
-\r
- var i = 0;\r
- var iEnd = gArrayCsh.length;\r
- for (i=0; i<iEnd; i++)\r
- {\r
- if (gArrayCsh[i].strAliasId.toLowerCase() == strTopicId.toLowerCase())\r
- {\r
- return gArrayCsh[i].nTopicNum;\r
- }\r
- }\r
- gstrURL = "";\r
- return -1;\r
-}\r
-\r
-//Set Context-sensitive help entity...\r
-function SetCsh(n, strAliasId, nTopicNum, strUrl)\r
-{\r
- gArrayCsh[n] = new CshEntityItem(strAliasId,nTopicNum,strUrl);\r
-}\r
-\r
-\r
-function getHash()\r
-{\r
- if (parent && parent != this)\r
- return parent.location.hash;\r
- else\r
- return "";\r
-}\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-\r
-\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-//Find CSH according to hash string after this page\r
-if (getHash().length > 0)\r
-{\r
- // VH 05/16/00 now support \r
- // TopicID=\r
- // TopicNumber=\r
- // RemoteURL= \r
- // and WindowsOptions\r
- // with the format #a=xxx,b=xxx,c=xxx...\r
- var strHashString = getHash().toString();\r
- // change ? to : for remote URL. because java applet have some problem to pass a URL with two : inside the URL so we changed it. \r
- // so here need to change it back.\r
- strHashString = strHashString.substring(1,strHashString.length);\r
- strHashString = strHashString.replace("%072%057%057", "://");\r
- var nTopicNum = GetTopicNumber(strHashString);\r
-\r
- if (nTopicNum != -1)\r
- {\r
- FindTopicByTopicNum(nTopicNum);\r
- }\r
- else\r
- {\r
- if (gstrURL.length > 0) \r
- RedirectTo(gstrURL);\r
- else\r
- RedirectToHomePage();\r
- }\r
-}\r
-else\r
-{\r
- RedirectToHomePage();\r
-}\r
-//-->\r
-</script>\r
-<noscript>\r
- <p> Your browser does not support JavaScript. WebHelp Context-Sensitive Help requires JavaScript support to run.</p>\r
-</noscript>\r
-</body>\r
-</html>\r
-\r
-\r
-\r
-\r
-\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Gauss Points Viewer</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="JavaScript">\r
-<!--\r
-\r
-var gArrayCsh = new Array();\r
-\r
-var gstrWindowOption = "";\r
-var gstrURL = "";\r
-var gbWithNavPane = false;\r
-\r
-function CshEntityItem(strAliasId, nTopicNum, strUrl) \r
-{\r
- this.strAliasId = strAliasId;\r
- this.nTopicNum = nTopicNum;\r
- this.strUrl = strUrl;\r
-}\r
-\r
-\r
-//Try to get to topic number from hash string\r
-function GetTopicNumberAuto(strMayBeNumber)\r
-{\r
- var nNum = -1;\r
- if (strMayBeNumber.length >= 1)\r
- {\r
- var strTmp = strMayBeNumber;\r
- var iEnd = strTmp.length;\r
- for (var i=0; i<iEnd; i++)\r
- {\r
- var ch = strTmp.charAt(i);\r
- if (!((ch == "0") || (ch == "1") ||\r
- (ch == "2") || (ch == "3") ||\r
- (ch == "4") || (ch == "5") ||\r
- (ch == "6") || (ch == "7") ||\r
- (ch == "8") || (ch == "9")))\r
- return GetTopicNumberById(strTmp);\r
- }\r
- nNum = parseInt(strTmp);\r
- }\r
- return nNum;\r
-}\r
-\r
-function GetTopicNumber(strHashString)\r
-{\r
- var nTopicEndPos = strHashString.indexOf(',')\r
- if (nTopicEndPos == -1) { // no window option.\r
- return GetTopicNumberOnly(strHashString);\r
- }\r
- else {\r
- var strWindowOption = strHashString.substring(nTopicEndPos + 1, strHashString.length);\r
- var strWithNavPane = 'withnavpane=true';\r
- if (strWindowOption.toLowerCase().indexOf(strWithNavPane) == 0)\r
- {\r
- if (strWindowOption.length > strWithNavPane.length)\r
- gstrWindowOption = strWindowOption.substring(strWithNavPane.length + 1);\r
- else\r
- gstrWindowOption = "";\r
- gbWithNavPane = true;\r
- }\r
- else\r
- gstrWindowOption = strWindowOption;\r
- return GetTopicNumberOnly(strHashString.substring(0, nTopicEndPos)); \r
- }\r
-}\r
-\r
-function GetTopicNumberOnly(strTopicString)\r
-{\r
- var nEqualPos = strTopicString.indexOf('=');\r
- if (nEqualPos == -1) {\r
- return GetTopicNumberAuto(strTopicString);\r
- }\r
- else {\r
- var strValue=strTopicString.substring(nEqualPos + 1, strTopicString.length);\r
- if (strTopicString.toLowerCase().indexOf("topicnumber") == 0) {\r
- return parseInt(strValue);\r
- } else if (strTopicString.toLowerCase().indexOf("topicid") == 0) {\r
- return GetTopicNumberById(strValue);\r
- } else if (strTopicString.toLowerCase().indexOf("remoteurl") == 0) {\r
- gstrURL = strValue;\r
- return -1;\r
- }\r
-\r
- }\r
-}\r
-\r
-//Find HomePage of the WebHelp system\r
-// we try to get the topic from remote project if it exists.\r
-function RedirectToHomePage()\r
-{\r
- if (parent && parent != this && parent.goNext)\r
- {\r
- var sHome = parent.goNext();\r
- if (sHome != "")\r
- RedirectTo(sHome);\r
- }\r
-}\r
-\r
-function getHomePage()\r
-{\r
- if (parent && parent != this && parent.getRelHomePage)\r
- {\r
- return parent.getRelHomePage(document.location.href);\r
- }\r
- return "";\r
-}\r
-\r
-function addRemoteProject(strPath)\r
-{\r
- if (parent && parent != this && parent.addProject)\r
- {\r
- parent.addProject(strPath);\r
- }\r
-}\r
-\r
-//Redirect page to...\r
-function RedirectTo(strUrl)\r
-{\r
- if (gstrWindowOption.length != 0) {\r
- var wnd = window.open(strUrl, "HelpStub", gstrWindowOption);\r
- // close current window and rename the stub window to current window.\r
- wnd.focus();\r
- if (parent)\r
- parent.close();\r
- }\r
- else {\r
- parent.document.location.href = strUrl;\r
- window.focus();\r
- }\r
-}\r
-\r
-//Prompt the user that we can not find...\r
-function FailToFind(strMsg)\r
-{\r
- RedirectToHomePage();\r
-}\r
-\r
-//Find topic by topic number (defined in h file)\r
-function FindTopicByTopicNum(nTopicNum)\r
-{\r
- var i = 0;\r
- var iEnd = gArrayCsh.length;\r
- for (i=0; i<iEnd; i++)\r
- {\r
- if (gArrayCsh[i].nTopicNum == nTopicNum)\r
- {\r
- var strURL = gArrayCsh[i].strUrl;\r
- if (gbWithNavPane)\r
- {\r
- var strHomePage = getHomePage();\r
- if (strHomePage.length != 0)\r
- strURL = strHomePage + strURL;\r
- } \r
- RedirectTo(strURL);\r
- return true;\r
- }\r
- }\r
- FailToFind("Fail to find topic assocaite with topic number: " + nTopicNum);\r
- return false;\r
-}\r
-\r
-//Find topic by topic id (alias id defined in ali file)\r
-function GetTopicNumberById(strTopicId)\r
-{\r
- var i = 0;\r
- var iEnd = gArrayCsh.length;\r
- for (i=0; i<iEnd; i++)\r
- {\r
- if (gArrayCsh[i].strAliasId == strTopicId)\r
- {\r
- return gArrayCsh[i].nTopicNum;\r
- }\r
- }\r
- gstrURL = "";\r
- return -1;\r
-}\r
-\r
-//Set Context-sensitive help entity...\r
-function SetCsh(n, strAliasId, nTopicNum, strUrl)\r
-{\r
- gArrayCsh[n] = new CshEntityItem(strAliasId,nTopicNum,strUrl);\r
-}\r
-\r
-\r
-function getHash()\r
-{\r
- if (parent && parent != this)\r
- return parent.location.hash;\r
- else\r
- return "";\r
-}\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-\r
-\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-//Find CSH according to hash string after this page\r
-if (getHash().length > 0)\r
-{\r
- // VH 05/16/00 now support \r
- // TopicID=\r
- // TopicNumber=\r
- // RemoteURL= \r
- // and WindowsOptions\r
- // with the format #a=xxx,b=xxx,c=xxx...\r
- var strHashString = getHash().toString();\r
- // change ? to : for remote URL. because java applet have some problem to pass a URL with two : inside the URL so we changed it. \r
- // so here need to change it back.\r
- strHashString = strHashString.substring(1,strHashString.length);\r
- strHashString = strHashString.replace("%072%057%057", "://");\r
- var nTopicNum = GetTopicNumber(strHashString);\r
-\r
- if (nTopicNum != -1)\r
- {\r
- FindTopicByTopicNum(nTopicNum);\r
- }\r
- else\r
- {\r
- if (gstrURL.length > 0) \r
- RedirectTo(gstrURL);\r
- else\r
- RedirectToHomePage();\r
- }\r
-}\r
-else\r
-{\r
- RedirectToHomePage();\r
-}\r
-//-->\r
-</script>\r
-<noscript>\r
- <p> Your browser does not support JavaScript. WebHelp Context-Sensitive Help requires JavaScript support to run.</p>\r
-</noscript>\r
-</body>\r
-</html>\r
-\r
-\r
-\r
-\r
-\r
-\r
+++ /dev/null
-BODY { \r
- font-family:Arial; \r
- background-color:#ffffff; }\r
-H1 { \r
- font-weight:bold; \r
- font-size:24.0pt; }\r
-LI.kadov-H1 { \r
- font-weight:bold; \r
- font-size:24.0pt; }\r
-H2 { \r
- font-weight:bold; \r
- font-size:18.0pt; }\r
-LI.kadov-H2 { \r
- font-weight:bold; \r
- font-size:18.0pt; }\r
-H3 { \r
- font-weight:bold; \r
- font-size:14.0pt; }\r
-LI.kadov-H3 { \r
- font-weight:bold; \r
- font-size:14.0pt; }\r
-H4 { \r
- font-weight:bold; \r
- font-size:12.0pt; }\r
-LI.kadov-H4 { \r
- font-weight:bold; \r
- font-size:12.0pt; }\r
-H5 { \r
- font-weight:bold; \r
- font-size:10.0pt; }\r
-LI.kadov-H5 { \r
- font-weight:bold; \r
- font-size:10.0pt; }\r
-H6 { \r
- font-weight:bold; \r
- font-size:8.0pt; }\r
-LI.kadov-H6 { \r
- font-weight:bold; \r
- font-size:8.0pt; }\r
-P { \r
- font-size:12.0pt; \r
- margin-top:0pt; \r
- margin-bottom:0pt; }\r
-LI.kadov-P { \r
- font-size:12.0pt; \r
- margin-top:0pt; \r
- margin-bottom:0pt; }\r
-A.expandspot { \r
- color:#008000; \r
- cursor:hand; \r
- font-style:italic; \r
- text-decoration:none; }\r
-SPAN.expandtext { \r
- font-style:italic; \r
- font-weight:normal; \r
- color:#ff0000; }\r
-A.dropspot { \r
- cursor:hand; \r
- color:#008000; \r
- font-style:italic; \r
- text-decoration:none; }\r
-A.glossterm { \r
- color:#800000; \r
- cursor:hand; \r
- font-style:italic; \r
- text-decoration:none; }\r
-SPAN.glosstext { \r
- font-style:italic; \r
- font-weight:normal; \r
- color:#0000ff; }\r
-OL { \r
- margin-top:0px; \r
- margin-bottom:0px; }\r
-UL { \r
- margin-top:0px; \r
- margin-bottom:0px; }\r
+++ /dev/null
-BODY { \r
- font-family:Arial; \r
- background-color:#ffffff; }\r
-H1 { \r
- font-weight:bold; \r
- font-size:24.0pt; \r
- font-family:Arial; }\r
-LI.kadov-H1 { \r
- font-weight:bold; \r
- font-size:24.0pt; }\r
-H2 { \r
- font-weight:bold; \r
- font-size:18.0pt; \r
- font-family:Arial; }\r
-LI.kadov-H2 { \r
- font-weight:bold; \r
- font-size:18.0pt; }\r
-H3 { \r
- font-weight:bold; \r
- font-size:14.0pt; \r
- font-family:Arial; }\r
-LI.kadov-H3 { \r
- font-weight:bold; \r
- font-size:14.0pt; }\r
-H4 { \r
- font-weight:bold; \r
- font-size:12.0pt; \r
- font-family:Arial; }\r
-LI.kadov-H4 { \r
- font-weight:bold; \r
- font-size:12.0pt; }\r
-H5 { \r
- font-weight:bold; \r
- font-size:10.0pt; \r
- font-family:Arial; }\r
-LI.kadov-H5 { \r
- font-weight:bold; \r
- font-size:10.0pt; }\r
-H6 { \r
- font-weight:bold; \r
- font-size:8.0pt; \r
- font-family:Arial; }\r
-LI.kadov-H6 { \r
- font-weight:bold; \r
- font-size:8.0pt; }\r
-P { \r
- font-size:12.0pt; \r
- margin-top:1pt; \r
- margin-bottom:1pt; \r
- font-family:Arial; }\r
-LI.kadov-P { \r
- font-size:12.0pt; \r
- margin-top:0pt; \r
- margin-bottom:0pt; }\r
-A.expandspot { \r
- color:#008000; \r
- cursor:hand; \r
- font-style:italic; \r
- text-decoration:none; }\r
-SPAN.expandtext { \r
- font-style:italic; \r
- font-weight:normal; \r
- color:#ff0000; }\r
-A.dropspot { \r
- cursor:hand; \r
- color:#008000; \r
- font-style:italic; \r
- text-decoration:none; }\r
-A.glossterm { \r
- color:#800000; \r
- cursor:hand; \r
- font-style:italic; \r
- text-decoration:none; }\r
-SPAN.glosstext { \r
- font-style:italic; \r
- font-weight:normal; \r
- color:#0000ff; }\r
-OL { \r
- margin-top:0px; \r
- margin-bottom:0px; \r
- font-family:Arial; }\r
-UL { \r
- margin-top:0px; \r
- margin-bottom:0px; \r
- font-family:Arial; }\r
-ol ol { \r
- margin-top:1px; }\r
-ol ul { \r
- margin-top:1px; }\r
-ul ul { \r
- margin-top:1px; }\r
-ul ol { \r
- margin-top:1px; }\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Description of commands display results</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-p.whs1 { font-weight:bold; }\r
-ul.whs2 { list-style:disc; }\r
-p.whs3 { margin-left:40px; }\r
-table.whs4 { x-cell-content-align:top; width:43.303%; float:alignleft; margin-left:40px; border-spacing:0px; }\r
-col.whs5 { width:82.933%; }\r
-col.whs6 { width:17.067%; }\r
-tr.whs7 { x-cell-content-align:top; }\r
-td.whs8 { width:82.933%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-p.whs9 { margin-left:0px; }\r
-td.whs10 { width:17.067%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-p.whs11 { margin-left:0px; text-align:center; }\r
-img_whs12 { border:none; width:16px; height:16px; border-style:none; }\r
-td.whs13 { width:82.933%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-td.whs14 { width:17.067%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-p.whs15 { text-align:center; }\r
-img_whs16 { border:none; width:200px; height:150px; float:none; border-style:none; }\r
-p.whs17 { text-align:center; font-size:8pt; }\r
-ul.whs18 { list-style:square; }\r
-table.whs19 { x-cell-content-align:top; width:100%; border-spacing:0px; }\r
-col.whs20 { width:25%; }\r
-td.whs21 { width:25%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-p.whs22 { font-weight:bold; text-align:center; }\r
-td.whs23 { width:25%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs24 { width:25%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
-td.whs25 { width:25%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-img_whs26 { border:none; width:51px; height:150px; float:none; border-style:none; }\r
-img_whs27 { border:none; width:50px; height:150px; float:none; border-style:none; }\r
-img_whs28 { border:none; width:20px; height:150px; float:none; border-style:none; }\r
-p.whs29 { color:#ff0000; text-align:center; }\r
-p.whs30 { color:#0000ff; text-align:center; }\r
-img_whs31 { border:none; border-style:none; width:350px; height:432px; float:none; }\r
-p.whs32 { margin-left:40px; text-align:center; }\r
-p.whs33 { margin-left:40px; text-align:center; font-size:8pt; }\r
-p.whs34 { margin-left:40px; text-indent:-40px; }\r
-p.whs35 { margin-left:40px; text-indent:-40px; text-align:center; }\r
-p.whs36 { margin-left:40px; text-indent:-40px; text-align:center; font-size:8pt; }\r
-img_whs37 { border:none; width:138px; height:123px; border-style:none; }\r
-img_whs38 { border:none; width:186px; height:175px; border-style:none; }\r
-img_whs39 { border:none; width:191px; height:175px; border-style:none; }\r
-p.whs40 { margin-left:0px; text-align:center; font-size:8pt; }\r
-p.whs41 { margin-left:40px; text-indent:-28px; font-weight:bold; }\r
-img_whs42 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-p.whs43 { margin-left:80px; font-style:italic; }\r
-p.whs44 { margin-left:80px; font-style:italic; text-align:center; }\r
-img_whs45 { border:none; width:300px; height:106px; float:none; border-style:none; }\r
-p.whs46 { margin-left:80px; text-align:center; font-style:normal; font-size:8pt; }\r
-p.whs47 { margin-left:80px; text-align:center; font-style:normal; }\r
-p.whs48 { margin-left:76px; }\r
-img_whs49 { border:none; width:400px; height:272px; float:none; border-style:none; }\r
-ol.whs50 { list-style:disc; }\r
-p.whs51 { font-style:italic; }\r
-ul.whs52 { list-style:circle; }\r
-p.whs53 { margin-left:80px; }\r
-img_whs54 { border:none; width:300px; height:217px; float:none; border-style:none; }\r
-img_whs55 { border:none; width:300px; height:240px; float:none; border-style:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript">\r
-<!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))\r
-{\r
- var strNSS = "<style type='text/css'>";\r
- strNSS += "p.whs9 {margin-left:1pt; }";\r
- strNSS += "p.whs11 {margin-left:1pt; }";\r
- strNSS += "p.whs34 {text-indent:1pt; }";\r
- strNSS += "p.whs35 {text-indent:1pt; }";\r
- strNSS += "p.whs36 {text-indent:1pt; }";\r
- strNSS += "p.whs40 {margin-left:1pt; }";\r
- strNSS += "p.whs41 {text-indent:1pt; }";\r
- strNSS +="</style>";\r
- document.write(strNSS);\r
-}\r
-//-->\r
-</script>\r
-<script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Display results at Gauss points\nDescription of commands");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Description of commands</h1>\r
-\r
-<p class="whs1">Results at Gauss Points </p>\r
-\r
-<p> </p>\r
-\r
-<p>This mode corresponds to a new development that will be performed in \r
- the frame of this project.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Values are displayed at Gauss points as point sprites in the 3D view.</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>Point sprites are processed using 2 textures (16x16 \r
- pixels):</p></li>\r
-</ul>\r
-\r
-<p class="whs3"> </p>\r
-\r
-<div align=left>\r
-<table x-use-null-cells cellspacing="0" width="43.303%" class="whs4">\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='43.303%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
-//--></script>\r
-<col class="whs5">\r
-<col class="whs6">\r
-\r
-<tr valign="top" class="whs7">\r
-<td width="82.933%" class="whs8">\r
-<p class="whs9">Texture for intensity (brightness) </td>\r
-<td width="17.067%" class="whs10">\r
-<p align="center" class="whs11"><img src="image28.gif" width="16px" height="16px" border="0" class="img_whs12"></td></tr>\r
-\r
-<tr valign="top" class="whs7">\r
-<td width="82.933%" class="whs13">\r
-<p class="whs9">Texture for alpha channel (transparency) </td>\r
-<td width="17.067%" class="whs14">\r
-<p align="center" class="whs11"><img src="image29.gif" width="16px" height="16px" border="0" class="img_whs12"></td></tr>\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
-//--></script>\r
-</table>\r
-</div>\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>Color and size of the points depend on the value \r
- of the results (scalar, modulus of vectors or each component of a vector, \r
- tensor or matrix)</p></li>\r
- \r
- <li class=kadov-p><p>The default sizes to use for point sprites presentation \r
- will be computed by the system. (therefore, these parameters cannot be \r
- defined in the preferences). Nevertheless, the minimum and maximum range \r
- values for the rendering will be parameterized in the configuration dialog.</p></li>\r
- \r
- <li class=kadov-p><p>The maximum size of the point sprite is limited \r
- (clamp) so that when user applies a high zoom factor, the whole scene \r
- remains visible</p></li>\r
- \r
- <li class=kadov-p><p>A point sprite is displayed in a 3D environment \r
- so that its size is depending on location within the 3D scene. At a given \r
- computed size, a point sprite will be bigger when it is near from the \r
- camera, than when it is far from the camera.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs15"><img src="image30.gif" x-maintain-ratio="FALSE" width="200px" height="150px" border="0" class="img_whs16"></p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<p align="center" class="whs17">Fig. 8 : Point sprite display mode</p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<p>Two different scalar bars are displayed simultaneously:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>The first scale \96 <span style="font-weight: bold;"><B>global</B></span> \r
- \96 corresponds to the minimum and maximum values founded for the variable \r
- at <span style="font-weight: bold;"><B>all time stamps</B></span> (located on \r
- the left side). When active, the second is greyed and disabled (not used).</p></li>\r
- \r
- <li class=kadov-p><p>The second scale \96 <span style="font-weight: bold;"><B>local</B></span> \r
- \96 defines the minimum and maximum values at the <span style="font-weight: bold;"><B>current \r
- time stamp</B></span> for the variable (located on the right side). When active, \r
- the first one shows the limits of the second one by 2 black lines.</p></li>\r
- \r
- <li class=kadov-p><p>Possibility to display only one bar (defined in \r
- the preferences). In this case it is the local one.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>Two modes are defined for these scalar bars:</p></li>\r
- \r
- <ul type="square" class="whs18">\r
- \r
- <li class=kadov-p><p>Palette of colours (rainbow scale)</p></li>\r
- \r
- <li class=kadov-p><p>2 colors (bicolor scale)</p></li>\r
- </ul>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>Only one is active at a time. It uses all the \r
- available colors.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="100%" class="whs19">\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='100%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
-//--></script>\r
-<col class="whs20">\r
-<col class="whs20">\r
-<col class="whs20">\r
-<col class="whs20">\r
-\r
-<tr valign="top" class="whs7">\r
-<td bgcolor="#008080" width="25%" class="whs21">\r
-<p align="center" class="whs22">Mode</td>\r
-<td bgcolor="#008080" width="25%" class="whs23">\r
-<p class="whs1">2 b<span style="font-weight: bold;"><B>ars / \r
- active = global bar</B></span></td>\r
-<td bgcolor="#008080" width="25%" class="whs23">\r
-<p class="whs1">2 bars / active = local bar</td>\r
-<td bgcolor="#008080" width="25%" class="whs23">\r
-<p class="whs1">1 active bar = local bar</td></tr>\r
-\r
-<tr valign="top" class="whs7">\r
-<td valign="middle" width="25%" class="whs24">\r
-<p align="center" class="whs22">Palette</td>\r
-<td width="25%" class="whs25">\r
-<p align="center" class="whs15"><img src="image31.gif" x-maintain-ratio="FALSE" width="51px" height="150px" border="0" class="img_whs26"></td>\r
-<td width="25%" class="whs25">\r
-<p align="center" class="whs15"><img src="image32.gif" x-maintain-ratio="FALSE" width="50px" height="150px" border="0" class="img_whs27"></td>\r
-<td width="25%" class="whs25">\r
-<p align="center" class="whs15"><img src="image33.gif" x-maintain-ratio="FALSE" width="20px" height="150px" border="0" class="img_whs28"></td></tr>\r
-\r
-<tr valign="top" class="whs7">\r
-<td valign="middle" width="25%" class="whs24">\r
-<p align="center" class="whs22">Bicolor</p>\r
-<p align="center" class="whs29">red > 0</p>\r
-<p align="center" class="whs30">blue < 0</td>\r
-<td width="25%" class="whs25">\r
-<p align="center" class="whs15"><img src="image34.gif" x-maintain-ratio="FALSE" width="51px" height="150px" border="0" class="img_whs26"></td>\r
-<td width="25%" class="whs25">\r
-<p align="center" class="whs15"><img src="image35.gif" x-maintain-ratio="FALSE" width="50px" height="150px" border="0" class="img_whs27"></td>\r
-<td width="25%" class="whs25">\r
-<p align="center" class="whs15"><img src="image36.gif" x-maintain-ratio="FALSE" width="20px" height="150px" border="0" class="img_whs28"></td></tr>\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
-//--></script>\r
-</table>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs17">Fig. 9 : Scalar bars for results at Gauss point</p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<p>The necessity to display simultaneously 2 synchronized scalars bars \r
- requires defining a new dialog for the configuration.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Besides, a dedicated dialog is also defined to customize the point sprite \r
- behaviour. Thus, when user activates the command, he is prompted by a \r
- dialog with 2 tabs. They are defined as follows:</p>\r
-\r
-<p><a name=Fig__10___Results_at_Gauss_points_primitive_configuration_dialog></a></p>\r
-\r
-<p align="center" class="whs15"><img src="image37.gif" x-maintain-ratio="FALSE" width="350px" height="432px" border="0" class="img_whs31"></p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<p align="center" class="whs17">Fig. 10 : Results at Gauss points primitive configuration \r
- dialog</p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Primitives</B></span> \r
- allows user to choose the graphic primitive to use to display results \r
- at Gauss points. As a first step, the \91<span style="font-weight: bold;"><B>point \r
- sprite</B></span>\92 only will be used (LOT 1). Other primitives will be discussed \r
- later on at LOT 3, and are suggested here for information purpose only.</p></li>\r
-</ul>\r
-\r
-<p class="whs3"> </p>\r
-\r
-<p class="whs3">When user activates the Results at Gauss \r
- points function, the dialog of the \91Primitive\92 tab is moved to an auto-adaptable \r
- dialog which content depends on the selected primitive. Three different \r
- primitives are available and defined as follows:</p>\r
-\r
-<p class="whs3"> </p>\r
-\r
-<p align="center" class="whs32"><img src="image83.gif" x-maintain-ratio="FALSE" width="350px" height="432px" border="0" class="img_whs31"></p>\r
-\r
-<p align="center" class="whs32"> </p>\r
-\r
-<p align="center" class="whs33">Fig. 11 : Results at Gauss points \96 Point sprite primitive \r
- configuration dialog</p>\r
-\r
-<p align="center" class="whs32"> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p class="whs34"><span \r
- style="font-weight: bold;"><B>Point sprite</B></span> parameters remain unchanged \r
- regarding the definition given in LOT 1 specification.</p></li>\r
-</ul>\r
-\r
-<p class="whs34"> </p>\r
-\r
-<p align="center" class="whs35"></p>\r
-\r
-<p align="center" class="whs35"> </p>\r
-\r
-<p align="center" class="whs36">Fig. 12 : Results at Gauss points \96 OpenGL primitive configuration \r
- dialog</p>\r
-\r
-<p align="center" class="whs35"> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p class="whs9"><span style="font-weight: bold;"><B>OpenGL</B></span> \r
- point is a new mode to display results as simple OpenGL points. The <span \r
- style="font-weight: bold;"><B>Clamp</B></span> parameter defines the maximum \r
- size of the OpenGL point as it is defined for the Point sprite option.</p></li>\r
-</ul>\r
-\r
-<p class="whs34"> </p>\r
-\r
-<p class="whs34"> </p>\r
-\r
-<p align="center" class="whs35"><img src="image85.gif" width="138px" height="123px" border="0" class="img_whs37"></p>\r
-\r
-<p align="center" class="whs35"> </p>\r
-\r
-<p align="center" class="whs36">Fig. 13 : OpenGL points presentations</p>\r
-\r
-<p align="center" class="whs35"> </p>\r
-\r
-<p align="center" class="whs35"><img src="image86.gif" x-maintain-ratio="FALSE" width="350px" height="432px" border="0" class="img_whs31"></p>\r
-\r
-<p align="center" class="whs35"> </p>\r
-\r
-<p align="center" class="whs36">Fig. 14 : Results at Gauss points \96 Geometrical sphere \r
- primitive configuration dialog</p>\r
-\r
-<p class="whs3"> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p class="whs9"><span style="font-weight: bold;"><B>Geometrical \r
- Sphere</B></span> is the second new mode that displays results using a standard \r
- sphere with a number of faces to be defined thought a <span style="font-weight: bold;"><B>Resolution</B></span> \r
- parameter. <span style="font-weight: bold;"><B>Default Resolution is set \r
- to 8</B></span>. This number corresponds to the Latitude and Longitude definitions \r
- of VTK sphere. The <span style="font-weight: bold;"><B>Number of Faces</B></span> \r
- parameter \96 not editable \96 is computed by the system ( NbrFaces = 2*Resolution \r
- x [Resolution-2] \r
- ) and displayed for information purpose to end-user.</p></li>\r
-</ul>\r
-\r
-<p class="whs9"> </p>\r
-\r
-<p align="center" class="whs11"><img src="image87.gif" width="186px" height="175px" border="0" class="img_whs38"> <img src="image88.gif" width="191px" height="175px" border="0" class="img_whs39"></p>\r
-\r
-<p align="center" class="whs11"> </p>\r
-\r
-<p align="center" class="whs40">Fig. 15 : Sphere presentations (resp. with resolution \r
- <span style="font-weight: bold;"><B>8</B></span> and <span style="font-weight: bold;"><B>6</B></span>)</p>\r
-\r
-<p align="center" class="whs11"> </p>\r
-\r
-<p class="whs41"> <img src="ex_green.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs42"> Note:</p>\r
-\r
-<p class="whs43">In the case the number \r
- of faces (equal to the total number of points in the scene when no segmentation \r
- cursor is used or number of points within the cursor when a segmentation \r
- is in progress, multiplied by the number of faces of one Sphere in the \r
- current resolution) to display is greater than the number defined in the \r
- \93Notify when number of faces exceeds:\94 parameter, then user is prompted \r
- by a dialog to continue or to cancel the display operation.</p>\r
-\r
-<p class="whs43"> </p>\r
-\r
-<p align="center" class="whs44"><img src="image89.gif" x-maintain-ratio="FALSE" width="300px" height="106px" border="0" class="img_whs45"></p>\r
-\r
-<p align="center" class="whs44"> </p>\r
-\r
-<p align="center" class="whs46">Fig. 16 : Notification message for existing and not modified \r
- VISU presentation</p>\r
-\r
-<p align="center" class="whs47"> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p class="whs9">Size block remains unchanged \r
- as well.</p></li>\r
-</ul>\r
-\r
-<p class="whs48"> </p>\r
-\r
-<p class="whs48">For both of these new modes \96 OpenGL points \r
- and Sphere \96 the computation of size and the definition of <span style="font-weight: bold;"><B>colors</B></span> \r
- applied to points are done in the same way as for point sprite.</p>\r
-\r
-<p class="whs3"> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>The <span style="font-weight: bold;"><B>Maximum Size \r
- (Clamp)</B></span> value corresponds to the maximum size that can have a point \r
- sprite during rendering whatever is the magnification of the point or \r
- the zoom of the view. Technically, it corresponds to setting up a clamp \r
- in the vertex shader. The unit is the pixel, and minimum value is defined \r
- to 1, maximum value can be either set to 512 pixels or read from the hardware \r
- by using OpenGL extension functions.<span style="font-weight: bold;"><B> \r
- Default value is set to 256 pixels</B></span>.</p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Textures</B></span> \r
- allows user to define the 2 textures (16x16 pixels) used for point sprite \r
- rendering. The main defines the shape of the point sprite, the alpha channel \r
- one defines the transparency filter by the threshold parameter (<span \r
- style="font-weight: bold;"><B>default is 0.1</B></span>). The buttons at the \r
- end of each \91edit-box\92 control open a standard open file dialog to look \r
- for a texture within the directory structure of the disk:</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs15"><img src="image38.gif" x-maintain-ratio="FALSE" width="400px" height="272px" border="0" class="img_whs49"></p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<p align="center" class="whs17">Fig. 17 : Open file dialog to load a texture</p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Range for min/max</B></span> \r
- defines 2 values that will be respectively multiplied by a <span style="font-weight: bold;"><B>reference \r
- length</B></span> (representative of the average size of cells of the mesh) \r
- to define the range for minimum and maximum size of a point during rendering \r
- (at magnification = 100%). Default values are:</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ol type="disc" class="whs50">\r
- \r
- <ul type="disc" class="whs2">\r
- \r
- <li style="list-style: circle;"\r
- type=circle\r
- class=kadov-p><p><span style="font-weight: bold;"><B>Rainbow</B></span> \r
- scale: <span style="font-weight: bold;"><B>min = 10%</B></span>, <span style="font-weight: bold;"><B>max \r
- = 33%</B></span></p></li>\r
- \r
- <ul type="square" class="whs18">\r
- \r
- <li class=kadov-p><p class="whs51">Min size will \r
- be associated to the smallest real value (included negative values) of \r
- a result.</p></li>\r
- \r
- <li class=kadov-p><p class="whs51">Max size will \r
- be associated to the largest real values of results</p></li>\r
- </ul>\r
- \r
- <li style="list-style: circle;"\r
- type=circle\r
- class=kadov-p><p><span style="font-weight: bold;"><B>Bicolor</B></span> \r
- scale: <span style="font-weight: bold;"><B>min = 0</B></span> (not editable), \r
- <span style="font-weight: bold;"><B>max = 33%</B></span></p></li>\r
- \r
- <ul type="square" class="whs18">\r
- \r
- <li class=kadov-p><p class="whs51">Null size \r
- will be associated to the 0 scalar value of a result.</p></li>\r
- \r
- <li class=kadov-p><p class="whs51">Max size will \r
- be associated to the largest absolute values of results</p></li>\r
- </ul>\r
- </ul>\r
-</ol>\r
-\r
-<p class="whs43"> </p>\r
-\r
-<p class="whs43">Both values are dynamically \r
- updated by the system according to the selected scalar bar (see <a href="#Fig__18___Scalar_bar_configuration">Fig. \r
- 18: Scalar bar configuration</a>). In the case of a bicolor scale, the \r
- minimum value is set to 0 in the dialog and the control is disabled.</p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Magnification \r
- (%)</B></span> corresponds to the change of the size in 2D of a <span style="font-weight: bold;"><B>result \r
- at Gauss point</B></span> primitive or <span style="font-weight: bold;"><B>Gauss \r
- point</B></span> primitives (not applicable on other existing presentations). \r
- Acceptable values are in the range ]0;N[. 100% means no magnification, \r
- 50% means half of its size, 200% mean twice its size and so forth. <span \r
- style="font-weight: bold;"><B>Default is set to 100%</B></span>.</p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>+/- Ratio</B></span> \r
- corresponds to the number by which the magnification will be respectively \r
- multiplied or divided at edition. Minimum value is defined to 0.01, maximum \r
- is defined to 10. <span style="font-weight: bold;"><B>Default is set to 2</B></span>.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p class="whs51">Keyboard:</p>\r
-\r
-<p>During rendering the scene, it is possible to modify the <span style="font-weight: bold;"><B>magnification</B></span> \r
- (multiply/divide by the magnification ratio) by using \91<span style="font-weight: bold;"><B>M</B></span>\92, \r
- \91<span style="font-weight: bold;"><B>m</B></span>\92 keys of the keyboard when \r
- the 3D view is active. The effect is immediately applied. The ratio is \r
- only defined through the dialog box.</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs51">Spacemouse:</p>\r
-\r
-<p>The dynamic modification of the magnification is also possible using \r
- 2 buttons of the <span style="font-weight: bold;"><B>Spacemouse</B></span> Plus \r
- (see <a href="navigation_using_the_spacemouse.htm#Navigation_using_the_spacemouse">Navigation \r
- using the spacemouse</a>).</p>\r
-\r
-<p><a name=Fig__18___Scalar_bar_configuration></a></p>\r
-\r
-<p align="center" class="whs15"><img src="image39.gif" x-maintain-ratio="FALSE" width="350px" height="432px" border="0" class="img_whs31"></p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<p align="center" class="whs17">Fig. 18 : Scalar bar configuration</p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<p>This last dialog allows user to define the characteristics of the scalar \r
- bars to display within the scene.</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p class="whs1">Active bar section</p></li>\r
- \r
- <ul type="circle" class="whs52">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Local:</B></span> \r
- when selected, the local bar will be active. Colors used for rendering \r
- the results are taken from this bar. If displayed, global bar will be \r
- greyed and 2 markers will define the limits of the local min/max.</p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Global:</B></span> \r
- when selected, the global bar will be active. Colors for results are taken \r
- in this bar (i.e.: not all colors may be used to display results at a \r
- given time stamp). Local bar is greyed and inactive.</p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Displayed:</B></span> \r
- when checked, the global bar is displayed, else it is not seen. This control \r
- is systematically checked and disabled when the global bar is defined \r
- as active.</p></li>\r
- </ul>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p class="whs1">Scalar range</p></li>\r
- \r
- <ul type="circle" class="whs52">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Scalar Mode:</B></span> \r
- this feature is the same as for standard scalar bar. It allows refining \r
- the value to be inspected:</p></li>\r
- \r
- <ul type="square" class="whs18">\r
- \r
- <li class=kadov-p><p>Modulus: value of a scalar or modulus \r
- of a vector</p></li>\r
- \r
- <li class=kadov-p><p>Component N: Nth component of a vector, \r
- a tensor or a matrix</p></li>\r
- </ul>\r
- </ul>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p class="whs1">Colors and labels</p></li>\r
- \r
- <ul type="circle" class="whs52">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Bicolor:</B></span> \r
- 2 colors will be used for the active bar:</p></li>\r
- \r
- <ul type="square" class="whs18">\r
- \r
- <li class=kadov-p><p>Red for positive values</p></li>\r
- \r
- <li class=kadov-p><p>Blue for negative values</p></li>\r
- </ul>\r
- </ul>\r
-</ul>\r
-\r
-<p class="whs53">These colors also correspond to colors associated \r
- to min/max values of the palette option.</p>\r
-\r
-<ol type="disc" class="whs50">\r
- \r
- <ul type="circle" class="whs52">\r
- \r
- <li class=kadov-p><p> <span style="font-weight: bold;"><B>Rainbow:</B></span> \r
- A palette of several colors will be used to render the results. A regular \r
- and linear progression is considered from min to max.</p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Nb. of colors:</B></span> \r
- defines the number of color to design the palette (up to 256 colors can \r
- be used).</p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Nb. of labels:</B></span> \r
- defines the number of labels to be written in the bar as text markers.</p></li>\r
- </ul>\r
-</ol>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p class="whs1">Orientation</p></li>\r
- \r
- <ul type="circle" class="whs52">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Vertical:</B></span> \r
- bar will be vertical</p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Horizontal:</B></span> \r
- bar will be horizontal</p></li>\r
- </ul>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p class="whs1">Origin</p></li>\r
- \r
- <ul type="circle" class="whs52">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>X:</B></span> \r
- abscissa of the origin of the bar (from the left side)</p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Y:</B></span> \r
- ordinate of the origin of the bar (from the bottom)</p></li>\r
- </ul>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p class="whs1">Dimension</p></li>\r
- \r
- <ul type="circle" class="whs52">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Width:</B></span> \r
- width of the each bar</p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Height:</B></span> \r
- height of each bar</p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Spacing:</B></span> \r
- space between both bar (only if the 2 bars are to be displayed)</p></li>\r
- </ul>\r
-</ul>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p\r
- class=kadov-p> </li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Text properties</B></span> \r
- button: correspond to the standard feature to define the font and text \r
- associated to the active bar</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>Finally, to exit the dialog and apply choices, press the <span style="font-weight: bold;"><B>OK</B></span> \r
- button, else <span style="font-weight: bold;"><B>CANCEL</B></span> button, to \r
- quit.</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs1"> </p>\r
-\r
-<p class="whs1"> </p>\r
-\r
-<p class="whs1"><a name=Gauss_Points___Geometry__new_presentation_>Gauss \r
- Points \96 Geometry (new presentation)</a></p>\r
-\r
-<p class="whs51"> </p>\r
-\r
-<p class="whs51">This mode corresponds to a new development \r
- that will be performed in the frame of this project. It is very similar \r
- to the presentation of Results as Gauss points (discussed in the previous \r
- paragraph), so only differences are presented here.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Roughly, the differences between this presentation and the one for results \r
- at Gauss points are:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>Size of points and color are fixed (because there \r
- is no result)</p></li>\r
- \r
- <li class=kadov-p><p>There are no scalar bars</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs15"><img src="image40.gif" x-maintain-ratio="FALSE" width="300px" height="217px" border="0" class="img_whs54"></p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs17">Fig. 19 : Point sprite display mode (no results case)</p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<p>Besides, a dedicated dialog is also defined to customize the point sprite \r
- behaviour. Thus, when user activates the command, he is prompted by a \r
- dialog box defined as follow:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs15"><img src="image90.gif" x-maintain-ratio="FALSE" width="350px" height="432px" border="0" class="img_whs31"></p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<p align="center" class="whs17">Fig. 20 : Gauss points (Geometry) \96 Point sprite primitive \r
- configuration dialog</p>\r
-\r
-<p align="center" class="whs17"> </p>\r
-\r
-<p align="center" class="whs17"><img src="image91.gif" x-maintain-ratio="FALSE" width="350px" height="432px" border="0" class="img_whs31"></p>\r
-\r
-<p align="center" class="whs17"> </p>\r
-\r
-<p align="center" class="whs17">Fig. 21 : Gauss points (Geometry) \96 OpenGL primitive configuration \r
- dialog</p>\r
-\r
-<p align="center" class="whs17"> </p>\r
-\r
-<p align="center" class="whs17"><img src="image92.gif" x-maintain-ratio="FALSE" width="350px" height="432px" border="0" class="img_whs31"></p>\r
-\r
-<p align="center" class="whs17"> </p>\r
-\r
-<p align="center" class="whs17">Fig. 22 : Gauss points (Geometry) \96 Geometrical Sphere \r
- primitive configuration dialog</p>\r
-\r
-<p align="center" class="whs17"> </p>\r
-\r
-<p align="center" class="whs17"> </p>\r
-\r
-<p>The first part of the dialog is the same as for <a href="#Fig__10___Results_at_Gauss_points_primitive_configuration_dialog">Fig. \r
- 10 : Results at Gauss points primitive configuration dialog</a>.</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Size</B></span> defines \r
- a value that will be multiplied by a reference length (representative \r
- of the average size of cells of the mesh) to define the size of points \r
- during rendering (at magnification = 100%). <span style="font-weight: bold;"><B>Default \r
- values 10%</B></span>.</p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Magnification</B></span> \r
- and <span style="font-weight: bold;"><B>Ratio</B></span> have the same meaning \r
- as for Results at Gauss points presentation.</p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Color</B></span>: \r
- define the unique color for Gauss. It is a button control. When user press \r
- it, he can choose a color from a standard color configuration dialog:</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs15"><img src="image42.gif" x-maintain-ratio="FALSE" width="300px" height="240px" border="0" class="img_whs55"></p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<p align="center" class="whs17">Fig. 23 : Standard color dialog</p>\r
-\r
-<p align="center" class="whs15"> </p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs1">Display of a deformed shape</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs3">Once the option is activated, user is prompted \r
- by a dialog made of two tabs. First tab defined the following dialog to \r
- set-up the presentation at Gauss points and scale factor:</p>\r
-\r
-<p class="whs3"> </p>\r
-\r
-<p align="center" class="whs32"><img src="image96.gif" x-maintain-ratio="FALSE" width="350px" height="432px" border="0" class="img_whs31"></p>\r
-\r
-<p align="center" class="whs32"> </p>\r
-\r
-<p align="center" class="whs33">Fig. 24 : Deformed Shape dialog \96 Point sprite primitive</p>\r
-\r
-<p align="center" class="whs32"> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p class="whs3"><span style="font-weight: bold;"><B>Scale \r
- Factor</B></span> is a ratio that is applied to the deformation at each Gauss \r
- points to amplify it for user understanding</p></li>\r
-</ul>\r
-\r
-<p class="whs3"> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p class="whs3">All other parameters \r
- have already been explained. Content is modified depending on chosen Primitive.</p></li>\r
-</ul>\r
-\r
-<p align="center" class="whs32"> </p>\r
-\r
-<p align="center" class="whs32"><img src="image97.gif" x-maintain-ratio="FALSE" width="350px" height="432px" border="0" class="img_whs31"></p>\r
-\r
-<p align="center" class="whs32"> </p>\r
-\r
-<p align="center" class="whs33">Fig. 25 : Deformed Shape dialog \96 OpenGL primitive</p>\r
-\r
-<p align="center" class="whs32"> </p>\r
-\r
-<p align="center" class="whs32"><img src="image98.gif" x-maintain-ratio="FALSE" width="350px" height="432px" border="0" class="img_whs31"></p>\r
-\r
-<p align="center" class="whs33"> </p>\r
-\r
-<p align="center" class="whs33">Fig. 26 : Deformed Shape dialog \96 Geometrical Sphere primitive</p>\r
-\r
-<p align="center" class="whs32"> </p>\r
-\r
-<p class="whs3">The second tab of the dialog allows the user \r
- to set-up scalar bars in the same way as for Display Results at Gauss \r
- points presentation.</p>\r
-\r
-<p class="whs3"> </p>\r
-\r
-<p class="whs3">When user validates the dialog by pressing \r
- the \91<span style="font-weight: bold;"><B>OK</B></span>\92 button, the 3D view is \r
- updated to display the Gauss points, using the selected primitive form, \r
- at their new location.</p>\r
-\r
-<p class="whs3"> </p>\r
-\r
-<p class="whs3">In this display mode, <span style="font-weight: bold;"><B>the \r
- mesh is never displayed</B></span>.</p>\r
-\r
-<p class="whs3"> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Description of the picking functionality</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-p.whs2 { text-align:center; }\r
-img_whs3 { border:none; width:159px; height:159px; float:none; border-style:none; }\r
-p.whs4 { text-align:center; font-size:8pt; }\r
-p.whs5 { font-weight:bold; }\r
-p.whs6 { margin-left:40px; }\r
-p.whs7 { font-style:italic; margin-left:40px; }\r
-ul.whs8 { list-style:disc; }\r
-img_whs9 { border:none; width:300px; height:100px; float:none; border-style:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Picking\nDescription of the picking functionality");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Description of the picking functionality</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> In default mode, moving the mouse over the results at \r
- Gauss points presentation produces the display of a <span style="font-weight: bold;"><B>specific \r
- 3D cursor</B></span> on each <span style="font-weight: bold;"><B>detected</B></span> \r
- Gauss points. Then, user has the possibility to select the detected item \r
- to analyse it.</p>\r
-\r
-<p> </p>\r
-\r
-<p>The specific cursor used for both modes, detection (pre-highlight) and \r
- selection (highlight), is defined by a six-pyramids 3D graphic primitive \r
- centred on the Gauss points. For more convenience, detection and selection \r
- mode have different colors (same as Salome VISU) and cursor is displayed \r
- in <span style="font-weight: bold;"><B>reverse-video</B></span>.</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image67.gif" x-maintain-ratio="TRUE" width="159px" height="159px" border="0" class="img_whs3"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 47 : Cursor for detection and selection of a result \r
- at Gauss point</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p class="whs5">Selection of a point</p>\r
-\r
-<p>There are two to way to select the current detected point:</p>\r
-\r
-<p class="whs6"><span style="font-weight: bold;"><B>Mouse:</B></span> \r
- A left-mouse button click on the detected point</p>\r
-\r
-<p class="whs6"><span style="font-weight: bold;"><B>Keyboard:</B></span> \r
- \91<span \r
- style="font-weight: bold;"><B>S</B></span>\92 (or \91<span style="font-weight: bold;"><B>s</B></span>\92) \r
- key of the keyboard when the 3D view is active</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs5"><img src="ex_green.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> Note:</p>\r
-\r
-<p class="whs7">Only one point can be \r
- selected at a time. Thus, selection of another point automatically unselects \r
- the possibly selected one.</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs5">Modification of the camera after picking \r
- of a point</p>\r
-\r
-<p>Two situations occur:</p>\r
-\r
-<p> </p>\r
-\r
-<p>i) No point is yet selected (>> first selection)</p>\r
-\r
-<ul type="disc" class="whs8">\r
- \r
- <li class=kadov-p><p>The camera is smoothly moved, as defined in <a href="cameras.htm#Movement_of_the_camera_between_2_positions">Movement \r
- of the camera between 2 positions</a>, in such a way that the centre of \r
- the 3D view becomes the selected point (<span style="font-weight: bold;"><B>focus</B></span> \r
- is set to this point) and <span style="font-weight: bold;"><B>focal distance</B></span> \r
- is adapted to increase the zoom (<span style="font-weight: bold;"><B>x 1.5</B></span>).</p></li>\r
- \r
- <li class=kadov-p><p>The <span style="font-weight: bold;"><B>center of \r
- dynamic rotations</B></span> of the view is modified to the selected point</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>ii) A point is already selected (>> N<span style="vertical-align: Super;">th</span> \r
- selection)</p>\r
-\r
-<ul type="disc" class="whs8">\r
- \r
- <li class=kadov-p><p>The camera is smoothly moved, as defined in <a href="cameras.htm#Movement_of_the_camera_between_2_positions">Movement \r
- of the camera between 2 positions</a>, in such a way that the centre of \r
- the 3D view becomes the selected point (<span style="font-weight: bold;"><B>focus</B></span> \r
- is set to this point). The <span style="font-weight: bold;"><B>focal distance</B></span> \r
- is not changed.</p></li>\r
- \r
- <li class=kadov-p><p>The <span style="font-weight: bold;"><B>center of \r
- dynamic rotations</B></span> of the view is modified to the selected point</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs5">Display information</p>\r
-\r
-<p>Once a point is selected, a semi-transparent window is displayed next \r
- to the selected point and shows the following information:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs8">\r
- \r
- <li class=kadov-p><p>The ID of the point within its parent mesh element</p></li>\r
- \r
- <li class=kadov-p><p>Coordinates of the Gauss point</p></li>\r
- \r
- <li class=kadov-p><p>In the case of a result at Gauss point: Scalar \r
- value being inspected + all components individually</p></li>\r
- \r
- <li class=kadov-p><p>Name of its parent mesh element</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image68.gif" x-maintain-ratio="FALSE" width="300px" height="100px" border="0" class="img_whs9"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 48 : Sample of semi-transparent window</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p>In addition, the active scalar bar is updated to highlight the corresponding \r
- value of the selected scalar value by a black line (not applicable for \r
- a Gauss point without result).</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs5">Display parent mesh element</p>\r
-\r
-<p>Once a point is selected, it is possible to <span style="font-weight: bold;"><B>display/erase</B></span> \r
- the parent mesh element in wireframe by using one of the following toggle \r
- options:</p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs6"><span style="font-weight: bold;"><B>Mouse:</B></span> \r
- Popup menu on the selected point: \91<span style="font-weight: bold;"><B>Display \r
- Parent mesh element</B></span>\92 (a <span style="font-weight: bold;"><B>check \r
- mark</B></span> on the left of the item informs if the parent is displayed \r
- or not)</p>\r
-\r
-<p class="whs6"><span style="font-weight: bold;"><B>Keyboard:</B></span> \r
- \91<span style="font-weight: bold;"><B>P</B></span>\92 (or \91<span style="font-weight: bold;"><B>p</B></span>\92) \r
- key of the keyboard when the 3D view is active (toggle option)</p>\r
-\r
-<p class="whs6"> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Display Meshes General</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Display of meshes and mesh groups \nGeneral");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>General</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> This functionality allows the user to display in the \r
- 3D view the loaded meshes entities.</p>\r
-\r
-<p> </p>\r
-\r
-<p>There are several standard ways in Salome to display meshes and to modify \r
- corresponding properties. Commands are accessible from the menu bar, contextual \r
- popup menus and a toolbar. All these resources are defined and embedded \r
- within VISU module.</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Display results at Gauss Points_General</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; }\r
-img_whs2 { border:none; float:none; width:32px; height:37px; }\r
-p.whs3 { margin-left:40px; font-style:italic; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Display results at Gauss points\nGeneral");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>General</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> The current functionality of SALOME allows user to display \r
- in the 3D view the results of a calculation when known for each element \r
- or each nodes. The capability to consider results at Gauss Points is a \r
- new behaviour of this project.</p>\r
-\r
-<p> </p>\r
-\r
-<p><img src="ex_green.jpg" x-save-file="TRUE" x-save-method="compute-relative" width="32px" height="37px" border="0" class="img_whs2"> <span style="font-weight: bold;"><B>Note:</B></span></p>\r
-\r
-<p class="whs3">The current existing \r
- presentations for results on nodes of elements or on elements \96 in VISU \r
- \96 will not be modified in this project. These modes are briefly presented \r
- in this specification<span style="x-text-underline: normal; /*begin!kadov{{*/ text-decoration: underline; /*}}end!kadov*/ "><U> \r
- for information purpose</U></span>. Reversibly, presentation of results at \r
- Gauss Points corresponds to a new functionality that will be added to \r
- the VISU module. <span style="x-text-underline: normal; /*begin!kadov{{*/ text-decoration: underline; /*}}end!kadov*/ "><U>This \r
- new display mode will be the only way to visualize results at Gauss points.</U></span> \r
- The GUI of this new presentation will be fully defined in the next paragraphs.</p>\r
-\r
-<p> </p>\r
-\r
-<p>The process to access these commands is similar to the one defined for \r
- displaying meshes elements. That is: menu bar, contextual popup menu and \r
- toolbar. They are described here after.</p>\r
-\r
-<h1> </h1>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<?xml version="1.0"?>\r
-<!DOCTYPE SYSTEM "ehelpopt.dtd">\r
-<FILE-OPTIONS FILE-VERSION="2" FILE-KEY="e69c63b7_20c0_4018_9bc6_661b5ace7bed">\r
-</FILE-OPTIONS>\r
-<EHELP-OPTIONS FORMAT-VERSION="1.0">\r
- <OPTIONS ENABLED="NO" EMBEDDED="YES" MAIN-WINDOW-ONLY="NO" COMMUNITY-NOTIFY="NO" FIRST-PAGE="NOT-SET">\r
- </OPTIONS>\r
- <BUTTON-LABEL>WebSearch\r
- </BUTTON-LABEL>\r
-</EHELP-OPTIONS>
\ No newline at end of file
+++ /dev/null
-// eHelp® Corporation Dynamic HTML JavaScript \r
-// Copyright© 1998-2003 eHelp® Corporation.All rights reserved.\r
-// Version=4.82\r
-\r
-// Warning:Do not modify this file.It is generated by RoboHELP® and changes will be overwritten.\r
-\r
-//// Segment Begin -- (JavaScript 1.0)\r
-\r
-/// Section Begin - General and relative topics(JavaScript 1.0)\r
-\r
-//{{HH_SYMBOL_SECTION\r
-var HH_ChmFilename = "";\r
-var HH_WindowName = "";\r
-var HH_GlossaryFont = "";\r
-var HH_Glossary = "";\r
-var HH_Avenue = "";\r
-var HH_ActiveX = false;\r
-//}}HH_SYMBOL_SECTION\r
-\r
-//Begin to support previous generic parameters\r
-//Get the information about the browser.\r
-var gstrBsAgent = navigator.userAgent.toLowerCase();\r
-var gnBsVer = parseInt(navigator.appVersion);\r
-\r
-var gbBsOpera = (gstrBsAgent.indexOf('opera') != -1);\r
-var gbBsKonqueror = (gstrBsAgent.indexOf('konqueror') != -1);\r
-var gbBsSafari = (gstrBsAgent.indexOf('safari') != -1);\r
-var gbBsIE = (gstrBsAgent.indexOf('msie') != -1) && !gbBsOpera && !gbBsKonqueror && !gbBsSafari;\r
-var gbBsNS = (gstrBsAgent.indexOf('mozilla') != -1) && ((gstrBsAgent.indexOf('spoofer') == -1) && (gstrBsAgent.indexOf('compatible') == -1)) && !gbBsOpera && !gbBsKonqueror && !gbBsSafari;\r
-\r
-var gbBsMac = (gstrBsAgent.indexOf('mac') != -1);\r
-var gbBsWindows = ((gstrBsAgent.indexOf('win') != -1) || (gstrBsAgent.indexOf('16bit') != -1));\r
-var gbBsSunOS = (gstrBsAgent.indexOf("sunos") != -1);\r
-\r
-var gbBsIE3Before = ((gbBsIE) && (gnBsVer <= 2));\r
-var gbBsNS3Before = ((gbBsNS) && (gnBsVer <= 3));\r
-\r
-var gbBsNS2 = ((gbBsNS) && (gnBsVer <= 2));\r
-var gbBsNS3 = ((gbBsNS) && (gnBsVer == 3));\r
-var gbBsIE300301 = ((gbBsIE) && (gnBsVer == 2) && ((gstrBsAgent.indexOf("3.00") != -1)||(gstrBsAgent.indexOf("3.0a") != -1)||(gstrBsAgent.indexOf("3.0b")!=-1)||(gstrBsAgent.indexOf("3.01")!=-1)));\r
-var gbBsIE302 = ((gbBsIE) && (gnBsVer == 2) && (gstrBsAgent.indexOf("3.02") != -1));\r
-\r
-var gbBsNS4 = ((gbBsNS) && (gnBsVer >= 4));\r
-var gbBsNS6 = ((gbBsNS) && (gnBsVer >= 5));\r
-var gbBsNS7 = false;\r
-\r
-var gbBsIE4 = ((gbBsIE) && (gnBsVer >= 4));\r
-var gbBsIE5 = false;\r
-var gbBsIE55 = false;\r
-\r
-var gbBsOpera6 = false;\r
-var gbBsOpera7 = false;\r
-\r
-var gbBsKonqueror3 = false;\r
-\r
-\r
-\r
-gbBsIE = (navigator.appName.indexOf("Microsoft") != -1) && !gbBsOpera && !gbBsKonqueror && !gbBsSafari;;\r
-if (gbBsIE)\r
-{\r
- if (parseInt(navigator.appVersion) >= 4) {\r
- gbBsIE4 = true;\r
- if (gbBsIE4) {\r
- var nPos = gstrBsAgent.indexOf("msie");\r
- var strIEversion = gstrBsAgent.substring(nPos + 5);\r
- var nVersion = parseFloat(strIEversion);\r
- if (nVersion >= 5)\r
- gbBsIE5 = true;\r
- if (nVersion >= 5.5)\r
- gbBsIE55 = true;\r
- }\r
- }\r
-}\r
-if (gbBsNS6)\r
-{\r
- var nPos=gstrBsAgent.indexOf("gecko");\r
- if(nPos!=-1)\r
- {\r
- var nPos2=gstrBsAgent.indexOf("/", nPos);\r
- if(nPos2!=-1)\r
- {\r
- var nVersion=parseFloat(gstrBsAgent.substring(nPos2+1));\r
- if (nVersion>=20020823)\r
- gbBsNS7=true;\r
- }\r
- } \r
-}\r
-if (gbBsOpera)\r
-{\r
- var nPos = gstrBsAgent.indexOf("opera");\r
- if(nPos!=-1)\r
- {\r
- var nVersion = parseFloat(gstrBsAgent.substring(nPos+6));\r
- if (nVersion >= 6)\r
- {\r
- gbBsOpera6=true;\r
- if (nVersion >=7)\r
- gbBsOpera7=true; \r
- }\r
- }\r
-}\r
-if (gbBsKonqueror)\r
-{\r
- var nPos = gstrBsAgent.indexOf("konqueror");\r
- if(nPos!=-1)\r
- {\r
- var nVersion = parseFloat(gstrBsAgent.substring(nPos+10));\r
- if (nVersion >= 3)\r
- {\r
- gbBsKonqueror3=true;\r
- }\r
- }\r
-}\r
-\r
-function insertAdjacentHTML(obj, where, htmlStr)\r
-{\r
- if (gbBsIE || gbBsOpera7)\r
- {\r
- obj.insertAdjacentHTML(where, htmlStr);\r
- }\r
- else if (gbBsNS6 || gbBsSafari)\r
- {\r
- var r = obj.ownerDocument.createRange();\r
- r.setStartBefore(obj);\r
- var parsedHTML = r.createContextualFragment(htmlStr);\r
- \r
- switch (where){\r
- case 'beforeBegin':\r
- obj.parentNode.insertBefore(parsedHTML,obj);\r
- break;\r
- case 'afterBegin':\r
- obj.insertBefore(parsedHTML,obj.firstChild);\r
- break;\r
- case 'beforeEnd':\r
- obj.appendChild(parsedHTML);\r
- break;\r
- case 'afterEnd':\r
- if (obj.nextSibling){\r
- obj.parentNode.insertBefore(parsedHTML,obj.nextSibling);\r
- } else {\r
- obj.parentNode.appendChild(parsedHTML);\r
- }\r
- break;\r
- }\r
- }\r
-}\r
-\r
-// Utilities functions.\r
-function BsscHasExtJs()\r
-{\r
- if( gbBsIE3Before || gbBsNS3Before)\r
- return false;\r
- return true;\r
-}\r
-\r
-// Register event handler\r
-var gBsOnLoads = new Array(); // An array holds all the onload event handler.\r
-var gBsOnClicks = new Array(); // An array holds all the onClick event handler.\r
-var gBsOnUnLoads = new Array(); // An array holds all the OnUnLoad event handler.\r
-var gBsOnMouseOvers = new Array(); // An array holds all the OnMouseOver event handler.\r
-var gBsOnMouseOuts = new Array(); // An array holds all the OnMouseOut event handler.\r
-\r
-var gbOrignalOnMouseDown = null;\r
-\r
-function BsscRegisterOnLoad(funcHandler)\r
-{\r
- var nLength = gBsOnLoads.length;\r
- gBsOnLoads[nLength] = funcHandler;\r
-}\r
-\r
-function BsscRegisterOnClick(funcHandler)\r
-{\r
- var nLength = gBsOnClicks.length;\r
- gBsOnClicks[nLength] = funcHandler;\r
-}\r
-\r
-function BsscRegisterOnUnLoad(funcHandler)\r
-{\r
- var nLength = gBsOnUnLoads.length;\r
- gBsOnUnLoads[nLength] = funcHandler;\r
-}\r
-\r
-function BsscRegisterOnMouseOver(funcHandler)\r
-{\r
- var nLength = gBsOnMouseOvers.length;\r
- gBsOnMouseOvers[nLength] = funcHandler;\r
-}\r
-\r
-function BsscRegisterOnMouseOut(funcHandler)\r
-{\r
- var nLength = gBsOnMouseOuts.length;\r
- gBsOnMouseOuts[nLength] = funcHandler;\r
-}\r
-\r
-function BsGeneralOnLoad()\r
-{\r
- if (!gbBsIE4 && !gbBsNS4)\r
- return;\r
-\r
- // Make everything visible in navigator\r
- if (gbBsNS4 && !gbBsNS6) {\r
- // Make some special effects items visible\r
- for (var iLayer = 0; iLayer < document.layers.length; iLayer++) {\r
- document.layers[iLayer].visibility = "show";\r
- document.layers[iLayer].left = 0;\r
- }\r
- }\r
-}\r
-\r
-// If resize the netscape browser, need to reload it.\r
-function BsReDo()\r
-{\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-// End of the local functions.\r
-\r
-// The following functions are used by the html files.\r
-function BSSCOnLoad()\r
-{\r
- if( !BsscHasExtJs() )\r
- return;\r
- for (var nElement = gBsOnLoads.length - 1; nElement >= 0; nElement--)\r
- gBsOnLoads[nElement]();\r
-}\r
-\r
-function BSSCOnClick()\r
-{\r
- if (!BsscHasExtJs()) return;\r
- \r
- for (var nElement = gBsOnClicks.length - 1; nElement >= 0; nElement--)\r
- gBsOnClicks[nElement]();\r
-}\r
-\r
-function BSSCOnUnload()\r
-{\r
- if (!BsscHasExtJs()) return;\r
- for (var nElement = gBsOnUnLoads.length - 1; nElement >= 0; nElement--)\r
- gBsOnUnLoads[nElement]();\r
-}\r
-\r
-function BSSCOnMouseOver()\r
-{\r
- if (!BsscHasExtJs()) return;\r
- for (var nElement = gBsOnMouseOvers.length - 1; nElement >= 0; nElement--)\r
- gBsOnMouseOvers[nElement]();\r
-}\r
-\r
-function BSSCOnMouseOut()\r
-{\r
- if (!BsscHasExtJs()) return;\r
- for (var nElement = gBsOnMouseOuts.length - 1; nElement >= 0; nElement--)\r
- {\r
- gBsOnMouseOuts[nElement]();\r
- }\r
-}\r
-// End of invocation of the event handle functions.\r
-\r
-// Add the GereralOnLoad to the onload array.\r
-if (typeof(BsscRegisterOnLoad) != "undefined")\r
-{\r
- BsscRegisterOnLoad(BsGeneralOnLoad);\r
-}\r
-if (gbBsNS4&&!gbBsNS6) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = BsReDo;\r
-}\r
-//End to support previous generic parameters\r
-\r
-//Begin to support previous HHActiveX invoking\r
-function BsHHActivateComponents()\r
-{\r
- if( HH_ActiveX && (HH_ChmFilename != "") && ((self == top) || (self == top.frames[0])))\r
- {\r
- var objBody = getElementsByTag(document,"BODY")[0];\r
- if( typeof(objBody) == "object" )\r
- {\r
- insertAdjacentHTML(objBody, "beforeEnd", '<OBJECT ID="HHComponentActivator" CLASSID="CLSID:399CB6C4-7312-11D2-B4D9-00105A0422DF" width=0 height=0></OBJECT>');\r
- if (HHComponentActivator.object)\r
- HHComponentActivator.Activate(HH_ChmFilename, HH_WindowName, HH_GlossaryFont, HH_Glossary, HH_Avenue);\r
- }\r
- }\r
-}\r
-\r
-function BsHHActivXOnLoad()\r
-{ \r
- if( gbBsIE4 )\r
- BsHHActivateComponents(); \r
-}\r
-\r
-if( typeof(BsscRegisterOnLoad) != "undefined" )\r
-{\r
- BsscRegisterOnLoad(BsHHActivXOnLoad);\r
-}\r
-//End to support previous HHActiveX invoking\r
-\r
-//Begin to support previous relative topics\r
-//If webHelp needs Related Topics DHTMLcode, it's supposed to add it here\r
-var gbPopupMenuTimeoutExpired = false;\r
-var gbInPopupMenu = false;\r
-var gbPopupMenuTopicList = null;\r
-var gOlddocumentClick = null;\r
-\r
-//////////////////////////////////////////////////////////////////////////////////////////\r
-//\r
-// Popup Menu code\r
-//\r
-//////////////////////////////////////////////////////////////////////////////////////////\r
-\r
-var g_bIsPopupMenuInit = false;\r
-function _WritePopupMenuLayer()\r
-{\r
- if (!g_bIsPopupMenuInit)\r
- {\r
- if (gbBsNS4&&!gbBsNS6) {\r
-//Do not try to write ininle styles for NS! NS can not handle it and will not stop downloading the html page...\r
- document.write("<DIV CLASS='WebHelpPopupMenu' ID='PopupMenu'></DIV>");\r
- } else{\r
- document.write("<DIV ID='PopupMenu' STYLE='position:absolute; left:0px; top:0px; z-index:4; visibility:hidden;'></DIV>");\r
- if (!(gbBsNS4&&!gbBsNS6)) {\r
- document.write("<STYLE TYPE='text/css'>");\r
- if (gbBsMac&&gbBsIE4) {\r
- document.write(".PopupOver {font-family:'Arial'; color:white; background:navy; font-size:10pt; font-style:normal;font-weight:normal;text-decoration:none;}");\r
- document.write(".PopupNotOver {font-family:'Arial'; color:black; background:#c0c0c0; font-size:10pt; font-style:normal;font-weight:normal;text-decoration:none;}");\r
- } else {\r
- document.write(".PopupOver {font-family:'Arial'; color:white; background:navy; font-size:8pt; font-style:normal;font-weight:normal;text-decoration:none;}");\r
- document.write(".PopupNotOver {font-family:'Arial'; color:black; background:#c0c0c0; font-size:8pt; font-style:normal;font-weight:normal;text-decoration:none;}");\r
- }\r
- document.write("</STYLE>");\r
- }\r
- }\r
- g_bIsPopupMenuInit = true;\r
- }\r
-}\r
-\r
-//Seek for the bsscright frame \r
-function _SeekFrameByName( cRoot, strName )\r
-{\r
- if( cRoot == null ) return null;\r
- if( cRoot.frames == null ) return null;\r
- if( cRoot.frames[strName] != null ) return cRoot.frames[strName];\r
- for (var i=0; i<cRoot.frames.length; i++)\r
- {\r
- var cObj = null;\r
- if (!gbBsNS6) \r
- cObj = _SeekFrameByName( cRoot.frames(i).document, strName );\r
- else\r
- cObj = _SeekFrameByName( cRoot.frames[i], strName );\r
- if( cObj != null ) return cObj;\r
- };\r
- return null;\r
-}\r
-function _GetFrameByName( cRoot, strName )\r
-{\r
- if( cRoot == null ) return null;\r
- var cRet = _SeekFrameByName(cRoot, strName);\r
- if( cRet != null ) return cRet;\r
- if (cRoot.parent != cRoot)\r
- return _GetFrameByName( cRoot.parent, strName );\r
- else\r
- return null;\r
-}\r
-\r
-var gfn_arguments = null;\r
-function _PopupMenu_Invoke(fn_arguments)\r
-{\r
- gfn_arguments = fn_arguments;\r
- if (gbBsOpera6&&gbBsMac)\r
- {\r
- var wndOldPopupLinks= window.open(document.location.href, "popuplinks");\r
- wndOldPopupLinks.close();\r
- setTimeout("_PopupMenu_Invoke_2();",100);\r
- }\r
- else\r
- {\r
- _PopupMenu_Invoke_2();\r
- }\r
-}\r
-\r
-function _PopupMenu_Invoke_2()\r
-{\r
- var fn_arguments = gfn_arguments;\r
- gfn_arguments = null;\r
- \r
- // Make sure we have reasonable arguments\r
- var argLen = fn_arguments.length;\r
- if (argLen < 3) {\r
- return false;\r
- }\r
-\r
- // Check to see if we only have one target\r
- var strTarget = "";\r
- var targetDoc = null;\r
- if (fn_arguments[1] == '') {\r
- if (BSSCPopup_IsPopup()) {\r
- targetDoc = parent;\r
- strTarget = "TARGET= _parent";\r
- }\r
- else\r
- targetDoc = window.document;\r
- } else {\r
- targetDoc = _GetFrameByName( parent, fn_arguments[1] );\r
-\r
- strTarget = "TARGET='" + fn_arguments[1] + "'";\r
- }\r
-\r
- if ((!gbBsIE4 && !gbBsNS4 && !gbBsOpera7 && !gbBsKonqueror3 &&!gbBsSafari) || ((gbBsMac) && (gbBsIE4) && (window.event.srcElement.tagName == "AREA"))) {\r
- \r
- var argLen = fn_arguments.length;\r
-\r
- // Create the window that the hyperlinks will go into\r
- var nHeight = argLen * 15;\r
- var nWidth = 400;\r
- var strParam = "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=auto";\r
- strParam += ",height=" + nHeight + ",width=200";\r
- strParam += ",resizable";\r
-\r
- var wndTemp=null;\r
- // Create a temporary window first to ensure the real popup comes up on top\r
- if (!gbBsOpera)\r
- wndTemp = window.open("", "temp", strParam);\r
-\r
- // Create the real popup window\r
- var wndPopupLinks=null;\r
- if (gbBsOpera&&gbBsMac)\r
- {\r
- wndTemp = window.open(document.location.href, "temp", strParam);\r
- wndPopupLinks= window.open(document.location.href, "popuplinks", strParam);\r
- }\r
- else\r
- wndPopupLinks= window.open("", "popuplinks", strParam);\r
- wndPopupLinks.document.open("text/html");\r
-\r
- // Close the temporary\r
- if (wndTemp)\r
- wndTemp.close();\r
-\r
- var sHTML="<html><head></head>";\r
- sHTML+="<body onBlur=\'self.focus();\'>";\r
- var strParaLine = "";\r
- for (var i = 0; i < (argLen - 2) / 2; i++) {\r
- strParaLine = "";\r
- strParaLine += "<a href=\"javascript:";\r
- if (gbBsIE) {\r
- strParaLine += "onBlur=null; ";\r
- }\r
- strParaLine += "opener.location=\'";\r
- strParaLine += fn_arguments[2 * i + 3];\r
- strParaLine += "\';close();\"";\r
- strParaLine += strTarget;\r
-\r
- strParaLine += ">";\r
- strParaLine += fn_arguments[2 * i + 2];\r
- strParaLine += "</a>";\r
- strParaLine += "<br>";\r
- sHTML+=strParaLine;\r
- }\r
- sHTML+="</body></html>";\r
- wndPopupLinks.document.write(sHTML);\r
- wndPopupLinks.document.close();\r
- window.gbInPopupMenu = true;\r
- if (!gbBsIE) {\r
- wndPopupLinks.focus();\r
- }\r
- return false;\r
- }\r
-\r
- if (((argLen < 5) && ((isNaN(fn_arguments[2])) || (gbPopupMenuTopicList == null))) ||\r
- ((argLen < 4) && ((!isNaN(fn_arguments[2])) && (gbPopupMenuTopicList != null)))) {\r
- // Get the place that we will be putting the topic into\r
- var strURL = "";\r
- if (isNaN(fn_arguments[2]) || (gbPopupMenuTopicList == null)) {\r
- strURL = fn_arguments[3];\r
- }\r
- else {\r
- strURL = gbPopupMenuTopicList[fn_arguments[2]].strURL;\r
- }\r
-\r
- if (targetDoc != null) {\r
- targetDoc.location.href = strURL;\r
- }\r
- else {\r
- if (fn_arguments[1] != null && typeof(fn_arguments[1]) != "undefined")\r
- window.open(strURL, fn_arguments[1]);\r
- else\r
- window.open(strURL);\r
- } \r
- window.gbInPopupMenu = true;\r
- return false;\r
- }\r
- \r
- var strMenu = "";\r
- if (gbBsNS4&&!gbBsNS6) {\r
- strMenu = '<TABLE BORDER="1" CELLSPACING=0 CELLPADDING=3 BGCOLOR="#c0c0c0">';\r
- } else {\r
- strMenu = '<TABLE STYLE="border:2px outset white;" CELLSPACING=0';\r
- if (gbBsMac) {\r
- strMenu += ' CELLPADDING=4';\r
- } else {\r
- strMenu += ' CELLPADDING=2';\r
- } \r
- strMenu += ' BGCOLOR=#c0c0c0>';\r
- }\r
- // Add each of the items\r
- var i = 2;\r
- while (i <= argLen - 1) {\r
- strMenu += '<TR><TD><NOBR>'\r
- // If the destination is a number then look it up in the topic list\r
- if (isNaN(fn_arguments[i]) || (gbPopupMenuTopicList == null)) {\r
- strMenu += '<DIV STYLE="padding-left:3pt; padding-right:3pt;"><A HREF="' + fn_arguments[i + 1] + '"' + strTarget;\r
- } else {\r
- strMenu += '<DIV STYLE="padding-left:3pt; padding-right:3pt;"><A HREF="' + gbPopupMenuTopicList[fn_arguments[i]].strURL + '"' + strTarget;\r
- }\r
- strMenu += ' onclick="PopupMenu_HandleClick(event);"';\r
- strMenu += ' onmouseover="PopupMenu_Over(event);"';\r
- strMenu += ' onmouseout="PopupMenu_Out(event);"';\r
- strMenu += '>';\r
- if (isNaN(fn_arguments[i]) || (gbPopupMenuTopicList == null)) {\r
- strMenu += '<SPAN CLASS="PopupNotOver">' + fn_arguments[i] + '</SPAN>';\r
- } else {\r
- strMenu += '<SPAN CLASS="PopupNotOver">' + gbPopupMenuTopicList[fn_arguments[i]].strTitle + '</SPAN>';\r
- }\r
- strMenu += '</A></DIV></NOBR></TD></TR>';\r
-\r
- if (isNaN(fn_arguments[i]) || (gbPopupMenuTopicList == null)) {\r
- i += 2;\r
- } else {\r
- i += 1;\r
- }\r
- }\r
- strMenu += "</TABLE>";\r
-\r
- if (gbBsMac) {\r
- // totally hack. because ie5 in mac need something. </TABLE> is one of them. mac is mad.\r
- strMenu +="<TABLE></TABLE>";\r
- }\r
-\r
- var layerPopup = null;\r
- var stylePopup = null;\r
- var nEventX = 0;\r
- var nEventY = 0;\r
- var nWindowWidth = 0;\r
- if (gbBsIE4 || gbBsOpera7) {\r
-\r
- layerPopup = getElement("PopupMenu");\r
- layerPopup.innerHTML = strMenu;\r
- stylePopup = layerPopup.style;\r
-\r
- _BSPSGetClientSize();\r
-\r
- // Get the position of the item causing the event (relative to its parent)\r
- nEventX = window.event.clientX;\r
- nEventY = window.event.clientY;\r
-\r
- if (nEventY + layerPopup.scrollHeight + 10 < gBsClientHeight) {\r
- nEventY += document.body.scrollTop + 10;\r
- } else {\r
- nEventY = (document.body.scrollTop + gBsClientHeight) - layerPopup.scrollHeight - 20;\r
- }\r
- stylePopup.top = nEventY;\r
- \r
- var nPopupWidth = layerPopup.scrollWidth;\r
- if (gbBsMac) {\r
- nPopupWidth = 80; // we have no idea how to get the dynamic width of the popup.\r
- }\r
- if (nEventX + nPopupWidth + 20 > gBsClientWidth) {\r
- if (gBsClientWidth - nPopupWidth < 5) {\r
- stylePopup.left = 5;\r
- } else {\r
- stylePopup.left = gBsClientWidth - nPopupWidth - 5;\r
- }\r
- } else {\r
- stylePopup.left = nEventX + document.body.scrollLeft + 20;\r
- }\r
-\r
- stylePopup.visibility = "visible";\r
- if (!gOlddocumentClick && document.onclick)\r
- gOlddocumentClick = document.onclick;\r
- document.onclick = PopupMenu_HandleClick;\r
-\r
- } else if (gbBsNS6 || gbBsKonqueror3||gbBsSafari) {\r
- layerPopup = getElement("PopupMenu");\r
- layerPopup.style.visibility = "hidden";\r
- \r
- if (gbBsNS6)\r
- {\r
- var e = fn_arguments[0];\r
- nEventX = e.pageX;\r
- nEventY = e.pageY;\r
- }\r
- else\r
- {\r
- nEventX = window.event.clientX;\r
- nEventY = window.event.clientY;\r
- }\r
- _BSPSGetClientSize();\r
- layerPopup.innerHTML = strMenu;\r
-\r
- if (nEventY + layerPopup.offsetHeight + 20 < window.pageYOffset + gBsClientHeight) {\r
- nEventY += 20;\r
- } else {\r
- nEventY = gBsClientHeight + window.pageYOffset - layerPopup.offsetHeight - 20;\r
- }\r
-\r
- if (nEventX + layerPopup.offsetWidth + 20 > gBsClientWidth + window.pageXOffset) {\r
- if (gBsClientWidth + window.pageXOffset - layerPopup.offsetWidth < 20) {\r
- nEventX = 5;\r
- } else {\r
- nEventX = gBsClientWidth + window.pageXOffset - layerPopup.offsetWidth - 20;\r
- }\r
- } else {\r
- nEventX += 20;\r
- }\r
- layerPopup.style.top = nEventY;\r
- layerPopup.style.left = nEventX;\r
- // set again to avoid the stupid frash in netscape 6.\r
- layerPopup.innerHTML = strMenu;\r
- layerPopup.style.visibility = "visible";\r
- //window.captureEvents(Event.MOUSEDOWN);\r
- if (!gOlddocumentClick && document.onclick)\r
- gOlddocumentClick = document.onclick;\r
- window.onclick = PopupMenu_HandleClick;\r
- }\r
- else if (gbBsNS4) {\r
- layerPopup = document.layers.PopupMenu;\r
- layerPopup.visibility = "hide";\r
- stylePopup = layerPopup.document;\r
- stylePopup.write(strMenu);\r
- stylePopup.close();\r
- var e = fn_arguments[0];\r
- nEventX = e.pageX;\r
- nEventY = e.pageY;\r
- _BSPSGetClientSize();\r
- if (nEventY + layerPopup.clip.height + 20 < window.pageYOffset + gBsClientHeight) {\r
- nEventY += 20;\r
- } else {\r
- nEventY = gBsClientHeight + window.pageYOffset- layerPopup.clip.height - 20;\r
- }\r
- layerPopup.top = nEventY;\r
-\r
- if (nEventX + layerPopup.clip.width + 20 > gBsClientWidth + window.pageXOffset) {\r
- if (gBsClientWidth + window.pageXOffset - layerPopup.clip.width < 20) {\r
- nEventX = 5;\r
- } else {\r
- nEventX = gBsClientWidth + window.pageXOffset - layerPopup.clip.width - 20;\r
- }\r
- } else {\r
- nEventX += 20;\r
- }\r
-\r
- layerPopup.left = nEventX;\r
-\r
- layerPopup.visibility = "show";\r
-\r
- window.captureEvents(Event.MOUSEDOWN);\r
- if (!gOlddocumentClick && document.onmousedown)\r
- gOlddocumentClick = document.onmousedown;\r
- window.onmousedown = PopupMenu_HandleClick;\r
- }\r
-\r
- window.gbInPopupMenu = true;\r
- window.gbPopupMenuTimeoutExpired = false;\r
- setTimeout("PopupMenu_Timeout();", 100);\r
- return false;\r
-}\r
-\r
-function PopupMenu_Timeout()\r
-{\r
- window.gbPopupMenuTimeoutExpired = true;\r
-}\r
-\r
-function PopupMenu_Over(e)\r
-{\r
- if (gbBsIE4||gbBsOpera7)\r
- e.srcElement.className = "PopupOver";\r
- else if (gbBsNS6)\r
- e.target.parentNode.className = "PopupOver";\r
- return;\r
-}\r
-\r
-function PopupMenu_Out(e)\r
-{\r
- if (gbBsIE4||gbBsOpera7)\r
- e.srcElement.className = "PopupNotOver";\r
- else if (gbBsNS6)\r
- e.target.parentNode.className = "PopupNotOver";\r
- return;\r
-}\r
-\r
-function PopupMenu_HandleClick(e)\r
-{\r
- if (window.gbPopupMenuTimeoutExpired) {\r
- window.gbInPopupMenu = false;\r
- if (gbBsNS4 && !gbBsNS6) {\r
- window.releaseEvents(Event.MOUSEDOWN);\r
- }\r
-\r
- var layerPopup = null;\r
- if (gbBsNS4&&!gbBsNS6) {\r
- layerPopup = document.layers.PopupMenu;\r
- layerPopup.visibility = "hide";\r
- } else {\r
- layerPopup = getElement("PopupMenu");\r
- layerPopup.style.visibility = "hidden";\r
- }\r
- \r
- if (gOlddocumentClick)\r
- {\r
- if (gbBsNS4 && !gbBsNS6)\r
- document.onmousedown = gOlddocumentClick;\r
- else\r
- document.onclick = gOlddocumentClick;\r
- }\r
- }\r
- return;\r
-}\r
-\r
-function BSSCPopup_ClickMac()\r
-{\r
- if ((!DHTMLPopupSupport()) && (gbBsIE4 || gbBsOpera7))\r
- { \r
- var bClickOnAnchor = false;\r
- var el;\r
- if ((window.event != null) &&\r
- (window.event.srcElement != null))\r
- {\r
- el = window.event.srcElement;\r
- while (el != null)\r
- {\r
- if ((el.tagName == "A") || (el.tagName == "AREA")) {\r
- bClickOnAnchor = true;\r
- break;\r
- }\r
- if (el.tagName == "BODY") {\r
- break;\r
- }\r
- el = getParentNode(el);\r
- }\r
- }\r
- if (BSSCPopup_IsPopup())\r
- {\r
- if (!bClickOnAnchor) {\r
- parent.window.gPopupWindow = null;\r
- self.close();\r
- }\r
- }\r
- else\r
- {\r
- bClosePopupWindow = true;\r
- if ((bClickOnAnchor) &&\r
- (el.href) &&\r
- ((el.href.indexOf("javascript:BSSCPopup") != -1) || (el.href.indexOf("javascript:null") != -1) || (el.href.indexOf("javascript:void(0)") != -1)))\r
- {\r
- bClosePopupWindow = false;\r
- }\r
- if (bClosePopupWindow)\r
- {\r
- if (window.gPopupWindow != null && !window.gPopupWindow.closed )\r
- {\r
- window.gPopupWindow.close();\r
- }\r
- }\r
- }\r
- }\r
-}\r
-\r
-function BsPopupOnClick()\r
-{\r
- if (!gbBsIE4 && !gbBsOpera7)\r
- return;\r
-\r
- BSSCPopup_ClickMac();\r
-}\r
-\r
-function _BSSCOnError(message)\r
-{\r
- if(-1 != message.indexOf("denied") \r
- || -1 != message.indexOf("Object required"))\r
- return true;\r
-}\r
-\r
-//End to support previous relative topics\r
-\r
-/// Section End - General and relative topics (JavaScript 1.0)\r
-\r
-/// Section Begin - Popup (JavaScript 1.0)\r
-//Begin to support previous popup functions\r
-\r
-//variables used to isolate the browser type\r
-var gBsStyVisShow = null;\r
-var gBsStyVisHide = null;\r
-var gBsClientWidth = 640;\r
-var gBsClientHeight = 480;\r
-\r
-// here is the varible for judge popup windows size. these parameter is for IE5.0, it may need adjust for others.\r
-var gBRateH_W = 0.618; // 1.618 Golden cut.\r
-var gBMaxXOfParent = 0.8; \r
-var gBMaxYOfParent = 0.8;\r
-var gBscrollHeight = 16;\r
-var gBscrollWidth = 16;\r
-var gBpermitXDelta = 3;\r
-var gBpermitYDelta = 3;\r
-\r
-\r
-var arrayPopupURL = new Array();\r
-var arrayAbsPopupURL = new Array();\r
-\r
-var arrayDirty = new Array();\r
-\r
-function setAbsPopupURL(nIndex, strURL)\r
-{\r
- arrayAbsPopupURL[nIndex] = strURL;\r
-}\r
-\r
-function getAbsPopupURL(nIndex)\r
-{\r
- if (nIndex == -1 || arrayAbsPopupURL.length <= nIndex) return null;\r
- else \r
- return arrayAbsPopupURL[nIndex];\r
-}\r
-\r
-function getPopupURL(nIndex)\r
-{\r
- if (nIndex == -1 || arrayPopupURL.length <= nIndex) return null;\r
- else \r
- return arrayPopupURL[nIndex];\r
-}\r
-\r
-function getPopupID(nIndex)\r
-{\r
- return gstrPopupID + nIndex;\r
-}\r
-\r
-function getPopupShadowID(nIndex)\r
-{\r
- return gstrPopupShadowID + nIndex;\r
-}\r
-\r
-function getPopupTopicID(nIndex)\r
-{\r
- return gstrPopupTopicID + nIndex;\r
-}\r
-\r
-function getPopupIFrameID(nIndex)\r
-{\r
- return gstrPopupIFrameID + nIndex;\r
-}\r
-\r
-function getPopupIFrameName(nIndex)\r
-{\r
- return gstrPopupIFrameName + nIndex;\r
-}\r
-\r
-\r
-function getPopupTopicStyle(nIndex)\r
-{\r
- return getElement(getPopupTopicID(nIndex)).style;\r
-}\r
-\r
-function getPopupShadowStyle(nIndex)\r
-{\r
- return getElement(getPopupShadowID(nIndex)).style;\r
-}\r
-\r
-function getPopupIFrame(nIndex)\r
-{\r
- if (gbBsNS6)\r
- return eval("window.frames['" + getPopupIFrameName(nIndex) + "']");\r
- else\r
- return eval("document.frames['" + getPopupIFrameName(nIndex) + "']");\r
-}\r
-\r
-function getPopupDivStyle(nIndex)\r
-{\r
- return getElement(getPopupID(nIndex)).style;\r
-}\r
-\r
-function getPopupIFrameStyle(nIndex)\r
-{\r
- return getElement(getPopupIFrameID(nIndex)).style;\r
-}\r
-\r
-\r
-function findDiv(strURL)\r
-{\r
- for (var i = 0; i < arrayPopupURL.length; i ++ ) {\r
- if (arrayPopupURL[i] == strURL) {\r
- return i;\r
- }\r
- }\r
- return -1;\r
-}\r
-\r
-var gnToken = -1;\r
-function takeToken()\r
-{\r
- gnToken ++;\r
- if (gnToken > 10000) gnToken = 0;\r
- return gnToken;\r
-}\r
-\r
-function IsValidToken(nToken)\r
-{\r
- return (gnToken == nToken);\r
-}\r
-\r
-function addDiv(strURL)\r
-{\r
- for (var i = 0; i < arrayPopupURL.length; i ++) {\r
- if (arrayPopupURL[i] == null) {\r
- arrayPopupURL[i] = strURL;\r
- return i;\r
- }\r
- } \r
- arrayPopupURL[i] = strURL;\r
- arrayDirty[i] = true;\r
- return i;\r
-}\r
-\r
-function setDirty()\r
-{\r
- for (var i = 0; i < arrayPopupURL.length; i ++ )\r
- arrayDirty[i] = true;\r
-}\r
-\r
-function IsDirty(nIndex)\r
-{\r
- if (nIndex == -1)\r
- return true;\r
- else \r
- if (arrayDirty.length > nIndex) \r
- return arrayDirty[nIndex];\r
- else\r
- return true;\r
-}\r
-\r
-function hideAll()\r
-{\r
- for (var i = 0; i < arrayPopupURL.length; i ++ )\r
- {\r
- getPopupDivStyle(i).visibility = gBsStyVisHide;\r
- getPopupIFrameStyle(i).visibility = gBsStyVisHide;\r
- }\r
-}\r
-\r
-function getCurrentPopupIFrame()\r
-{\r
- for (var i = 0; i < arrayPopupURL.length; i ++)\r
- if (getPopupDivStyle(i).visibility == gBsStyVisShow)\r
- return getPopupIFrame(i);\r
- return null;\r
-}\r
-\r
-function setClear(nIndex)\r
-{\r
- if (nIndex != -1)\r
- arrayDirty[nIndex] = false;\r
-}\r
-\r
-function _BSSCCreatePopupDiv(strURL)\r
-{\r
- var nIndex = findDiv(strURL);\r
- if (nIndex == -1 ) {\r
- nIndex = addDiv(strURL);\r
- BsPopup_CreateDiv(nIndex);\r
- }\r
- else {\r
- if (IsDirty(nIndex)) {\r
- if("object" == typeof(getPopupIFrame(nIndex).document))\r
- getPopupIFrame(nIndex).document.location.href = strURL;\r
- }\r
- }\r
- return nIndex;\r
-}\r
-\r
-//Here is the browser type \r
-function _BSPSGetBrowserInfo()\r
-{\r
- if (gbBsNS4&&!gbBsNS6)\r
- {\r
- gBsStyVisShow = "show";\r
- gBsStyVisHide = "hide";\r
- }\r
- else\r
- {\r
- gBsStyVisShow = "visible";\r
- gBsStyVisHide = "hidden";\r
- }\r
-}\r
-\r
-_BSPSGetBrowserInfo();\r
-\r
-//Get client size info\r
-function _BSPSGetClientSize()\r
-{\r
- if (gbBsNS4||gbBsKonqueror3||gbBsSafari)\r
- {\r
- gBsClientWidth = innerWidth;\r
- gBsClientHeight = innerHeight;\r
- }\r
- else if (gbBsIE4 || gbBsOpera7)\r
- {\r
- gBsClientWidth = document.body.clientWidth;\r
- gBsClientHeight = document.body.clientHeight;\r
- }\r
-}\r
-\r
-var gstrPopupID = 'BSSCPopup';\r
-var gstrPopupShadowID = 'BSSCPopupShadow';\r
-var gstrPopupTopicID = 'BSSCPopupTopic';\r
-var gstrPopupIFrameID = 'BSSCPopupIFrame';\r
-var gstrPopupIFrameName = 'BSSCPopupIFrameName';\r
-\r
-var gstrPopupSecondWindowName = 'BSSCPopup';\r
-\r
-var gPopupWindow = null;\r
-var gnPopupClickX = 0;\r
-var gnPopupClickY = 0;\r
-\r
-var gnPopupScreenClickX = 0;\r
-var gnPopupScreenClickY = 0;\r
-\r
-var gbPopupTimeoutExpired = false;\r
-\r
-function DHTMLPopupSupport()\r
-{\r
- if (((gbBsIE4) && (!gbBsMac))||gbBsOpera7|| gbBsNS7) {\r
- return true;\r
- }\r
- return false;\r
-}\r
-\r
-function BSSCPopup_IsPopup()\r
-{\r
- if (DHTMLPopupSupport() && (this.name.indexOf(gstrPopupIFrameName) != -1)) {\r
- return true;\r
- } else if ((gbBsNS4 || gbBsIE4 || gbBsOpera7) && (this.name.indexOf(gstrPopupID) != -1)) {\r
- return true;\r
- } else {\r
- return false;\r
- }\r
-}\r
-\r
-// If there is a hyperlink in a popup window, display the hyperlink in\r
-// the original window. (bsscright)\r
-if (BSSCPopup_IsPopup() && !gbBsIE4 && !gbBsOpera7) {\r
- document.write("<base target=\"bsscright\">");\r
-}\r
-\r
-// Local functions.\r
-function BsPopup_CreateDiv(nIndex)\r
-{\r
- if(!DHTMLPopupSupport())\r
- return;\r
- // DO NOT SET Width and height for the div, otherwize it will make IE4 popup do not work when view the topic alone.\r
- var strPopupDiv = "<DIV ID='" + getPopupID(nIndex) + "' STYLE='position:absolute; top:-100; left:0; z-index:600; visibility:hidden;'>";\r
- strPopupDiv += "<DIV ID='" + getPopupShadowID(nIndex) + "' STYLE=\"position:absolute;top:0; left:0; background-color:#C0C0C0;\"></DIV>";\r
- strPopupDiv += "<DIV ID='" + getPopupTopicID(nIndex) + "' STYLE=\"position:absolute;top:0; left:0; background-color:#FFFFFF;border:1px #000000 outset;\">";\r
- strPopupDiv += "<IFRAME title=\"Popup Window\" ID='" + getPopupIFrameID(nIndex) + "' name='" + getPopupIFrameName(nIndex) + "' src = '" + getPopupURL(nIndex) + "' frameborder=0 scrolling=auto></IFRAME>";\r
- strPopupDiv += "</DIV></DIV>";\r
-\r
- var objBody = getElementsByTag(document, "BODY")[0];\r
- if( typeof(objBody) != "object" )\r
- return;\r
-\r
- insertAdjacentHTML(objBody, "beforeEnd", strPopupDiv);\r
-}\r
-\r
-function handleLoadNS()\r
-{\r
- if (this.id)\r
- {\r
- var nIndex = parseInt(this.id.substring(gstrPopupIFrameID.length));\r
- BSSCPopup_PostWork(nIndex);\r
- }\r
-}\r
-\r
-function BSSCPopup_PostWork(nIndex)\r
-{\r
- getPopupDivStyle(nIndex).visibility = gBsStyVisShow;\r
- getPopupIFrameStyle(nIndex).visibility =gBsStyVisShow;\r
-\r
- setClear(nIndex);\r
- window.gbPopupTimeoutExpired = true;\r
-\r
- BSSCPopup_ChangeTargettoParent(getPopupIFrame(nIndex).document);\r
- if (gbBsNS6)\r
- getPopupIFrame(nIndex).document.body.addEventListener("click",BSSCPopupClicked,false);\r
- else\r
- getPopupIFrame(nIndex).document.body.onclick = BSSCPopupClicked;\r
-\r
- if (!gbOrignalOnMouseDown && document.onmousedown)\r
- gbOrignalOnMouseDown = document.onmousedown;\r
-\r
- if (gbBsNS6)\r
- document.addEventListener("mousedown", BSSCPopupParentClicked,false);\r
- else\r
- document.onmousedown = BSSCPopupParentClicked;\r
-}\r
-\r
-function BSSCPopup_Timeout(nIndex, nToken)\r
-{\r
- if (!IsValidToken(nToken)) return;\r
-\r
- if (gbBsNS6||((getPopupIFrame(nIndex).document.readyState == "complete") &&\r
- (getPopupIFrame(nIndex).document.body != null))) {\r
- BSSCPopup_PostWork(nIndex);\r
- } else {\r
- setTimeout("BSSCPopup_Timeout(" + nIndex + "," + nToken + ")", 100);\r
- }\r
-}\r
-\r
-// VH 08/10/00 \r
-// do not change target to parent if the href is using javascript\r
-function BSSCPopup_ChangeTargettoParent(tagsObject)\r
-{\r
- var collA = getElementsByTag(tagsObject, "A");\r
- BSSCPopup_ChangeTargettoParent2(collA);\r
-\r
- var collIMG = getElementsByTag(tagsObject,"IMG");\r
- BSSCPopup_ChangeTargettoParent2(collIMG);\r
-}\r
-\r
-function BSSCPopup_ChangeTargettoParent2(colls)\r
-{\r
- if (colls != null) {\r
- for (var j = 0; j < colls.length; j ++ )\r
- {\r
- var strtemp = colls[j].href;\r
- if (strtemp)\r
- {\r
- strtemp = strtemp.toLowerCase();\r
- if (strtemp.indexOf("javascript:") == -1)\r
- if (colls[j].target == "")\r
- colls[j].target = "_parent";\r
- }\r
- }\r
- }\r
-}\r
-\r
-function BSPSPopupTopicWinHelp(strURL)\r
-{\r
- _BSSCPopup(strURL);\r
- return;\r
-}\r
-\r
-function _BSSCPopup(strURL, width, height)\r
-{\r
- var cuswidth = 0;\r
- var cusheight = 0;\r
- if ("undefined" != typeof(width) && "undefined" != typeof(height)) {\r
- cuswidth = width;\r
- cusheight= height;\r
- }\r
- \r
- if (DHTMLPopupSupport()) {\r
- var nToken = takeToken(); // take token first.\r
- var nIndex = _BSSCCreatePopupDiv(strURL);\r
- window.gbPopupTimeoutExpired = false;\r
- var ntWidth = gBsClientWidth;\r
- var ntHeight = gBsClientHeight;\r
- _BSPSGetClientSize();\r
- if (ntWidth != gBsClientWidth || ntHeight != gBsClientHeight) {\r
- setDirty();\r
- }\r
-\r
- if (IsDirty(nIndex)) {\r
- if (gbBsMac) {\r
- setTimeout("BSSCPopup_AfterLoad(" + nIndex + "," + nToken + "," + cuswidth + "," + cusheight +")", 400);\r
- } else {\r
- setTimeout("BSSCPopup_AfterLoad(" + nIndex + "," + nToken + "," + cuswidth + "," + cusheight + ")", 100);\r
- }\r
- }\r
- else {\r
- MoveDivAndShow(nIndex ,nToken, cuswidth, cusheight);\r
- }\r
- } else {\r
- _BSSCPopup2(strURL, cuswidth, cusheight);\r
- }\r
- return;\r
-}\r
-\r
-if (gbBsIE55)\r
-{\r
- var ehlpdhtm_fOldBefureUnload = window.onbeforeunload;\r
- var gnBsUnload=0;\r
- window.onbeforeunload = window_BUnload;\r
-}\r
- \r
-function window_BUnload()\r
-{\r
- gnBsUnload++;\r
- if (gnBsUnload>1)\r
- return;\r
- for (var i = 0; i < arrayPopupURL.length; i ++)\r
- removeThis(document.all(getPopupID(i)));\r
- arrayPopupURL.length = 0; \r
- if (ehlpdhtm_fOldBefureUnload)\r
- ehlpdhtm_fOldBefureUnload();\r
-}\r
-\r
-function _BSSCPopup2(strURL, width, height)\r
-{\r
- if (gbBsOpera6&&gbBsMac)\r
- {\r
- var wmTemp = window.open(document.location.href, gstrPopupSecondWindowName);\r
- wmTemp.close();\r
- setTimeout("_BSSCPopup3(\""+strURL+"\","+width+","+height+");",100);\r
- }\r
- else\r
- _BSSCPopup3(strURL, width, height);\r
-}\r
- \r
-function _BSSCPopup3(strURL, width, height)\r
-{\r
- if (window.name == gstrPopupSecondWindowName) {\r
- window.location = strURL;\r
- } else {\r
- if (!gbBsMac || !gbBsNS4) {\r
- BSSCHidePopupWindow();\r
- }\r
- var nX = 0;\r
- var nY = 0;\r
- var nHeight = 300;\r
- var nWidth = 400;\r
- if (width > 0 && height > 0) {\r
- nHeight = height;\r
- nWidth = width;\r
- }\r
- _BSPSGetClientSize();\r
-\r
- nX = window.gnPopupScreenClickX;\r
- nY = window.gnPopupScreenClickY;\r
-\r
- if (nY + nHeight + 40 > screen.availHeight) {\r
- nY = screen.availHeight - nHeight - 40;\r
- }\r
- if (nX + nWidth + 40 > screen.availWidth) {\r
- nX = screen.availWidth - nWidth - 40;\r
- }\r
-\r
- // Launch a separate window\r
- var strParam="titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes";\r
- if (gbBsNS) {\r
- if (gbBsNS6) {\r
- strParam += ",Height=" + nHeight + ",Width=" + nWidth;\r
- strParam += ",screenX=" + nX + ",screenY=" + nY;\r
- strParam += ",dependent=yes";\r
- }\r
- else {\r
- strParam += ",OuterHeight=" + nHeight + ",OuterWidth=" + nWidth;\r
- strParam += ",screenX=" + nX + ",screenY=" + nY;\r
- strParam += ",dependent=yes";\r
- }\r
- }\r
- else {\r
- strParam += ",height=" + nHeight + ",width=" + nWidth;\r
- strParam += ",left=" + nX + ",top=" + nY;\r
- }\r
- if (gbBsSafari)\r
- {\r
- if (window.gPopupWindow)\r
- window.gPopupWindow.close(); \r
- window.gPopupWindow = window.open(strURL, "", strParam);\r
- window.gPopupWindow.name = gstrPopupSecondWindowName;\r
- window.gPopupWindow.moveTo(nX, nY);\r
- widnow.gPopupWindow.document.location.reload();\r
- } \r
- else\r
- {\r
- var wmTemp=null;\r
- if (gbBsKonqueror3)\r
- {\r
- if (window.gPopupWindow)\r
- window.gPopupWindow.close();\r
- }\r
- if (gbBsOpera&&gbBsMac)\r
- {\r
- wmTemp= window.open(document.location.href, "Temp", strParam);\r
- }\r
- window.gPopupWindow = window.open(strURL, gstrPopupSecondWindowName, strParam);\r
- if (!gbBsIE)\r
- window.gPopupWindow.focus();\r
- \r
- if (wmTemp)\r
- wmTemp.close();\r
- }\r
-\r
- if (gbBsNS4)\r
- setEventHandle();\r
- else if (gbBsIE4 || gbBsOpera7||gbBsKonqueror3)\r
- setTimeout("setPopupFocus();", 100);\r
- }\r
- return;\r
-}\r
-\r
-function setEventHandle()\r
-{\r
- window.gPopupWindow.captureEvents(Event.CLICK | Event.BLUR);\r
- window.gPopupWindow.onclick = NonIEPopup_HandleClick;\r
- window.gPopupWindow.onblur = NonIEPopup_HandleBlur;\r
-}\r
-\r
-function setPopupFocus()\r
-{\r
- window.gPopupWindow.focus();\r
-}\r
-\r
-function NonIEPopup_HandleBlur(e)\r
-{\r
- window.gPopupWindow.focus();\r
-}\r
-\r
-function NonIEPopup_HandleClick(e)\r
-{\r
- // Because navigator will give the event to the handler before the hyperlink, let's\r
- // first route the event to see if we are clicking on a Popup menu in a popup.\r
- document.routeEvent(e);\r
-\r
- // If a popup menu is active then don't do anything with the click\r
- if (window.gPopupWindow.gbInPopupMenu) {\r
- window.gPopupWindow.captureEvents(Event.CLICK);\r
- window.gPopupWindow.onclick = NonIEPopup_HandleClick;\r
- return false;\r
- }\r
-\r
- // Close the popup window\r
- if(e.target.href)\r
- {\r
- if(e.target.href.indexOf("javascript:")==-1) \r
- {\r
- if (e.target.target=="")\r
- window.location.href = e.target.href;\r
- else\r
- window.open(e.target.href, e.target.target);\r
- this.close();\r
- }\r
- } \r
- else\r
- this.close();\r
- return false;\r
-}\r
-\r
-function BSSCPopup_AfterLoad(nIndex, nToken, cuswidth, cusheight)\r
-{ \r
- if (!window.getPopupIFrame(nIndex).document) {\r
- _BSSCPopup2(getPopupURL(nIndex), cuswidth, cusheight);\r
- return;\r
- }\r
- \r
- if (!IsValidToken(nToken)) return;\r
-\r
- if (gbBsNS6)\r
- {\r
- setAbsPopupURL(nIndex, window.getPopupIFrame(nIndex).document.location.href); // change URL to abs url.\r
- BSSCPopup_ResizeAfterLoad(nIndex, nToken, cuswidth, cusheight);\r
- return;\r
- }\r
- \r
- if ((window.getPopupIFrame(nIndex).document.readyState == "complete") &&\r
- (window.getPopupIFrame(nIndex).document.body != null)) {\r
- if (window.getPopupIFrame(nIndex).document.location.href.indexOf("about:blank") != -1) { // add this check. IE will use about:blank" as the default vaule for Iframe.\r
- window.getPopupIFrame(nIndex).document.location = getPopupURL(nIndex);\r
- setTimeout("BSSCPopup_AfterLoad(" + nIndex + "," + nToken + "," + cuswidth + "," + cusheight + ")", 200);\r
- }\r
- else\r
- {\r
- setAbsPopupURL(nIndex, window.getPopupIFrame(nIndex).document.location.href); // change URL to abs url.\r
- BSSCPopup_ResizeAfterLoad(nIndex, nToken, cuswidth, cusheight);\r
- }\r
- } else {\r
- setTimeout("BSSCPopup_AfterLoad(" + nIndex + "," + nToken + "," + cuswidth + "," + cusheight + ")", 200);\r
- }\r
-}\r
-\r
-function BSSCPopup_ResizeAfterLoad(nIndex, nToken, cuswidth, cusheight)\r
-{\r
- if (window.gbPopupTimeoutExpired) return;\r
-\r
- if (!IsValidToken(nToken)) return;\r
-\r
- getPopupDivStyle(nIndex).visibility = gBsStyVisHide;\r
- getPopupIFrameStyle(nIndex).visibility = gBsStyVisHide;\r
-\r
- // Determine the width and height for the window\r
- _BSPSGetClientSize();\r
-\r
- var size = new BSSCSize(0, 0);\r
-\r
- if (cuswidth <= 0 || cusheight <= 0)\r
- BSSCGetContentSize(window.getPopupIFrame(nIndex), size);\r
- else {\r
- size.x = cuswidth;\r
- size.y = cusheight;\r
- }\r
-\r
- // Determine the width and height for the window\r
- var nWidth = size.x;\r
- var nHeight = size.y;\r
-\r
- // for small popup size, we should allow any size.\r
- // The popup size should be ok if bigger than 0\r
- if (nWidth < 0 || nHeight < 0) return; // there must be something terribly wrong. \r
-\r
- getPopupDivStyle(nIndex).width = nWidth;\r
- getPopupDivStyle(nIndex).height = nHeight;\r
-\r
- getPopupShadowStyle(nIndex).width = nWidth;\r
- getPopupShadowStyle(nIndex).height = nHeight;\r
- getPopupTopicStyle(nIndex).width = nWidth;\r
- getPopupTopicStyle(nIndex).height = nHeight;\r
- if (gbBsIE55)\r
- {\r
- getPopupShadowStyle(nIndex).width = nWidth + 2;\r
- getPopupShadowStyle(nIndex).height = nHeight + 2;\r
- getPopupTopicStyle(nIndex).width = nWidth + 2;\r
- getPopupTopicStyle(nIndex).height = nHeight + 2;\r
- }\r
-\r
- getPopupIFrameStyle(nIndex).width = nWidth;\r
- getPopupIFrameStyle(nIndex).height = nHeight;\r
- if (gbBsIE55 || gbBsNS6)\r
- {\r
- getPopupIFrameStyle(nIndex).top = 0;\r
- getPopupIFrameStyle(nIndex).left = 0;\r
- }\r
- \r
- var strURL = getPopupURL(nIndex);\r
- if (strURL.indexOf("#") != -1&&gbBsNS6)\r
- getPopupIFrame(nIndex).location.reload();\r
- else if (strURL.indexOf("#") != -1||gbBsNS6)\r
- getPopupIFrame(nIndex).location.href = strURL; // reload again, this will fix the bookmark misunderstand in IE5.\r
- \r
- MoveDivAndShow(nIndex, nToken, cuswidth, cusheight);\r
-}\r
-\r
-function getScrollLeft()\r
-{\r
- if (document.body.scrollLeft)\r
- return document.body.scrollLeft;\r
- else if (window.pageXOffset)\r
- return window.pageXOffset;\r
- else\r
- return 0;\r
-}\r
-\r
-function getScrollTop()\r
-{\r
- if (document.body.scrollTop)\r
- return document.body.scrollTop;\r
- else if (window.pageYOffset)\r
- return window.pageYOffset;\r
- else\r
- return 0;\r
-}\r
-\r
-\r
-function MoveDivAndShow(nIndex, nToken, cuswidth, cusheight)\r
-{\r
- if (window.getPopupIFrame(nIndex).document.location.href != getAbsPopupURL(nIndex)) { // if redirect, reload again.\r
- window.getPopupIFrame(nIndex).document.location = getPopupURL(nIndex);\r
- setTimeout("BSSCPopup_AfterLoad(" + nIndex + "," + nToken + "," + cuswidth + "," + cusheight + ")", 200);\r
- return;\r
- }\r
-\r
- // Determine the position of the window\r
- var nClickX = window.gnPopupClickX;\r
- var nClickY = window.gnPopupClickY;\r
- var nTop = 0;\r
- var nLeft = 0;\r
-\r
- var nWidth = parseInt(getPopupDivStyle(nIndex).width);\r
- var nHeight = parseInt(getPopupDivStyle(nIndex).height);\r
-\r
- if (nClickY + nHeight + 20 < gBsClientHeight + getScrollTop()) {\r
- nTop = nClickY + 10;\r
- } else {\r
- nTop = (getScrollTop() + gBsClientHeight) - nHeight - 20;\r
- }\r
- if (nClickX + nWidth < gBsClientWidth + getScrollLeft()) {\r
- nLeft = nClickX;\r
- } else {\r
- nLeft = (getScrollLeft() + gBsClientWidth) - nWidth - 8;\r
- }\r
-\r
- if (nTop < getScrollTop()) nTop = getScrollTop() + 1;\r
- if (nLeft< getScrollLeft()) nLeft = getScrollLeft() + 1;\r
-\r
- getPopupDivStyle(nIndex).left = nLeft;\r
- getPopupDivStyle(nIndex).top = nTop;\r
-\r
- // Set the location of the background blocks\r
- getPopupShadowStyle(nIndex).left = 6;\r
- getPopupShadowStyle(nIndex).top = 6;\r
- if (gbBsIE55)\r
- {\r
- getPopupShadowStyle(nIndex).left = 4;\r
- getPopupShadowStyle(nIndex).top = 4;\r
- }\r
-\r
- if (gbBsMac&&gbBsIE4) {\r
- // Total hack on the iMac to get the IFrame to position properly\r
- getPopupIFrameStyle(nIndex).pixelLeft = 100;\r
- getPopupIFrameStyle(nIndex).pixelLeft = 0;\r
- // Explicitly call BSSCOnLoad because the Mac doesn't seem to do it\r
- getPopupIFrame(nIndex).window.BSSCOnLoad();\r
- }\r
-\r
- if (gbBsNS6&&IsDirty(nIndex))\r
- getElement(getPopupIFrameID(nIndex)).addEventListener("load", handleLoadNS, false);\r
- else\r
- BSSCPopup_Timeout(nIndex , nToken );\r
- return;\r
-}\r
-\r
-function BSSCSize(x, y)\r
-{\r
- this.x = x;\r
- this.y = y;\r
-}\r
-\r
-function BSSCGetContentSize(thisWindow, size)\r
-{\r
- if (!gbBsIE4 && !gbBsOpera7 && !gbBsNS4)\r
- return;\r
-\r
- if ((gbBsMac&&gbBsIE4)||gbBsNS4||gbBsOpera7) {\r
- size.x = 320;\r
- size.y = 180;\r
- return;\r
- }\r
-\r
- // Resize the width until it is wide enough to handle the content\r
- // The trick is to start wide and determine when the scrollHeight changes\r
- // because then we know a scrollbar is necessary. We can then go back\r
- // to the next widest size (for no scrollbar)\r
-\r
- var ClientRate = gBsClientHeight / gBsClientWidth;\r
-\r
- \r
- var GoldenSize = new BSSCSize(0,0);\r
- GoldenSize.x = gBsClientWidth * gBMaxXOfParent;\r
- GoldenSize.y = gBsClientHeight *gBMaxYOfParent ;\r
-\r
- if (ClientRate > gBRateH_W) {\r
- GoldenSize.y = GoldenSize.x * gBRateH_W;\r
- }\r
- else {\r
- GoldenSize.x = GoldenSize.y / gBRateH_W;\r
- }\r
-\r
- // Try to using parent specified max x.\r
- var x = 0;\r
- var maxgoldx = GoldenSize.x;\r
- var maxx = gBsClientWidth * gBMaxXOfParent;\r
- \r
- // This double resize causes the document to re-render (and we need it to)\r
- if (!gbBsIE5)\r
- thisWindow.moveTo(10000,10000); // this is used to fix the flash on IE4.\r
- \r
- thisWindow.resizeTo(1, 1);\r
- thisWindow.resizeTo(1, 1);\r
- thisWindow.resizeTo(maxgoldx, thisWindow.document.body.scrollHeight + gBscrollHeight);\r
- thisWindow.resizeTo(maxgoldx, thisWindow.document.body.scrollHeight + gBscrollHeight);\r
- \r
- var miny = thisWindow.document.body.scrollHeight + gBscrollHeight;\r
- \r
- if (miny > GoldenSize.y) // the popup does not fix in the parent wanted golden area. so try to expand itself as large as it can\r
- {\r
- thisWindow.resizeTo(maxx , thisWindow.document.body.scrollHeight + gBscrollHeight);\r
- thisWindow.resizeTo(maxx , thisWindow.document.body.scrollHeight + gBscrollHeight);\r
- \r
- miny = thisWindow.document.body.scrollHeight + gBscrollHeight;\r
- maxy = gBsClientHeight * gBMaxYOfParent;\r
- \r
- if (miny > maxy) { // the popup must have a scroll, OK let it be.\r
- miny = maxy;\r
- size.x = maxx;\r
- size.y = maxy;\r
- thisWindow.document.body.scroll = 'yes'; // At this time we do want to show scroll any more. so it will looks better a little.\r
- }\r
- else { // popup still can fit in the parent area by someway. now we choose the same h/w rate as parent.\r
- size.y = miny;\r
- \r
- // downsize from maxx , now I try to using binary divide.\r
- x = maxx;\r
- deltax = -maxx/2;\r
- //j = 0;\r
- while (true) {\r
- x = x + deltax;\r
- thisWindow.resizeTo(x, miny);\r
- thisWindow.resizeTo(x, miny);\r
- diffy = thisWindow.document.body.scrollHeight + gBscrollHeight - x * ClientRate;\r
- if (diffy > gBpermitYDelta ) // it is higher than wanted, so x need to be wide a little bitter\r
- deltax = Math.abs(deltax) /2;\r
- else if (diffy < -gBpermitYDelta) // it is shorter than wanted, so x need to be narrow a little bitter\r
- deltax = -Math.abs(deltax) /2;\r
- else \r
- // the y is close enough to wanted.\r
- break;\r
- if (Math.abs(deltax) < gBpermitXDelta) // the next change is too slight and it can be ignore.\r
- break;\r
- }\r
- size.x = thisWindow.document.body.scrollWidth; //+ gBscrollWidth;\r
- size.y = thisWindow.document.body.scrollHeight;// + gBscrollHeight; \r
- thisWindow.document.body.scroll = 'no';\r
- }\r
- }\r
- else {\r
- if (thisWindow.document.body.scrollWidth > maxgoldx) {\r
- size.x = maxx; \r
- size.y = miny; \r
- thisWindow.document.body.scroll = 'yes';\r
- }\r
- else {\r
- // downsize from maxgoldx , now I try to using binary divide.\r
- x = maxgoldx;\r
- deltax = -maxgoldx/2;\r
- while (true) {\r
- x = x + deltax;\r
- thisWindow.resizeTo(x, miny);\r
- thisWindow.resizeTo(x, miny);\r
- diffy = thisWindow.document.body.scrollHeight + gBscrollHeight - x * gBRateH_W;\r
- if (diffy > gBpermitYDelta ) // it is higher than wanted, so x need to be wide a little bitter\r
- deltax = Math.abs(deltax) /2;\r
- else if (diffy < -gBpermitYDelta) // it is shorter than wanted, so x need to be narrow a little bitter\r
- deltax = -Math.abs(deltax) /2;\r
- else \r
- // the y is close enough to wanted.\r
- break;\r
- if (Math.abs(deltax) < gBpermitXDelta) // the next change is too slight and it can be ignore.\r
- break;\r
- }\r
- size.x = thisWindow.document.body.scrollWidth; //+ gBscrollWidth;\r
- size.y = thisWindow.document.body.scrollHeight ;\r
- thisWindow.document.body.scroll = 'no'; // At this time we do not want to show scroll any more. so it will looks better a little.\r
- thisWindow.resizeTo(size.x, size.y);\r
- if (thisWindow.document.body.scrollWidth > size.x)\r
- {\r
- size.x = thisWindow.document.body.scrollWidth;\r
- }\r
- if (thisWindow.document.body.scrollHeight > size.y)\r
- {\r
- size.y = thisWindow.document.body.scrollHeight;\r
- }\r
- }\r
- }\r
- thisWindow.resizeTo(size.x, size.y);\r
- thisWindow.resizeTo(size.x, size.y);\r
- return;\r
-}\r
-\r
-function BSSCPopupParentClicked()\r
-{\r
- if (!window.gbPopupTimeoutExpired) {\r
- return false;\r
- }\r
- \r
- document.onmousedown = gbOrignalOnMouseDown;\r
-\r
- // Simply hide the popup\r
- hideAll();\r
-\r
- window.gbPopupTimeoutExpired = false;\r
-\r
- return true;\r
-}\r
-\r
-function isInsideHyperLink(obj)\r
-{\r
- if (obj&&obj!=getParentNode(obj))\r
- {\r
- if (obj.tagName=="A"||obj.tagName=="IMG")\r
- return true;\r
- else\r
- return isInsideHyperLink(getParentNode(obj));\r
- }\r
- else\r
- return false;\r
-}\r
-\r
-function BSSCPopupClicked(e)\r
-{\r
- if (!window.gbPopupTimeoutExpired) {\r
- return false;\r
- }\r
-\r
- var popupIFrame = getCurrentPopupIFrame();\r
- if (popupIFrame == null) {\r
- return true;\r
- }\r
-\r
- if (gbBsIE4 && (!((popupIFrame.window.event != null) &&\r
- (popupIFrame.window.event.srcElement != null) &&\r
- isInsideHyperLink(popupIFrame.window.event.srcElement)))) {\r
- document.onmousedown = gbOrignalOnMouseDown;\r
- \r
- // Simply hide the popup\r
- hideAll();\r
- window.gbPopupTimeoutExpired = false;\r
- return true;\r
- }\r
- else if (gbBsNS6 && (!((e != null) &&\r
- (e.target!= null) && isInsideHyperLink(e.target))))\r
- {\r
- document.addEventListener("mousedown", gbOrignalOnMouseDown,false);\r
- // Simply hide the popup\r
- hideAll();\r
- window.gbPopupTimeoutExpired = false;\r
- return true; \r
- }\r
-}\r
-\r
-//trace the mouse over's position for hotspot\r
-function BSPSPopupOnMouseOver(event)\r
-{\r
- if (gbBsIE4 || gbBsOpera7||gbBsKonqueror3) {\r
- window.gnPopupClickX = event.clientX + getScrollLeft();\r
- window.gnPopupClickY = event.clientY + getScrollTop();\r
- window.gnPopupScreenClickX = event.screenX;\r
- window.gnPopupScreenClickY = event.screenY;\r
- } else if (gbBsSafari) {\r
- window.gnPopupClickX = event.clientX + getScrollLeft();\r
- window.gnPopupClickY = event.clientY + getScrollTop();\r
- window.gnPopupScreenClickX = event.screenX + window.screenX;\r
- window.gnPopupScreenClickY = event.screenY + window.screenY;\r
- } else if (gbBsNS4) {\r
- window.gnPopupClickX = event.pageX - window.pageXOffset;\r
- window.gnPopupClickY = event.pageY - window.pageYOffset;\r
- window.gnPopupScreenClickX = event.screenX - window.pageXOffset;\r
- window.gnPopupScreenClickY = event.screenY - window.pageYOffset;\r
- }\r
-}\r
-\r
-function BSSCHidePopupWindow()\r
-{\r
- if (window.gPopupWindow != null) {\r
- if (gbBsNS4) {\r
- if ((typeof window.gPopupWindow != "undefined") && (!window.gPopupWindow.closed)) {\r
- window.gPopupWindow.close();\r
- window.gPopupWindow = null;\r
- }\r
- }\r
- }\r
- return;\r
-}\r
-\r
-// Add the PopupOnClick to the onclick array.\r
-if (typeof(BsscRegisterOnClick) != "undefined")\r
-{\r
- BsscRegisterOnClick(BsPopupOnClick);\r
-}\r
-//End to support previous popup functions\r
-\r
-/// Section End - Popup (JavaScript 1.0)\r
-\r
-/// Section Begin - Embedded Stub (JavaScript 1.0)\r
-\r
-function BSSCCreatePopupDiv()\r
-{\r
- return;\r
-}\r
-\r
-function WritePopupMenuLayer()\r
-{\r
- if (BsscHasExtJs()) {_WritePopupMenuLayer();}\r
-}\r
-\r
-function BSSCPopup(strURL, width, height)\r
-{\r
- var re = new RegExp("'", 'g');\r
- strURL = strURL.replace(re, "%27");\r
-\r
- if (BsscHasExtJs()) { \r
- _BSSCPopup(strURL, width, height);\r
- }else{\r
- //Create a temporary window first to ensure the real popup comes up on top\r
- var wndTemp = null;\r
- if (!gbBsNS3) {\r
- wndTemp = window.open("", "temp", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=3,width=4");\r
- }\r
- // Create the real popup window\r
- var wndPopup = window.open(strURL, "BSSCPopup", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=300,width=400");\r
- // Close the temporary\r
- if (!gbBsNS3) {\r
- wndTemp.close();\r
- } else {\r
- wndPopup.focus();\r
- }\r
- }\r
-}\r
-\r
-var gbWndTemp = null, gbWndPopupLinks = null;\r
-var gbstrParaTotal = "";\r
-\r
-function PopupMenu_Invoke()\r
-{\r
- if (typeof(wfRelatedTopic) == 'function' && typeof(IsFlashSupported) == 'function')\r
- {\r
- if (Number(gsSkinVersion) > 2 && IsFlashSupported())\r
- {\r
- return wfRelatedTopic(PopupMenu_Invoke.arguments);\r
- }\r
- }\r
- if (BsscHasExtJs()) {\r
- return _PopupMenu_Invoke(PopupMenu_Invoke.arguments);\r
- }\r
- if (gbBsNS3Before || gbBsIE3Before ) {\r
- var argLen = PopupMenu_Invoke.arguments.length;\r
- if (argLen < 5) {\r
- window.document.location.href = PopupMenu_Invoke.arguments[3];\r
- return false;\r
- }\r
- gbWndTemp = null;\r
- gbWndPopupLinks = null;\r
- gbstrParaTotal = "";\r
- for (var i = 0; i < (argLen - 2) / 2; i++) {\r
- var strParaLine = "";\r
- if (gbBsNS2){\r
- strParaLine += "<a href=\"";\r
- strParaLine += PopupMenu_Invoke.arguments[2 * i + 3];\r
- strParaLine += "\">"\r
- strParaLine += PopupMenu_Invoke.arguments[2 * i + 2];\r
- strParaLine += "</a>";\r
- } else {\r
- strParaLine += "<a href=\"javascript:";\r
- strParaLine += "gotoUrl(\'";\r
- strParaLine += PopupMenu_Invoke.arguments[2 * i + 3];\r
- strParaLine += "\');\"";\r
- if (PopupMenu_Invoke.arguments[1] != '') {\r
- strParaLine += " TARGET='" + PopupMenu_Invoke.arguments[1] + "'";\r
- }\r
- strParaLine += ">";\r
- strParaLine += PopupMenu_Invoke.arguments[2 * i + 2];\r
- strParaLine += "</a>";\r
- }\r
- strParaLine += "<br>";\r
- gbstrParaTotal += strParaLine;\r
- }\r
- var nHeight = argLen * 15;\r
- var nWidth = 400;\r
- var strParam = "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=auto";\r
- strParam += ",height=" + nHeight + ",width=200,resizable";\r
- \r
- //Create a temporary window first to ensure the real popup comes up on top\r
- //var wndTemp = null;\r
- if (!gbBsNS3) {\r
- gbWndTemp = window.open("", "temp", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=3,width=4");\r
- } \r
- gbWndPopupLinks = window.open("", "popuplinks", strParam);\r
-\r
- setTimeout("Wait_PopupMenuReady()", 100);\r
- }\r
- return true;\r
-}\r
-\r
-function Wait_PopupMenuReady() \r
-{\r
- if (gbWndPopupLinks != null && "object" == typeof(gbWndPopupLinks.document)) {\r
- PopupMenu_InvokeReady();\r
- }\r
- else \r
- setTimeout("Wait_PopupMenuReady()", 100);\r
-}\r
-\r
-function PopupMenu_InvokeReady()\r
-{\r
- if (gbWndPopupLinks != null) {\r
- gbWndPopupLinks.document.open("text/html");\r
- gbWndPopupLinks.document.write("<html><head>");\r
- if (gbBsNS2) {\r
- gbWndPopupLinks.document.write("<base href=\"" + location +"\">");\r
- } else {\r
- //YJ: IE301,302 and NS3.x works fine\r
- gbWndPopupLinks.document.write("<");\r
- gbWndPopupLinks.document.write("script>");\r
- gbWndPopupLinks.document.write("function gotoUrl(aUrl) {opener.window.location=aUrl; close();}");\r
- gbWndPopupLinks.document.write("<");\r
- gbWndPopupLinks.document.write("/script>");\r
- }\r
- gbWndPopupLinks.document.write("</head><body onBlur=\'self.focus();\'>");\r
- gbWndPopupLinks.document.write(gbstrParaTotal);\r
- gbWndPopupLinks.document.write("</body></html>");\r
- gbWndPopupLinks.document.close();\r
-\r
- // Close the temporary\r
- if (!gbBsNS3 && gbWndTemp != null) {\r
- gbWndTemp.close();\r
- }else {\r
- gbWndPopupLinks.focus();\r
- }\r
-\r
- return true;\r
- }\r
- return false;\r
-}\r
-\r
-/// Section End - Embedded Stub (JavaScript 1.0)\r
-\r
-//// Segment End -- (JavaScript 1.0)\r
-\r
-//// Segment Begin -- (JavaScript 1.2)\r
-/// Section Begin - kadov DHTM (JavaScript 1.2)\r
-\r
-//Begin to support extended and dropdown text effects.\r
-function kadovIsParagraph(el)\r
-{\r
- return( el.tagName == "P" || el.tagName.indexOf("H") == 0 ) ? true : false;\r
-}\r
-\r
-function kadovInitEachChild(el)\r
-{ \r
- for(var i=0; i<getChildNodes(el).length; i++)\r
- {\r
- var child = getChildNodes(el)[i];\r
- if( child.tagName == "SCRIPT" || child.tagName == "!" )\r
- continue;\r
-\r
- if( child.id != "" )\r
- {\r
- // to wipe out the onload effects\r
- if (gbBsIE4&&!gbBsMac)\r
- {\r
- var onLoadEffect = child.style.getAttribute( "x-on-pageload" );\r
- if( (onLoadEffect != null) && (onLoadEffect > "") )\r
- child.style.setAttribute( "x-on-pageload", "" );\r
- }\r
- \r
- var href = child.getAttribute("href")\r
- if( href != null && href > "" && href.indexOf( "BSSCPopup" ) >= 0 )\r
- kadovFilePopupInit(child.id); // Init for Popup\r
- else if( child.className == "dropspot" || child.className == "expandspot" || \r
- child.className == "glossterm" )\r
- kadovTextPopupInit(child.id);// Init for Expanding/Glossary or DropDown text\r
- else if( child.className == "trigger")\r
- kadovInitTrigger(child.id);// Init for Trigger\r
- else\r
- {\r
- kadovInitEffects(child.id);// Init for DHTML effects\r
- CEngine.SetOneTargetInitialState( child.id );\r
- }\r
- }\r
- \r
- if( (child.tagName == "IMG") && (child.getAttribute("dynsrc") > "") )\r
- child.start = "mouseover";// to start a AVI file. fileopen doesn't work\r
-\r
- kadovInitEachChild(child);\r
- }\r
-}\r
-\r
-function kadovRetrieveTextInner(el)\r
-{ \r
- var x = "";\r
- if( (!el) || (el.tagName == "!") || (el.tagName == "SCRIPT" ))\r
- return x;\r
-\r
- if( kadovIsParagraph(el) )\r
- {\r
- var strNewID = " ";\r
- if( el.id != "" )\r
- strNewID += "id=" + el.id + "_NewSpan ";\r
- x = "<span" + strNewID + "style='" + el.style.cssText + "'>" + el.innerHTML + "</span>";\r
- }\r
- else\r
- {\r
- for(var i=0; i<getChildNodes(el).length; i++)\r
- x += kadovRetrieveTextInner( getChildNodes(el)[i] );\r
- }\r
- return x;\r
-}\r
-\r
-function kadovRetrieveCleanHTML( strRawHTML, strTagOpen, strTagClose, nDistance )\r
-{ \r
- var nTagOpen = strRawHTML.indexOf( strTagOpen, 0 );\r
- if( nTagOpen < 0 )\r
- return strRawHTML;\r
-\r
- var nTagClose = strRawHTML.indexOf( strTagClose, nTagOpen);\r
- if( nTagClose < nTagOpen )\r
- return strRawHTML;\r
- \r
- if( typeof(nDistance) == "number" && nDistance > 0 )\r
- if( (nTagClose - nTagOpen) != nDistance )\r
- return strRawHTML;\r
- \r
- var strCleanOnce = strRawHTML.substring(0, nTagOpen) + strRawHTML.substr(nTagClose + strTagClose.length) ;\r
- return kadovRetrieveCleanHTML( strCleanOnce, strTagOpen, strTagClose );\r
-}\r
-\r
-function kadovAdjustObjectTag(strRawHTML, nStartPos)\r
-{// adjust object tag for related topics HTML control, because innerHTML misses out the item settings\r
- \r
- //Is there any DTC?\r
- var strDTCTagOpen = '<!--Metadata type="DesignerControl" startspan';\r
- var strDTCTagClose = '<!--Metadata type="DesignerControl" endspan-->';\r
- var nDTCTagOpen = strRawHTML.indexOf( strDTCTagOpen, nStartPos );\r
- if( nDTCTagOpen < 0 )\r
- return strRawHTML;\r
- var nDTCTagClose = strRawHTML.indexOf( strDTCTagClose, nDTCTagOpen );\r
- if( nDTCTagClose < nDTCTagOpen)\r
- return strRawHTML; // no Design Time Controls;\r
- \r
- //Is the DTC HTML Help Control?\r
- var strRTObjTagOpen = 'classid=clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11';\r
- var strRTObjTagClose = '</OBJECT>';\r
- var nRTObjTagOpen = strRawHTML.indexOf( strRTObjTagOpen, nDTCTagOpen );\r
- if( nRTObjTagOpen < nDTCTagOpen )\r
- return strRawHTML;\r
- var nRTObjTagClose = strRawHTML.indexOf( strRTObjTagClose, nRTObjTagOpen );\r
- if( nRTObjTagClose < nRTObjTagOpen )\r
- return strRawHTML; // is not a HTML help control\r
- \r
- // Is it a related Topics html help control?\r
- var strRTObjLabel = '<PARAM NAME=\"Command\" VALUE=\"Related Topics';\r
- if( strRawHTML.indexOf(strRTObjLabel, nRTObjTagOpen) < 0 )\r
- return strRawHTML;\r
- \r
- // does the commented object tag contain a items parameters \r
- var strRTItemsOpen = '<param name="Items" value="';\r
- var strRTItemsClose = '$$**$$" >';\r
- var strRTItemsClose2 = '$$**$$">';\r
-\r
- var nRTItemsOpen = strRawHTML.indexOf(strRTItemsOpen, nDTCTagOpen);\r
- if( nRTItemsOpen < nDTCTagOpen )\r
- return strRawHTML;\r
- var nRTItemsClose = strRawHTML.indexOf(strRTItemsClose, nRTItemsOpen);\r
- if (nRTItemsClose == -1)\r
- nRTItemsClose = strRawHTML.indexOf(strRTItemsClose2, nRTItemsOpen);\r
- if( nRTItemsClose < nRTItemsOpen )\r
- return strRawHTML;\r
- \r
- // found a items string\r
- var strItems = strRawHTML.substring( nRTItemsOpen + strRTItemsOpen.length, nRTItemsClose);\r
- if( strItems.length < 1 )\r
- return strRawHTML;\r
- \r
- // to reconstruct the item(s) param tag(s)\r
- var strItemsArray = strItems.split('$$**$$');\r
- if( strItemsArray.length < 1 )\r
- return strRawHTML;\r
- var strRunTimeItemParam = "";\r
- for( var i = 0; i < strItemsArray.length; i++ )\r
- {\r
- strRunTimeItemParam += '<PARAM NAME="Item' + (i+1);\r
- strRunTimeItemParam += '"' + ' VALUE="';\r
- strRunTimeItemParam += strItemsArray[i];\r
- strRunTimeItemParam += '">';\r
- }\r
- \r
- // to insert the reconstructed item params into runtime object tag\r
- var strAdjustedHTML = strRawHTML.substring(0,nRTObjTagClose) + strRunTimeItemParam + strRawHTML.substring(nRTObjTagClose, strRawHTML.length);\r
- return kadovAdjustObjectTag(strAdjustedHTML, nDTCTagClose + strDTCTagClose.length);\r
-}\r
-\r
-function kadovTextPopupOnLoad( el )\r
-{\r
- if( typeof(el) == "string" )\r
- el = getElement(el);\r
-\r
- var src = el.getAttribute( "x-use-popup" );\r
- var bNeedMove=true;\r
- if(!src&&el.id)\r
- {\r
- for (var i=0;i<gPopupData.length;i++)\r
- if (gPopupData[i].el==el.id)\r
- {\r
- src=gPopupData[i].popupId;\r
- bNeedMove=false;\r
- break;\r
- }\r
- }\r
- if(!src)\r
- src = el.style.getAttribute( "x-use-popup" ); \r
- if (!src) \r
- return 0;\r
-\r
- var name = src;\r
- if( src.substr(0,1) == "#" ) \r
- name = src.substr(1, src.length-1);\r
- var srcDiv = getElement(name);\r
- if( !srcDiv )\r
- return 1;\r
-\r
- if (bNeedMove)\r
- {\r
- var type = el.getAttribute( "x-popup-type" );\r
- if (!type)\r
- type = el.style.getAttribute("x-popup-type");\r
- if (!type) \r
- return 1; \r
- var setup = el.getAttribute( "x-tmp-setup" );\r
- var newId = name;\r
- if( newId.indexOf( "_tmp") <= 0 )\r
- newId += "_tmp";\r
-\r
- if( !setup)\r
- {\r
- el.setAttribute( "x-tmp-setup", 1 );\r
-\r
- if( type == "pulldown" )\r
- {\r
- var strAdjust = kadovAdjustObjectTag(srcDiv.innerHTML,0);\r
- var strCleanHTML = kadovRetrieveCleanHTML(strAdjust, "<!--", "-->");\r
- strCleanHTML = kadovRetrieveCleanHTML(strCleanHTML, "<SCRIPT", "/SCRIPT>");\r
- \r
- //work around the bug in HH.exe that highlight the phrases when use Search tab\r
- //this approach is just removing the <FONT...> tag inserted by Microsoft in the runtime\r
- strCleanHTML = kadovRetrieveCleanHTML(strCleanHTML, "<FONT color=#", "\">", 52);\r
- \r
- var strStyle = " style='display:none; position:relative;";\r
- var newDiv = "<div class=droptext id=" + newId + strStyle + "'>" + strCleanHTML + "</div>";\r
-\r
- removeThis(srcDiv); // empty the original DIV tag\r
- var elParentPra = kadovFindParentParagraph(el);\r
- if( elParentPra )\r
- insertAdjacentHTML(elParentPra, "afterEnd", newDiv );\r
- }\r
- else if( type == "expanding" )\r
- {\r
- var inner = kadovRetrieveTextInner(srcDiv);\r
- if( inner == "" )\r
- inner = srcDiv.innerHTML;\r
- var strAdjust = kadovAdjustObjectTag(inner,0);\r
- var strCleanHTML = kadovRetrieveCleanHTML(strAdjust, "<!--", "-->");\r
- strCleanHTML = kadovRetrieveCleanHTML(strCleanHTML, "<SCRIPT", "/SCRIPT>");\r
- var strClassName = (el.className == "glossterm") ? "glosstext" : "expandtext";\r
- var newSpan = "<span class=" + strClassName + " style='display: none;' id=" + newId + "> " + strCleanHTML + "</span>";\r
- removeThis(srcDiv); // empty the original DIV tag\r
- insertAdjacentHTML(el, "afterEnd", newSpan );\r
- }\r
- }\r
- }\r
- else\r
- {\r
- srcDiv.style.display = "none";\r
- }\r
- return 0;\r
-}\r
-\r
-function getElementsByTag(obj,sTagName)\r
-{\r
- if(obj.getElementsByTagName)\r
- return obj.getElementsByTagName(sTagName);\r
- else if(obj.all)\r
- return obj.all.tags(sTagName);\r
- return null;\r
-}\r
-\r
-function getElement(sID)\r
-{\r
- if(document.getElementById)\r
- return document.getElementById(sID);\r
- else if(document.all)\r
- return document.all(sID);\r
- return null;\r
-}\r
-\r
-function getParentNode(obj)\r
-{\r
- if(obj.parentNode)\r
- return obj.parentNode;\r
- else if(obj.parentElement)\r
- return obj.parentElement;\r
- return null;\r
-}\r
-\r
-function getChildNodes(obj)\r
-{\r
- if(obj.childNodes)\r
- {\r
- var children = new Array();\r
- for (var i = 0; i < obj.childNodes.length; i++)\r
- {\r
- if (obj.childNodes[i].nodeType == 1)\r
- children[children.length] = obj.childNodes[i];\r
- }\r
- return children;\r
- }\r
- else if(obj.children)\r
- return obj.children;\r
- return null; \r
-}\r
-\r
-function removeThis(obj)\r
-{\r
- if(obj.parentNode)\r
- obj.parentNode.removeChild(obj);\r
- else\r
- obj.outerHTML="";\r
-}\r
-\r
-function kadovTextPopup( el )\r
-{\r
- if (!gbBsIE4 && !gbBsOpera7 && !gbBsSafari && !gbBsNS6 && !gbBsKonqueror3 )\r
- return;\r
-\r
- var bNeedMove=true;\r
- \r
- if (window.event)\r
- window.event.cancelBubble = true;\r
-\r
- if( typeof(el) == "string" )\r
- el = getElement(el);\r
-\r
- if (!el||el==window)\r
- return;\r
- \r
- var src = el.getAttribute( "x-use-popup" );\r
- if(!src&&el.id)\r
- {\r
- for (var i=0;i<gPopupData.length;i++)\r
- if (gPopupData[i].el==el.id)\r
- {\r
- src=gPopupData[i].popupId;\r
- bNeedMove=false;\r
- break;\r
- }\r
- }\r
- if(!src)\r
- src = el.style.getAttribute( "x-use-popup" ); \r
- if(!src)\r
- return;\r
- \r
- var name = src;\r
- if( src.substr(0,1) == "#" ) \r
- if (bNeedMove)\r
- name = src.substr(1, src.length-1) + "_tmp";\r
- else\r
- name = src.substr(1, src.length-1);\r
-\r
- var srcDiv = getElement(name);\r
- if( !srcDiv )\r
- return;\r
-\r
- if( srcDiv )\r
- {\r
- if( srcDiv.style.display == "" )\r
- srcDiv.style.display = "none";\r
- else\r
- {\r
- srcDiv.style.display = "";\r
- if( typeof(srcDiv.bInitialized) == "undefined" )\r
- {\r
- srcDiv.bInitialized = true;\r
- kadovInitEffects(name);\r
- kadovInitEachChild(srcDiv);\r
- }\r
- }\r
- }\r
- if(gbBsIE4)\r
- event.returnValue=false;\r
- return;\r
-}\r
-\r
-function kadovFindParentParagraph( el )\r
-{\r
- if( typeof(el) == "string" )\r
- el = getElement(el);\r
- if( (!el) || el.tagName == "BODY" )\r
- return null;\r
- if( kadovIsParagraph(getParentNode(el)) )\r
- return getParentNode(el);\r
- else\r
- return kadovFindParentParagraph( getParentNode(el) );\r
-}\r
-\r
-//Begin HTML code invoked function\r
-function kadovRegisterEventHandler( obj, strEvent, strEventHandler )\r
-{\r
- if( !gbBsIE4 )\r
- return;\r
- CCSSP.RegisterEventHandler( obj, strEvent, strEventHandler );\r
-}\r
-\r
-function textPopupData(el, popupId)\r
-{\r
- this.el = el;\r
- this.popupId = "#"+popupId;\r
-}\r
-\r
-var gPopupData = new Array();\r
-\r
-function kadovTextPopupInit( el, popupId)\r
-{\r
- if (!gbBsIE4 && !gbBsOpera7 && !gbBsSafari && !gbBsNS6 && !gbBsKonqueror3)\r
- return;\r
- \r
- if( typeof(el) == "string" )\r
- {\r
- if (popupId)\r
- {\r
- gPopupData[gPopupData.length]=new textPopupData(el, popupId);\r
- }\r
- el = getElement(el);\r
- }\r
- \r
- if( el != null )\r
- {\r
- CCSSP.RegisterEventHandler( el, "onclick", "kadovTextPopup(\"" + el.id +"\");" );\r
- CCSSP.RegisterEventHandler( window, "onload", "kadovTextPopupOnLoad(\"" + el.id +"\");" );\r
- }\r
-}\r
-//End HTML code invoked function\r
-\r
-//End to support extended and dropdown text effects.\r
-\r
-//Begin to convert iWrite format to RoboEditor Format for DHTML effects\r
-function kadovInitTriggersInHead( )\r
-{\r
- if( Object.xDelayedInitElements )\r
- {\r
- var x = Object.xDelayedInitElements;\r
- for(i=0; i<x.length; i++)\r
- kadovInitTrigger( x[i] );\r
- }\r
-}\r
-\r
-//Begin HTML code invoked function\r
-function kadovFilePopupInit( el )\r
-{\r
- if( typeof(el) == "string" )\r
- el = getElement(el);\r
-\r
- if( el != null )\r
- CCSSP.RegisterEventHandler( el, "onmouseover", "BSPSPopupOnMouseOver(event);" );\r
-}\r
-\r
-function kadovInitTrigger( element )\r
-{\r
- if( !gbBsIE4 )\r
- return;\r
- var srcElement = element;\r
- if( typeof(srcElement) == "string" )\r
- {\r
- srcElement = getElement(element,0);\r
- if(srcElement == null)\r
- return;\r
- }\r
- \r
- if( !kadovIsParentVisible(srcElement) )\r
- return;\r
-\r
- var targets = srcElement.getAttribute( "x-targets" );\r
- if (!targets)\r
- targets = srcElement.style.getAttribute("x-targets");\r
- if (!targets)\r
- return; \r
- var arrOneTarget = targets.split( "," );\r
- for( var i = 0; i < arrOneTarget.length; i ++ )\r
- bsscFXInit( element, arrOneTarget[i], null, null, null, null );\r
-}\r
-\r
-function kadovIsParentVisible( el )\r
-{\r
- if( typeof(el) == "string" )\r
- el = getElement(el);\r
- if( (!el) || el.tagName == "BODY" )\r
- return true;\r
- if( el.style.display == 'none' ) //el.visibility == 'hidden' || \r
- return false;\r
- else\r
- return kadovIsParentVisible( getParentNode(el) );\r
-}\r
-\r
-function kadovInitEffects( element )\r
-{\r
- if( !gbBsIE4 )\r
- return;\r
- var srcElement = element;\r
- if( typeof(srcElement) == "string" )\r
- {\r
- srcElement = getElement(element,0);\r
- if(srcElement == null)\r
- return;\r
- }\r
- \r
- if( !kadovIsParentVisible(srcElement) )\r
- return;\r
- \r
- kadovInitEffect( srcElement, "x-on-hover" );\r
- kadovInitEffect( srcElement, "x-on-pageclick" );\r
- kadovInitEffect( srcElement, "x-on-pageload" );\r
- kadovInitEffect( srcElement, "x-on-trigger-1" );\r
- kadovInitEffect( srcElement, "x-on-trigger-2" );\r
-}\r
-//End HTML code invoked function\r
-\r
-function kadovInitEffect( element, prop )\r
-{\r
- var values = null;\r
- if( element.getAttribute( "currentStyle" ) && element.currentStyle.getAttribute)\r
- values = element.currentStyle.getAttribute( prop );\r
- else if (element.style.getAttribute)\r
- values = element.style.getAttribute( prop );\r
- if( !values )\r
- return;\r
-\r
- var functions = new Array();\r
- var nIdx = 0, nStart = 0;\r
- var nNext = values.indexOf( "\)", 0);\r
- while( nNext >= 0 && nNext < values.length )\r
- {\r
- functions[nIdx] = values.substr( nStart, nNext-nStart+1);\r
- nStart = nNext + 1;\r
- nIdx++;\r
- nNext = values.indexOf( "\)", nStart);\r
- }\r
- \r
- for( var i=0; i<functions.length; i++)\r
- {\r
- var id = element.getAttribute( "id" );\r
- var translatedProp = kadovTranslateProp(prop);\r
-\r
- var lp = functions[i].indexOf( "(" );\r
- var fnname = functions[i].substring(0, lp);\r
- var srcargs = functions[i].substring(lp+1, functions[i].length-1);\r
- \r
- var nClickTimes = 1;\r
- var arrForClickCount = srcargs.split( "," );\r
- for( var j = 0; j < arrForClickCount.length; j++ )\r
- {// to locate and get the "clicks=99" settings\r
- var nPageClick = arrForClickCount[j].indexOf("clicks");\r
- if( nPageClick >= 0 )\r
- {\r
- nPageClick = arrForClickCount[j].indexOf("=");\r
- if( nPageClick > 0 )\r
- {\r
- nClickTimes = arrForClickCount[j].substring( nPageClick + 1, arrForClickCount[j].length) * 1;\r
- break;\r
- }\r
- }\r
- }\r
- var args = srcargs;\r
- if( j < arrForClickCount.length )\r
- {// to strip out the "clicks=99" from the arguments string\r
- args = "";\r
- for( var k = 0; k < arrForClickCount.length; k ++ )\r
- {\r
- if( k != j )\r
- {\r
- args += arrForClickCount[k];\r
- if( k < arrForClickCount.length - 1 )\r
- args += ",";\r
- }\r
- }\r
- }\r
- bsscFXInit( null, id, translatedProp, fnname, args, nClickTimes );\r
- }\r
-}\r
-\r
-function kadovTranslateProp( prop )\r
-{\r
- switch( prop )\r
- {\r
- case "x-on-hover" : return "bsschover";\r
- case "x-on-pageclick" : return "bsscpageclick";\r
- case "x-on-pageload" : return "bsscpageload";\r
- case "x-on-trigger-1" : return "bssctrigger1";\r
- case "x-on-trigger-2" : return "bssctrigger2";\r
- }\r
- return null;\r
-}\r
-//End to convert iWrite format to RoboEditor Format for DHTML effects\r
-\r
-//Begin the definition of one entry to DHTML effects\r
-function bsscFXInit( trigger_ID, target_ID, event_type, \r
- action_type, action_setting, event_addional )\r
-{\r
- if( (!gbBsWindows && !gbBsSunOS && !(gbBsMac&&gbBsIE5)) || typeof(target_ID) != "string" )//MUST have a target_ID\r
- return; // we don't support Navigator yet\r
- \r
- if( typeof(event_type) == "string" )\r
- event_type = event_type.toLowerCase();\r
- if( typeof(action_type) == "string" )\r
- action_type = action_type.toLowerCase();\r
- if( typeof(action_setting) == "string" )\r
- action_setting = action_setting.toLowerCase();\r
- \r
- // to get the target element then add it to the target list\r
- var eleTarget = CCSSP.GetObject( target_ID );\r
- if( (eleTarget != null) && (event_type != null) && (action_type != null) )\r
- {\r
- CEngine.AddOneTarget( target_ID, eleTarget );\r
- CEngine.BuildTargetObject(target_ID, event_type, action_type, action_setting, event_addional);\r
- }\r
- \r
- // to validate the trigger_ID parameter\r
- if( typeof(trigger_ID) == "string" && trigger_ID != "" )\r
- CEngine.BuildTriggerObject( trigger_ID, target_ID );\r
-} \r
-//End the definition of one entry to DHTML effects\r
-\r
-/// Section End - kadov DHTM (JavaScript 1.2)\r
-\r
-/// Section Begin - CCSSP DHTM (JavaScript 1.2)\r
-\r
-//Begin JavaScript libary for cross-platform positioning object.\r
-function CCSSP(){} // constructor of CCSSP class\r
-\r
-CCSSP.GetObject = function( obj )\r
-{//convert object name string or reference into a valid object reference\r
- if( typeof(obj) == "object" )\r
- return obj;\r
- else if( typeof(obj) == "string" && obj != "")\r
- {\r
- if( gbBsNS4 )\r
- return eval("document." + obj);\r
- else\r
- return eval("document.all(\"" + obj + "\")");\r
- }\r
- else\r
- return null;\r
-}\r
-\r
-CCSSP.MoveObjectTo = function(obj, x, y)\r
-{//positioning an object at a specific pixel coordinate\r
- if( gbBsNS4 )\r
- obj.moveTo(x,y);\r
- else\r
- {\r
- obj.style.pixelLeft = x;\r
- obj.style.pixelTop = y;\r
- }\r
-}\r
-\r
-CCSSP.MoveObjectBy = function(obj, dx, dy)\r
-{//moveing a object by x and/or y pixel\r
- if( gbBsNS4 )\r
- obj.moveBy(dx,dy);\r
- else\r
- {\r
- obj.style.pixelLeft += dx;\r
- obj.style.pixelTop += dy;\r
- }\r
-}\r
-\r
-CCSSP.SetObjectBGColor = function(obj, color)\r
-{//set the background color of an object\r
- if( gbBsNS4 )\r
- obj.bgColor = color;\r
- else\r
- obj.style.backgroundColor = color;\r
-}\r
-\r
-CCSSP.ShowObject = function(obj, bShow)\r
-{// set the object to be visible or invisible\r
- if( gbBsNS4 )\r
- obj.visibility = (bShow == true) ? 'show' : 'hide';\r
- else\r
- obj.style.visibility = (bShow == true) ? 'visible' : 'hidden';// when hidden, it still occupy some space.\r
-}\r
-\r
-CCSSP.GetObjectLeft = function(obj)\r
-{// retrieve the x coordinate of a posionable object\r
- if( gbBsNS4 )\r
- return obj.left;\r
- else\r
- return obj.style.pixelLeft;\r
-}\r
-\r
-CCSSP.GetObjectTop = function(obj)\r
-{// retrieve the y coordinate of a posionable object\r
- if( gbBsNS4 )\r
- return obj.top;\r
- else\r
- return obj.style.pixelTop;\r
-}\r
-\r
-CCSSP.GetObjectContainLeft = function(obj)\r
-{// retrieve the x coordinate of a posionable object relative to it's parent element\r
- if( gbBsNS4 )\r
- return obj.pageX;\r
- else\r
- {\r
- if( obj == document.body )\r
- return obj.clientLeft;\r
- else\r
- return obj.offsetLeft;\r
- }\r
-}\r
-\r
-CCSSP.GetObjectWindowLeft = function(obj)\r
-{// retrieve the x coordinate of a posionable object relative to browser window\r
- if( gbBsNS4 )\r
- return obj.pageX;\r
- else\r
- {\r
- var nOffsetWindowLeft = 0;\r
- for(var element = obj; element; element = element.offsetParent)\r
- nOffsetWindowLeft += CCSSP.GetObjectContainLeft(element);\r
- return nOffsetWindowLeft;\r
- }\r
-}\r
-\r
-CCSSP.GetObjectContainTop = function(obj)\r
-{// retrieve the y coordinate of a posionable object relative to it's parent element\r
- if( gbBsNS4 )\r
- return obj.pageY;\r
- else\r
- {\r
- if( obj == document.body )\r
- return obj.clientTop;\r
- else\r
- return obj.offsetTop;\r
- }\r
-}\r
-\r
-CCSSP.GetObjectWindowTop = function(obj)\r
-{// retrieve the y coordinate of a posionable object relative to browser window\r
- if( gbBsNS4 )\r
- return obj.pageY;\r
- else\r
- {\r
- var nOffsetWindowTop = 0;\r
- for(var element = obj; element; element = element.offsetParent)\r
- nOffsetWindowTop += CCSSP.GetObjectContainTop(element);\r
- return nOffsetWindowTop;\r
- }\r
-}\r
-\r
-CCSSP.GetObjectHeight = function(obj)\r
-{// retrieve the height of a posionable object\r
- if( gbBsNS4 )\r
- return obj.clip.height;\r
- else\r
- return obj.offsetHeight;\r
-}\r
-\r
-CCSSP.GetObjectWidth = function(obj)\r
-{// retrieve the width of a posionable object\r
- if( gbBsNS4 )\r
- return obj.clip.width;\r
- else\r
- return obj.offsetWidth;\r
-}\r
-\r
-CCSSP.RegisterEventHandler = function( srcObj, rawEventName, funcHandler )\r
-{ // to add the "funcHandler" as the "rawEventName" 's handler to the "srcObj" object,the original event handler will be combined\r
- if (gbBsNS4 && !gbBsNS6)\r
- return ;\r
- \r
- var oldHandler = "";\r
-\r
- if (gbBsMac &&gbBsIE4&&!gbBsIE5)\r
- {\r
- if (typeof(srcObj[rawEventName.toLowerCase()])=="unknown")\r
- { //search for <SCRIPT> tag which define the event handler\r
- for( var i = 0; i < document.scripts.length; i++ ) \r
- {\r
- var script = document.scripts[i];\r
- if( (script.htmlFor == srcObj.id || script.htmlFor == srcObj ) && script.event == rawEventName )\r
- {\r
- oldHandler = script.innerHTML;\r
- break;\r
- }\r
- }\r
- }\r
- }\r
- else\r
- {\r
- var oldInlineHandler = srcObj[rawEventName.toLowerCase()];\r
- if( oldInlineHandler != null && typeof(oldInlineHandler) != "undefined")\r
- {\r
- var functionDefinition = oldInlineHandler.toString();\r
- var bodyStart = functionDefinition.indexOf( "{" );\r
- var bodyEnd = functionDefinition.lastIndexOf( "}" );\r
- if( bodyStart > 0 || bodyEnd > bodyStart )\r
- oldHandler = functionDefinition.substr( bodyStart + 1, bodyEnd - bodyStart - 2 );\r
- }\r
- else if( gbBsIE4 )\r
- { //search for <SCRIPT> tag which define the event handler\r
- for( var i = 0; i < document.scripts.length; i++ ) \r
- {\r
- var script = document.scripts[i];\r
- if( (script.htmlFor == srcObj.id || script.htmlFor == srcObj ) && script.event == rawEventName )\r
- {\r
- oldHandler = script.innerHTML;\r
- break;\r
- }\r
- }\r
- }\r
- }\r
- if( oldHandler.indexOf(funcHandler) >= 0 )\r
- return;// to prevent register the funtion twice.\r
-\r
- if( gbBsNS4 ) // only "onload, onresize, onfocus" apply to window\r
- {// other raw events will apply to layer\r
- var noOn = rawEventName.substring(2, rawEventName.length);\r
- if( typeof(noOn) == "string" && noOn.length > 3 ) {\r
- if (srcObj.captureEvents)\r
- srcObj.captureEvents( Event[noOn.toUpperCase()] );\r
- }\r
- }\r
- \r
- var newHandler = oldHandler;\r
- if( newHandler.length == 0 )\r
- newHandler = funcHandler;\r
- else\r
- newHandler += "; " + funcHandler;\r
- \r
- srcObj[rawEventName.toLowerCase()] = new Function( newHandler );\r
-}\r
-\r
-CCSSP.GetWindowHeight = function()\r
-{// retrieve the height of available content in browser window\r
- if( gbBsNS4 )\r
- return window.innerHeight;\r
- else\r
- return document.body.clientHeight;\r
-}\r
-\r
-CCSSP.GetWindowBottom = function()\r
-{// retrieve the bottom postion of browser window\r
- if( gbBsNS4 )\r
- return window.outerHeight + window.pageYOffset;\r
- else\r
- return document.body.clientHeight + document.body.scrollTop;\r
-}\r
-\r
-CCSSP.GetWindowWidth = function()\r
-{// retrieve the width of available content in browser window\r
- if( gbBsNS4 )\r
- return window.innerWidth;\r
- else\r
- return document.body.clientWidth;\r
-}\r
-\r
-CCSSP.GetWindowRight = function()\r
-{// retrieve the right postion of browser window\r
- if( gbBsNS4 )\r
- return window.outerWidth + window.pageXOffset;\r
- else\r
- return document.body.clientWidth + document.body.scrollLeft;\r
-}\r
-\r
-CCSSP.TrimString = function( objString, subtrim )\r
-{// to trim the "subtrim" in the beginning and ending of a string object\r
- if( typeof(subtrim) != "string" || subtrim == null )\r
- return objString;\r
- var strHead = objString.substring(0, 1);\r
- var strRear = objString.substring(objString.length-1, objString.length);\r
- if( strHead != subtrim && strRear != subtrim )\r
- return objString;\r
- \r
- var spacePos = objString.indexOf(subtrim);\r
- if( spacePos < 0 )\r
- return objString;\r
- else if( spacePos == objString.length - 1 )\r
- return objString.substring(0, spacePos);\r
- else\r
- {\r
- var newString = objString.substring( spacePos + 1, objString.length);\r
- return CCSSP.TrimString( newString, subtrim );\r
- }\r
-}\r
-\r
-CCSSP.TrimSpace = function( objString )\r
-{\r
- var Trim1 = CCSSP.TrimString( objString, " ");\r
- return CCSSP.TrimString( Trim1, "\'");\r
-}\r
-\r
-CCSSP.GetEventElement = function( navEventObject )\r
-{// to get the element who fired the current event\r
- if(gbBsNS4) \r
- if (gbBsNS6)\r
- return null;\r
- else\r
- navEventObject.target;\r
- else\r
- return event.srcElement;\r
-}\r
-\r
-CCSSP.PrepareFilter = function( Obj )\r
-{//to prepare for making the filter work\r
- Obj.style.filter = "";\r
- if( Obj.style.width != "" || Obj.style.height != "" || Obj.style.position == "absolute" )\r
- return;\r
- Obj.style.height = CCSSP.GetObjectHeight(Obj);\r
-}\r
-\r
-CCSSP.IsDescendant = function( progenitor, progeny )\r
-{\r
- if( typeof(progeny) == "undefined" || progeny == null )\r
- return false;\r
- else if( progeny == progenitor )\r
- return true; \r
- else if( progeny.id == progenitor.id ) \r
- return true; \r
- else if( getParentNode(progeny) == getParentNode(progenitor))\r
- return false;\r
- else\r
- return CCSSP.IsDescendant( progenitor, getParentNode(progeny));\r
-}\r
-\r
-CCSSP.IsTextTag = function( Obj )\r
-{\r
- if( typeof( Obj.tagName ) == "undefined" )\r
- return false;\r
- return( Obj.tagName.indexOf("H") == 0 || Obj.tagName == "P" || \r
- Obj.tagName == "FONT" || Obj.tagName == "SPAN" );\r
-}\r
-\r
-//End JavaScript libary for cross-platform positioning object.\r
-\r
-/// Section End - CCSSP DHTM (JavaScript 1.2)\r
-\r
-/// Section Begin - CCSSP DHTM 1 (JavaScript 1.2)\r
-\r
-//Begin the definition of class CTrigger\r
-function CTrigger( TriggerElement )\r
-{\r
- // object : the trigger element. Never be null. \r
- this.eleTrigger = TriggerElement;\r
- \r
- // number : the click counter number: only 3 values: 0,1,2;\r
- this.nCounter = 0; \r
- \r
- //object as associative array of string:\r
- // the associate target ID strings; one element at least. \r
- this.objStrTarget = new Object();\r
- this.eleTrigger.style.cursor = "hand";\r
- if( this.eleTrigger.tagName == "AREA" && this.eleTrigger.getAttribute("href") == "" )\r
- this.eleTrigger.setAttribute("href", "#") // to make a hand cursor for image map\r
-}\r
-\r
-CTrigger.prototype.AddTargetID = function( strTargetID )\r
-{// add one target ID string to the objStrTarget\r
- if( typeof(strTargetID) != "string" )\r
- return ;\r
- if( typeof(this.objStrTarget[strTargetID]) != "string" )\r
- this.objStrTarget[strTargetID] = strTargetID;\r
-}\r
-\r
-CTrigger.prototype.OnTriggerClick = function()\r
-{// to activate all asociated target\r
- var strEventType = ( (this.nCounter++)% 2 == 0 ) ? \r
- "bssctrigger1" : "bssctrigger2";\r
- \r
- // to enumerate associative target element's ID string\r
- for( var strTargetID in this.objStrTarget ) \r
- CEngine.SendEventToOneTarget( strTargetID, strEventType );\r
-}\r
-//End the definition of class CTrigger\r
-\r
-//Begin the definition of class CTarget\r
-function CTarget( TargetElement )\r
-{\r
- // object : the target element. Never be null.\r
- this.eleTarget = TargetElement;\r
- this.objManager = new Object(); // object: the event manager\r
-} \r
-\r
-CTarget.nPageClickCounter = 0;// static class property.\r
-\r
-CTarget.prototype.GetAgencyObject = function(str_action_type,action_setting )\r
-{// return the action agency ( effect )object's refernece \r
- switch( str_action_type )\r
- {\r
- case "show":return new CAgencyShow( this.eleTarget, true ) ;\r
- case "hide":return new CAgencyShow( this.eleTarget, false ) ;\r
-\r
- case "flyin" : \r
- return new CAgencyFly(this.eleTarget, action_setting, true);\r
- case "flyout" : \r
- return new CAgencyFly(this.eleTarget, action_setting, false);\r
- case "spiralin" : \r
- return new CAgencySpiral(this.eleTarget, action_setting, true);\r
- case "spiralout" : \r
- return new CAgencySpiral(this.eleTarget, action_setting, false);\r
- case "zoomin" :\r
- return new CAgencyZoom(this.eleTarget, action_setting, true);\r
- case "zoomout" : \r
- return new CAgencyZoom(this.eleTarget, action_setting, false);\r
- case "elastic" : \r
- return new CAgencyElastic(this.eleTarget, action_setting);\r
- \r
- case "fadein" : \r
- return (gbBsIE4)? new CAgencyAlpha(this.eleTarget, action_setting, true) : null;\r
- case "fadeout" :\r
- return (gbBsIE4)? new CAgencyAlpha(this.eleTarget, action_setting, false) : null;\r
- case "rockrollstatic" :\r
- case "rockroll" :\r
- return (gbBsIE4)? new CAgencyWave(this.eleTarget, action_setting, false) : null;\r
- \r
- case "glow":\r
- return (gbBsIE4)? new CAgencyGlow(this.eleTarget,action_setting) : null;\r
- case "dropshadow":\r
- return (gbBsIE4)? new CAgencyDropShadow(this.eleTarget,action_setting) : null;\r
- case "transition" :\r
- return (gbBsIE4)? new CAgencyRevealTrans(this.eleTarget,action_setting) : null;\r
- case "blur" :\r
- return (gbBsIE4)? new CAgencyBlur(this.eleTarget,action_setting) : null;\r
-\r
- case "fliph" : // all these 4 do NOT need any parameters\r
- case "flipv" :\r
- case "invert":\r
- case "gray" :\r
- return (gbBsIE4)? new CAgencyChangeFilter(this.eleTarget, str_action_type) : null;\r
- \r
- case "fontchange": // the effects below change the style on the fly, so won't work in Navigator\r
- return (gbBsIE4)? new CAgencyFontChange(this.eleTarget,action_setting) : null;\r
- case "boderchange": \r
- case "stylechange":\r
- return (gbBsIE4)? new CAgencyChangeStyle(this.eleTarget,action_setting) : null;\r
-\r
- default: return null;\r
- }\r
-}\r
-\r
-CTarget.prototype.SetEventManager = function( \r
- one_event_type,str_action_type,action_setting,event_additional)\r
-{// to set the event manager with specified action \r
- if( typeof( one_event_type ) != "string" || \r
- typeof( str_action_type ) != "string"||\r
- typeof( action_setting ) != "string" )\r
- return false;\r
- if( typeof(this.objManager[one_event_type]) == "undefined" )\r
- {\r
- this.objManager[one_event_type] = new Object();\r
- this.objManager[one_event_type].length = 0;\r
- }\r
- \r
- var eventAgency = this.GetAgencyObject(str_action_type,action_setting);\r
- if( eventAgency != null )\r
- {\r
- var ct = this.objManager[one_event_type].length ++;\r
- this.objManager[one_event_type][ct] = eventAgency;\r
- \r
- if( one_event_type == "bsscpageclick" )\r
- {// to deal with the "number of pageclick" stuff\r
- if( typeof(event_additional) == "number" )\r
- this.objManager[one_event_type][ct].nPageClick = event_additional;\r
- else // set the default number \r
- this.objManager[one_event_type][ct].nPageClick = 1;\r
- \r
- if( (typeof(this.objManager.nMinPageClickIndex) == "undefined") ||\r
- (this.objManager[one_event_type][ct].nPageClick < \r
- this.objManager[one_event_type][this.objManager.nMinPageClickIndex].nPageClick) )\r
- this.objManager.nMinPageClickIndex = ct;\r
- }\r
- \r
- //hide the object blindly,SetState function will take care of the final correct state\r
- if( ((one_event_type == "bsscpageclick") && \r
- (this.objManager[one_event_type][ct].nPageClick == 1)) ||\r
- one_event_type == "bsscpageload" ||\r
- one_event_type == "bssctrigger1" )\r
- CCSSP.ShowObject( this.eleTarget, false );\r
- \r
- if( one_event_type == "bssctrigger1" || one_event_type == "bssctrigger2" )\r
- if( typeof( this.strTriggerEvent ) == "undefined" )\r
- this.strTriggerEvent = ( one_event_type == "bssctrigger1" ) ? "bssctrigger2" : "bssctrigger1";\r
- \r
- return true;\r
- }\r
- return false;\r
-}\r
-\r
-CTarget.prototype.OnEvent = function( strBsscEvent )\r
-{// response to the event ( bssc format )\r
- if( typeof(this.objManager[strBsscEvent]) == "object" )\r
- { // to get the event agency from the event manager\r
- var eventAgency = this.objManager[strBsscEvent];\r
- for( var i = 0; i < eventAgency.length; i++ )\r
- {\r
- if( strBsscEvent == "bsscpageclick" && \r
- eventAgency[i].nPageClick != CTarget.nPageClickCounter )\r
- continue;\r
- else if( strBsscEvent == "bsschover" && event.type == "mouseout" )\r
- eventAgency[i].EndEffect();\r
- else // to invoke the unified function in effect object \r
- eventAgency[i].UpdateEffect(); \r
- }\r
- }\r
-}\r
-\r
-CTarget.prototype.SetState = function( strBsscEvent )\r
-{\r
- if( typeof(this.objManager[strBsscEvent]) != "object" )\r
- return false;\r
-\r
- // to get the event agency from the event manager\r
- var eventAgency = this.objManager[strBsscEvent];\r
- \r
- if( strBsscEvent == "bsscpageclick" )\r
- {// we only set the initial state for the minium number of pageclick \r
- eventAgency[this.objManager.nMinPageClickIndex].PrepareEffect();\r
- return true;\r
- }\r
- else\r
- {\r
- for( var i = 0; i < eventAgency.length; i++ )\r
- eventAgency[i].PrepareEffect(); // to invoke the unified function in effect object \r
- if( i > 0 )\r
- return true;\r
- else\r
- return false;\r
- }\r
-}\r
-//End the definition of class CTarget\r
-\r
-//Begin the definition of CEngine class\r
-function CEngine(){}// all properities are going be "class" properities\r
-\r
-// object : as associative array of trigger objects\r
-CEngine.objTrigger = new Object();\r
-// object : as associative array of target objects \r
-CEngine.objTarget = new Object(); \r
-\r
-// Array : each element is a CAgencyXXX animation object\r
-CEngine.arrAnimation = new Array();\r
-CEngine.PerformAnimation = function( nIndex )\r
-{// animation : update effects function\r
- CEngine.arrAnimation[nIndex].UpdateEffect();\r
-}\r
-\r
-CEngine.AddOneTrigger = function(TriggerID,TriggerElement)\r
-{// add one Trigger object into the trigger array\r
- if( typeof(TriggerID) != "string" || TriggerElement == null ||\r
- typeof(TriggerElement) != "object" )\r
- return;\r
- if( typeof(CEngine.objTrigger[TriggerID] ) != "object" )\r
- CEngine.objTrigger[TriggerID] = new CTrigger(TriggerElement);\r
-}\r
- \r
-CEngine.AddOneTarget = function(TargetID, TargetElement)\r
-{// add one Target object into the target array\r
- if( typeof(TargetID) != "string" || TargetElement == null ||\r
- typeof(TargetElement) != "object" )\r
- return;\r
- if( typeof(CEngine.objTarget[TargetID]) != "object" )\r
- CEngine.objTarget[TargetID] = new CTarget( TargetElement );\r
-}\r
-\r
-CEngine.SendEventToOneTarget = function(strTargetID, strBsscEvent )\r
-{// to activate one target object\r
- if( typeof(CEngine.objTarget[strTargetID]) == "object" ) \r
- {\r
- if( strBsscEvent == "bssctrigger1" || strBsscEvent == "bssctrigger2" )\r
- {//now, the "bssctrigger1" and "bssctrigger2" work like a toggle\r
- if( strBsscEvent == CEngine.objTarget[strTargetID].strTriggerEvent )\r
- strBsscEvent = (strBsscEvent == "bssctrigger1") ? "bssctrigger2" : "bssctrigger1";\r
- CEngine.objTarget[strTargetID].strTriggerEvent = strBsscEvent;\r
- }\r
- CEngine.objTarget[strTargetID].OnEvent( strBsscEvent );\r
- }\r
-}\r
-\r
-CEngine.SendEventToAllTarget = function( strBsscEvent )\r
-{ //to activate all target associative to the BSSC event\r
- for( var strTargetID in CEngine.objTarget ) //to enumerate all target\r
- CEngine.SendEventToOneTarget( strTargetID, strBsscEvent );\r
-}\r
-\r
-CEngine.SetOneTargetInitialState = function( strTargetID )\r
-{// only invoked after ALL effects for the target have been set\r
- if( typeof(CEngine.objTarget[strTargetID]) == "object" ) \r
- {// to get target object\r
- var objTarget = CEngine.objTarget[strTargetID];\r
- if( objTarget.SetState( "bsscpageload" ) == false )\r
- {\r
- objTarget.SetState( "bsscpageclick" );\r
- objTarget.SetState( "bssctrigger1" );\r
- }\r
- }\r
-}\r
-\r
-CEngine.AdjustPageClickCounter = function()\r
-{\r
- var nAdjustedClickCounter = CTarget.nPageClickCounter;\r
- var bAdjusted = false;\r
- for( var strTargetID in CEngine.objTarget ) //to enumerate all target\r
- {// try to find the minum pageCliclConter greater than CTarget.nPageClickCounter\r
- var objEventPageClick = CEngine.objTarget[strTargetID].objManager.bsscpageclick;\r
- if( objEventPageClick != null )\r
- {\r
- for( var i = 0; i < objEventPageClick.length; i++ )\r
- {\r
- var nOtherPageClick = objEventPageClick[i].nPageClick;\r
- if( nOtherPageClick == CTarget.nPageClickCounter )\r
- return;\r
- if( nOtherPageClick > CTarget.nPageClickCounter )\r
- {\r
- if( !bAdjusted )\r
- {\r
- nAdjustedClickCounter = nOtherPageClick;\r
- bAdjusted = true;\r
- }\r
- else if( nOtherPageClick < nAdjustedClickCounter )\r
- nAdjustedClickCounter = nOtherPageClick;\r
- }\r
- }\r
- }\r
- }\r
- CTarget.nPageClickCounter = nAdjustedClickCounter;\r
-}\r
-\r
-CEngine.OnPageLoad = function()\r
-{ \r
- // first, to set all target's initial state\r
- for( var strTargetID in CEngine.objTarget )\r
- CEngine.SetOneTargetInitialState( strTargetID );\r
- \r
- // to invoke all target's onpageload handler\r
- CEngine.SendEventToAllTarget( "bsscpageload" );\r
-}\r
-\r
-CEngine.OnPageClick = function()\r
-{ // to invoke all target's onpageclick handler\r
- var src = CCSSP.GetEventElement( arguments[0] );\r
- if( src == null )\r
- return;\r
- \r
- var objClickedTrigger = null;\r
- for( var strTriggerID in CEngine.objTrigger )\r
- { // to detect which trigger is clicked\r
- if( CCSSP.IsDescendant( CEngine.objTrigger[strTriggerID].eleTrigger,src) )\r
- {\r
- objClickedTrigger = CEngine.objTrigger[strTriggerID];\r
- break;\r
- }\r
- }\r
- \r
- if( objClickedTrigger != null) // the clicked trigger found\r
- objClickedTrigger.OnTriggerClick();\r
- else // no trigger is clicked\r
- { // to send PageClick event to all target\r
- CTarget.nPageClickCounter++;\r
- CEngine.AdjustPageClickCounter();\r
- CEngine.SendEventToAllTarget( "bsscpageclick" );\r
- }\r
-} \r
-\r
-CEngine.OnMouseOver = function()\r
-{ // to invoke all target's onpageload handler\r
- var src = CCSSP.GetEventElement( arguments[0] );\r
- if( src == null )\r
- return;\r
- \r
- var strHoveredTargetID = null;\r
- for( var strTargetID in CEngine.objTarget )\r
- { // to detect which Target is hovering on\r
- if( CCSSP.IsDescendant( CEngine.objTarget[strTargetID].eleTarget, src ) )\r
- {\r
- strHoveredTargetID = strTargetID;\r
- break;\r
- }\r
- }\r
- \r
- if( strHoveredTargetID != null ) // the hovered target found\r
- CEngine.SendEventToOneTarget( strHoveredTargetID, "bsschover" );\r
-}\r
-\r
-CEngine.BuildTargetObject = function(target_ID,event_type,action_type,\r
- action_setting, event_additional)\r
-{// to build target object \r
- // to get the target object\r
- if( typeof( CEngine.objTarget[target_ID] ) != "object" )\r
- return false;// the engine's AddOneTarget function might have failed.\r
- var TargetObject = CEngine.objTarget[target_ID];\r
- \r
- // to prepare the parameters for the event manager\r
- var arrEvent = event_type.split("|"); // to split the combined event_type string\r
- var arrAction = action_type.split("|");//to split the combined action_type string\r
- for( var trim = 0; trim < arrEvent.length; trim++ )\r
- arrEvent[trim] = CCSSP.TrimSpace(arrEvent[trim]);\r
- \r
- for( trim = 0; trim < arrAction.length; trim++ )\r
- arrAction[trim] = CCSSP.TrimSpace(arrAction[trim]);\r
- \r
- var arrSetting = new Array(); \r
- if( typeof(action_setting) == "string" )\r
- arrSetting = action_setting.split("|");// to split the combined action_setting string\r
- // to calibrate the arrays\r
- for( var i = arrSetting.length; i < arrAction.length; i++ )\r
- {\r
- if( typeof(arrSetting[i]) != "string" )\r
- arrSetting[i] = "";\r
- } \r
-\r
- // to prepare for dealing with the absolute posioning element\r
- TargetObject.eleTarget.ABSX = CCSSP.GetObjectLeft( TargetObject.eleTarget );\r
- TargetObject.eleTarget.ABSY = CCSSP.GetObjectTop( TargetObject.eleTarget );\r
-\r
- if( arrEvent.length > 1 )\r
- {// if event is combined, it must be : "bssctrigger1 | bssctrigger2"\r
- if( arrAction.length != 2 )\r
- return false; // if event is combined, there must be 2 actions\r
- for( i = 0 ; i < 2; i++ )\r
- {\r
- if( TargetObject.SetEventManager(arrEvent[i], arrAction[i], \r
- arrSetting[i], event_additional) == false )\r
- return false; // the event manager has not been set up\r
- }\r
- }\r
- else // the event_type string is not combined\r
- {\r
- for( i = 0 ; i < arrAction.length; i++ )\r
- {\r
- TargetObject.SetEventManager(event_type, arrAction[i], arrSetting[i], event_additional);\r
- // to validate the event manager\r
- if( typeof(TargetObject.objManager[event_type]) != "object" ||\r
- typeof(TargetObject.objManager[event_type][i]) != "object" )\r
- return false; // the event manager has not been set up\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-CEngine.BuildTriggerObject = function(trigger_ID, target_ID)\r
-{// to build the trigger object\r
- var arrTrigger = trigger_ID.split("|"); // to split the combined trigger_ID string\r
- for( var i = 0; i < arrTrigger.length; i ++ )\r
- {// to get the trigger element then add it to the trigger list\r
- arrTrigger[i] = CCSSP.TrimSpace( arrTrigger[i] );\r
- var eleTrigger = CCSSP.GetObject( arrTrigger[i] );\r
- if( eleTrigger == null )\r
- continue; // the trigger_ID string in the HTML code maybe wrong\r
- CEngine.AddOneTrigger( arrTrigger[i], eleTrigger );\r
-\r
- // to get the target object\r
- if( typeof( this.objTrigger[arrTrigger[i]] ) != "object" )\r
- continue;// the engine's AddOneTarget function might have failed.\r
- CEngine.objTrigger[arrTrigger[i]].AddTargetID( target_ID );\r
- }\r
-}\r
-//End the definition of CEngine class\r
-\r
-/// Section End - CCSSP DHTM 1 (JavaScript 1.2)\r
-\r
-/// Section Begin - CCSSP DHTM 2 (JavaScript 1.2)\r
-\r
-//Begin the definition of CAgencyXXXX classes\r
-\r
-//Begin of the CAgencyShow definition\r
-function CAgencyShow( element, bIsShow )\r
-{\r
- this.ele = element;\r
- this.bIsShow = bIsShow;\r
-}\r
-\r
-CAgencyShow.prototype.PrepareEffect = function()\r
-{\r
- CCSSP.ShowObject( this.ele, !this.bIsShow );\r
-}\r
-\r
-CAgencyShow.prototype.UpdateEffect = function()\r
-{\r
- CCSSP.ShowObject( this.ele, this.bIsShow );\r
-}\r
-\r
-CAgencyShow.prototype.EndEffect = function()\r
-{\r
- CCSSP.ShowObject( this.ele, !this.bIsShow );\r
-}\r
-// End of the CAgencyShow definition\r
-\r
-// Begin of CAgencyFly definition\r
-function CAgencyFly( element, settings, bIsIn )\r
-{\r
- this.ele = element;\r
- this.bIsIn = bIsIn;\r
- this.duration = 1000; // default\r
- this.direction = "right";\r
-\r
- var arrAllSet = settings.split(",");\r
- for( var i = 0; i < arrAllSet.length; i ++ )\r
- {// to retrieve the setting\r
- arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);\r
- var arrOneSet = arrAllSet[i].split("=");\r
- for( var j = 0; j < arrOneSet.length; j++ )\r
- arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);\r
- switch( arrOneSet[0] )\r
- {\r
- case "speed" : this.duration = 100000/arrOneSet[1]; break;\r
- case "direction" : this.direction = arrOneSet[1]; break;\r
- }\r
- }\r
- \r
- if( gbBsIE5 && this.ele.style.position != "absolute" )\r
- this.ele.style.position = "relative";\r
- this.timer = null;\r
- this.aniIndex = CEngine.arrAnimation.length;\r
- CEngine.arrAnimation[this.aniIndex] = this;\r
-}\r
-\r
-CAgencyFly.prototype.PrepareEffect = function()\r
-{\r
- CCSSP.ShowObject(this.ele, !this.bIsIn );\r
-}\r
-\r
-CAgencyFly.prototype.UpdateEffect = function()\r
-{\r
- if( this.timer == null )\r
- this.ResetParameters();\r
-\r
- var percent = ((new Date()).getTime() - this.startTime)/this.duration;\r
- if( percent >= 1.0 )\r
- this.EndEffect();\r
- else\r
- {\r
- var newX = this.startX*(1.0-percent) + this.finalX*percent;\r
- var newY = this.startY*(1.0-percent) + this.finalY*percent;\r
- CCSSP.MoveObjectTo(this.ele, newX, newY);\r
- if( this.timer == null )\r
- this.timer = setInterval("CEngine.PerformAnimation(" + this.aniIndex + ")", 20 );\r
- }\r
-}\r
-\r
-CAgencyFly.prototype.EndEffect = function()\r
-{\r
- clearInterval( this.timer );\r
- this.timer = null;\r
-\r
- if( this.bIsIn ) // FlyIn\r
- CCSSP.MoveObjectTo(this.ele, this.finalX, this.finalY);\r
- else // FlyOut\r
- CCSSP.MoveObjectTo(this.ele, this.startX, this.startY);\r
- CCSSP.ShowObject(this.ele, this.bIsIn );\r
-}\r
-\r
-CAgencyFly.prototype.ResetParameters = function()\r
-{\r
- this.PrepareEffect();\r
- CCSSP.ShowObject(this.ele, true );\r
-\r
- this.startX = 0;\r
- this.startY = 0;\r
- this.finalX = 0;\r
- this.finalY = 0; \r
- \r
- var offsetLeft = CCSSP.GetObjectWindowLeft(this.ele) + this.ele.offsetWidth;\r
- var offsetTop = CCSSP.GetObjectWindowTop(this.ele) + this.ele.offsetHeight;\r
- var offsetRight = CCSSP.GetWindowRight();\r
- var offsetBottom = CCSSP.GetWindowBottom();\r
-\r
- if( this.bIsIn )\r
- { // FlyIn\r
- this.finalX = this.ele.ABSX;\r
- this.finalY = this.ele.ABSY;\r
-\r
- switch( this.direction )\r
- {\r
- case "right": this.startX = offsetRight; this.startY = this.finalY; break;\r
- case "left": this.startX = -offsetLeft; this.startY = this.finalY; break;\r
- case "down": this.startY = offsetBottom; this.startX = this.finalX; break;\r
- case "up": this.startY = -offsetTop; this.startX = this.finalX; break;\r
- case "downright":\r
- this.startX = ( offsetBottom < offsetRight) ? offsetBottom : offsetRight;\r
- this.startY = this.startX; break;\r
- case "upright":\r
- this.startX = (offsetTop < offsetRight)? offsetTop : offsetRight;\r
- this.startY = -this.startX; break;\r
- case "upleft":\r
- this.startX = -((offsetTop < offsetRight)? offsetTop : offsetRight);\r
- this.startY = this.startX; break;\r
- case "downleft":\r
- this.startX = -(( offsetBottom < offsetRight) ? offsetBottom : offsetRight);\r
- this.startY = -this.startX; break;\r
- }\r
- }\r
- else\r
- { // FlyOut\r
- this.startX = this.ele.ABSX;\r
- this.startY = this.ele.ABSY;\r
-\r
- switch( this.direction )\r
- {\r
- case "right": this.finalX = offsetRight; this.finalY = this.startY; break;\r
- case "left": this.finalX = -offsetLeft; this.finalY = this.startY; break;\r
- case "down": this.finalY = offsetBottom; this.finalX = this.startX; break;\r
- case "up": this.finalY = -offsetTop; this.finalX = this.startX; break;\r
- case "downright":\r
- this.finalX = ( offsetBottom < offsetRight) ? offsetBottom : offsetRight;\r
- this.finalY = this.finalX; break;\r
- case "upright":\r
- this.finalX = (offsetTop < offsetRight)? offsetTop : offsetRight;\r
- this.finalY = -this.finalX; break;\r
- case "upleft":\r
- this.finalX = -((offsetTop < offsetRight)? offsetTop : offsetRight);\r
- this.finalY = this.finalX; break;\r
- case "downleft":\r
- this.finalX = -(( offsetBottom < offsetRight) ? offsetBottom : offsetRight);\r
- this.finalY = -this.finalX; break;\r
- }\r
- }\r
- CCSSP.MoveObjectTo(this.ele, this.startX, this.startY);\r
- this.startTime = (new Date()).getTime();\r
-}\r
-// End of the CAgencyFly definition\r
-\r
-// Begin of CAgencySpiral\r
-function CAgencySpiral( element, settings, bIsIn )\r
-{\r
- this.ele = element;\r
- this.bIsIn = bIsIn;\r
- this.duration = 1000; // default\r
-\r
- var arrAllSet = settings.split(",");\r
- for( var i = 0; i < arrAllSet.length; i ++ )\r
- {// to retrieve the setting\r
- arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);\r
- var arrOneSet = arrAllSet[i].split("=");\r
- for( var j = 0; j < arrOneSet.length; j++ )\r
- arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);\r
- switch( arrOneSet[0] )\r
- {\r
- case "speed" : this.duration = 100000/arrOneSet[1]; break;\r
- }\r
- }\r
-\r
- if( gbBsIE5 && this.ele.style.position != "absolute" )\r
- this.ele.style.position = "relative";\r
- this.timer = null;\r
- this.aniIndex = CEngine.arrAnimation.length;\r
- CEngine.arrAnimation[this.aniIndex] = this;\r
-}\r
-\r
-CAgencySpiral.prototype.PrepareEffect = function()\r
-{\r
- CCSSP.ShowObject(this.ele, !this.bIsIn );\r
-}\r
-\r
-CAgencySpiral.prototype.UpdateEffect = function()\r
-{\r
- if( this.timer == null )\r
- this.ResetParameters();\r
-\r
- var percent = ((new Date()).getTime() - this.startTime)/this.duration;\r
- if( percent >= 1.0 )\r
- this.EndEffect();\r
- else\r
- {\r
- var rf = (this.bIsIn)? (1.0 - percent) : percent; \r
- var t = (1.0-rf) * 4.0 * Math.PI\r
- var rxP = (this.bIsIn)? this.startX : this.finalX; \r
- var ryP = (this.bIsIn)? this.startY : this.finalY; \r
- var rx = (Math.abs(rxP) < 200) ? Math.abs(rxP) : 200;\r
- var ry = (Math.abs(ryP) < 200) ? Math.abs(ryP) : 200;\r
-\r
- var newX = Math.ceil(-rf*Math.cos(t)*rx) + this.ele.ABSX;\r
- var newY = Math.ceil(-rf*Math.sin(t)*ry) + this.ele.ABSY;\r
- CCSSP.MoveObjectTo(this.ele, newX, newY);\r
- if( this.timer == null )\r
- this.timer = setInterval("CEngine.PerformAnimation(" + this.aniIndex + ")", 20 );\r
- }\r
-}\r
-\r
-CAgencySpiral.prototype.EndEffect = function()\r
-{\r
- clearInterval( this.timer );\r
- this.timer = null;\r
- \r
- if( this.bIsIn ) // In\r
- CCSSP.MoveObjectTo(this.ele, this.finalX, this.finalY);\r
- else // Out\r
- CCSSP.MoveObjectTo(this.ele, this.startX, this.startY);\r
- CCSSP.ShowObject(this.ele, this.bIsIn );\r
-}\r
-\r
-CAgencySpiral.prototype.ResetParameters = function()\r
-{\r
- this.PrepareEffect();\r
- CCSSP.ShowObject(this.ele, true );\r
- this.startX = (this.bIsIn)? CCSSP.GetWindowRight() : this.ele.ABSX;\r
- this.startY = (this.bIsIn)? CCSSP.GetWindowBottom() : this.ele.ABSY;\r
- this.finalX = (this.bIsIn)? this.ele.ABSX : CCSSP.GetWindowRight();\r
- this.finalY = (this.bIsIn)? this.ele.ABSY : CCSSP.GetWindowBottom(); \r
- \r
- CCSSP.MoveObjectTo(this.ele, this.startX, this.startY);\r
- this.startTime = (new Date()).getTime();\r
-}\r
-// End of CAgencySpiral\r
-\r
-// Begin of CAgencyElastic\r
-function CAgencyElastic( element, settings)\r
-{\r
- this.ele = element;\r
- this.duration = 1000; // default\r
- this.direction = "right";\r
-\r
- var arrAllSet = settings.split(",");\r
- for( var i = 0; i < arrAllSet.length; i ++ )\r
- {// to retrieve the setting\r
- arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);\r
- var arrOneSet = arrAllSet[i].split("=");\r
- for( var j = 0; j < arrOneSet.length; j++ )\r
- arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);\r
- switch( arrOneSet[0] )\r
- {\r
- case "speed" : this.duration = 100000/arrOneSet[1]; break;\r
- case "direction" : this.direction = arrOneSet[1]; break;\r
- }\r
- }\r
- \r
- if( gbBsIE5 && this.ele.style.position != "absolute" )\r
- this.ele.style.position = "relative";\r
- this.timer = null;\r
- this.aniIndex = CEngine.arrAnimation.length;\r
- CEngine.arrAnimation[this.aniIndex] = this;\r
-}\r
-\r
-CAgencyElastic.prototype.PrepareEffect = function()\r
-{\r
- CCSSP.ShowObject(this.ele, false );\r
-}\r
-\r
-CAgencyElastic.prototype.UpdateEffect = function()\r
-{\r
- if( this.timer == null )\r
- this.ResetParameters();\r
-\r
- var percent = ((new Date()).getTime() - this.startTime)/this.duration;\r
- if( percent >= 1.0 )\r
- this.EndEffect();\r
- else\r
- {\r
- var newX = this.startX;\r
- var newY = this.startY;\r
- var rf = Math.exp(-percent*3);\r
- var t = percent * 1.5 * Math.PI\r
- var rx = (Math.abs(this.startX) > Math.abs(this.startY)) ? this.startX : this.startY;\r
- switch (this.direction )\r
- {\r
- case "left": \r
- case "right" : newX = rf*Math.cos(t)*rx + this.ele.ABSX; break;\r
- case "up": \r
- case "down" : newY = rf*Math.cos(t)*rx + this.ele.ABSX; break;\r
- }\r
- CCSSP.MoveObjectTo(this.ele, newX, newY);\r
- if( this.timer == null )\r
- this.timer = setInterval("CEngine.PerformAnimation(" + this.aniIndex + ")", 20 );\r
- }\r
-}\r
-\r
-CAgencyElastic.prototype.EndEffect = function()\r
-{\r
- CCSSP.MoveObjectTo(this.ele, this.finalX, this.finalY);\r
- clearInterval( this.timer );\r
- this.timer = null;\r
-}\r
-\r
-CAgencyElastic.prototype.ResetParameters = function()\r
-{\r
- CCSSP.ShowObject(this.ele, true );\r
- this.startX = this.ele.ABSX;\r
- this.finalX = this.ele.ABSX;\r
- this.startY = this.ele.ABSY;\r
- this.finalY = this.ele.ABSY;\r
- \r
- switch (this.direction)\r
- { \r
- case "left": this.startX = -this.ele.offsetWidth; break;\r
- case "right": this.startX = this.ele.offsetWidth; break;\r
- case "up": this.startY = -this.ele.offsetHeight;break;\r
- case "down": this.startY = this.ele.offsetHeight; break;\r
- }\r
- CCSSP.MoveObjectTo(this.ele, this.startX, this.startY);\r
- this.startTime = (new Date()).getTime();\r
-}\r
-// End of CAgencyElastic\r
-\r
-// Begin of CAgencyZoom\r
-function CAgencyZoom( element, settings, bIsIn)\r
-{\r
- this.ele = element;\r
- this.duration = 1000; // default\r
- \r
- var arrAllSet = settings.split(",");\r
- for( var i = 0; i < arrAllSet.length; i ++ )\r
- {// to retrieve the setting\r
- arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);\r
- var arrOneSet = arrAllSet[i].split("=");\r
- for( var j = 0; j < arrOneSet.length; j++ )\r
- arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);\r
- switch( arrOneSet[0] )\r
- {\r
- case "speed" : this.duration = 100000/arrOneSet[1]; break;\r
- }\r
- }\r
-\r
- this.bIsIn = bIsIn;\r
- this.timer = null;\r
- this.aniIndex = CEngine.arrAnimation.length;\r
- CEngine.arrAnimation[this.aniIndex] = this;\r
-}\r
-\r
-CAgencyZoom.prototype.PrepareEffect = function()\r
-{\r
- CCSSP.ShowObject(this.ele, false);\r
-}\r
-\r
-CAgencyZoom.prototype.UpdateEffect = function()\r
-{\r
- if( this.timer == null )\r
- this.ResetParameters();\r
-\r
- var percent = ((new Date()).getTime() - this.startTime)/this.duration;\r
- if( percent >= 1.0 )\r
- this.EndEffect();\r
- else\r
- {\r
- var nFactorIn = Math.ceil(50+50*percent);\r
- var nFactorOut = Math.ceil(100+200*(1-percent));\r
- var AlterFontsize = ((this.bIsIn)? nFactorIn : nFactorOut) + "%";\r
- var AlterFactor = ((this.bIsIn)? nFactorIn : nFactorOut) / 100;\r
- \r
- this.UpdateEffectAllChildren(this.ele, AlterFontsize, AlterFactor);\r
- for(var index = 0; index < this.ele.all.length; index++)\r
- this.UpdateEffectAllChildren(this.ele.all[index], AlterFontsize, AlterFactor);\r
- \r
- if( this.timer == null )\r
- this.timer = setInterval("CEngine.PerformAnimation(" + this.aniIndex + ")", 20 );\r
- }\r
-}\r
-\r
-CAgencyZoom.prototype.UpdateEffectAllChildren = function(child, FontSize, Factor)\r
-{\r
- if( CCSSP.IsTextTag(child) )\r
- child.style.fontSize = FontSize;\r
- else\r
- {\r
- if( typeof(child.orgWidth) == "number" )\r
- child.style.width = Factor * child.orgWidth;\r
- if( typeof(child.orgHeight) == "number" )\r
- child.style.height = Factor * child.orgHeight;\r
- }\r
-}\r
-\r
-CAgencyZoom.prototype.EndEffect = function()\r
-{\r
- this.EndEffectAllChildren(this.ele);\r
- for(var index = 0; index < this.ele.all.length; index++)\r
- this.EndEffectAllChildren(this.ele.all[index]);\r
- \r
- clearInterval( this.timer );\r
- this.timer = null;\r
-}\r
-\r
-CAgencyZoom.prototype.EndEffectAllChildren = function( child )\r
-{ \r
- if( CCSSP.IsTextTag(child) )\r
- child.style.fontSize = child.orgFontSize;\r
- else\r
- {\r
- if( typeof(child.intactWidth) != "undefined" )\r
- {\r
- child.width = child.intactWidth;\r
- child.height = child.intactHeight;\r
- }\r
- else if( typeof(child.style.intactPixelWidth) != "undefined" )\r
- {\r
- child.style.pixelWidth = child.style.intactPixelWidth;\r
- child.style.pixelHeight = child.style.intactPixelHeight;\r
- }\r
- }\r
-}\r
-\r
-CAgencyZoom.prototype.ResetParameters = function()\r
-{\r
- this.PrepareEffect();\r
- this.ResetParametersAllChildren( this.ele );\r
- for(var index = 0; index < this.ele.all.length; index++)\r
- this.ResetParametersAllChildren(this.ele.all[index]);\r
- \r
- this.startTime = (new Date()).getTime();\r
-}\r
-\r
-CAgencyZoom.prototype.ResetParametersAllChildren = function( child )\r
-{\r
- CCSSP.ShowObject(child, true );\r
- if( (child.tagName == "DIV") && (getParentNode(child).tagName == "TD") )\r
- child.width = "100%";// if the div is inside a cell of table, we need the this hack\r
- \r
- if( CCSSP.IsTextTag(child) )\r
- child.orgFontSize = child.style.fontSize;\r
- else\r
- {\r
- if( child.width > "" || child.height > "" )\r
- {\r
- child.orgWidth = child.intactWidth = child.width;\r
- child.orgHeight = child.intactHeight = child.height;\r
- }\r
- else if( ( typeof(child.orgWidth) != "number" ) && (typeof(child.orgHeight) != "number") )\r
- {\r
- child.orgWidth = child.style.intactPixelWidth = child.style.pixelWidth;\r
- child.orgHeight = child.style.intactPixelHeight = child.style.pixelHeight;\r
- }\r
- }\r
-}\r
-// End of CAgencyZoom\r
-\r
-//// the following effects will use IE's exclusive "filter" function ////\r
-// Begin of CAgencyAlpha definition\r
-function CAgencyAlpha( element, settings, bIsIn )\r
-{// because of "visual filter" style, this won't work in Navigator\r
- this.ele = element;\r
- this.bIsIn = bIsIn;\r
-\r
- // to set the default value\r
- this.startOpacity = (this.bIsIn) ? 0 : 100;\r
- this.endOpacity = (this.bIsIn) ? 100 : 0;\r
- \r
- this.duration = 1000; // default\r
- \r
- var arrAllSet = settings.split(",");\r
- for( var i = 0; i < arrAllSet.length; i ++ )\r
- {// to retrieve the setting\r
- arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);\r
- var arrOneSet = arrAllSet[i].split("=");\r
- for( var j = 0; j < arrOneSet.length; j++ )\r
- arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);\r
- switch( arrOneSet[0] )\r
- {\r
- case "speed" : this.duration = 100000/arrOneSet[1]; break;\r
- }\r
- }\r
- \r
- this.timer = null;\r
- this.aniIndex = CEngine.arrAnimation.length;\r
- CEngine.arrAnimation[this.aniIndex] = this;\r
-}\r
-\r
-CAgencyAlpha.prototype.PrepareEffect = function()\r
-{// to set the visual filter function\r
- // the visual filter ONLY work when set by "Width and Height" or\r
- // absolute position for DIV, SPAN and normal tag ( such as p )\r
- // but, "absolute" cause the following elements overlap, so:\r
- CCSSP.PrepareFilter( this.ele );\r
- CCSSP.ShowObject(this.ele, !this.bIsIn );\r
-}\r
-\r
-CAgencyAlpha.prototype.UpdateEffect = function()\r
-{// to set the visual filter function\r
- if( this.timer == null )\r
- this.ResetParameters();\r
- if( typeof(this.ele.filters.alpha) != "object" )\r
- {\r
- this.EndEffect();\r
- return;\r
- }\r
-\r
- var percent = ((new Date()).getTime() - this.startTime)/this.duration;\r
- if( percent >= 1.0 )\r
- this.EndEffect();\r
- else if( typeof(this.ele.filters.alpha) == "object" )\r
- {\r
- this.ele.filters.alpha.opacity = this.startOpacity*(1.0-percent) + this.endOpacity*percent;\r
- if( this.timer == null )\r
- this.timer = setInterval("CEngine.PerformAnimation(" + this.aniIndex + ")", 20 );\r
- }\r
-}\r
-\r
-CAgencyAlpha.prototype.EndEffect = function()\r
-{// to remove the visual filter function\r
- clearInterval( this.timer );\r
- this.timer = null;\r
- this.ele.style.filter = "";\r
- CCSSP.ShowObject(this.ele, this.bIsIn );\r
-}\r
-\r
-CAgencyAlpha.prototype.ResetParameters = function()\r
-{\r
- this.PrepareEffect();\r
- CCSSP.ShowObject(this.ele, true );\r
- this.ele.style.filter = "alpha(opacity=" + this.startOpacity + ")";\r
- this.startTime = (new Date()).getTime();\r
-}\r
-// End of the CAgencyAlpha definition\r
-\r
-// Begin of CAgencyWave definition\r
-function CAgencyWave( element, settings )\r
-{// because of "visual filter" style, this won't work in Navigator\r
- this.ele = element;\r
-\r
- this.duration = 0; // default\r
- this.strength = 10;\r
- this.freq = 1;\r
- this.lightstrength = 1;\r
- \r
- var arrAllSet = settings.split(",");\r
- for( var i = 0; i < arrAllSet.length; i ++ )\r
- {// to retrieve the setting\r
- arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);\r
- var arrOneSet = arrAllSet[i].split("=");\r
- for( var j = 0; j < arrOneSet.length; j++ )\r
- arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);\r
- switch( arrOneSet[0] )\r
- {\r
- case "duration" : this.duration = 100000/arrOneSet[1]; break;\r
- case "strength" : this.strength = arrOneSet[1]; break;\r
- case "freq" : this.freq = arrOneSet[1]; break;\r
- case "lightstrength" : this.lightstrength = arrOneSet[1]; break;\r
- }\r
- }\r
-\r
- this.timer = null;\r
- this.aniIndex = CEngine.arrAnimation.length;\r
- CEngine.arrAnimation[this.aniIndex] = this;\r
-}\r
-\r
-CAgencyWave.prototype.PrepareEffect = function()\r
-{// to set the visual filter function\r
- CCSSP.PrepareFilter(this.ele);\r
-\r
- CCSSP.ShowObject(this.ele, true );\r
-}\r
-\r
-CAgencyWave.prototype.UpdateEffect = function()\r
-{// to set the visual filter function\r
- if( this.timer == null )\r
- this.ResetParameters();\r
- if( typeof(this.ele.filters.wave) != "object" )\r
- {\r
- this.EndEffect();\r
- return;\r
- }\r
-\r
- if( this.duration > 0 )\r
- {\r
- var percent = ((new Date()).getTime() - this.startTime)/this.duration;\r
- if( percent >= 1.0 )\r
- {\r
- this.EndEffect();\r
- return;\r
- }\r
- }\r
- \r
- this.ele.filters.wave.phase += 5;\r
- this.ele.filters.wave.phase %= 100;\r
- if( this.timer == null )\r
- this.timer = setInterval("CEngine.PerformAnimation(" + this.aniIndex + ")", 50 );\r
-}\r
-\r
-CAgencyWave.prototype.EndEffect = function()\r
-{// to remove the visual filter function\r
- this.ele.style.filter = "";\r
- clearInterval( this.timer );\r
- this.timer = null;\r
-}\r
-\r
-CAgencyWave.prototype.ResetParameters = function()\r
-{\r
- this.PrepareEffect();\r
- this.ele.style.filter = "wave(strength=" + this.strength + ",freq=" + \r
- this.freq +", lightstrength=" + this.lightstrength +",phase=0);";\r
- this.startTime = (new Date()).getTime();\r
-}\r
-// End of the CAgencyWave definition\r
-\r
-// Begin of CAgencyGlow definition\r
-function CAgencyGlow( element, settings )\r
-{// because of "visual filter" style, this won't work in Navigator\r
- this.ele = element;\r
-\r
- // to set the default value\r
- this.glowColor = "green";\r
- this.glowStrength = "3";\r
- \r
- var arrAllSet = settings.split(",");\r
- for( var i = 0; i < arrAllSet.length; i ++ )\r
- {\r
- arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);\r
- var arrOneSet = arrAllSet[i].split("=");\r
- for( var j = 0; j < arrOneSet.length; j++ )\r
- arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);\r
- switch( arrOneSet[0] )\r
- {\r
- case "color" : this.glowColor = arrOneSet[1]; break;\r
- case "strength" : this.glowStrength = arrOneSet[1]; break;\r
- }\r
- }\r
-}\r
-\r
-CAgencyGlow.prototype.PrepareEffect = function()\r
-{\r
- CCSSP.PrepareFilter(this.ele);\r
- CCSSP.ShowObject(this.ele, true );\r
- if( this.ele.style.backgroundColor != "" )\r
- {//style.backgroundColor somehow stop the visual filter\r
- this.ele.intactBackgroundColor = this.ele.style.backgroundColor;\r
- this.ele.style.backgroundColor = "";\r
- }\r
-}\r
-\r
-CAgencyGlow.prototype.UpdateEffect = function()\r
-{// to set the visual filter function\r
- this.PrepareEffect();\r
- this.ele.style.filter = "glow(Color=" + this.glowColor + ", Strength=" + \r
- this.glowStrength + ", enabled=true" +")";\r
-}\r
-\r
-CAgencyGlow.prototype.EndEffect = function()\r
-{// to remove the visual filter function\r
- this.ele.style.filter = "";\r
- if( typeof(this.ele.intactBackgroundColor) != "undefined" )\r
- this.ele.style.backgroundColor = this.ele.intactBackgroundColor;\r
-}\r
-// End of the CAgencyGlow definition\r
-\r
-// Begin of CAgencyDropShadow definition\r
-function CAgencyDropShadow( element, settings )\r
-{// because of "visual filter" style, this won't work in Navigator\r
- this.ele = element;\r
-\r
- // to set the default value\r
- this.shadowColor = "black"; \r
- this.shadowOffx = "1";\r
- this.shadowOffy = "1";\r
- \r
- var arrAllSet = settings.split(",");\r
- for( var i = 0; i < arrAllSet.length; i ++ )\r
- {\r
- arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);\r
- var arrOneSet = arrAllSet[i].split("=");\r
- for( var j = 0; j < arrOneSet.length; j++ )\r
- arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);\r
- switch( arrOneSet[0] )\r
- {\r
- case "color" : this.shadowColor = arrOneSet[1]; break;\r
- case "offx" : this.shadowOffx = arrOneSet[1]; break;\r
- case "offy" : this.shadowOffy = arrOneSet[1]; break;\r
- }\r
- }\r
-}\r
-\r
-CAgencyDropShadow.prototype.PrepareEffect = function()\r
-{\r
- CCSSP.PrepareFilter(this.ele);\r
- CCSSP.ShowObject(this.ele, true );\r
- \r
- if( this.ele.style.backgroundColor != "" )\r
- {//style.backgroundColor somehow stop the visual filter\r
- this.ele.intactBackgroundColor = this.ele.style.backgroundColor;\r
- this.ele.style.backgroundColor = "";\r
- }\r
-}\r
-\r
-CAgencyDropShadow.prototype.UpdateEffect = function()\r
-{// to set the visual filter function\r
- this.PrepareEffect();\r
- this.ele.style.filter = "dropshadow(color=" + this.shadowColor + ", offx=" + \r
- this.shadowOffx + ", offy=" + this.shadowOffy + ")";\r
-}\r
-\r
-CAgencyDropShadow.prototype.EndEffect = function()\r
-{// to remove the visual filter function\r
- this.ele.style.filter = "";\r
- if( typeof(this.ele.intactBackgroundColor) != "undefined" )\r
- this.ele.style.backgroundColor = this.ele.intactBackgroundColor;\r
-}\r
-// End of the CAgencyDropShadow definition\r
-\r
-// Begin of CAgencyRevealTrans definition\r
-function CAgencyRevealTrans( element, settings )\r
-{// because of "visual filter" style, this won't work in Navigator\r
- this.ele = element;\r
-\r
- // to set the default value\r
- this.duration = 1.0; //The value is specified in seconds.milliseconds format (0.0000).\r
- this.transition = 0;\r
- \r
- var arrAllSet = settings.split(",");\r
- for( var i = 0; i < arrAllSet.length; i ++ )\r
- {\r
- arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);\r
- var arrOneSet = arrAllSet[i].split("=");\r
- for( var j = 0; j < arrOneSet.length; j++ )\r
- arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);\r
- switch( arrOneSet[0] )\r
- {\r
- case "type" : this.transition = arrOneSet[1]; break;\r
- case "duration" : this.duration = 100/arrOneSet[1]; break;\r
- }\r
- }\r
-}\r
-\r
-CAgencyRevealTrans.prototype.PrepareEffect = function()\r
-{\r
- CCSSP.PrepareFilter(this.ele);\r
- CCSSP.ShowObject( this.ele, false);\r
-}\r
-\r
-CAgencyRevealTrans.prototype.UpdateEffect = function()\r
-{// to set the visual filter function\r
- if( typeof( this.ele.filters.RevealTrans ) == "object" )\r
- {\r
- if( this.ele.filters.RevealTrans.status == 2 )\r
- this.ele.filters.RevealTrans.stop(); \r
- }\r
-\r
- this.PrepareEffect();\r
- \r
- this.ele.style.filter = "RevealTrans(duration=" + this.duration + \r
- ", transition=" + this.transition + ")";\r
- \r
- if( typeof( this.ele.filters.RevealTrans ) == "object" )\r
- {\r
- this.ele.filters.RevealTrans.apply();\r
- CCSSP.ShowObject( this.ele, true);\r
- this.ele.filters.RevealTrans.play(); \r
- }\r
- else\r
- CCSSP.ShowObject( this.ele, true);\r
-}\r
-\r
-CAgencyRevealTrans.prototype.EndEffect = function()\r
-{\r
- if( typeof( this.ele.filters.RevealTrans ) == "object" )\r
- this.ele.filters.RevealTrans.stop(); \r
- this.ele.style.filter = "";\r
-}\r
-// End of the CAgencyRevealTrans definition\r
-\r
-// Begin of CAgencyBlur definition\r
-function CAgencyBlur( element, settings )\r
-{// because of "visual filter" style, this won't work in Navigator\r
- this.ele = element;\r
-\r
- // to set the default value\r
- this.strength = "5";\r
- this.direction = "90";\r
- \r
- var arrAllSet = settings.split(",");\r
- for( var i = 0; i < arrAllSet.length; i ++ )\r
- {\r
- arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);\r
- var arrOneSet = arrAllSet[i].split("=");\r
- for( var j = 0; j < arrOneSet.length; j++ )\r
- arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);\r
- switch( arrOneSet[0] )\r
- {\r
- case "strength" : this.strength = arrOneSet[1]; break;\r
- case "direction" : this.direction = arrOneSet[1]; break;\r
- }\r
- }\r
-}\r
-\r
-CAgencyBlur.prototype.PrepareEffect = function()\r
-{\r
- CCSSP.PrepareFilter(this.ele);\r
- CCSSP.ShowObject(this.ele, true );\r
-}\r
-\r
-CAgencyBlur.prototype.UpdateEffect = function()\r
-{// to set the visual filter function\r
- CCSSP.PrepareFilter(this.ele);\r
- this.ele.style.filter = "blur(strength=" + this.strength + \r
- ", direction=" + this.direction + ")";\r
-}\r
-\r
-CAgencyBlur.prototype.EndEffect = function()\r
-{// to remove the visual filter function\r
- this.ele.style.filter = "";\r
-}\r
-// End of the CAgencyBlur definition\r
-\r
-// Begin of CAgencyChangeFilter definition\r
-function CAgencyChangeFilter( element, settings ) // flipH, flipV, invert, grey,\r
-{// because of "visual filter" style, this won't work in Navigator\r
- this.ele = element;\r
-\r
- // to set the default value\r
- this.filterFunction = settings;\r
-}\r
-\r
-CAgencyChangeFilter.prototype.PrepareEffect = function()\r
-{\r
- CCSSP.PrepareFilter(this.ele);\r
- CCSSP.ShowObject(this.ele, true );\r
-}\r
-\r
-CAgencyChangeFilter.prototype.UpdateEffect = function()\r
-{// to set the visual filter function\r
- CCSSP.PrepareFilter(this.ele);\r
- this.ele.style.filter = this.filterFunction;\r
-}\r
-\r
-CAgencyChangeFilter.prototype.EndEffect = function()\r
-{// to remove the visual filter function\r
- this.ele.style.filter = "";\r
-}\r
-// End of the CAgencyChangeFilter definition\r
-\r
-// The effects below change the style on the fly, so they won't work in Navigator\r
-\r
-// Begin of CAgencyFontChange definition, \r
-function CAgencyFontChange( element, settings )\r
-{//this class can be replace by CAgencyChangeStyle,provided the "settings" is standard CSS string.\r
- this.ele = element;\r
- \r
- // to retrieve the original font style\r
- this.RetrieveOldFont( this.ele );\r
- \r
- // to set the default font to change\r
- this.newfontFamily = this.ele.oldFontFamily;\r
- this.newfColor = this.ele.oldColor;\r
- this.newtextDecoration = this.ele.oldTextDecoration;\r
- this.newfontWeight = this.ele.oldFontWeight;\r
- this.newfontStyle = this.ele.oldFontStyle;\r
- this.newfontSize = this.ele.oldFontSize;\r
- this.newBackgroundColor = this.ele.oldBackgroundColor;\r
- \r
- var arrAllSet = settings.split(",");\r
- for( var i = 0; i < arrAllSet.length; i ++ )\r
- {// to retrieve the setting\r
- arrAllSet[i] = CCSSP.TrimSpace(arrAllSet[i]);\r
- var arrOneSet = arrAllSet[i].split("=");\r
- for( var j = 0; j < arrOneSet.length; j++ )\r
- arrOneSet[j] = CCSSP.TrimSpace(arrOneSet[j]);\r
- switch( arrOneSet[0] )\r
- {\r
- case "font-family" : this.newfontFamily = arrOneSet[1]; break;\r
- case "color" : this.newfColor = arrOneSet[1]; break;\r
- case "underline" : this.newtextDecoration = (arrOneSet[1]=="on")? "underline" : "none"; break;\r
- case "bold" : this.newfontWeight = (arrOneSet[1]=="on")? "bold" : "normal"; break;\r
- case "italic" : this.newfontStyle = (arrOneSet[1]=="on")? "italic" : "normal"; break;\r
- case "size" : this.newfontSize = arrOneSet[1]; break;\r
- case "background-color" : this.newBackgroundColor = arrOneSet[1]; break;\r
- }\r
- }\r
-}\r
-\r
-CAgencyFontChange.prototype.RetrieveOldFont = function(objChild)\r
-{\r
- if( typeof(objChild.oldFontFamily) == "undefined" )\r
- objChild.oldFontFamily = objChild.style.fontFamily;\r
- if( typeof(objChild.oldColor) == "undefined" )\r
- objChild.oldColor = objChild.style.color;\r
- if( typeof(objChild.oldTextDecoration) == "undefined" )\r
- objChild.oldTextDecoration = objChild.style.textDecoration;\r
- if( typeof(objChild.oldFontWeight) == "undefined" )\r
- objChild.oldFontWeight = objChild.style.fontWeight;\r
- if( typeof(objChild.oldFontStyle) == "undefined" )\r
- objChild.oldFontStyle = objChild.style.fontStyle;\r
- if( typeof(objChild.oldFontSize) == "undefined" )\r
- objChild.oldFontSize = objChild.style.fontSize;\r
- if( typeof(objChild.oldBackgroundColor) == "undefined" )\r
- objChild.oldBackgroundColor = objChild.style.backgroundColor;\r
-}\r
-\r
-CAgencyFontChange.prototype.PrepareEffect = function()\r
-{\r
- // as for expanding text, the child is created after the constructor called\r
- for(var index = 0; index < this.ele.all.length; index++)\r
- this.RetrieveOldFont(this.ele.all[index]);\r
- CCSSP.ShowObject(this.ele, true );\r
-}\r
-\r
-CAgencyFontChange.prototype.UpdateEffect = function()\r
-{// to change the font\r
- this.PrepareEffect();\r
- this.UpdateEffectAllChildren( this.ele );\r
- for( var index = 0; index < this.ele.all.length; index++)\r
- this.UpdateEffectAllChildren(this.ele.all[index]);\r
-}\r
-\r
-CAgencyFontChange.prototype.UpdateEffectAllChildren = function(objChild)\r
-{\r
- objChild.style.fontFamily = this.newfontFamily;\r
- objChild.style.color = this.newfColor;\r
- objChild.style.textDecoration = this.newtextDecoration;\r
- objChild.style.fontWeight = this.newfontWeight;\r
- objChild.style.fontStyle = this.newfontStyle;\r
- objChild.style.fontSize = this.newfontSize;\r
- objChild.style.backgroundColor = this.newBackgroundColor;\r
-}\r
-\r
-CAgencyFontChange.prototype.EndEffect = function()\r
-{// to reinstate the original font style\r
- this.EndEffectAllChildren( this.ele );\r
- for( var index = 0; index < this.ele.all.length; index++)\r
- this.EndEffectAllChildren(this.ele.all[index]);\r
-}\r
-\r
-CAgencyFontChange.prototype.EndEffectAllChildren = function( objChild )\r
-{\r
- if( typeof(objChild.oldFontFamily) != "undefined" )\r
- objChild.style.fontFamily = objChild.oldFontFamily;\r
- if( typeof(objChild.oldColor) != "undefined" )\r
- objChild.style.color = objChild.oldColor;\r
- if( typeof(objChild.oldFontWeight) != "undefined" )\r
- objChild.style.fontWeight = objChild.oldFontWeight;\r
- if( typeof(objChild.oldFontStyle) != "undefined" )\r
- objChild.style.fontStyle = objChild.oldFontStyle;\r
- if( typeof(objChild.oldFontSize) != "undefined" )\r
- objChild.style.fontSize = objChild.oldFontSize;\r
- if( typeof(objChild.oldTextDecoration) != "undefined" )\r
- objChild.style.textDecoration = objChild.oldTextDecoration;\r
- if( typeof(objChild.oldBackgroundColor) != "undefined" )\r
- objChild.style.backgroundColor = objChild.oldBackgroundColor;\r
-}\r
-// End of the CAgencyFontChange definition\r
-\r
-// Begin of the CAgencyChangeStyle definition\r
-function CAgencyChangeStyle( element, settings )\r
-{//this class can be replace by CAgencyChangeStyle,provided the "settings" is standard CSS string.\r
- this.ele = element;\r
- \r
- // to retrieve the original style\r
- this.oldstyle = this.ele.style.cssText;\r
- \r
- // to set the default style\r
- this.newStyle = this.oldstyle;\r
- \r
- if( typeof(settings) == "string" && settings.length > 1 )\r
- this.newStyle = this.oldstyle + " " + settings;\r
-}\r
-\r
-CAgencyChangeStyle.prototype.PrepareEffect = function()\r
-{\r
- CCSSP.ShowObject(this.ele, true );\r
-}\r
-\r
-CAgencyChangeStyle.prototype.UpdateEffect = function()\r
-{// to change the style\r
- this.ele.style.cssText = this.newStyle;\r
-}\r
-\r
-CAgencyChangeStyle.prototype.EndEffect = function()\r
-{// to reinstate the original style\r
- this.ele.style.cssText = this.oldStyle;\r
-}\r
-// End of the CAgencyChangeStyle definition\r
-\r
-//End the definition of CAgencyXXXX classes\r
-\r
-//Begin to collaborate with other event handler settings \r
-CCSSP.RegisterEventHandler( window, "onload", "CEngine.OnPageLoad();BSSCOnLoad();kadovInitTriggersInHead();");\r
-CCSSP.RegisterEventHandler( document, "onclick", "CEngine.OnPageClick();BSSCOnClick();");\r
-CCSSP.RegisterEventHandler( document, "onmouseover", "CEngine.OnMouseOver();BSSCOnMouseOver();" );\r
-CCSSP.RegisterEventHandler( document, "onmouseout", "CEngine.OnMouseOver();BSSCOnMouseOut();" );\r
-CCSSP.RegisterEventHandler( window, "onunload", "BSSCOnUnload();");\r
-//End to collaborate with other event handler settings\r
-\r
-/// Section End - CCSSP DHTM 2 (JavaScript 1.2)\r
-\r
-//// Segment End -- (JavaScript 1.2)
\ No newline at end of file
+++ /dev/null
-|SourceProjectName:Gauss Points Viewer.hpr\r
-|DestinationProjectName:gauss_points_viewer.htm\r
-whhost.js\r
-whmsg.js\r
-whmozemu.js\r
-whproxy.js\r
-whstub.js\r
-whutils.js\r
-whver.js\r
-whform.js\r
-whphost.js\r
-whstart.js\r
-whtopic.js\r
-whframes.js\r
-whlang.js\r
-whskin_info.htm\r
-whskin_blank.htm\r
-whskin_pickup.htm\r
-whskin_homepage.htm\r
-whskin_tw.htm\r
-whnjs.htm\r
-whthost.js\r
-whtdhtml.htm\r
-whihost.js\r
-whibody.htm\r
-whiform.htm\r
-whfhost.js\r
-whfbody.htm\r
-whfform.htm\r
-whghost.js\r
-whgbody.htm\r
-whgdhtml.htm\r
-whgdef.htm\r
-whproj.js\r
-whproj.xml\r
-whproj.htm\r
-whxdata\whtoc.xml\r
-whxdata\whidx.xml\r
-whxdata\whfts.xml\r
-whxdata\whglo.xml\r
-whdata\whtoc.js\r
-whdata\whtoc.htm\r
-whdata\whtdata.js\r
-whdata\whidx.js\r
-whdata\whidx.htm\r
-whdata\whidata.js\r
-whdata\whfts.js\r
-whdata\whfts.htm\r
-whdata\whglo.js\r
-whdata\whglo.htm\r
-whdata\whgdata.js\r
-whdata\whftdata.js\r
-whdata\whfwdata.js\r
-whres.xml\r
-webhelp.jar\r
-webhelp.cab\r
-whgdata\whnvp30.htm\r
-whgdata\whnvp31.htm\r
-whgdata\whnvp32.htm\r
-whgdata\whnvp33.htm\r
-whgdata\whnvt30.htm\r
-whgdata\whnvt31.htm\r
-whgdata\whnvt32.htm\r
-whgdata\whnvt33.htm\r
-whgdata\whnvf30.htm\r
-whgdata\whnvf31.htm\r
-whgdata\whnvf32.htm\r
-whgdata\whnvf33.htm\r
-whgdata\whnvl31.htm\r
-whgdata\whnvl32.htm\r
-whgdata\whnvl33.htm\r
-whgdata\whexpbar.gif\r
-cshdat_webhelp.htm\r
-whcsh_home.htm\r
-whcshdata.htm\r
-cshdat_robohelp.htm\r
-wht_tab0.gif\r
-wht_tab1.gif\r
-wht_tab2.gif\r
-wht_tab3.gif\r
-wht_tab4.gif\r
-wht_tab5.gif\r
-wht_tab6.gif\r
-wht_tab7.gif\r
-wht_tab8.gif\r
-wht_glo_h.gif\r
-wht_glo_n.gif\r
-wht_fts_h.gif\r
-wht_fts_n.gif\r
-wht_idx_h.gif\r
-wht_idx_n.gif\r
-wht_toc_h.gif\r
-wht_toc_n.gif\r
-wht_ws.gif\r
-wht_ws_g.gif\r
-wht_logo1.gif\r
-wht_logo2.gif\r
-wht_abgw.jpg\r
-wht_abgi.jpg\r
-wht_abge.jpg\r
-wht_abtw.jpg\r
-wht_abte.jpg\r
-wht_abti.jpg\r
-wht_spac.gif\r
-wht_next.gif\r
-wht_next_g.gif\r
-wht_prev.gif\r
-wht_prev_g.gif\r
-wht_sync.gif\r
-wht_hide.gif\r
-wht_go.gif\r
-whstart.ico\r
-whestart.ico\r
-whrstart.ico\r
-whidhtml.htm\r
-whfdhtml.htm\r
-whskin_banner.htm\r
-whtbar.js\r
-whskin_pdhtml.htm\r
-whskin_papplet.htm\r
-whskin_plist.htm\r
-whskin_tbars.htm\r
-whskin_mbars.htm\r
-wht_toc4.gif\r
-wht_toc1.gif\r
-wht_toc2.gif\r
-wht_toc3.gif\r
-whskin_frmset010.htm\r
-whst_topics.xml\r
-whskin_frmset01.htm\r
-gauss_points_viewer_hha.hhk\r
-gauss_points_viewer.hhc\r
-gauss_points_viewer.hhk\r
-activation_of_commands_display_results.htm\r
-animation_function.htm\r
-cameras.htm\r
-command_activation.htm\r
-command_activation_in_display_meshes.htm\r
-command_activation_picking.htm\r
-command_activation_segmentation.htm\r
-command_activation_timestamps_animation.htm\r
-command_deactivation.htm\r
-command_description_in_display_meshes.htm\r
-command_description_segmentation.htm\r
-command_description_timestamps_animation.htm\r
-command_result.htm\r
-description_of_commands_display_results.htm\r
-description_of_the_picking_functionality.htm\r
-display_meshes_general.htm\r
-display_results_at_gauss_points_general.htm\r
-general.htm\r
-general_navigation_within_the_scene.htm\r
-general_storage_of_produced_data.htm\r
-general_timestamps_animation.htm\r
-index.htm\r
-loading_of_previously_saved_data.htm\r
-making_an_avi_clip.htm\r
-managing_configurations.htm\r
-navigation_using_the_keyboard.htm\r
-navigation_using_the_mouse.htm\r
-navigation_using_the_spacemouse.htm\r
-picking_general.htm\r
-salome-visu_preferences_display_results.htm\r
-salome_visu_preferences.htm\r
-salome_visu_preferences_navigation_within_the_scene.htm\r
-salome_visu_preferences_picking.htm\r
-segmentation_general.htm\r
-specific_additional_commands_for_fields_items.htm\r
-ehelp.xml\r
-robohhre.lng\r
-gauss_points_viewer.glo\r
-default.css\r
-image114.gif\r
-image103.gif\r
-image97.gif\r
-image86.gif\r
-image64.gif\r
-image53.gif\r
-image42.gif\r
-image31.gif\r
-image9.gif\r
-image115.gif\r
-image104.gif\r
-image98.gif\r
-image87.gif\r
-image76.gif\r
-image65.gif\r
-image54.gif\r
-blue_down.jpg\r
-image32.gif\r
-image10.gif\r
-image116.gif\r
-image105.gif\r
-image99.gif\r
-image88.gif\r
-image77.gif\r
-image66.gif\r
-image55.gif\r
-image33.gif\r
-image11.gif\r
-image117.gif\r
-image106.gif\r
-image89.gif\r
-image78.gif\r
-image67.gif\r
-image56.gif\r
-image45.gif\r
-image34.gif\r
-image12.gif\r
-image107.gif\r
-image79.gif\r
-image68.gif\r
-image57.gif\r
-image46.gif\r
-image35.gif\r
-image13.gif\r
-image108.gif\r
-image69.gif\r
-image58.gif\r
-image47.gif\r
-image36.gif\r
-image109.gif\r
-image59.gif\r
-image48.gif\r
-image37.gif\r
-image49.gif\r
-image38.gif\r
-image39.gif\r
-image28.gif\r
-info_blue.jpg\r
-image29.gif\r
-image1.gif\r
-image90.gif\r
-blue_up.jpg\r
-image91.gif\r
-ex_green.jpg\r
-image80.gif\r
-image3.gif\r
-image92.gif\r
-image81.gif\r
-image70.gif\r
-image4.gif\r
-image110.gif\r
-image93.gif\r
-image82.gif\r
-purple_right_sm.jpg\r
-image71.gif\r
-image60.gif\r
-image5.gif\r
-image111.gif\r
-image100.gif\r
-image94.gif\r
-image83.gif\r
-image72.gif\r
-image61.gif\r
-image50.gif\r
-image6.gif\r
-image112.gif\r
-image101.gif\r
-image95.gif\r
-image73.gif\r
-image62.gif\r
-image51.gif\r
-blue_left.jpg\r
-image40.gif\r
-image7.gif\r
-image113.gif\r
-image102.gif\r
-image96.gif\r
-image85.gif\r
-image74.gif\r
-image63.gif\r
-image52.gif\r
-blue_right.jpg\r
-image30.gif\r
-image8.gif\r
-ehlpdhtm.js\r
-gauss_points_viewer.ppf\r
-default_ns.css\r
-whxdata\whtdata0.xml\r
-whxdata\whftdata0.xml\r
-whxdata\whfwdata0.xml\r
-whxdata\whfwdata1.xml\r
-whxdata\whfwdata2.xml\r
-whxdata\whfwdata3.xml\r
-whdata\whtdata0.htm\r
-whdata\whftdata0.htm\r
-whdata\whfwdata0.htm\r
-whdata\whfwdata1.htm\r
-whdata\whfwdata2.htm\r
-whdata\whfwdata3.htm\r
-whgdata\whlstt0.htm\r
-whgdata\whlstt1.htm\r
-whgdata\whlstt2.htm\r
-whgdata\whlstt3.htm\r
-whgdata\whlstt4.htm\r
-whgdata\whlstt5.htm\r
-whgdata\whlstt6.htm\r
-whgdata\whlstt7.htm\r
-whgdata\whlstt8.htm\r
-whgdata\whlstt9.htm\r
-whgdata\whlstt10.htm\r
-whgdata\whlstt11.htm\r
-whgdata\whlsti0.htm\r
-whgdata\whlstfl0.htm\r
-whgdata\whlstfl1.htm\r
-whgdata\whlstfl2.htm\r
-whgdata\whlstfl3.htm\r
-whgdata\whlstfl4.htm\r
-whgdata\whlstfl5.htm\r
-whgdata\whlstfl6.htm\r
-whgdata\whlstfl7.htm\r
-whgdata\whlstfl8.htm\r
-whgdata\whlstfl9.htm\r
-whgdata\whlstfl10.htm\r
-whgdata\whlstfl11.htm\r
-whgdata\whlstfl12.htm\r
-whgdata\whlstfl13.htm\r
-whgdata\whlstfl14.htm\r
-whgdata\whlstfl15.htm\r
-whgdata\whlstfl16.htm\r
-whgdata\whlstfl17.htm\r
-whgdata\whlstfl18.htm\r
-whgdata\whlstfl19.htm\r
-whgdata\whlstfl20.htm\r
-whgdata\whlstfl21.htm\r
-whgdata\whlstfl22.htm\r
-whgdata\whlstfl23.htm\r
-whgdata\whlstf0.htm\r
-whgdata\whlstf1.htm\r
-whgdata\whlstf2.htm\r
-whgdata\whlstf3.htm\r
-whgdata\whlstf4.htm\r
-whgdata\whlstf5.htm\r
-whgdata\whlstf6.htm\r
-whgdata\whlstf7.htm\r
-whgdata\whlstf8.htm\r
-whgdata\whlstg0.htm\r
-gauss_points_viewer.htm\r
-gauss_points_viewer_csh.htm\r
-gauss_points_viewer_rhc.htm\r
+++ /dev/null
-\r
-<html>\r
-<head><script language="javascript">\r
-<!--\r
-var sIcon="whstart.ico";\r
-var sPath=document.location.href;\r
-if (sPath.indexOf("http")!= -1)\r
- document.write("<link REL=\"SHORTCUT ICON\" href=\""+ sIcon +"\">");\r
-//-->\r
-</script>\r
- <title>Gauss Points Viewer</title>\r
- <meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
- <meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" >\r
-<!--\r
-if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-\r
-<script type="text/javascript" language="javascript" src="whstub.js"></script>\r
-<script language="javascript">\r
-<!--\r
-var nWebhelpNavPaneMode = 1; //1: DHTML 2:Applet 3:PureHTML 4:NoframeAt all\r
-var strPaneDHTML = "whskin_pdhtml.htm"; //whd_nvp10.htm if tab enabled, whnframe.htm if tab disabled.\r
-var strPaneApplet = "whskin_papplet.htm";\r
-var strPaneList = "whskin_plist.htm";\r
-var bNoApplet = false;\r
-\r
-var strPane = "";\r
-\r
-var nViewFrameType = -1;\r
-\r
-if (!window.gAgent)\r
-{\r
- // low end browser, we don't even try to determine it.\r
- document.location = "whnjs.htm";\r
-}\r
-else\r
-{\r
- if (!gbNav4&&!gbIE4&&!gbOpera7&&!gbSafari) \r
- document.location = "whnjs.htm";\r
- else if (gbNav4 && !gbNav6 && ((gnVerMinor <= 4.06)))\r
- document.location = "whnjs.htm";\r
- else if (gbMac && gbIE4 && !gbIE5) \r
- document.location = "whnjs.htm";\r
- //figure out which mode is the best\r
- else\r
- {\r
- nViewFrameType=nWebhelpNavPaneMode;\r
- if (nWebhelpNavPaneMode==1||nWebhelpNavPaneMode == 2)\r
- {\r
- var gbDHTML=(nWebhelpNavPaneMode==1);\r
- if (gbNav4) nViewFrameType = 2;\r
- if (gbNav4&&(gnVerMinor < 4.1)) nViewFrameType = 3;\r
- if (gbNav4&&(gnVerMinor == 4.6)) nViewFrameType = 3;\r
- if (gbIE4&&gbDHTML) nViewFrameType = 1;\r
- if (gbIE4&&gbSunOS&&nWebhelpNavPaneMode==2) nViewFrameType = 3;\r
- if (gbNav4&&gbSunOS&&nViewFrameType==2) nViewFrameType = 3;\r
- if (gbNav6&&gbDHTML) nViewFrameType = 1;\r
- if (gbNav6&&!gbNav61&&nWebhelpNavPaneMode == 2) nViewFrameType = 3;\r
- if (gbMac) nViewFrameType = 3;\r
- if (gbOpera7&&nViewFrameType == 2) nViewFrameType = 3;\r
- if ((bNoApplet)&&(nViewFrameType == 2)) nViewFrameType = 3;\r
- }\r
- }\r
-}\r
-\r
-if (nViewFrameType!=-1)\r
-{\r
- var gbWindows = ((gAgent.indexOf("win") != -1) || (gAgent.indexOf("16bit") != -1));\r
- //The colordepth of the 16 color on Windows is 1. \r
- if ((gbWindows) && (gbNav4) && (window.screen) && (window.screen.colorDepth <= 4))\r
- {\r
- alert("WebHelp has detected that your display is set to 16 colors. For full WebHelp support, please set your display to use 256 or more colors.");\r
- nViewFrameType = 3;\r
- }\r
-\r
- //figure out which one is navpane\r
- // ReplaceMark:nViewFrameType = 1\r
- if (nViewFrameType == 1)\r
- {\r
- if (gbNav4 && !gbNav6)\r
- strPane = strPaneList;\r
- else\r
- strPane = strPaneDHTML;\r
- }\r
- else if (nViewFrameType == 2)\r
- strPane = strPaneApplet;\r
- else\r
- strPane = strPaneList;\r
-}\r
-//-->\r
-</script>\r
-<script type="text/javascript" language="javascript" src="whstart.js"></script>\r
-<script type="text/javascript" language="javascript">\r
-<!--\r
-if (!gbIE4&&!gbNav4&&!gbOpera7&&!gbSafari)\r
- document.location = "whnjs.htm";\r
-\r
-function CMRAgent( strID, strURL, strLabel, strFrameAttr )\r
-{\r
- this.m_strID = strID;\r
- this.m_strURL = strURL;\r
- this.m_strLabel = strLabel;\r
- this.m_strFrameAttr = strFrameAttr;\r
-}\r
-\r
-function CMRServer()\r
-{\r
- this.m_cAgents = new Array;\r
-}\r
-var cMRServer = new CMRServer;\r
-// GetServerInfo\r
-// Registry the agent array handled by webhelp\r
-// ReplaceMark:MRServer.strServerData\r
-//-->\r
-</script>\r
-\r
-<script type="text/javascript" language="javascript">\r
-<!--\r
-if (nViewFrameType!=-1)\r
-{\r
- var strHTML = "<frameset rows=\"32,*\" hostof=\"parent:toolbar!startpage:yes\" frameborder=\"0\" border=\"0\"><frame src=\"whskin_tbars.htm\" id=\"toolbar\" frameborder=\"0\" border=\"0\" scrolling=\"no\" noresize marginheight=\"0\" marginwidth=\"0\" title=\"Toolbar\"></frame><frame src=\"whskin_frmset01.htm\" frameborder=\"1\" border=\"1\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\"></frame></frameset>";\r
- document.write(strHTML);\r
-}\r
-//-->\r
-</script>\r
-\r
-<frameset cols="100%,*" frameborder=no border=0>\r
- <frame src="whnjs.htm">\r
- <frame src="whskin_blank.htm" noresize>\r
-</frameset>\r
-\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>Gauss Points Viewer</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<script language="javascript" src="whutils.js"></script>\r
-<script language="javascript">\r
-<!--\r
-var gCSHFileName = "whc_data.htm";\r
-var gCSHSuffixName1 = "_csh.html";\r
-var gCSHSuffixName2 = "_csh.htm";\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-gCSHFileName="cshdat_webhelp.htm";\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-var gasProj = new Array();\r
-gasProj[0] = _getPath(document.location.href);\r
-var gCurrent = 0;\r
-\r
-function addProject(strProj)\r
-{\r
- var len = gasProj.length;\r
- if (strProj)\r
- {\r
- strProj = _replaceSlash(strProj);\r
- if (strProj.lastIndexOf("/") != strProj.length - 1)\r
- strProj += "/";\r
- var strPPath = _getFullPath(_getPath(document.location.href), strProj);\r
- var bFound = false;\r
- for (var i = 0; i < len; i ++)\r
- {\r
- if (isSamePath(gasProj[i], strPPath))\r
- {\r
- bFound = true;\r
- break;\r
- }\r
- }\r
- if (!bFound)\r
- gasProj[len] = strPPath;\r
- }\r
-}\r
-\r
-function isSamePath(strPath1, strPath2)\r
-{\r
- return strPath1.toLowerCase() == strPath2.toLowerCase();\r
-}\r
-\r
-function goNext()\r
-{\r
- gCurrent ++;\r
- var len = gasProj.length;\r
- if (gCurrent >= len)\r
- return getHomePage()\r
- else\r
- frames["csh"].location = gasProj[gCurrent] + gCSHFileName;\r
- return "";\r
-}\r
-\r
-function getRelHomePage(strLocation)\r
-{\r
- var strCurPPath = _getPath(strLocation);\r
- var strOriPPath = _getPath(getHomePage());\r
- var strRelPath = _getRelativeFileName(strOriPPath, strCurPPath);\r
- var strURL = getHomePage() + "#" + strRelPath;\r
- return strURL;\r
-}\r
-\r
-function getHomePage()\r
-{\r
- var strHomePage;\r
- var strTmp = location.toString();\r
- var nPos = strTmp.indexOf("#");\r
- if (nPos != -1)\r
- {\r
- strHomePage = strTmp.substring(0, nPos);\r
- }\r
- else\r
- {\r
- strHomePage = strTmp;\r
- }\r
- var nPos1 = strHomePage.indexOf(gCSHSuffixName1);\r
- var nPos = strHomePage.indexOf(gCSHSuffixName2);\r
- if (nPos != -1)\r
- {\r
- strHomePage = strHomePage.substring(0,nPos);\r
- if (nPos1 != -1)\r
- strHomePage += ".html";\r
- else\r
- strHomePage += ".htm";\r
- }\r
- return strHomePage;\r
-}\r
-//-->\r
-</script>\r
-</head>\r
-<frameset rows="1,*">\r
-<frame name="dumb" src="about:blank"></frame>\r
-<frame name="csh" src="cshdat_webhelp.htm"></frame> \r
-</frameset>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>Gauss Points Viewer</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<script language="javascript" src="whutils.js"></script>\r
-<script language="javascript">\r
-<!--\r
-var gCSHFileName = "whc_data.htm";\r
-var gCSHSuffixName1 = "_rhc.html";\r
-var gCSHSuffixName2 = "_rhc.htm";\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-gCSHFileName="cshdat_robohelp.htm";\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-var gasProj = new Array();\r
-gasProj[0] = _getPath(document.location.href);\r
-var gCurrent = 0;\r
-\r
-function addProject(strProj)\r
-{\r
- var len = gasProj.length;\r
- if (strProj)\r
- {\r
- strProj = _replaceSlash(strProj);\r
- if (strProj.lastIndexOf("/") != strProj.length - 1)\r
- strProj += "/";\r
- var strPPath = _getFullPath(_getPath(document.location.href), strProj);\r
- var bFound = false;\r
- for (var i = 0; i < len; i ++)\r
- {\r
- if (isSamePath(gasProj[i], strPPath))\r
- {\r
- bFound = true;\r
- break;\r
- }\r
- }\r
- if (!bFound)\r
- gasProj[len] = strPPath;\r
- }\r
-}\r
-\r
-function isSamePath(strPath1, strPath2)\r
-{\r
- return strPath1.toLowerCase() == strPath2.toLowerCase();\r
-}\r
-\r
-function goNext()\r
-{\r
- gCurrent ++;\r
- var len = gasProj.length;\r
- if (gCurrent >= len)\r
- return getHomePage()\r
- else\r
- frames["csh"].location = gasProj[gCurrent] + gCSHFileName;\r
- return "";\r
-}\r
-\r
-function getRelHomePage(strLocation)\r
-{\r
- var strCurPPath = _getPath(strLocation);\r
- var strOriPPath = _getPath(getHomePage());\r
- var strRelPath = _getRelativeFileName(strOriPPath, strCurPPath);\r
- var strURL = getHomePage() + "#" + strRelPath;\r
- return strURL;\r
-}\r
-\r
-function getHomePage()\r
-{\r
- var strHomePage;\r
- var strTmp = location.toString();\r
- var nPos = strTmp.indexOf("#");\r
- if (nPos != -1)\r
- {\r
- strHomePage = strTmp.substring(0, nPos);\r
- }\r
- else\r
- {\r
- strHomePage = strTmp;\r
- }\r
- var nPos1 = strHomePage.indexOf(gCSHSuffixName1);\r
- var nPos = strHomePage.indexOf(gCSHSuffixName2);\r
- if (nPos != -1)\r
- {\r
- strHomePage = strHomePage.substring(0,nPos);\r
- if (nPos1 != -1)\r
- strHomePage += ".html";\r
- else\r
- strHomePage += ".htm";\r
- }\r
- return strHomePage;\r
-}\r
-//-->\r
-</script>\r
-</head>\r
-<frameset rows="1,*">\r
-<frame name="dumb" src="about:blank"></frame>\r
-<frame name="csh" src="cshdat_robohelp.htm"></frame> \r
-</frameset>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Data Loading General</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo(" Loading of data\nGeneral");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>General</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> This standard behaviour already exists in Salome and \r
- does not need to be modified here. The objective consists in handling \r
- a Gauss point as an enhancement of the VISU module capabilities.</p>\r
-\r
-<p> </p>\r
-\r
-<p>We will first briefly remind here how the standard behaviour works. \r
- Secondly, we will explain how Gauss points will be supported.</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>General Navigation within the scene</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Navigation within the scene\nGeneral");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>General</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> This section describes how to navigate within a 3D graphic \r
- scene using a mouse, the keyboard or a spacemouse. It also describes the \r
- type of movement for a camera to go from one point of view to another \r
- one.</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>General Storage of produced data</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-ul.whs2 { list-style:disc; }\r
-ul.whs3 { list-style:circle; }\r
-p.whs4 { text-align:center; }\r
-img_whs5 { border:none; width:150px; height:132px; float:none; border-style:none; }\r
-p.whs6 { text-align:center; font-size:8pt; }\r
-img_whs7 { border:none; border-style:none; width:400px; height:273px; float:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Storage of produced data\nSaving data");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Saving data</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> Information created during a session:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>Cameras</p></li>\r
- \r
- <li class=kadov-p><p>Configurations</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>have been published within the Study document and are visible in the \r
- tree browser of the Study.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Salome provides a standard way to store this Study document \96 Mesh, \r
- Results, Cameras and Segmentation cursors \96 in the form of an HDF file. \r
- This behaviour will be used without modification.</p>\r
-\r
-<p> </p>\r
-\r
-<p>The storage of the Study document is accessed from:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="circle" class="whs3">\r
- \r
- <li class=kadov-p><p>The menu bar: <span style="font-weight: bold;"><B>File \r
- ► Save or File ► Save As</B></span></p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs4"><img src="image78.gif" x-maintain-ratio="FALSE" width="150px" height="132px" border="0" class="img_whs5"></p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<p align="center" class="whs6">Fig. 61 : Salome \91File\92 menu</p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<p>The \91Save\92 option automatically updates the file on disk by keeping \r
- its name. When this command is run for the first time on a new document, \r
- then the \91Save As\92 command is executed. The \91Save As\92 command opens a \r
- dialog that allows user:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>To define the location of the file (pathname)</p></li>\r
- \r
- <li class=kadov-p><p>To rename the file</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs4"><img src="image79.gif" x-maintain-ratio="FALSE" width="400px" height="273px" border="0" class="img_whs7"></p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<p align="center" class="whs6">Fig. 62 : Salome \91Save As\92 dialog</p>\r
-\r
-<p align="center" class="whs6"> </p>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>General timestamps animation</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Timestamps animation\nGeneral");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>General</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> Salome defines a standard way to show a timestamps animation. \r
- This functionality will be extended to Results Gauss points.</p>\r
-\r
-<p> </p>\r
-\r
-<p>The general behaviour of this command will not be changed in the frame \r
- of this project. The following sections explain briefly how the animation \r
- function of Salome is running.</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Introduction</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; float:none; width:32px; height:37px; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Introduction to Gauss Points Viewer\nIntroduction");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Introduction</h1>\r
-\r
-<p><img src="info_blue.jpg" x-save-file="TRUE" x-save-method="compute-relative" width="32px" height="37px" border="0" class="img_whs1"> This documentation describes the graphical user interface \r
- \96 GUI \96 for each functionality concerned by the Code_Aster data viewer \r
- at Gauss points in Salome.</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Loading of previously saved data</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-ul.whs1 { list-style:circle; }\r
-p.whs2 { text-align:center; }\r
-img_whs3 { border:none; border-style:none; width:400px; height:273px; float:none; }\r
-p.whs4 { text-align:center; font-size:8pt; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Loading of previously saved data\nLoading previously saved data");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Loading previously saved data</h1>\r
-\r
-<p>Mutually, Salome provides an open command from:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="circle" class="whs1">\r
- \r
- <li class=kadov-p><p>The menu bar:<span style="font-weight: bold;"><B> \r
- File ► Open</B></span></p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>It opens up a dialog to browse the directory structure and to select \r
- an HDF Study file.</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image80.gif" x-maintain-ratio="FALSE" width="400px" height="273px" border="0" class="img_whs3"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 63 : Salome \91Open\92 dialog</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p>Once selected, user presses the \91Open\92 button to load the Study in the \r
- Salome session.</p>\r
-\r
-<p>A new document is created and the Study is loaded within this clear \r
- document.</p>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Making an AVI clip</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-table.whs2 { x-cell-content-align:top; width:100%; border-spacing:0px; }\r
-col.whs3 { width:6.335%; }\r
-col.whs4 { width:93.665%; }\r
-tr.whs5 { x-cell-content-align:top; }\r
-td.whs6 { width:6.335%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
-p.whs7 { text-align:center; }\r
-img_whs8 { border:none; width:28px; height:27px; border-style:none; }\r
-td.whs9 { width:93.665%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-td.whs10 { width:6.335%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
-img_whs11 { border:none; width:28px; height:28px; border-style:none; }\r
-td.whs12 { width:93.665%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-img_whs13 { border:none; width:27px; height:25px; border-style:none; }\r
-p.whs14 { font-size:8pt; }\r
-p.whs15 { text-align:center; font-size:8pt; }\r
-col.whs16 { width:10.633%; }\r
-col.whs17 { width:89.367%; }\r
-td.whs18 { width:10.633%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
-img_whs19 { border:none; width:66px; height:29px; border-style:none; }\r
-td.whs20 { width:89.367%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-td.whs21 { width:10.633%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
-img_whs22 { border:none; width:66px; height:28px; border-style:none; }\r
-td.whs23 { width:89.367%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Making an AVI clip\nMaking an AVI clip");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Making an AVI clip</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> In order to satisfy all possible requests for video recording, \r
- the functionality should be implemented as a background task. In this \r
- case, user can start the video recording and manage it as he want. The \r
- functionality will be available at any time for all contents of the 3D \r
- scene. So, video recording of animation or segmentation will be performed \r
- in the same way.</p>\r
-\r
-<p> </p>\r
-\r
-<p>User can manage the video recording by using the following GUI controls:</p>\r
-\r
-<p> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="100%" class="whs2">\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='100%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
-//--></script>\r
-<col class="whs3">\r
-<col class="whs4">\r
-\r
-<tr valign="top" class="whs5">\r
-<td valign="middle" width="6.335%" class="whs6">\r
-<p align="center" class="whs7"><img src="image102.gif" width="28px" height="27px" border="0" class="img_whs8"></td>\r
-<td width="93.665%" class="whs9">\r
-<p>Start button \96 starts the video recording session into the defined output \r
- file. Corresponding file dialog will be proposed first in order to define \r
- the output file.</td></tr>\r
-\r
-<tr valign="top" class="whs5">\r
-<td valign="middle" width="6.335%" class="whs10">\r
-<p align="center" class="whs7"><img src="image103.gif" width="28px" height="28px" border="0" class="img_whs11"></td>\r
-<td width="93.665%" class="whs12">\r
-<p>Play button \96 \r
- continue the video recording into previously defined output file.</td></tr>\r
-\r
-<tr valign="top" class="whs5">\r
-<td valign="middle" width="6.335%" class="whs10">\r
-<p align="center" class="whs7"><img src="image104.gif" width="27px" height="25px" border="0" class="img_whs13"></td>\r
-<td width="93.665%" class="whs12">\r
-<p>Pause button \96 pause the video recording.</td></tr>\r
-\r
-<tr valign="top" class="whs5">\r
-<td valign="middle" width="6.335%" class="whs10">\r
-<p align="center" class="whs7"><img src="image105.gif" width="28px" height="28px" border="0" class="img_whs11"></td>\r
-<td width="93.665%" class="whs12">\r
-<p>Stop button \96 stop the video recording.</td></tr>\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
-//--></script>\r
-</table>\r
-\r
-<p class="whs14"> </p>\r
-\r
-<p align="center" class="whs15">Fig. 32 : Video recording GUI controls</p>\r
-\r
-<p align="center" class="whs7"> </p>\r
-\r
-<p>Those video recording buttons will be grouped into one corresponding \r
- toolbar. The toolbar will have three following sates.</p>\r
-\r
-<p> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="100%" class="whs2">\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='100%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
-//--></script>\r
-<col class="whs16">\r
-<col class="whs17">\r
-\r
-<tr valign="top" class="whs5">\r
-<td valign="middle" width="10.633%" class="whs18">\r
-<p align="center" class="whs7"><img src="image106.gif" width="66px" height="29px" border="0" class="img_whs19"></td>\r
-<td width="89.367%" class="whs20">\r
-<p>Disable video recording state. The animation is not active.</p>\r
-<p>In order to start the video recording, button <img src="image109.gif" width="28px" height="27px" border="0" class="img_whs8"> should \r
- be pressed.</td></tr>\r
-\r
-<tr valign="top" class="whs5">\r
-<td valign="middle" width="10.633%" class="whs21">\r
-<p align="center" class="whs7"><img src="image107.gif" width="66px" height="28px" border="0" class="img_whs22"></td>\r
-<td width="89.367%" class="whs23">\r
-<p>Play video recording state. The animation is activated and all content \r
- of the VTK view is recorded into defined video file.</p>\r
-<p>It is possible to pause the video recording by pushing the button <img src="image110.gif" width="27px" height="25px" border="0" class="img_whs13"> .</p>\r
-<p>Button <img src="image111.gif" width="28px" height="28px" border="0" class="img_whs11"> stops the session of the video recording.</td></tr>\r
-\r
-<tr valign="top" class="whs5">\r
-<td valign="middle" width="10.633%" class="whs21">\r
-<p align="center" class="whs7"><img src="image108.gif" width="66px" height="28px" border="0" class="img_whs22"></td>\r
-<td width="89.367%" class="whs23">\r
-<p>Pause animation state. The animation is active but the video recording \r
- is paused.</p>\r
-<p>In order to continue the video recording button <img src="image112.gif" width="28px" height="28px" border="0" class="img_whs11"> should \r
- be pushed.</p>\r
-<p>Button <img src="image113.gif" width="28px" height="28px" border="0" class="img_whs11"> stops the session of the video recording.</td></tr>\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
-//--></script>\r
-</table>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs15">Fig. 33 : Video recording toolbar states.</p>\r
-\r
-<p align="center" class="whs7"> </p>\r
-\r
-<p>Each VTK view will have its own video recording toolbar. So, in segmentation \r
- mode video recording of main view and segmented view will be managed separately.</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Managing configurations</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-ul.whs2 { list-style:disc; }\r
-p.whs3 { text-align:center; }\r
-img_whs4 { border:none; width:177px; height:62px; border-style:none; }\r
-p.whs5 { text-align:center; font-size:8pt; }\r
-ul.whs6 { list-style:circle; }\r
-img_whs7 { border:none; width:250px; height:294px; float:none; border-style:none; }\r
-p.whs8 { font-style:italic; margin-left:40px; }\r
-img_whs9 { border:none; border-style:none; float:none; width:147px; height:80px; }\r
-table.whs10 { x-cell-content-align:top; width:87.443%; margin-left:40px; border-spacing:0px; }\r
-col.whs11 { width:15.783%; }\r
-col.whs12 { width:84.217%; }\r
-tr.whs13 { x-cell-content-align:top; }\r
-td.whs14 { width:15.783%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-p.whs15 { font-weight:bold; }\r
-td.whs16 { width:84.217%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs17 { width:15.783%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
-td.whs18 { width:84.217%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Navigation within the scene\nManaging configurations");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Managing configurations</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> A new command is introduced, in the frame of this project, \r
- to allow the user to memorize the current configuration and to be able \r
- to restore it later on, even in another session.</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>From a 3D view, the popup menu proposes to \91<span \r
- style="font-weight: bold;"><B>Store current configuration</B></span>\92.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs3"><img src="image58.gif" width="177px" height="62px" border="0" class="img_whs4"></p>\r
-\r
-<p align="center" class="whs3"> </p>\r
-\r
-<p align="center" class="whs5">Fig. 39 : 3D View popup menu</p>\r
-\r
-<p align="center" class="whs3"> </p>\r
-\r
-<p>If not already existing, this action creates a new entry \91<span style="font-weight: bold;"><B>Configurations</B></span>\92, \r
- as a child of root \91<span style="font-weight: bold;"><B>Post-Pro</B></span>\92 \r
- node, in the tree browser of the study to store all current parameters.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Then a new child is added, with an automatic name in the form of \91<span \r
- style="font-weight: bold;"><B>Config:X</B></span>\92 where X is an incremental \r
- integer. All parameters of the current configuration are stored at this \r
- node</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs2">\r
- \r
- <li class=kadov-p><p>Camera:</p></li>\r
- \r
- <ul type="circle" class="whs6">\r
- \r
- <li class=kadov-p><p>Position</p></li>\r
- \r
- <li class=kadov-p><p>View point</p></li>\r
- \r
- <li class=kadov-p><p>Focal distance</p></li>\r
- </ul>\r
- \r
- <li class=kadov-p><p>Segmentation cursor: (if defined \96 see <a href="segmentation_general.htm">Segmentation</a>)</p></li>\r
- \r
- <ul type="circle" class="whs6">\r
- \r
- <li class=kadov-p><p>Origin</p></li>\r
- \r
- <li class=kadov-p><p>Direction</p></li>\r
- \r
- <li class=kadov-p><p>Depth</p></li>\r
- </ul>\r
- \r
- <li class=kadov-p><p>All presentations that are displayed in the 3D \r
- view</p></li>\r
- \r
- <li class=kadov-p><p>Current selected point (if defined \96 see the <a href="picking_general.htm">Picking</a> command)</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs3"><img src="image59.gif" x-maintain-ratio="FALSE" width="250px" height="294px" border="0" class="img_whs7"></p>\r
-\r
-<p align="center" class="whs3"> </p>\r
-\r
-<p align="center" class="whs5">Fig. 40 : Study browser with \91Configurations\92 node</p>\r
-\r
-<p align="center" class="whs3"> </p>\r
-\r
-<p>This new \91Configurations\92 node will be stored (resp. retrieved) within \r
- (from) the Study document by the use of standard SALOMEDS attribute. Persistence \r
- will be managed in the same way as for Cameras.</p>\r
-\r
-<p> </p>\r
-\r
-<p><img src="ex_green.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> <span style="font-weight: bold;"><B>Note:</B></span></p>\r
-\r
-<p class="whs8">Configurations are independent \r
- from Segmentation cursors and Cameras. Therefore, applying a registered \r
- configuration will apply configuration parameters in terms of Camera, \r
- Segmentation cursor and Gauss point presentation. From this time, user \r
- can freely navigate within the browser to display another timestamp or \r
- variable. The view will be updated accordingly without changing the Camera \r
- and the Segmentation cursor. This navigation within the tree will also \r
- not affect the registered parameters of the configuration until user decides \r
- to store them.</p>\r
-\r
-<p class="whs8"> </p>\r
-\r
-<p>Edition of this last item \96 \91<span style="font-weight: bold;"><B>Config:X</B></span>\92 \r
- \96 through a right-mouse button click opens the following popup menu:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs3"><img src="image60.gif" x-maintain-ratio="FALSE" width="147px" height="80px" border="0" class="img_whs9"></p>\r
-\r
-<p align="center" class="whs3"> </p>\r
-\r
-<p align="center" class="whs5">Fig. 41 : \91Config\92 entry popup menu</p>\r
-\r
-<p align="center" class="whs3"> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="87.443%" class="whs10">\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='87.443%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
-//--></script>\r
-<col class="whs11">\r
-<col class="whs12">\r
-\r
-<tr valign="top" class="whs13">\r
-<td bgcolor="#008080" width="15.783%" class="whs14">\r
-<p class="whs15">Command</td>\r
-<td bgcolor="#008080" width="84.217%" class="whs16">\r
-<p class="whs15">Purpose</td></tr>\r
-\r
-<tr valign="top" class="whs13">\r
-<td valign="middle" width="15.783%" class="whs17">\r
-<p class="whs15">Rename</td>\r
-<td width="84.217%" class="whs18">\r
-<p>Allows the user to redefine the name of the element. A standard dialog \r
- in Salome is opened to realize the input.</td></tr>\r
-\r
-<tr valign="top" class="whs13">\r
-<td valign="middle" width="15.783%" class="whs17">\r
-<p class="whs15">Edit / Apply</td>\r
-<td width="84.217%" class="whs18">\r
-<p>Restore all registered parameters: camera and presentations in the current \r
- main 3D view.</p>\r
-<p>If a cursor is stored, then the \91Segmentation\92 command (see <a href="command_activation_segmentation.htm">Segmentation</a>) \r
- is activated with the cursor parameters defined in the configuration (open \r
- a segmentation viewer and display the segmentation dialog box for edition).</p>\r
-<p>If a selection is active, then the \91Picking\92 command (see <a href="command_activation_picking.htm">Picking</a>) \r
- is activated and the selected point defined in the configuration is highlighted.</td></tr>\r
-\r
-<tr valign="top" class="whs13">\r
-<td valign="middle" width="15.783%" class="whs17">\r
-<p class="whs15">Erase</td>\r
-<td width="84.217%" class="whs18">\r
-<p>Erase the elements from the 3D view.</td></tr>\r
-\r
-<tr valign="top" class="whs13">\r
-<td valign="middle" width="15.783%" class="whs17">\r
-<p class="whs15">Delete</td>\r
-<td width="84.217%" class="whs18">\r
-<p>Erase the elements from the 3D view and remove it from the study browser.</td></tr>\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
-//--></script>\r
-</table>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Navigation using the keyboard</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-p.whs1 { font-weight:normal; }\r
-img_whs2 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-table.whs3 { x-cell-content-align:top; width:75.751%; margin-left:40px; border-spacing:0px; }\r
-col.whs4 { width:23.119%; }\r
-col.whs5 { width:24.645%; }\r
-col.whs6 { width:52.235%; }\r
-tr.whs7 { x-cell-content-align:top; }\r
-td.whs8 { width:23.119%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-p.whs9 { font-weight:bold; }\r
-td.whs10 { width:24.645%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs11 { width:52.235%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs12 { width:23.119%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
-td.whs13 { width:24.645%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
-p.whs14 { font-weight:bold; text-align:center; }\r
-img_whs15 { border:none; float:none; width:24px; height:19px; border-style:none; }\r
-img_whs16 { border:none; float:none; width:20px; height:23px; border-style:none; }\r
-td.whs17 { width:52.235%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-img_whs18 { border:none; width:51px; height:52px; border-style:none; }\r
-img_whs19 { border:none; border-style:none; width:50px; height:50px; float:none; }\r
-ul.whs20 { list-style:circle; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Navigation within the scene\nNavigation using the keyboard");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Navigation using the keyboard</h1>\r
-\r
-<p class="whs1"><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs2"> Salome does not provide any \r
- way to navigate within the scene using certain keys of the keyboard. Thus \r
- the following actions will be created.</p>\r
-\r
-<p class="whs1"> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="75.751%" class="whs3">\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='75.751%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
-//--></script>\r
-<col class="whs4">\r
-<col class="whs5">\r
-<col class="whs6">\r
-\r
-<tr valign="top" class="whs7">\r
-<td bgcolor="#008080" width="23.119%" class="whs8">\r
-<p class="whs9">Action</td>\r
-<td bgcolor="#008080" width="24.645%" class="whs10">\r
-<p class="whs9">Key</td>\r
-<td bgcolor="#008080" width="52.235%" class="whs11">\r
-<p class="whs9">Movement</td></tr>\r
-\r
-<tr valign="top" class="whs7">\r
-<td valign="middle" width="23.119%" class="whs12">\r
-<p>Dynamic rotation</td>\r
-<td valign="middle" width="24.645%" class="whs13">\r
-<p align="center" class="whs14">[CTRL] key +</p>\r
-<p align="center" class="whs14">[ <img src="blue_left.jpg" x-save-file="TRUE" x-save-method="compute-relative" width="24px" height="19px" border="0" class="img_whs15"> ], [ <img src="blue_right.jpg" x-save-file="TRUE" x-save-method="compute-relative" width="24px" height="19px" border="0" class="img_whs15"> ],</p>\r
-<p align="center" class="whs14">[ <img src="blue_up.jpg" x-save-file="TRUE" x-save-method="compute-relative" width="20px" height="23px" border="0" class="img_whs16"> ], [ <img src="blue_down.jpg" x-save-file="TRUE" x-save-method="compute-relative" width="20px" height="23px" border="0" class="img_whs16"> ]</td>\r
-<td width="52.235%" class="whs17">\r
-<p><img src="image46.gif" width="51px" height="52px" border="0" class="img_whs18">Rotation centred on the focal point</td></tr>\r
-\r
-<tr valign="top" class="whs7">\r
-<td valign="middle" width="23.119%" class="whs12">\r
-<p>Dynamic panning</td>\r
-<td valign="middle" width="24.645%" class="whs13">\r
-<p align="center" class="whs14">[ <img src="blue_left.jpg" x-save-file="TRUE" x-save-method="compute-relative" width="24px" height="19px" border="0" class="img_whs15"> ], [ <img src="blue_right.jpg" x-save-file="TRUE" x-save-method="compute-relative" width="24px" height="19px" border="0" class="img_whs15"> ],</p>\r
-<p align="center" class="whs14">[ <img src="blue_up.jpg" x-save-file="TRUE" x-save-method="compute-relative" width="20px" height="23px" border="0" class="img_whs16"> ], [ <img src="blue_down.jpg" x-save-file="TRUE" x-save-method="compute-relative" width="20px" height="23px" border="0" class="img_whs16"> ]</td>\r
-<td width="52.235%" class="whs17">\r
-<p><img src="image47.gif" x-maintain-ratio="FALSE" width="50px" height="50px" border="0" class="img_whs19"></p>\r
-<p>Translation in any direction</td></tr>\r
-\r
-<tr valign="top" class="whs7">\r
-<td colspan="1" rowspan="1" valign="middle" width="23.119%" class="whs12">\r
-<p>Dynamic zoom</td>\r
-<td colspan="1" rowspan="1" valign="middle" width="24.645%" class="whs13">\r
-<p align="center" class="whs14">[PageUp],</p>\r
-<p align="center" class="whs14">[PageDn]</td>\r
-<td colspan="1" rowspan="1" width="52.235%" class="whs17">\r
-<p> Increase \r
- or decrease the zoom ratio</td></tr>\r
-\r
-<tr valign="top" class="whs7">\r
-<td valign="middle" width="23.119%" class="whs12">\r
-<p>Speed increment</td>\r
-<td valign="middle" width="24.645%" class="whs13">\r
-<p align="center" class="whs14">[ + ],</p>\r
-<p align="center" class="whs14">[ - ]</td>\r
-<td width="52.235%" class="whs17">\r
-<p>Increase (resp. decrease) by 1 the speed increment used for the movement \r
- previously defined</td></tr>\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
-//--></script>\r
-</table>\r
-\r
-<p> </p>\r
-\r
-<ul type="circle" class="whs20">\r
- \r
- <li class=kadov-p><p>This support will be active at any time during \r
- a VISU session.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Navigation using the mouse</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-p.whs2 { text-align:center; }\r
-img_whs3 { border:none; width:128px; height:173px; border-style:none; }\r
-p.whs4 { text-align:center; font-size:8pt; }\r
-p.whs5 { font-weight:bold; }\r
-table.whs6 { x-cell-content-align:top; width:75.751%; margin-left:40px; border-spacing:0px; }\r
-col.whs7 { width:23.119%; }\r
-col.whs8 { width:24.645%; }\r
-col.whs9 { width:52.235%; }\r
-tr.whs10 { x-cell-content-align:top; }\r
-td.whs11 { width:23.119%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs12 { width:24.645%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs13 { width:52.235%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs14 { width:23.119%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
-td.whs15 { width:24.645%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
-td.whs16 { width:52.235%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-img_whs17 { border:none; width:51px; height:52px; border-style:none; }\r
-img_whs18 { border:none; border-style:none; width:50px; height:50px; float:none; }\r
-img_whs19 { border:none; width:50px; height:50px; border-style:none; }\r
-p.whs20 { font-weight:normal; }\r
-p.whs21 { text-align:center; font-weight:bold; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Navigation within the scene\nNavigation using the mouse");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Navigation using the mouse</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> To simplify the explanation of actions connected to the \r
- mouse, we define the following conventions:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image45.gif" width="128px" height="173px" border="0" class="img_whs3"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 34 : Mouse buttons convention</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p class="whs5">Salome standard</p>\r
-\r
-<p>The mouse is supported as a standard pointer in Salome. Default actions, \r
- for a 3 mouse buttons are connected as follows:</p>\r
-\r
-<p> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="75.751%" class="whs6">\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='75.751%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
-//--></script>\r
-<col class="whs7">\r
-<col class="whs8">\r
-<col class="whs9">\r
-\r
-<tr valign="top" class="whs10">\r
-<td bgcolor="#008080" width="23.119%" class="whs11">\r
-<p>Action</td>\r
-<td bgcolor="#008080" width="24.645%" class="whs12">\r
-<p>Command</td>\r
-<td bgcolor="#008080" width="52.235%" class="whs13">\r
-<p>Movement</td></tr>\r
-\r
-<tr valign="top" class="whs10">\r
-<td valign="middle" width="23.119%" class="whs14">\r
-<p>Dynamic rotation</td>\r
-<td valign="middle" width="24.645%" class="whs15">\r
-<p class="whs5">[CTRL] key + MB3</td>\r
-<td width="52.235%" class="whs16">\r
-<p><img src="image46.gif" width="51px" height="52px" border="0" class="img_whs17">Rotation centred on the focal point</td></tr>\r
-\r
-<tr valign="top" class="whs10">\r
-<td valign="middle" width="23.119%" class="whs14">\r
-<p>Dynamic panning</td>\r
-<td valign="middle" width="24.645%" class="whs15">\r
-<p class="whs5">[CTRL] key + MB2</td>\r
-<td width="52.235%" class="whs16">\r
-<p><img src="image47.gif" x-maintain-ratio="FALSE" width="50px" height="50px" border="0" class="img_whs18"></p>\r
-<p>Translation in any direction</td></tr>\r
-\r
-<tr valign="top" class="whs10">\r
-<td valign="middle" width="23.119%" class="whs14">\r
-<p>Dynamic zoom</td>\r
-<td valign="middle" width="24.645%" class="whs15">\r
-<p class="whs5">[CTRL] key + MB1</td>\r
-<td width="52.235%" class="whs16">\r
-<p><img src="image48.gif" width="50px" height="50px" border="0" class="img_whs19"> Increase \r
- or decrease the zoom ratio</td></tr>\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
-//--></script>\r
-</table>\r
-\r
-<p> </p>\r
-\r
-<p class="whs5">New capability</p>\r
-\r
-<p class="whs20">A new connectivity <span style="font-weight: bold;"><B>free \r
- of extra keyboard keys</B></span> is introduced in the frame of this project \r
- and will be defined as \91Mouse only\92 convention:</p>\r
-\r
-<p class="whs20"> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="75.751%" class="whs6">\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='75.751%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
-//--></script>\r
-<col class="whs7">\r
-<col class="whs8">\r
-<col class="whs9">\r
-\r
-<tr valign="top" class="whs10">\r
-<td bgcolor="#008080" width="23.119%" class="whs11">\r
-<p class="whs5">Action</td>\r
-<td bgcolor="#008080" width="24.645%" class="whs12">\r
-<p class="whs5">Command</td>\r
-<td bgcolor="#008080" width="52.235%" class="whs13">\r
-<p class="whs5">Movement</td></tr>\r
-\r
-<tr valign="top" class="whs10">\r
-<td valign="middle" width="23.119%" class="whs14">\r
-<p>Dynamic rotation</td>\r
-<td valign="middle" width="24.645%" class="whs15">\r
-<p align="center" class="whs21">MB1</td>\r
-<td width="52.235%" class="whs16">\r
-<p><img src="image46.gif" width="51px" height="52px" border="0" class="img_whs17">Rotation centred on the focal point</td></tr>\r
-\r
-<tr valign="top" class="whs10">\r
-<td valign="middle" width="23.119%" class="whs14">\r
-<p>Dynamic panning</td>\r
-<td valign="middle" width="24.645%" class="whs15">\r
-<p align="center" class="whs21">MB2</td>\r
-<td width="52.235%" class="whs16">\r
-<p><img src="image47.gif" x-maintain-ratio="FALSE" width="50px" height="50px" border="0" class="img_whs18"></p>\r
-<p>Translation in any direction</td></tr>\r
-\r
-<tr valign="top" class="whs10">\r
-<td valign="middle" width="23.119%" class="whs14">\r
-<p>Dynamic zoom</td>\r
-<td valign="middle" width="24.645%" class="whs15">\r
-<p align="center" class="whs21">MB1 + MB2</td>\r
-<td width="52.235%" class="whs16">\r
-<p><img src="image49.gif" width="50px" height="50px" border="0" class="img_whs19"> Increase \r
- or decrease the zoom ratio</td></tr>\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
-//--></script>\r
-</table>\r
-\r
-<p> </p>\r
-\r
-<p class="whs20"> </p>\r
-\r
-<p class="whs20"> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Navigation using the spacemouse</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-p.whs2 { text-align:center; }\r
-img_whs3 { border:none; width:250px; height:255px; float:none; border-style:none; }\r
-p.whs4 { text-align:center; font-size:8pt; }\r
-table.whs5 { x-cell-content-align:top; width:83.032%; margin-left:40px; border-spacing:0px; }\r
-col.whs6 { width:22.707%; }\r
-col.whs7 { width:35.785%; }\r
-col.whs8 { width:41.508%; }\r
-tr.whs9 { x-cell-content-align:top; }\r
-td.whs10 { width:22.707%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-p.whs11 { font-weight:bold; text-align:center; }\r
-td.whs12 { width:35.785%; padding-right:10px; padding-left:10px; border-top-width:1px; border-top-color:#000000; border-top-style:Solid; border-right-style:Solid; border-right-color:#000000; border-right-width:1px; border-bottom-width:1px; border-bottom-color:#000000; border-bottom-style:Solid; background-color:#008080; }\r
-td.whs13 { width:41.508%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs14 { width:22.707%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
-td.whs15 { width:35.785%; padding-right:10px; padding-left:10px; border-right-style:Solid; border-right-color:#000000; border-right-width:1px; border-bottom-width:1px; border-bottom-color:#000000; border-bottom-style:Solid; }\r
-img_whs16 { border:none; width:191px; height:152px; border-style:none; }\r
-td.whs17 { width:41.508%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-p.whs18 { font-style:italic; font-weight:bold; }\r
-img_whs19 { border:none; width:190px; height:157px; border-style:none; }\r
-img_whs20 { border:none; width:216px; height:189px; border-style:none; }\r
-img_whs21 { border:none; width:198px; height:158px; border-style:none; }\r
-ul.whs22 { list-style:circle; }\r
-img_whs23 { border:none; width:257px; height:254px; border-style:none; }\r
-table.whs24 { x-cell-content-align:top; width:72.748%; margin-left:40px; border-spacing:0px; }\r
-col.whs25 { width:22.381%; }\r
-col.whs26 { width:77.619%; }\r
-td.whs27 { width:22.381%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs28 { width:77.619%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs29 { width:22.381%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-td.whs30 { width:77.619%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Navigation within the scene\nNavigation using the spacemouse");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1><a name=Navigation_using_the_spacemouse></a>Navigation using the spacemouse</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> Salome does not provide any way to navigate within the \r
- scene using a spacemouse. Thus the support of this new pointer will be \r
- added and managed as defined below.</p>\r
-\r
-<p> </p>\r
-\r
-<p>The spacemouse introduces a local coordinate system, and 6 degrees of \r
- freedom, which are independent from the 3D view coordinate system. They \r
- are defined as follows:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image50.gif" x-maintain-ratio="TRUE" width="250px" height="255px" border="0" class="img_whs3"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 35 : Spacemouse local co-ordinate system</p>\r
-\r
-<p> </p>\r
-\r
-<p>Move 3D models and scenes on screen based on the corresponding direction \r
- the user moves the cap on the controller.</p>\r
-\r
-<p>The commands available using the spacemouse are then defined as follows:</p>\r
-\r
-<p> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="83.032%" class="whs5">\r
-<col class="whs6">\r
-<col class="whs7">\r
-<col class="whs8">\r
-\r
-<tr valign="top" class="whs9">\r
-<td bgcolor="#008080" width="22.707%" class="whs10">\r
-<p align="center" class="whs11">Action</td>\r
-<td bgcolor="#008080" width="35.785%" class="whs12">\r
-<p align="center" class="whs11">Move</td>\r
-<td bgcolor="#008080" width="41.508%" class="whs13">\r
-<p align="center" class="whs11">Description</td></tr>\r
-\r
-<tr valign="top" class="whs9">\r
-<td rowspan="2" colspan="1" valign="middle" width="22.707%" class="whs14">\r
-<p align="center" class="whs2">Dynamic rotation</td>\r
-<td width="35.785%" class="whs15">\r
-<p><img src="image51.gif" width="191px" height="152px" border="0" class="img_whs16"></td>\r
-<td width="41.508%" class="whs17">\r
-<p><span style="font-weight: bold;"><B>Tilt</B></span> the controller head left \r
- and right or forward and backward to rotate accordingly (X-Z axis).</p>\r
-<p> </p>\r
-<p class="whs18"><img src="ex_green.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> Note: \r
- Left/right capability will be disabled.</td></tr>\r
-\r
-<tr valign="top" class="whs9">\r
-<td width="35.785%" class="whs15">\r
-<p><img src="image52.gif" width="190px" height="157px" border="0" class="img_whs19"></td>\r
-<td width="41.508%" class="whs17">\r
-<p><span style="font-weight: bold;"><B>Twist</B></span> clockwise and counterclockwise \r
- to rotate the model accordingly (Y-axis)</td></tr>\r
-\r
-<tr valign="top" class="whs9">\r
-<td valign="middle" width="22.707%" class="whs14">\r
-<p align="center" class="whs2">Dynamic panning</td>\r
-<td width="35.785%" class="whs15">\r
-<p><img src="image53.gif" width="216px" height="189px" border="0" class="img_whs20"></td>\r
-<td width="41.508%" class="whs17">\r
-<p><span style="font-weight: bold;"><B>Pull</B></span> up and<span style="font-weight: bold;"><B> \r
- push</B></span> down to move the model up and down.</p>\r
-<p><span style="font-weight: bold;"><B>Move left</B></span> and <span style="font-weight: bold;"><B>right</B></span> \r
- to move the model left and right.</td></tr>\r
-\r
-<tr valign="top" class="whs9">\r
-<td valign="middle" width="22.707%" class="whs14">\r
-<p align="center" class="whs2">Dynamic zoom</td>\r
-<td width="35.785%" class="whs15">\r
-<p><img src="image54.gif" width="198px" height="158px" border="0" class="img_whs21"></td>\r
-<td width="41.508%" class="whs17">\r
-<p><span style="font-weight: bold;"><B>Push forward</B></span> or <span style="font-weight: bold;"><B>pull \r
- backwards</B></span> to respectively decrease or increase the zoom ratio.</td></tr>\r
-</table>\r
-\r
-<p> </p>\r
-\r
-<ul type="circle" class="whs22">\r
- \r
- <li class=kadov-p><p>This support will be active at any time during \r
- a VISU session.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>Buttons of the spacemouse are also used to change the magnification \r
- for Gauss points:</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image55.gif" width="257px" height="254px" border="0" class="img_whs23"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 36 : Spacemouse buttons control</p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p>By default, buttons are defined as follow, but user can change them \r
- in the preferences:</p>\r
-\r
-<p> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="72.748%" class="whs24">\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='72.748%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
-//--></script>\r
-<col class="whs25">\r
-<col class="whs26">\r
-\r
-<tr valign="top" class="whs9">\r
-<td bgcolor="#008080" width="22.381%" class="whs27">\r
-<p align="center" class="whs11">Button</td>\r
-<td bgcolor="#008080" width="77.619%" class="whs28">\r
-<p align="center" class="whs11">Description</td></tr>\r
-\r
-<tr valign="top" class="whs9">\r
-<td width="22.381%" class="whs29">\r
-<p align="center" class="whs2">Button 1</td>\r
-<td width="77.619%" class="whs30">\r
-<p>Decrease by 1 the speed increment used for the keyboard (same as [-] \r
- key)</td></tr>\r
-\r
-<tr valign="top" class="whs9">\r
-<td width="22.381%" class="whs29">\r
-<p align="center" class="whs2">Button 2</td>\r
-<td width="77.619%" class="whs30">\r
-<p>Increase by 1 the speed increment used for the keyboard (same as [+] \r
- key)</td></tr>\r
-\r
-<tr valign="top" class="whs9">\r
-<td width="22.381%" class="whs29">\r
-<p align="center" class="whs2">Button 10</td>\r
-<td width="77.619%" class="whs30">\r
-<p>Divide the current magnification by the magnification ratio</td></tr>\r
-\r
-<tr valign="top" class="whs9">\r
-<td width="22.381%" class="whs29">\r
-<p align="center" class="whs2">Button 11</td>\r
-<td width="77.619%" class="whs30">\r
-<p>Multiply the current magnification by the magnification ratio</td></tr>\r
-\r
-<tr valign="top" class="whs9">\r
-<td width="22.381%" class="whs29">\r
-<p align="center" class="whs2">Button Star</td>\r
-<td width="77.619%" class="whs30">\r
-<p>Toggle button to switch to dominant or combined movements</td></tr>\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
-//--></script>\r
-</table>\r
-\r
-<p> </p>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Picking General</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-ul.whs2 { list-style:circle; }\r
-p.whs3 { text-align:center; }\r
-img_whs4 { border:none; width:600px; height:412px; float:none; border-style:none; }\r
-p.whs5 { text-align:center; font-size:8pt; }\r
-img_whs6 { border:none; width:450px; height:263px; float:none; border-style:none; }\r
-ul.whs7 { list-style:disc; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Picking\nGeneral");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>General</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> <a name=Selection_Info></a>The existing picking functionality \r
- in Salome is available on both meshes element and time stamps. It can \r
- be activated either from:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="circle" class="whs2">\r
- \r
- <li class=kadov-p><p>The menu bar: <span style="font-weight: bold;"><B>Selection \r
- ► Selection Info</B></span></p></li>\r
- \r
- <li class=kadov-p><p>The popup menu opened on a time stamp of the browser \r
- (see <a href="description_of_commands_display_results.htm#Gauss_Points___Geometry__new_presentation_">Gauss \r
- Points \96 Geometry (new presentation)</a>), item \91<span style="font-weight: bold;"><B>Selection \r
- Info</B></span>\92</p></li>\r
- \r
- <li class=kadov-p><p>The popup menu opened on a presentation in the \r
- 3D view, item \91<span style="font-weight: bold;"><B>Selection Info</B></span>\92</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>All these actions open a dialog box that drives the functionality.</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs3"><img src="image63.gif" x-maintain-ratio="FALSE" width="600px" height="412px" border="0" class="img_whs4"></p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs5">Fig. 44 : Standard Salome picking on a field</p>\r
-\r
-<p align="center" class="whs3"> </p>\r
-\r
-<p>The dialog allows user to graphically select an element and displays \r
- its corresponding information.</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs3"><img src="image64.gif" x-maintain-ratio="FALSE" width="450px" height="263px" border="0" class="img_whs6"></p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs5">Fig. 45 : Standard Salome picking on a mesh</p>\r
-\r
-<p align="center" class="whs3"> </p>\r
-\r
-<p>Selection is possible on:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p>Mesh element: node, edge, face and volume</p></li>\r
- \r
- <li class=kadov-p><p>Fields elements: cell, edge of cell</p></li>\r
- \r
- <li class=kadov-p><p>Graphic presentation of an object (actor)</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>When moving the mouse in the graphic area, any suitable element \96 that \r
- is, corresponding to the defined \91filter\92 \96 is pre-highlighted (or detected) \r
- and displayed in shading for more convenience to the end user. When user \r
- presses the left-mouse button to select the detected element, it is redisplayed \r
- in another color, and the information related to the selection is refreshed \r
- in the dialog box, in the form of an array of data.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Since this behaviour does not fully correspond to EDF expectation, the \r
- picking function <span style="font-weight: bold;"><B>for results at Gauss \r
- point</B></span> and <span style="font-weight: bold;"><B>Gauss point (geometry)</B></span> \r
- will be redefined as described in the following paragraphs.</p>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-[GlossaryTab]\r
-TabCaption=&Glossary\r
-TermCaption=&Term\r
-DefinitionCaption=&Definition For:\r
-\r
-[BrowseSequence]\r
-PreCaption=Previous\r
-PreTooltip=Previous Topic\r
-NextCaption=Next\r
-NextTooltip=Next Topic\r
-BlockTooltip=Select Block\r
-\r
-[Common]\r
-Contents=Contents\r
-Index=Index\r
-Search=Search\r
-Glossary=Glossary\r
-Logo/Author=Powered By\r
-Show=Show\r
-Hide=Hide\r
-SyncToc=SyncToc\r
-Prev=<<\r
-Next=>>\r
-Disabled Prev=<<\r
-Disabled Next=>>\r
-Seperate = |\r
-\r
-[WebHelp]\r
-Cancel=Cancel\r
-CantOpenURLorFile=Can't open URL or file\r
-CompletingContents=Completing Contents...\r
-Display=Display\r
-Term=Term:\r
-Definition=Definition:\r
-Done=Done\r
-Find=Find\r
-IndexInputPrompt=Type in the keyword to find:\r
-RelateTopicListPrompt=Click a topic, then click Display.\r
-LoadingData=Loading data, please wait...\r
-LoadingContents=Loading contents, please wait...\r
-LoadingContentsData=Loading, click here to cancel...\r
-LoadingFTS=Reading Search Data...\r
-LoadingIndex=Loading Index...\r
-LoadingTOCItem=Loading Table of Contents:\r
-Searching=Searching...\r
-FtsInputPrompt=Type in the word(s) to search for:\r
-TopicsFound=Topics Found\r
-BrowserLimitedMessage=Your browser does not support frames. We recommend that you update your browser to a version that supports frames.\r
-SuggestViewNoFrameMessage=To view the Help system without frames click on this\r
-SuggestViewNoFrameMsg2=hyperlink.\r
-TopicsNotFound=No Topics Found.\r
-CantSearch=Cannot search for that phrase.\r
-JS_alert_appletNotLoad = Unable to load applet. If you are using an old version of Netscape, the prefs.js file needs to be edited.\r
-JS_alert_colorlimitation=WebHelp has detected that your display is set to 16 colors. For full WebHelp support, please set your display to use 256 or more colors.\r
-Blank_topic_text=This topic was created by WinHelp Project Conversion Wizard, and is the destination of a missing topic or broken hyperlink.\r
-JS_alert_ProjectLoadingFail=Could not load correctly, please click Refresh.\r
-JS_alert_cantLoadProject=Can't load project:\r
-JS_alert_ErrorInLoading=Error in Loading navigation component. Please regenerate WebHelp.\r
-IndexBtnText=Go\r
-FtsBtnText=Go\r
-ToolBarSearchBtnText=Go\r
-InTopicSearchBtnText=Go\r
-SearchLabel=Search\r
-SearchPrompt=- Search -\r
-PreTooltip=Previous Topic\r
-NextTooltip=Next Topic\r
-WebSearch=WebSearch\r
-SyncTocTooltip=Sync TOC\r
-Book=Book\r
-Page=Page\r
-Remote_Page=Remote Page\r
-Show_Navigation_Component=Show Navigation Component\r
-Hide_Navigation_Component=Hide Navigation Component\r
-nls_edit_label=Type in your question:\r
-nls_button_go_hint=Go Search\r
-nls_button_go_text=Go\r
-nls_body_instruction=Enter your question in the text box above, then click GO.\r
-nls_body_empty=Sorry, we were unable to find a good answer for your question.\r
-IndexSelectTopicTitle=Select a Topic\r
-IndexSelectTopicLabel=Select a topic, then click Display\r
-IndexSelectTopicError=Please select a topic.\r
-IndexAlphabetBookmarks=ABCDEFGHIJKLMNOPQRSTUVWXYZ\r
-MergeError1=The merged Help system\r
-MergeError2=is using a different language from the master Help system, which will cause the index and full-text search functionality to be disabled in the merged Help system.\r
-PoweredBy=Powered by\r
-GeneratedBy=Generated by\r
-Author=Author\r
-About=About\r
-Print=Print\r
-\r
-[PrintedDoc]\r
-TableOfContents=Table Of Contents\r
-TitlePage=Title Page\r
-ChapterFileNamePrefix=Chapter_\r
-TitlePageFileName=Chapter__Title_Page.doc\r
-CrossReferencePrefix=See\r
-GlossaryHeadingStyleName=Glossary Heading\r
-GlossaryTermStyleName=Glossary Term\r
-GlossaryDefinitionStyleName=Glossary Definition\r
-TitlePageTitleStyleName=Title Page Title\r
-TocPageTitleStyleName=Table of Contents Page Title\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>SALOME-VISU preferences display results</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-ul.whs2 { list-style:circle; }\r
-img_whs3 { border:none; width:8px; height:9px; float:none; border-style:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Display results at Gauss points\nSalome-Visu preferences");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>SALOME-VISU preferences</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> VISU defines a few additional parameters to define default \r
- display modes.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Commands are defined in the \91<span style="font-weight: bold;"><B>Preferences</B></span> \r
- ► <span style="font-weight: bold;"><B>Post-pro</B></span>\92 menu of the \r
- VISU module:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="circle" class="whs2">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Post-pro ► \r
- Scalar Bar</B></span> <img src="purple_right_sm.jpg" x-maintain-ratio="TRUE" width="8px" height="9px" border="0" class="img_whs3"> <span style="font-style: italic;"><I>Displays \r
- a dialog to customize default scalar bar presentation</I></span></p></li>\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Post-pro ► \r
- Sweeping</B></span> <img src="purple_right_sm.jpg" x-maintain-ratio="TRUE" width="8px" height="9px" border="0" class="img_whs3"> <span style="font-style: italic;"><I>Displays \r
- a dialog to customize default sweeping parameters</I></span></p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>New options will be added to refine default mode applicable for results \r
- at Gauss points:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="circle" class="whs2">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Post-pro ► \r
- Gauss Points ► Primitive</B></span> <img src="purple_right_sm.jpg" x-maintain-ratio="TRUE" width="8px" height="9px" border="0" class="img_whs3"> <span \r
- style="font-style: italic;"><I>Displays a dialog \r
- to customize default display mode for results at Gauss points. It is the \r
- same dialog as the one defined on <a href="description_of_commands_display_results.htm#Fig__10___Results_at_Gauss_points_primitive_configuration_dialog">Fig. \r
- 10 : Results at Gauss points primitive configuration dialog</a>.</I></span></p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="circle" class="whs2">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Post-pro ► \r
- Gauss Points ► Scalar Bar</B></span> <img src="purple_right_sm.jpg" x-maintain-ratio="TRUE" width="8px" height="9px" border="0" class="img_whs3"> <span \r
- style="font-style: italic;"><I>Displays a dialog \r
- to customize default parameters for scalar bars used for display of results \r
- at Gauss points. It is the same dialog as the one defined on <a href="description_of_commands_display_results.htm#Fig__18___Scalar_bar_configuration">Fig. \r
- 18 : Scalar bar configuration</a></I></span></p></li>\r
-</ul>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>SALOME-VISU preferences</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-img_whs2 { border:none; width:8px; height:9px; float:none; border-style:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo(" Loading of data\nSalome-Visu preferences");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Salome-Visu preferences</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> VISU defines a few additional parameters to define default \r
- parameters.</p>\r
-\r
-<p> </p>\r
-\r
-<p>The command is defined in the \91<span style="font-weight: bold;"><B>Preferences \r
- ► Post-pro</B></span>\92 menu of VISU module:</p>\r
-\r
-<p> </p>\r
-\r
-<p>Click <span style="font-weight: bold;"><B>Post-pro ► Full MED loading</B></span> \r
- <img src="purple_right_sm.jpg" x-maintain-ratio="TRUE" width="8px" height="9px" border="0" class="img_whs2"> <span style="font-style: italic;"><I>Toggle option: load \r
- MED file at once or when needed</I></span></p>\r
-\r
-<p> </p>\r
-\r
-<p>When this option is checked, the MED file is fully loaded in the study, \r
- so that no additional physical access to the MED file are needed to go \r
- on the session.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Reversibly, when unchecked, the MED file is loaded on demand. This is \r
- the default behaviour in SALOME and recommended for big files to optimize \r
- memory usage.</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Salome-Visu preferences Navigation within the scene</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-ul.whs2 { list-style:circle; }\r
-img_whs3 { border:none; width:8px; height:9px; float:none; border-style:none; }\r
-p.whs4 { text-align:center; }\r
-img_whs5 { border:none; border-style:none; width:450px; height:340px; float:none; }\r
-p.whs6 { text-align:center; font-size:8pt; }\r
-ul.whs7 { list-style:disc; }\r
-ul.whs8 { list-style:inside circle; }\r
-img_whs9 { border:none; border-style:none; width:150px; height:106px; float:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Navigation within the scene\nSalome-Visu preferences");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Salome-Visu preferences</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> The VISU preferences are modified as follow:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="circle" class="whs2">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Post-pro ► \r
- Navigation ► Pointer</B></span> <img src="purple_right_sm.jpg" x-maintain-ratio="TRUE" width="8px" height="9px" border="0" class="img_whs3"> <span style="font-style: italic;"><I>Displays \r
- a dialog to configure the pointer to use.</I></span></p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs4"><img src="image61.gif" x-maintain-ratio="FALSE" width="450px" height="340px" border="0" class="img_whs5"></p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<p align="center" class="whs6">Fig. 42 : Navigation pointers configuration dialog</p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Mouse:</B></span> \r
- allows defining type of navigation provided by the mouse.</p></li>\r
- \r
- <ul type="circle" class="whs8">\r
- \r
- <li class=kadov-p><p>Salome Standard (default)</p></li>\r
- \r
- <li class=kadov-p><p>Keyboard free</p></li>\r
- </ul>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Keyboard:</B></span> \r
- defines the value of the increment applied when user uses keyboard keys \r
- to navigate within the 3D scene. Only one value is defined for all kind \r
- of movement.</p></li>\r
- \r
- <ul type="circle" class="whs2">\r
- \r
- <li class=kadov-p><p>Translation (panning): value understood in \r
- millimetres.</p></li>\r
- \r
- <li class=kadov-p><p>Rotation: value understood in degrees.</p></li>\r
- \r
- <li class=kadov-p><p>Zoom: value understood in millimetres (focal \r
- distance).</p></li>\r
- </ul>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Spacemouse:</B></span> \r
- defines buttons for:</p></li>\r
- \r
- <ul type="circle" class="whs2">\r
- \r
- <li class=kadov-p><p>Changing the speed increment when keyboard \r
- navigation is used</p></li>\r
- \r
- <li class=kadov-p><p>Changing the Gauss points magnification</p></li>\r
- \r
- <li class=kadov-p><p>Filter the spacemouse movement (dominant or \r
- combined)</p></li>\r
- </ul>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p>Choose<span style="font-weight: bold;"><B> Post-pro ► Navigation \r
- ► Camera movement </B></span> <img src="purple_right_sm.jpg" x-maintain-ratio="TRUE" width="8px" height="9px" border="0" class="img_whs3"> <span style="font-style: italic;"><I>Displays \r
- a dialog to customize the displacement between 2 cameras.</I></span></p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs4"><img src="image62.gif" x-maintain-ratio="FALSE" width="150px" height="106px" border="0" class="img_whs9"></p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<p align="center" class="whs6">Fig. 43 : Camera movement configuration dialog</p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<ul type="disc" class="whs7">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Angular step:</B></span> \r
- allows user to define the angular step (in degree \96 2 by default) used \r
- to compute the number of intermediary positions for the camera during \r
- a move (this number of intermediary positions corresponds to the parameter \r
- to give to vtkRenderWindowInteractor::FlyTo() VTK function).</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Salome-Visu preferences picking</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-img_whs2 { border:none; width:8px; height:9px; float:none; border-style:none; }\r
-p.whs3 { font-style:normal; x-text-underline:normal; text-decoration:underline; }\r
-ul.whs4 { list-style:disc; }\r
-p.whs5 { text-align:center; }\r
-img_whs6 { border:none; width:207px; height:192px; border-style:none; }\r
-p.whs7 { text-align:center; font-size:8pt; }\r
-img_whs8 { border:none; width:300px; height:392px; float:none; border-style:none; }\r
-ul.whs9 { list-style:circle; }\r
-p.whs10 { font-style:italic; }\r
-p.whs11 { margin-left:40px; font-style:italic; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Picking\nSalome-Visu preferences");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Salome-Visu preferences</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> The \91<span style="font-weight: bold;"><B>Preferences</B></span>\91 \r
- menu of VISU is modified as follow:</p>\r
-\r
-<p> </p>\r
-\r
-<p>Choose <span style="font-weight: bold;"><B>Post-pro ► Gauss Points \r
- ► Picking</B></span> <img src="purple_right_sm.jpg" x-maintain-ratio="TRUE" width="8px" height="9px" border="0" class="img_whs2"> <span style="font-style: italic;"><I>Displays \r
- a dialog to customize the picking parameters.</I></span></p>\r
-\r
-<p> </p>\r
-\r
-<p class="whs3">Description \r
- of the dialog and associated parameters:</p>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs4">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Height of the \r
- pyramid:</B></span> define the length of each of the 6 pyramids of the cursor. \r
- The cursor is dynamically generated so that apexes of each pyramid touch \r
- the point sprite boundary, and height of pyramid is fixed.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs5"><img src="image69.gif" width="207px" height="192px" border="0" class="img_whs6"></p>\r
-\r
-<p align="center" class="whs5"> </p>\r
-\r
-<p align="center" class="whs7">Fig. 49 : Definition of the picking cursor \91height\92 parameter</p>\r
-\r
-<p align="center" class="whs5"> </p>\r
-\r
-<p align="center" class="whs5"><img src="image70.gif" x-maintain-ratio="FALSE" width="300px" height="392px" border="0" class="img_whs8"></p>\r
-\r
-<p align="center" class="whs7"> </p>\r
-\r
-<p align="center" class="whs7">Fig. 50 : Picking configuration dialog</p>\r
-\r
-<p align="center" class="whs5"> </p>\r
-\r
-<ul type="disc" class="whs4">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Information window:</B></span> \r
- allows defining the<span style="font-weight: bold;"><B> transparency</B></span> \r
- (from 0% = opaque to 100% = transparent) and <span style="font-weight: bold;"><B>position</B></span> \r
- of the windows. Possible values for position are:</p></li>\r
- \r
- <ul type="circle" class="whs9">\r
- \r
- <li class=kadov-p><p>Centred below the point</p></li>\r
- \r
- <li class=kadov-p><p>Top-left corner of the 3D view</p></li>\r
- </ul>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs4">\r
- \r
- <li class=kadov-p><p><span style="font-weight: bold;"><B>Zoom at first \r
- selected point:</B></span> This value is used to define the focal distance \r
- at the first selected point (at the end of the movement of the camera). \r
- This value is a ratio that will be multiplied by the current zoom value.</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<ul type="disc" class="whs4">\r
- \r
- <li class=kadov-p><p class="whs10"><span style="font-weight: bold;"><B>Picking \r
- optimisation:</B></span> This section will be implemented only if the implementation \r
- of the picking function is based on <span style="font-weight: bold;"><B>vtkPointLocator</B></span> \r
- functions. No parameters are needed if implementation is based on <span \r
- style="font-weight: bold;"><B>vtkPointPicker</B></span>. (see <a href="picking_general.htm">Picking</a> \r
- for more details).</p></li>\r
-</ul>\r
-\r
-<p> </p>\r
-\r
-<p class="whs11">Both parameters are used \r
- to customize the data structure of the searching underlying functionality.</p>\r
-\r
-<p class="whs11"> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Segmentation General</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Segmentation\nGeneral");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>General</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> In Salome, the SMESH module defines a function to inspect \r
- the mesh quality by cutting the mesh by a plane that cuts the space in \r
- 2 half-spaces.</p>\r
-\r
-<p> </p>\r
-\r
-<p>Besides, VISU does not define such a function so that the segmentation \r
- for results at Gauss points consists in defining a new behaviour.</p>\r
-\r
-<p> </p>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> <span style="font-weight: bold;"><B>Naming convention</B></span></p>\r
-\r
-<p> </p>\r
-\r
-<p>The following naming convention for segmentation cursors has been established:</p>\r
-\r
-<p> </p>\r
-\r
-<p>Simple segmentation (box) is named: \91<span style="font-weight: bold;"><B>Plane \r
- Segmentation</B></span>\92</p>\r
-\r
-<p> </p>\r
-\r
-<p>Advanced segmentation (sphere) is named: \91<span style="font-weight: bold;"><B>Sphere \r
- Segmentation</B></span>\92</p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
-\r
-<html>\r
-\r
-<head>\r
-<title>Specific additional commands for Fields items</title>\r
-<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
-<!--\r
-if (navigator.appName !="Netscape")\r
-{ document.write("<link rel='stylesheet' href='default.css'>");}\r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-img_whs1 { border:none; width:32px; height:37px; float:none; border-style:none; }\r
-p.whs2 { text-align:center; }\r
-img_whs3 { border:none; width:147px; height:193px; border-style:none; }\r
-p.whs4 { text-align:center; font-size:8pt; }\r
-table.whs5 { x-cell-content-align:top; width:73.095%; margin-left:40px; border-spacing:0px; }\r
-col.whs6 { width:24.961%; }\r
-col.whs7 { width:75.039%; }\r
-tr.whs8 { x-cell-content-align:top; }\r
-td.whs9 { width:24.961%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-p.whs10 { font-weight:bold; }\r
-td.whs11 { width:75.039%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs12 { width:24.961%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-td.whs13 { width:75.039%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-p.whs14 { font-style:italic; }\r
-p.whs15 { font-size:10pt; }\r
-p.whs16 { font-size:12pt; }\r
-p.whs17 { font-size:10pt; text-align:center; }\r
-img_whs18 { border:none; width:147px; height:158px; border-style:none; }\r
-table.whs19 { x-cell-content-align:top; width:78.059%; margin-left:40px; border-spacing:0px; }\r
-col.whs20 { width:22.929%; }\r
-col.whs21 { width:77.071%; }\r
-td.whs22 { width:22.929%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-p.whs23 { font-size:12pt; font-weight:bold; }\r
-td.whs24 { width:77.071%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
-td.whs25 { width:22.929%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-td.whs26 { width:77.071%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
-p.whs27 { font-size:8pt; }\r
-ul.whs28 { list-style:disc; }\r
--->\r
-</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
-<!--\r
-function reDo() {\r
- if (innerWidth != origWidth || innerHeight != origHeight)\r
- location.reload();\r
-}\r
-if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
-}\r
-onerror = null; \r
-//-->\r
-</script>\r
-<style type="text/css">\r
-<!--\r
-div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
--->\r
-</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- addTocInfo("Display results at Gauss points\nSpecific additional commands for Fields items");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
-\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
-\r
- if (window.setRelStartPage)\r
- {\r
- setRelStartPage("gauss_points_viewer.htm");\r
-\r
- autoSync(1);\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<h1>Specific additional commands for Fields items</h1>\r
-\r
-<p><img src="info_blue.jpg" x-maintain-ratio="TRUE" width="32px" height="37px" border="0" class="img_whs1"> In <span style="font-style: italic;"><I>Description of commands</I></span>, \r
- we introduced a number of possible actions applicable on <span style="font-weight: bold;"><B>Families</B></span> \r
- or <span style="font-weight: bold;"><B>Groups</B></span> items of the tree. When \r
- applied to a Fields presentation, 4 additional options are possible.</p>\r
-\r
-<p> </p>\r
-\r
-<p align="center" class="whs2"><img src="image81.gif" width="147px" height="193px" border="0" class="img_whs3"></p>\r
-\r
-<p align="center" class="whs2"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 27 : VISU standard fields presentation popup menu</p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="73.095%" class="whs5">\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='73.095%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
-//--></script>\r
-<col class="whs6">\r
-<col class="whs7">\r
-\r
-<tr valign="top" class="whs8">\r
-<td bgcolor="#008080" width="24.961%" class="whs9">\r
-<p class="whs10">Command</td>\r
-<td bgcolor="#008080" width="75.039%" class="whs11">\r
-<p class="whs10">Purpose</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td width="24.961%" class="whs12">\r
-<p class="whs10">Edit</td>\r
-<td width="75.039%" class="whs13">\r
-<p>Edition of presentation display mode.</p>\r
-<p><span style="font-style: italic;"><I>This option will be extended to the \r
- new Gauss point mode</I></span>.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td width="24.961%" class="whs12">\r
-<p class="whs10">Sweep</td>\r
-<td width="75.039%" class="whs13">\r
-<p>Displays a pseudo-animation of field presentation at a given time.</p>\r
-<p class="whs14">This option will <span style="font-weight: bold;"><B>not</B></span> \r
- be extended to the new Gauss point mode.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td width="24.961%" class="whs12">\r
-<p class="whs10">Selection Info</td>\r
-<td width="75.039%" class="whs13">\r
-<p>Display a dialog to analyse the value of certain data picked in the \r
- 3D view.</p>\r
-<p class="whs14">This option will be extended to the new \r
- Gauss point mode but in a different way.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td width="24.961%" class="whs12">\r
-<p class="whs10">Same As</td>\r
-<td width="75.039%" class="whs13">\r
-<p>Duplicate the presentation of the selected field at the same level of \r
- the tree</p>\r
-<p class="whs14">This option will <span style="font-weight: bold;"><B>not</B></span> \r
- be extended to the new Gauss point mode.</td></tr>\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
-//--></script>\r
-</table>\r
-\r
-<p class="whs15"> </p>\r
-\r
-<p class="whs16">In case of results at Gauss points fields, \r
- the popup will have the following items:</p>\r
-\r
-<p class="whs15"> </p>\r
-\r
-<p align="center" class="whs17"><img src="image82.gif" width="147px" height="158px" border="0" class="img_whs18"></p>\r
-\r
-<p align="center" class="whs17"> </p>\r
-\r
-<p align="center" class="whs4">Fig. 28 : Results at Gauss point popup menu</p>\r
-\r
-<p align="center" class="whs4"> </p>\r
-\r
-<table x-use-null-cells cellspacing="0" width="78.059%" class="whs19">\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='78.059%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
-//--></script>\r
-<col class="whs20">\r
-<col class="whs21">\r
-\r
-<tr valign="top" class="whs8">\r
-<td bgcolor="#008080" width="22.929%" class="whs22">\r
-<p class="whs23">Command</td>\r
-<td bgcolor="#008080" width="77.071%" class="whs24">\r
-<p class="whs10">Purpose</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td width="22.929%" class="whs25">\r
-<p class="whs10">Edit</td>\r
-<td width="77.071%" class="whs26">\r
-<p>Activate the dialog corresponding to the results at Gauss points presentation \r
- and allows user to modify current parameters.</td></tr>\r
-\r
-<tr valign="top" class="whs8">\r
-<td width="22.929%" class="whs25">\r
-<p class="whs10">Same As</td>\r
-<td width="77.071%" class="whs26">\r
-<p class="whs14">This option will be <span style="font-weight: bold;"><B>disabled \r
- in the case of results at Gauss points.</B></span></td></tr>\r
-<script language='JavaScript'><!--\r
-if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
-//--></script>\r
-</table>\r
-\r
-<p class="whs27"> </p>\r
-\r
-<ul type="disc" class="whs28">\r
- \r
- <li class=kadov-p><p class="whs16">The \91Selection Info\92 \r
- equivalent function will be described in the <a href="picking_general.htm#Selection_Info">Picking \r
- chapter</a>.</p></li>\r
-</ul>\r
-\r
-<p class="whs16"> </p>\r
-\r
-<script type="text/javascript" language="javascript1.2">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(0);\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<html>\r
-<script language="javascript1.2" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmozemu.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-if(gbIE4||gbNav61)\r
-{\r
- document.write("<body></body>");\r
-}\r
-else\r
-{\r
- document.write("<frameset rows=\"100%,*\"><frame name=\"data_frm\" src=\"about:blank\"><frame name=\"dumb_frm\" src=\"about:blank\"></frameset>");\r
-}\r
-var gCSHFileName="whcshdata.htm";\r
-\r
-var gHomePage="gauss_points_viewer.htm";\r
-var gaProj=new Array();\r
-gaProj[0]=new Object();\r
-gaProj[0].sProjPath=_replaceSlash(_getPath(document.location.href));\r
-gaProj[0].nLoadState=0;\r
-var gCurrent=0;\r
-\r
-var gsTopicURL="";\r
-var gnCurProj=0;\r
-var gnCommand=-1;\r
-var CMD_SHOWTOC=1;\r
-var CMD_SHOWINDEX=2;\r
-var CMD_SHOWSEARCH=3;\r
-var CMD_SHOWGLOSSARY=4;\r
-var CMD_SHOWNONE=0;\r
-\r
-var RHWO_LOCATION=0x01; /*need location bar?*/\r
-var RHWO_MENUBAR=0x02; /*need menubar?*/ \r
-var RHWO_RESIZABLE=0x04; /*resizable window?*/\r
-var RHWO_TOOLBAR=0x08; /*need toolbar?*/\r
-var RHWO_STATUS=0x10; /*need statusbar?*/\r
-var RHWO_SCROLLBARS=0x20; /*need scrollbars?*/\r
-\r
-var gsStr="";\r
-var gnId=-1;\r
-var gsWindow="";\r
-var gsJava="false";\r
-var gbUseStr=false;\r
-var gbURLReady=false;\r
-var goWnd=new Object();\r
-goWnd.sName="whCshDefault";\r
-goWnd.nBOptions=RHWO_RESIZABLE|RHWO_SCROLLBARS;\r
-goWnd.sBLeft="49%";\r
-goWnd.sBTop="0";\r
-goWnd.sBWidth="49%";\r
-goWnd.sBHeight="49%";\r
-goWnd.nPanes=1;\r
-var goFullWnd=new Object();\r
-goFullWnd.sName="whDefault";\r
-goFullWnd.nBOptions=RHWO_RESIZABLE|RHWO_SCROLLBARS;\r
-goFullWnd.sBLeft="20%";\r
-goFullWnd.sBTop="0";\r
-goFullWnd.sBWidth="79%";\r
-goFullWnd.sBHeight="79%";\r
-goFullWnd.nPanes=2;\r
-\r
-var goNewWnd=null;\r
-var gbLoadWnd=false;\r
-var gsURL="";\r
-\r
-function showCSH(sParam)\r
-{\r
- //id=\r
- //str=\r
- //url=\r
- //cmd=\r
- //with the format #<a=xxx>>b=xxx>>c=xxx...\r
- parseParam(sParam);\r
- SwitchURL();\r
-}\r
-\r
-function IsWndReady()\r
-{\r
- if(gaProj[0].nLoadState==0)\r
- {\r
- var sCshFile=_getFullPath(gaProj[0].sProjPath,gCSHFileName);\r
- gaProj[0].nLoadState=1;\r
- setTimeout("loadFail("+0+");",3000);\r
- loadDataCsh(sCshFile);\r
- gbLoadWnd=true;\r
- return false;\r
- }\r
- else\r
- return true;\r
-}\r
-\r
-function SwitchURL()\r
-{\r
- if(gbURLReady)\r
- {\r
- var sURL="";\r
- var oWnd=null;\r
- if(gsTopicURL)\r
- {\r
- sURL=_getPath(document.location.href)+gHomePage+"#"+gsTopicURL;\r
- oWnd=goWnd;\r
- }\r
- else\r
- {\r
- if(gnCommand!=-1)\r
- sURL=_getPath(document.location.href)+gHomePage+"#>>cmd="+gnCommand;\r
- else\r
- sURL=_getPath(document.location.href)+gHomePage;\r
- oWnd=goFullWnd;\r
- }\r
- if(gsWindow)\r
- {\r
- if(!IsWndReady())\r
- return false;\r
- if(gaProj[gnCurProj].aWnd)\r
- {\r
- var aWnd=gaProj[gnCurProj].aWnd;\r
- var bFound=false;\r
- for(var i=0;i<aWnd.length;i++)\r
- {\r
- if(aWnd[i].sName.toLowerCase()==gsWindow.toLowerCase())\r
- {\r
- oWnd=aWnd[i];\r
- bFound=true;\r
- break;\r
- }\r
- }\r
- if(!bFound&&gnCurProj!=0)\r
- {\r
- var aWnd=gaProj[0].aWnd;\r
- for(var j=0;j<aWnd.length;j++)\r
- {\r
- if(aWnd[j].sName.toLowerCase()==gsWindow.toLowerCase())\r
- {\r
- oWnd=aWnd[j];\r
- break;\r
- }\r
- }\r
- }\r
- }\r
- }\r
-\r
- if(sURL&&oWnd)\r
- {\r
- strURLOpt="";\r
- if(oWnd.sCaption)\r
- strURLOpt+=">>cap="+oWnd.sCaption;\r
- if(oWnd.nPanes==1)\r
- strURLOpt+=">>pan="+oWnd.nPanes;\r
- else if(oWnd.nPanes==2)\r
- {\r
- strURLOpt+=">>pan="+oWnd.nPanes;\r
- if(oWnd.nPOptions)\r
- strURLOpt+=">>pot="+oWnd.nPOptions;\r
- if(oWnd.sPButtons)\r
- strURLOpt+=">>pbs="+oWnd.sPButtons;\r
- if(oWnd.sPDefBtn)\r
- strURLOpt+=">>pdb="+oWnd.sPDefBtn;\r
- }\r
- if(strURLOpt)\r
- {\r
- if(sURL.indexOf("#")==-1)\r
- sURL+="#";\r
- sURL+=strURLOpt;\r
- }\r
- if(gsJava=="false")\r
- {\r
- var strOpt=getBrowserOptionString(oWnd);\r
- var sNewName=convertWindowName(oWnd.sName);\r
- if(gbNav4)\r
- {\r
- if (gbNav6)\r
- {\r
- gsURL = sURL;\r
- goNewWnd=window.open("about:blank",sNewName,strOpt);\r
- setTimeout("postWindowNSOpen();",100);\r
- }\r
- else\r
- {\r
- window.open("about:blank",sNewName,strOpt);\r
- var oNewWnd=window.open(sURL,sNewName);\r
- window.close();\r
- oNewWnd.focus();\r
- }\r
- }\r
- else\r
- {\r
- if(gbIE5)\r
- {\r
- window.open("about:blank",sNewName,strOpt);\r
- goNewWnd=window.open(sURL,sNewName);\r
- }\r
- else\r
- {\r
- gsURL = sURL; // IE4 had hard time to handle bookmark.\r
- goNewWnd=window.open("about:blank",sNewName,strOpt);\r
- }\r
- setTimeout("postWindowOpen();",100);\r
- }\r
- }\r
- else\r
- document.location=sURL;\r
- }\r
- }\r
-}\r
-\r
-function convertWindowName(strName)\r
-{\r
- var strNewName = strName;\r
- var strResultName = "";\r
- var re=new RegExp("_","g");\r
- strNewName = strName.replace(re,"__");\r
- for (var i=0;i<strNewName.length;i++)\r
- if (!(strNewName[i] == '_' ||\r
- (strNewName[i] <= '9' && strNewName[i] >= '0') ||\r
- (strNewName[i] <= 'z' && strNewName[i] >= 'a') ||\r
- (strNewName[i] <= 'Z' && strNewName[i] >= 'A')))\r
- {\r
- strResultName += "_" + strNewName.charCodeAt(i);\r
- }\r
- else\r
- strResultName += strNewName[i];\r
- return strResultName;\r
-}\r
-\r
-function postWindowNSOpen()\r
-{\r
- if(goNewWnd)\r
- {\r
- if (gsURL)\r
- goNewWnd.document.location.href=gsURL;\r
- window.close();\r
- goNewWnd.focus();\r
- }\r
-}\r
-\r
-function postWindowOpen()\r
-{\r
- if(goNewWnd)\r
- {\r
- if (gsURL&&!gbIE5&&gbIE4)\r
- goNewWnd.document.location.href=gsURL;\r
- goNewWnd.focus();\r
- }\r
-}\r
-\r
-function parseParam(sParam)\r
-{\r
- if(sParam)\r
- {\r
- var nBPos=0;\r
- do\r
- {\r
- var nPos=sParam.indexOf(">>",nBPos);\r
- if(nPos!=-1)\r
- {\r
- if(nPos>0)\r
- {\r
- var sPart=sParam.substring(nBPos,nPos);\r
- parsePart(sPart);\r
- }\r
- nBPos=nPos+2;\r
- }\r
- else\r
- {\r
- var sPart=sParam.substring(nBPos);\r
- parsePart(sPart);\r
- break;\r
- }\r
- }while(nBPos<sParam.length);\r
- }\r
-}\r
-\r
-function parsePart(sPart)\r
-{\r
- if(sPart.toLowerCase().indexOf("id=")==0)\r
- {\r
- fetchURLById(sPart.substring(3));\r
- gbURLReady=false;\r
- }\r
- else if(sPart.toLowerCase().indexOf("str=")==0)\r
- {\r
- fetchURLByStr(sPart.substring(4));\r
- gbURLReady=false;\r
- }\r
- else if(sPart.toLowerCase().indexOf("url=")==0)\r
- {\r
- gsTopicURL=sPart.substring(4);\r
- gbURLReady=true;\r
- }\r
- else if(sPart.toLowerCase().indexOf("cmd=")==0)\r
- {\r
- var sCmd=sPart.substring(4);\r
- if(sCmd.toLowerCase()=="toc")\r
- {\r
- gnCommand=CMD_SHOWTOC;\r
- }\r
- else if(sCmd.toLowerCase()=="idx")\r
- {\r
- gnCommand=CMD_SHOWINDEX;\r
- }\r
- else if(sCmd.toLowerCase()=="fts")\r
- {\r
- gnCommand=CMD_SHOWSEARCH;\r
- }\r
- else if(sCmd.toLowerCase()=="glo")\r
- {\r
- gnCommand=CMD_SHOWGLOSSARY;\r
- }\r
- else if(sCmd.toLowerCase()=="none")\r
- {\r
- gnCommand=CMD_SHOWNONE;\r
- }\r
- gbURLReady=true;\r
- }\r
- else if(sPart.toLowerCase().indexOf("wnd=")==0)\r
- {\r
- gsWindow=_browserStringToText(sPart.substring(4));\r
- }\r
- else if(sPart.toLowerCase().indexOf("java=")==0)\r
- {\r
- gsJava=sPart.substring(5);\r
- }\r
-}\r
-\r
-function fetchURLById(sId)\r
-{\r
- var nId=parseInt(sId);\r
- gsTopicURL="";\r
- fetchURL("",nId,false);\r
-}\r
-\r
-function fetchURLByStr(sStr)\r
-{\r
- gsTopicURL="";\r
- fetchURL(sStr,0,true);\r
-}\r
-\r
-function fetchURL(sStr,nId,bUseStr)\r
-{\r
- var bNeedLoad=false;\r
- var bFound=false;\r
- for(var i=0;i<gaProj.length;i++)\r
- {\r
- if(gaProj[i].nLoadState==3)\r
- {\r
- if(gaProj[i].aCsh)\r
- {\r
- for(var j=0;j<gaProj[i].aCsh.length;j++)\r
- {\r
- var sTopicURL="";\r
- if(bUseStr)\r
- {\r
- if(gaProj[i].aCsh[j].strAliasId.toLowerCase()==sStr.toLowerCase())\r
- sTopicURL=gaProj[i].aCsh[j].strUrl;\r
- }\r
- else\r
- {\r
- if(gaProj[i].aCsh[j].nTopicNum==nId)\r
- sTopicURL=gaProj[i].aCsh[j].strUrl;\r
- }\r
- if(sTopicURL)\r
- {\r
- if(i!=0)\r
- {\r
- gnCurProj=i;\r
- if(gaProj[i].sProjPath.indexOf(gaProj[0].sProjPath)==0)\r
- {\r
- var sRelPath=gaProj[i].sProjPath.substring(gaProj[0].sProjPath.length);\r
- gsTopicURL=sRelPath+sTopicURL;\r
- }\r
- else\r
- gsTopicURL=gaProj[i].sProjPath+sTopicURL;\r
- }\r
- else\r
- gsTopicURL=sTopicURL;\r
- bFound=true;\r
- break;\r
- }\r
- }\r
- }\r
- \r
- }\r
- else if(gaProj[i].nLoadState==0)\r
- {\r
- gsStr=sStr;\r
- gnId=nId;\r
- gbUseStr=bUseStr;\r
- var sCshFile=_getFullPath(gaProj[i].sProjPath,gCSHFileName);\r
- gaProj[i].nLoadState=1;\r
- setTimeout("loadFail("+i+");",3000);\r
- loadDataCsh(sCshFile);\r
- bNeedLoad=true;\r
- }\r
- if(bFound||bNeedLoad)\r
- break;\r
- }\r
- if(!bNeedLoad)\r
- {\r
- gbURLReady=true;\r
- SwitchURL();\r
- }\r
-}\r
-\r
-function loadDataCsh(sFile)\r
-{\r
- if(gbIE4||gbNav61)\r
- loadData(sFile);\r
- else\r
- {\r
- window.frames[0].location=sFile;\r
- }\r
-}\r
-\r
-function loadFail(nProj)\r
-{\r
- if(gaProj[nProj].nLoadState==1)\r
- {\r
- gaProj[nProj].nLoadState=2;\r
- if(!gbLoadWnd)\r
- fetchURL(gsStr,gnId,gbUseStr);\r
- else\r
- SwitchURL();\r
- }\r
-}\r
-\r
-function putCshData(strProj,aCsh,aWnd,aRmtProj)\r
-{\r
- if(strProj)\r
- {\r
- strProj=_replaceSlash(strProj);\r
- if(strProj.lastIndexOf("/")!=strProj.length-1)\r
- strProj+="/";\r
- for(var i=0;i<gaProj.length;i++)\r
- {\r
- if(gaProj[i].sProjPath)\r
- {\r
- if(isSamePath(gaProj[i].sProjPath,strProj))\r
- {\r
- gaProj[i].nLoadState=3;\r
- gaProj[i].aCsh=aCsh;\r
- gaProj[i].aWnd=aWnd;\r
- break;\r
- }\r
- }\r
- }\r
- if(aRmtProj&&aRmtProj.length)\r
- {\r
- for(var j=0;j<aRmtProj.length;j++)\r
- {\r
- var strRPath=_getFullPath(strProj,aRmtProj[j]);\r
- var bFound=false;\r
- for (var k=0;k<gaProj.length;k++)\r
- {\r
- if(gaProj[k].sProjPath)\r
- {\r
- if(isSamePath(gaProj[k].sProjPath,strRPath))\r
- {\r
- bFound=true;\r
- break;\r
- }\r
- }\r
- }\r
- if(!bFound)\r
- {\r
- var len=gaProj.length;\r
- gaProj[len]=new Object();\r
- gaProj[len].sProjPath=strRPath;\r
- gaProj[len].nLoadState=0;\r
- }\r
- }\r
- }\r
- if(!gbLoadWnd)\r
- fetchURL(gsStr,gnId,gbUseStr);\r
- else\r
- SwitchURL();\r
- \r
- }\r
-}\r
-\r
-function isSamePath(strPath1,strPath2)\r
-{\r
- return strPath1.toLowerCase()==strPath2.toLowerCase();\r
-}\r
-\r
-function getRelHomePage(strLocation)\r
-{\r
- var strCurPPath=_getPath(strLocation);\r
- var strOriPPath=_getPath(getHomePage());\r
- var strRelPath=_getRelativeFileName(strOriPPath,strCurPPath);\r
- var strURL=getHomePage()+"#"+strRelPath;\r
- return strURL;\r
-}\r
-\r
-function getHomePage()\r
-{\r
- var strHomePage;\r
- var strTmp=location.toString();\r
- var nPos=strTmp.indexOf("#");\r
- if(nPos!=-1)\r
- {\r
- strHomePage=strTmp.substring(0,nPos);\r
- }\r
- else\r
- {\r
- strHomePage=strTmp;\r
- }\r
- return strHomePage;\r
-}\r
-\r
-function getBrowserOptionString(oWnd)\r
-{\r
- var strOpts="";\r
- if(oWnd.bUseDefault)\r
- return strOpts;\r
- if(oWnd.nBOptions&RHWO_LOCATION)\r
- strOpts+="location=yes";\r
- else\r
- strOpts+="location=no";\r
- if(oWnd.nBOptions&RHWO_TOOLBAR)\r
- strOpts+=",toolbar=yes"; \r
- else\r
- strOpts+=",toolbar=no"; \r
- if(oWnd.nBOptions&RHWO_MENUBAR)\r
- strOpts+=",menubar=yes"; \r
- else\r
- strOpts+=",menubar=no";\r
- if(oWnd.nBOptions&RHWO_STATUS)\r
- strOpts+=",status=yes"; \r
- else\r
- strOpts+=",status=no"; \r
- if(oWnd.nBOptions&RHWO_SCROLLBARS)\r
- strOpts+=",scrollbars=yes";\r
- else\r
- strOpts+=",scrollbars=no"; \r
- if(oWnd.nBOptions&RHWO_RESIZABLE)\r
- strOpts+=",resizable=yes";\r
- else\r
- strOpts+=",resizable=no";\r
- if(oWnd.sBTop)\r
- {\r
- var nTop=getSValue(oWnd.sBTop,screen.height);\r
- strOpts+=",top="+nTop;\r
- strOpts+=",screenY="+nTop;\r
- }\r
- if(oWnd.sBLeft)\r
- {\r
- var nLeft=getSValue(oWnd.sBLeft,screen.width);\r
- strOpts+=",left="+nLeft;\r
- strOpts+=",screenX="+nLeft;\r
- }\r
- if(oWnd.sBWidth)\r
- {\r
- var nWidth=getSValue(oWnd.sBWidth,screen.width);\r
- strOpts+=",width="+nWidth;\r
- strOpts+=",outerWidth="+nWidth;\r
- }\r
- if(oWnd.sBHeight)\r
- {\r
- var nHeight=getSValue(oWnd.sBHeight,screen.height);\r
- strOpts+=",height="+nHeight;\r
- strOpts+=",outerHeight="+nHeight;\r
- }\r
- return strOpts;\r
-}\r
-\r
-function getSValue(sValue,nLength)\r
-{\r
- var nValue=0;\r
- var nPos=sValue.indexOf("%");\r
- if(nPos!=-1)\r
- {\r
- if(nPos>0)\r
- {\r
- var nPart=parseInt(sValue.substring(0,nPos));\r
- nValue=nLength*nPart/100;\r
- }\r
- }\r
- else\r
- nValue=parseInt(sValue);\r
- return nValue;\r
-}\r
-\r
-\r
-window.onload=window_OnLoad;\r
-\r
-function window_OnLoad()\r
-{\r
- if(document.location.hash.length>0)\r
- {\r
- showCSH(document.location.hash.substring(1));\r
- }\r
-\r
- if(gsJava=="false")\r
- window.moveTo(screen.width,screen.height);\r
-}\r
-//-->\r
-</script>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>Gauss Points Viewer</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="javascript1.2" src="whver.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="JavaScript">\r
-<!--\r
-var gaCsh=new Array();\r
-\r
-var gaWindow=new Array();\r
-\r
-var gaRmtProj=new Array();\r
-\r
-var gsProjPath=_getPath(document.location.href);\r
-\r
-function CshEntityItem(strAliasId,nTopicNum,strUrl)\r
-{\r
- this.strAliasId=strAliasId;\r
- this.nTopicNum=nTopicNum;\r
- this.strUrl=strUrl;\r
-}\r
-\r
-function CshWindow(sWName,bBUseDefault,nWBOptions,sWBLeft,sWBTop,sWBWidth,sWBHeight,sWCaption,nWPanes,nWPOptions,sWPButtons,sWPDefBtn)\r
-{\r
- this.sName=sWName;\r
- this.bUseDefault=bBUseDefault;\r
- if(!this.bUseDefault)\r
- {\r
- this.nBOptions=nWBOptions;\r
- this.sBLeft=sWBLeft;\r
- this.sBTop=sWBTop;\r
- this.sBWidth=sWBWidth;\r
- this.sBHeight=sWBHeight;\r
- }\r
- this.sCaption=sWCaption;\r
- this.nPanes=nWPanes;\r
- if(this.nPanes==2)\r
- {\r
- this.nPOptions=nWPOptions;\r
- this.sPButtons=sWPButtons;\r
- this.sPDefBtn=sWPDefBtn;\r
- }\r
-}\r
-\r
-function addRemoteProject(sPath)\r
-{\r
- if(sPath.length!=0)\r
- {\r
- if(sPath.lastIndexOf("/")!=sPath.length-1)\r
- sPath+="/";\r
- gaRmtProj[gaRmtProj.length]=sPath; \r
- }\r
-}\r
-\r
-//Set Context-sensitive help entity...\r
-function SetCsh(n,strAliasId,nTopicNum,strUrl)\r
-{\r
- gaCsh[n]=new CshEntityItem(strAliasId,nTopicNum,strUrl);\r
-}\r
-\r
-function addWindow(sWName,bBUseDefault,nWBOptions,sWBLeft,sWBTop,sWBWidth,sWBHeight,sWCaption,nWPanes,nWPOptions,sWPButtons,sWPDefBtn)\r
-{\r
- gaWindow[gaWindow.length]=new CshWindow(sWName,bBUseDefault,nWBOptions,sWBLeft,sWBTop,sWBWidth,sWBHeight,sWCaption,nWPanes,nWPOptions,sWPButtons,sWPDefBtn);\r
-}\r
-\r
-\r
-addWindow("NewWindow",true,0,"","","","","NewWindow",2,2,"toc|ndx|nls|gls","toc");\r
-\r
-\r
-\r
-window.onload=window_OnLoad;\r
-\r
-function window_OnLoad()\r
-{\r
- if(parent&&parent!=this&&parent.putCshData)\r
- {\r
- parent.putCshData(gsProjPath,gaCsh,gaWindow,gaRmtProj);\r
- }\r
-}\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-// WebHelp 5.10.001\r
-var gTEA = new Array();\r
-function aTE(sTopicTitle, sTopicURL)\r
-{\r
- var len = gTEA.length;\r
- gTEA[len] = new topicEntry(sTopicTitle, sTopicURL);\r
-}\r
-\r
-function topicEntry(sTopicTitle, sTopicURL)\r
-{\r
- this.sTopicTitle = sTopicTitle;\r
- this.sTopicURL = sTopicURL;\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if (parent && parent != this) {\r
- if (parent.putFtsTData) \r
- {\r
- parent.putFtsTData(gTEA);\r
- }\r
- }\r
-}\r
-\r
-window.onload = window_OnLoad;
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="javascript" src="whftdata.js"></script>\r
-<script language="javascript">\r
-<!--\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-aTE("Activation of commands display results","activation_of_commands_display_results.htm");\r
-aTE("Animation function","animation_function.htm");\r
-aTE("Cameras","cameras.htm");\r
-aTE("Command Activation","command_activation.htm");\r
-aTE("Command Activation in Display Meshes","command_activation_in_display_meshes.htm");\r
-aTE("Command Activation picking","command_activation_picking.htm");\r
-aTE("Command Activation Segmentation","command_activation_segmentation.htm");\r
-aTE("Command activation timestamps animation","command_activation_timestamps_animation.htm");\r
-aTE("Command deactivation","command_deactivation.htm");\r
-aTE("Command Description in Display Meshes","command_description_in_display_meshes.htm");\r
-aTE("Command description segmentation","command_description_segmentation.htm");\r
-aTE("Command description timestamps animation","command_description_timestamps_animation.htm");\r
-aTE("Command Result","command_result.htm");\r
-aTE("Description of commands display results","description_of_commands_display_results.htm");\r
-aTE("Description of the picking functionality","description_of_the_picking_functionality.htm");\r
-aTE("Display Meshes General","display_meshes_general.htm");\r
-aTE("Display results at Gauss Points_General","display_results_at_gauss_points_general.htm");\r
-aTE("Data Loading General","general.htm");\r
-aTE("General Navigation within the scene","general_navigation_within_the_scene.htm");\r
-aTE("General Storage of produced data","general_storage_of_produced_data.htm");\r
-aTE("General timestamps animation","general_timestamps_animation.htm");\r
-aTE("Introduction","index.htm");\r
-aTE("Loading of previously saved data","loading_of_previously_saved_data.htm");\r
-aTE("Making an AVI clip","making_an_avi_clip.htm");\r
-aTE("Managing configurations","managing_configurations.htm");\r
-aTE("Navigation using the keyboard","navigation_using_the_keyboard.htm");\r
-aTE("Navigation using the mouse","navigation_using_the_mouse.htm");\r
-aTE("Navigation using the spacemouse","navigation_using_the_spacemouse.htm");\r
-aTE("Picking General","picking_general.htm");\r
-aTE("SALOME-VISU preferences display results","salome-visu_preferences_display_results.htm");\r
-aTE("SALOME-VISU preferences","salome_visu_preferences.htm");\r
-aTE("Salome-Visu preferences Navigation within the scene","salome_visu_preferences_navigation_within_the_scene.htm");\r
-aTE("Salome-Visu preferences picking","salome_visu_preferences_picking.htm");\r
-aTE("Segmentation General","segmentation_general.htm");\r
-aTE("Specific additional commands for Fields items","specific_additional_commands_for_fields_items.htm");\r
-\r
-//-->\r
-</script>\r
-</html>\r
+++ /dev/null
-<html>\r
-<head>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="javascript" src="whfts.js"></script>\r
-<script language="javascript">\r
-<!--\r
-iWM("0","detection","whfwdata0.htm");\r
-iWM("development","nb","whfwdata1.htm");\r
-iWM("nbrfac","task","whfwdata2.htm");\r
-iWM("technical","zoom","whfwdata3.htm");\r
-\r
-iTM(0,34,"whftdata0.htm");\r
-\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.001\r
-var gaFileMapping = new Array();\r
-var gaFileTopicMapping = new Array();\r
-\r
-function fileMapping(sStartKey, sEndKey, sFileName)\r
-{\r
- this.sStartKey = sStartKey;\r
- this.sEndKey = sEndKey;\r
- this.sFileName = sFileName;\r
- this.aFtsKeys = null;\r
-}\r
-\r
-function fileTopicMapping(nIdBegin, nIdEnd, sFileName)\r
-{\r
- this.nBegin = nIdBegin;\r
- this.nEnd = nIdEnd;\r
- this.sFileName = sFileName;\r
- this.aTopics = null;\r
-}\r
-\r
-\r
-function iWM(sStartKey, sEndKey, sFileName)\r
-{\r
- gaFileMapping[gaFileMapping.length] = new fileMapping(sStartKey, sEndKey, sFileName); \r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if (parent && parent != this && parent.ftsReady)\r
- {\r
- parent.ftsReady(gaFileMapping, gaFileTopicMapping);\r
- } \r
-}\r
-\r
-function iTM(nIdBegin, nIdEnd, sFileName)\r
-{\r
- gaFileTopicMapping[gaFileTopicMapping.length] = new fileTopicMapping(nIdBegin, nIdEnd, sFileName); \r
-}\r
-\r
-window.onload = window_OnLoad;\r
+++ /dev/null
-// WebHelp 5.10.001\r
-var gWEA = new Array();\r
-function aWE()\r
-{\r
- var len = gWEA.length;\r
- gWEA[len] = new ftsEntry(aWE.arguments);\r
-}\r
-\r
-function ftsEntry(fn_arguments) \r
-{\r
- if (fn_arguments.length && fn_arguments.length >= 1) \r
- {\r
- this.sItemName = fn_arguments[0];\r
- this.aTopics = null;\r
- var nLen = fn_arguments.length;\r
- if (nLen > 1) \r
- {\r
- this.aTopics = new Array();\r
- for (var i = 0; i < nLen - 1; i ++ )\r
- {\r
- this.aTopics[i] = fn_arguments[i + 1];\r
- }\r
- }\r
- }\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if (parent && parent != this) {\r
- if (parent.putFtsWData) \r
- {\r
- parent.putFtsWData(gWEA);\r
- }\r
- }\r
-}\r
-\r
-window.onload = window_OnLoad;
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="javascript" src="whfwdata.js"></script>\r
-<script language="javascript">\r
-<!--\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-aWE("0",10,13,32);\r
-aWE("01",13);\r
-aWE("1",3,9,11,13,14,25,27);\r
-aWE("10",9,10,13,27,29);\r
-aWE("100",13,32);\r
-aWE("11",13,27);\r
-aWE("12",13);\r
-aWE("13",13);\r
-aWE("14",13);\r
-aWE("15",13);\r
-aWE("16",13);\r
-aWE("16x16",13);\r
-aWE("17",13);\r
-aWE("18",13,29);\r
-aWE("19",13);\r
-aWE("2",1,2,9,10,12,13,14,27,31,33);\r
-aWE("20",13);\r
-aWE("200",13);\r
-aWE("21",13);\r
-aWE("22",13);\r
-aWE("23",13);\r
-aWE("24",13);\r
-aWE("25",13);\r
-aWE("256",13);\r
-aWE("26",13);\r
-aWE("27",34);\r
-aWE("28",34);\r
-aWE("29",7);\r
-aWE("2d",13);\r
-aWE("3",1,9,11,13,26);\r
-aWE("30",11);\r
-aWE("31",11);\r
-aWE("32",23);\r
-aWE("33",13,23);\r
-aWE("34",26);\r
-aWE("35",27);\r
-aWE("36",27);\r
-aWE("37",2);\r
-aWE("38",2);\r
-aWE("39",24);\r
-aWE("3d",0,2,5,6,9,10,12,13,14,15,16,18,23,24,27,28,31,32,34);\r
-aWE("4",0,2,9,34);\r
-aWE("40",24);\r
-aWE("41",24);\r
-aWE("42",31);\r
-aWE("43",31);\r
-aWE("44",28);\r
-aWE("45",28);\r
-aWE("46",5,6);\r
-aWE("47",14);\r
-aWE("48",14);\r
-aWE("49",32);\r
-aWE("5",0,10,14);\r
-aWE("50",13,32);\r
-aWE("51",10);\r
-aWE("512",13);\r
-aWE("52",10);\r
-aWE("53",10);\r
-aWE("54",10);\r
-aWE("55",10);\r
-aWE("56",10);\r
-aWE("57",10);\r
-aWE("58",10);\r
-aWE("59",10);\r
-aWE("6",0,13,27,32);\r
-aWE("60",10);\r
-aWE("61",19);\r
-aWE("62",19);\r
-aWE("63",22);\r
-aWE("7",0);\r
-aWE("8",13);\r
-aWE("9",13);\r
-aWE("ability",10);\r
-aWE("abl",24);\r
-aWE("abscissa",13);\r
-aWE("absolut",13);\r
-aWE("acceptabl",13);\r
-aWE("acces",16,19,30);\r
-aWE("accessibl",0,2,3,4,15);\r
-aWE("accord",2,10,13,24,27);\r
-aWE("act",5,6,11);\r
-aWE("action",4,9,24,25,26,27,28,34);\r
-aWE("activ",5,6,10,13,14,23,24,25,27);\r
-aWE("activat",2,5,6,7,9,10,13,23,24,28,34);\r
-aWE("activation",0,3,4,5,6,7,8);\r
-aWE("actor",28);\r
-aWE("ad",0,5,6,10,16,24,27,29);\r
-aWE("adapt",14);\r
-aWE("adaptabl",13);\r
-aWE("addition",9,10,14);\r
-aWE("additional",30,29,34);\r
-aWE("adjust",10);\r
-aWE("advanc",1,33);\r
-aWE("affect",9,24);\r
-aWE("algorithm",0);\r
-aWE("allow",1,2,3,9,11,13,15,16,19,24,28,31,32,34);\r
-aWE("alon",9);\r
-aWE("along",10);\r
-aWE("alpha",13);\r
-aWE("already",4,9,11,17,13,14,24);\r
-aWE("amplify",13);\r
-aWE("analys",14,34);\r
-aWE("angular",2,31);\r
-aWE("animat",11);\r
-aWE("animation",1,7,11,20,23,34);\r
-aWE("anoth",2,5,6,11,14,18,24,28);\r
-aWE("any",2,8,23,25,26,27,28);\r
-aWE("anyway",0);\r
-aWE("ap",2,9,13,24);\r
-aWE("apex",32);\r
-aWE("appli",0,4,9,10,13,31,34);\r
-aWE("applicabl",10,13,14,29,34);\r
-aWE("application",9);\r
-aWE("apply",24);\r
-aWE("area",11,28);\r
-aWE("around",10);\r
-aWE("array",28);\r
-aWE("assign",0);\r
-aWE("associat",12,13,32);\r
-aWE("attribut",2,5,6,24);\r
-aWE("auto",13);\r
-aWE("automatic",24);\r
-aWE("automatical",10,14,19);\r
-aWE("availabl",10,11,13,23,27,28);\r
-aWE("averag",13);\r
-aWE("avi",23);\r
-aWE("axi",10,27);\r
-aWE("axo",2);\r
-aWE("back",2,10);\r
-aWE("background",23);\r
-aWE("backward",11,27);\r
-aWE("bar",0,4,5,6,8,10,13,14,15,16,19,22,28,29);\r
-aWE("bas",9,27,32);\r
-aWE("be",14);\r
-aWE("becom",14);\r
-aWE("behavior",2);\r
-aWE("behaviour",2,5,9,17,13,16,19,20,28,30,33);\r
-aWE("below",10,27,32);\r
-aWE("besid",13,33);\r
-aWE("bicolor",13);\r
-aWE("big",13,30);\r
-aWE("bitmap",11);\r
-aWE("black",13,14);\r
-aWE("block",13);\r
-aWE("blu",13);\r
-aWE("both",9,10,13,14,28,32);\r
-aWE("bottom",10,13);\r
-aWE("bound",10);\r
-aWE("boundari",9);\r
-aWE("boundary",10,32);\r
-aWE("box",3,6,10,13,24,28,33);\r
-aWE("brief",17,16,20);\r
-aWE("brightnes",13);\r
-aWE("brows",0,2,3,4,7,9,12,19,22,24,28);\r
-aWE("button",0,1,3,4,5,6,7,9,10,11,13,14,22,23,24,26,27,28,31);\r
-aWE("cad",10);\r
-aWE("cal",10);\r
-aWE("calculation",16);\r
-aWE("camera",2,13,14,18,19,24,31,32);\r
-aWE("cancel",0,9,10,13);\r
-aWE("cannot",13);\r
-aWE("cap",27);\r
-aWE("capabiliti",10,17);\r
-aWE("capability",16,26,27);\r
-aWE("car",2);\r
-aWE("cas",0,2,5,6,8,9,10,13,14,23,34);\r
-aWE("cel",13);\r
-aWE("cell",9,28);\r
-aWE("cent",2,14);\r
-aWE("centr",10,14,25,26,32);\r
-aWE("certain",2,10,25,34);\r
-aWE("chang",2,9,10,13,14,20,24,27,31);\r
-aWE("channel",13);\r
-aWE("chapt",10,11,34);\r
-aWE("characteristic",13);\r
-aWE("check",0,5,6,11,13,14,30);\r
-aWE("child",2,24);\r
-aWE("choic",3,9,13);\r
-aWE("choos",10,13,31,32);\r
-aWE("chosen",13);\r
-aWE("clamp",13);\r
-aWE("clear",9,11,22);\r
-aWE("click",0,1,2,3,4,7,14,24,30);\r
-aWE("clip",23);\r
-aWE("clockwis",27);\r
-aWE("clos",9,11);\r
-aWE("co",27);\r
-aWE("code_ast",21);\r
-aWE("collaps",12);\r
-aWE("color",9,10,13,14,28);\r
-aWE("colour",13);\r
-aWE("combin",27,31);\r
-aWE("command",0,2,3,4,5,6,7,8,9,10,11,12,13,15,16,19,20,22,24,26,27,30,29,34);\r
-aWE("component",13,14);\r
-aWE("comput",0,2,4,11,13,31);\r
-aWE("computation",0,13);\r
-aWE("concern",0,2,4,21);\r
-aWE("config",24);\r
-aWE("configur",10,31);\r
-aWE("configuration",10,11,13,19,24,29,31,32);\r
-aWE("connect",5,26);\r
-aWE("connectivity",26);\r
-aWE("consid",11,16);\r
-aWE("consider",11,13);\r
-aWE("consist",2,17,33);\r
-aWE("contain",0,10);\r
-aWE("content",10,13,23);\r
-aWE("contextual",0,2,4,15,16);\r
-aWE("continu",13,23);\r
-aWE("control",10,13,23,27);\r
-aWE("convenienc",14,28);\r
-aWE("convention",26,33);\r
-aWE("coordinat",0,10,14,27);\r
-aWE("corn",32);\r
-aWE("correct",0);\r
-aWE("correspond",2,4,5,6,10,11,12,13,14,15,16,23,27,28,31,34);\r
-aWE("could",0);\r
-aWE("counterclockwis",27);\r
-aWE("creat",2,4,10,19,22,24,25);\r
-aWE("ctrl",25,26);\r
-aWE("current",0,2,4,8,9,12,13,14,16,24,27,32,34);\r
-aWE("cursor",10,13,14,19,24,32,33);\r
-aWE("customiz",13,29,31,32);\r
-aWE("cut",33);\r
-aWE("d",10);\r
-aWE("dat",1);\r
-aWE("data",0,4,12,19,21,22,28,32,34);\r
-aWE("deactivation",5,6,8);\r
-aWE("debug",0);\r
-aWE("decid",24);\r
-aWE("decreas",25,26,27);\r
-aWE("dedicat",0,13);\r
-aWE("default",4,10,13,14,26,27,30,29,31);\r
-aWE("defin",1,2,3,4,5,9,10,11,13,14,15,16,19,20,23,24,25,26,27,28,30,29,31,32,33);\r
-aWE("definition",10,13,32);\r
-aWE("deform",13);\r
-aWE("deformation",13);\r
-aWE("degre",27,31);\r
-aWE("delet",2,9,24);\r
-aWE("demand",30);\r
-aWE("depend",0,10,13);\r
-aWE("depth",10,24);\r
-aWE("describ",2,10,11,16,18,21,28,34);\r
-aWE("description",2,9,10,11,13,14,27,32,34);\r
-aWE("design",13);\r
-aWE("desktop",10);\r
-aWE("detail",32);\r
-aWE("detect",14,28);\r
-aWE("detection",14);\r
-\r
-//-->\r
-</script>\r
-</html>\r
+++ /dev/null
-<html>\r
-<head>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="javascript" src="whfwdata.js"></script>\r
-<script language="javascript">\r
-<!--\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-aWE("development",13);\r
-aWE("diagonal",10);\r
-aWE("dialog",2,3,9,10,11,13,19,22,23,24,28,29,31,32,34);\r
-aWE("diamet",10);\r
-aWE("differenc",13);\r
-aWE("different",0,10,13,14,34);\r
-aWE("dimension",13);\r
-aWE("direct",10);\r
-aWE("direction",10,24,25,26,27);\r
-aWE("directory",13,22);\r
-aWE("disabl",13,23,27,34);\r
-aWE("discus",13);\r
-aWE("disk",11,13,19);\r
-aWE("displacement",2,31);\r
-aWE("display",0,1,3,4,5,6,8,9,10,12,13,14,15,16,24,28,29,31,32,34);\r
-aWE("distanc",2,14,24,31,32);\r
-aWE("distinguish",9);\r
-aWE("divid",10,13,27);\r
-aWE("do",17,25,27,28,33);\r
-aWE("dock",10);\r
-aWE("document",19,22,24);\r
-aWE("documentation",21);\r
-aWE("dominant",27,31);\r
-aWE("don",5,6,9,13);\r
-aWE("down",2,27);\r
-aWE("drag",10);\r
-aWE("draw",9);\r
-aWE("driv",28);\r
-aWE("duplicat",34);\r
-aWE("dynamic",2,13,14,25,26,27);\r
-aWE("dynamical",13,32);\r
-aWE("e",2,9,10,12,13);\r
-aWE("edf",28);\r
-aWE("edg",9,28);\r
-aWE("edit",10,13,24,34);\r
-aWE("editabl",13);\r
-aWE("edition",10,13,24,34);\r
-aWE("effect",10,13);\r
-aWE("eith",5,6,9,12,13,28);\r
-aWE("element",0,2,4,8,9,10,14,16,24,28);\r
-aWE("els",13);\r
-aWE("embed",15);\r
-aWE("enabl",5,6);\r
-aWE("end",10,13,28,32);\r
-aWE("enhancement",17);\r
-aWE("ensur",2);\r
-aWE("entiti",0,12,15);\r
-aWE("entri",4);\r
-aWE("entry",0,2,24);\r
-aWE("environment",13);\r
-aWE("equal",10,13);\r
-aWE("equivalent",9,34);\r
-aWE("eras",5,6,8,9,10,14,24);\r
-aWE("establish",33);\r
-aWE("even",24);\r
-aWE("exampl",10);\r
-aWE("exceed",13);\r
-aWE("except",8);\r
-aWE("execut",19);\r
-aWE("exist",0,9,17,13,16,24,28);\r
-aWE("exit",8,9,10,11,13);\r
-aWE("expand",12);\r
-aWE("expect",10);\r
-aWE("expectation",28);\r
-aWE("explain",5,10,17,13,20);\r
-aWE("explanation",11,26);\r
-aWE("explod",9);\r
-aWE("extend",1,9,20,34);\r
-aWE("extension",13);\r
-aWE("extra",26);\r
-aWE("fac",13,28);\r
-aWE("factor",13);\r
-aWE("famili",0,4,9,34);\r
-aWE("far",13);\r
-aWE("featur",13);\r
-aWE("few",9,30,29);\r
-aWE("field",0,1,7,11,28,34);\r
-aWE("fig",0,2,3,5,6,7,9,10,11,12,13,14,19,22,23,24,26,27,28,29,31,32,34);\r
-aWE("figur",2);\r
-aWE("fil",0,2,3,4,11,12,13,19,22,23,30);\r
-aWE("filt",13,28,31);\r
-aWE("final",2,13);\r
-aWE("first",0,10,11,17,13,14,19,23,32);\r
-aWE("fix",13,32);\r
-aWE("flyto",31);\r
-aWE("focal",2,14,24,25,26,31,32);\r
-aWE("focu",2,14);\r
-aWE("follow",2,8,10,11,13,14,20,23,24,25,26,27,28,31,32,33,34);\r
-aWE("font",13);\r
-aWE("forth",13);\r
-aWE("forward",11,27);\r
-aWE("found",13);\r
-aWE("fram",1,9,10,11,13,20,24,26);\r
-aWE("fre",24,26,31);\r
-aWE("freedom",27);\r
-aWE("front",2,10);\r
-aWE("ful",16,28,30);\r
-aWE("full",30);\r
-aWE("function",1,8,10,13,20,28,31,32,33,34);\r
-aWE("functionality",2,5,6,9,10,14,15,16,20,21,23,28,32);\r
-aWE("futur",10);\r
-aWE("gaus",0,1,5,6,8,10,17,13,14,16,20,21,24,27,28,29,31,32,33,34);\r
-aWE("general",17,15,16,18,20,28,33);\r
-aWE("generat",11,32);\r
-aWE("geometrical",10,13);\r
-aWE("geometry",0,13,28);\r
-aWE("giv",0,31);\r
-aWE("given",13,34);\r
-aWE("global",13);\r
-aWE("glyph",10);\r
-aWE("go",0,11,18,30);\r
-aWE("graphic",13,14,18,28);\r
-aWE("graphical",4,10,21,28);\r
-aWE("great",13);\r
-aWE("grey",13);\r
-aWE("group",4,9,23,34);\r
-aWE("gui",11,16,21,23);\r
-aWE("half",13,33);\r
-aWE("handl",17);\r
-aWE("hardwar",13);\r
-aWE("hdf",19,22);\r
-aWE("head",27);\r
-aWE("height",13,32);\r
-aWE("her",17,13,16);\r
-aWE("hierarchical",12);\r
-aWE("hierarchy",3);\r
-aWE("high",13);\r
-aWE("highlight",10,14,24,28);\r
-aWE("him",0);\r
-aWE("homothetic",9);\r
-aWE("horizontal",13);\r
-aWE("how",17,18,20);\r
-aWE("i",2,9,10,12,13,14);\r
-aWE("icon",2,5,6);\r
-aWE("id",14);\r
-aWE("if",0,4,8,11,13,14,24,32);\r
-aWE("ii",14);\r
-aWE("immediate",10,13);\r
-aWE("implement",5,6,9,23,32);\r
-aWE("implementation",32);\r
-aWE("import",3);\r
-aWE("improvement",10);\r
-aWE("inactiv",13);\r
-aWE("includ",9,13);\r
-aWE("incorrect",0);\r
-aWE("increas",14,25,26,27);\r
-aWE("increment",25,27,31);\r
-aWE("incremental",24);\r
-aWE("independent",24,27);\r
-aWE("individual",14);\r
-aWE("info",5,28,34);\r
-aWE("inform",0,14);\r
-aWE("information",8,10,13,14,16,19,28,32);\r
-aWE("initial",2);\r
-aWE("input",2,9,24);\r
-aWE("insid",9,10);\r
-aWE("insidefram",9);\r
-aWE("inspect",10,13,14,33);\r
-aWE("integ",24);\r
-aWE("intend",10);\r
-aWE("intensity",13);\r
-aWE("interfac",21);\r
-aWE("intermediary",31);\r
-aWE("interpolat",2);\r
-aWE("introduc",24,26,27,34);\r
-aWE("introduction",21);\r
-aWE("item",0,2,4,5,6,9,14,24,28,34);\r
-aWE("keep",19);\r
-aWE("kept",2,9,11);\r
-aWE("key",10,13,14,25,26,27,31);\r
-aWE("keyboard",10,13,14,18,25,26,27,31);\r
-aWE("kind",31);\r
-aWE("known",16);\r
-aWE("label",13);\r
-aWE("largest",13);\r
-aWE("last",13,24);\r
-aWE("latest",0);\r
-aWE("latitud",13);\r
-aWE("launch",11);\r
-aWE("left",2,5,6,10,13,14,27,28,32);\r
-aWE("length",13,32);\r
-aWE("let",0);\r
-aWE("level",2,34);\r
-aWE("lik",0,9);\r
-aWE("limit",13);\r
-aWE("lin",9,13,14);\r
-aWE("linear",9,13);\r
-aWE("list",9,11);\r
-aWE("load",4,12,13,15,22,30);\r
-aWE("local",13,27);\r
-aWE("locat",2,10,13);\r
-aWE("location",10,13,19);\r
-aWE("logical",12);\r
-aWE("longitud",13);\r
-aWE("look",13);\r
-aWE("lot",1,11,13);\r
-aWE("low",10);\r
-aWE("m",13);\r
-aWE("magnification",13,27,31);\r
-aWE("main",2,5,9,10,13,23,24);\r
-aWE("mak",23);\r
-aWE("manag",23,24,27);\r
-aWE("manual",10);\r
-aWE("mark",5,6,8,14);\r
-aWE("marker",13);\r
-aWE("matrix",13);\r
-aWE("max",13);\r
-aWE("maximum",13);\r
-aWE("mb1",26);\r
-aWE("mb2",26);\r
-aWE("mb3",26);\r
-aWE("mean",13);\r
-aWE("memoriz",24);\r
-aWE("memory",11,30);\r
-aWE("menu",0,1,2,3,4,5,6,7,9,11,14,15,16,19,22,24,28,30,29,32,34);\r
-aWE("mesh",0,4,8,9,10,13,14,15,16,19,28,33);\r
-aWE("messag",0,13);\r
-aWE("millimetr",31);\r
-aWE("min",13);\r
-aWE("minimum",10,13);\r
-aWE("mm",10);\r
-aWE("mod",0,4,9,11,13,14,16,23,29,34);\r
-aWE("model",0,27);\r
-aWE("modeles",9,11);\r
-aWE("modifi",0,2,17,13,14,16,31,32);\r
-aWE("modification",13,14,19);\r
-aWE("modify",0,10,13,15,34);\r
-aWE("modul",3,9,17,15,16,30,29,33);\r
-aWE("modulu",13);\r
-aWE("mous",0,1,2,4,7,10,14,18,24,26,28,31);\r
-aWE("mov",0,10,11,13,14,27,28,31);\r
-aWE("movement",2,14,18,25,26,27,31,32);\r
-aWE("multip",10,13,27);\r
-aWE("multipli",10,13,32);\r
-aWE("mutual",22);\r
-aWE("my",10);\r
-aWE("n",13);\r
-aWE("nam",2,9,12,14,19,24,33);\r
-aWE("navigat",18,24,25,27,31);\r
-aWE("navigation",12,13,24,25,26,27,31);\r
-aWE("nb",13);\r
-\r
-//-->\r
-</script>\r
-</html>\r
+++ /dev/null
-<html>\r
-<head>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="javascript" src="whfwdata.js"></script>\r
-<script language="javascript">\r
-<!--\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-aWE("nbrfac",13);\r
-aWE("ne",17);\r
-aWE("necessity",13);\r
-aWE("need",30,32);\r
-aWE("negativ",13);\r
-aWE("nev",4,13);\r
-aWE("nevertheles",13);\r
-aWE("new",0,2,5,6,9,10,13,16,19,22,24,26,27,28,29,33,34);\r
-aWE("next",4,10,11,14,16);\r
-aWE("nod",2,9,12,16,24,28);\r
-aWE("normal",10);\r
-aWE("not",0,5,6,9,10,13,14,16,24,27);\r
-aWE("noth",12);\r
-aWE("notification",0,13);\r
-aWE("notify",13);\r
-aWE("nth",13,14);\r
-aWE("null",13);\r
-aWE("numb",2,10,13,31,34);\r
-aWE("object",28);\r
-aWE("objectiv",17);\r
-aWE("occur",14);\r
-aWE("ok",9,13);\r
-aWE("on",0,2,7,9,10,11,13,14,16,18,23,29,31);\r
-aWE("onc",9,10,13,14,22,30);\r
-aWE("opacity",9);\r
-aWE("opaqu",32);\r
-aWE("open",2,3,7,9,10,11,13,19,22,24,28);\r
-aWE("opengl",10,13);\r
-aWE("operation",0,13);\r
-aWE("optimisation",32);\r
-aWE("optimiz",30);\r
-aWE("option",0,1,2,4,5,6,7,9,13,14,19,30,29,34);\r
-aWE("ord",23);\r
-aWE("ordinat",13,27);\r
-aWE("orientation",2,10,13);\r
-aWE("origin",10,13,24);\r
-aWE("out",0,10);\r
-aWE("output",23);\r
-aWE("outsid",10);\r
-aWE("own",23);\r
-aWE("º",3,5,6,19,22,28,30,29,31,32);\r
-aWE("p",14);\r
-aWE("pagedn",25);\r
-aWE("pageup",25);\r
-aWE("palet",13);\r
-aWE("pan",25,26,27,31);\r
-aWE("paragraph",2,4,13,16,28);\r
-aWE("paramet",2,13,31,32);\r
-aWE("parameter",2,10,13,24,30,29,32,34);\r
-aWE("parameterisation",10);\r
-aWE("parameteriz",13);\r
-aWE("parent",8,14);\r
-aWE("part",10,13);\r
-aWE("path",2);\r
-aWE("pathnam",19);\r
-aWE("paus",23);\r
-aWE("pc",3);\r
-aWE("percentag",10);\r
-aWE("perfect",10);\r
-aWE("perform",8,13,23);\r
-aWE("persistenc",2,24);\r
-aWE("physical",30);\r
-aWE("pick",2,5,6,8,10,14,24,28,32,34);\r
-aWE("pictur",10);\r
-aWE("pixel",13);\r
-aWE("plan",6,10,33);\r
-aWE("play",11,23);\r
-aWE("plu",13);\r
-aWE("point",0,1,2,5,6,8,9,10,17,13,14,16,18,20,21,24,25,26,27,28,29,31,32,33,34);\r
-aWE("pointer",31);\r
-aWE("populat",12);\r
-aWE("popup",0,1,2,4,5,6,7,9,11,14,15,16,24,28,34);\r
-aWE("position",2,14,24,31,32);\r
-aWE("positiv",13);\r
-aWE("possib",14);\r
-aWE("possibility",0,10,13,14);\r
-aWE("possibl",0,4,5,6,10,12,13,14,23,28,32,34);\r
-aWE("post",2,24,30,29,31,32);\r
-aWE("pr",2,10,14,28);\r
-aWE("predefin",2,10);\r
-aWE("preferenc",2,13,27,30,29,31,32);\r
-aWE("pres",3,5,6,9,10,12,13,22,23,28);\r
-aWE("present",13,16);\r
-aWE("presentation",0,4,5,6,9,10,11,13,14,16,24,28,29,34);\r
-aWE("previou",2,10,13);\r
-aWE("previous",22,23,25);\r
-aWE("primitiv",10,13,14,29);\r
-aWE("pro",2,24,30,29,31,32);\r
-aWE("proces",12,13,16);\r
-aWE("produc",14);\r
-aWE("progres",13);\r
-aWE("progression",13);\r
-aWE("project",2,9,10,13,16,20,24,26);\r
-aWE("prompt",13);\r
-aWE("properti",9,11,13,15);\r
-aWE("property",9);\r
-aWE("propos",4,9,10,23,24);\r
-aWE("provid",2,5,6,10,19,22,25,27,31);\r
-aWE("pseudo",34);\r
-aWE("publish",19);\r
-aWE("pull",27);\r
-aWE("purpos",0,2,9,13,16,24,34);\r
-aWE("push",23,27);\r
-aWE("pyramid",14,32);\r
-aWE("quadrangular",9);\r
-aWE("quadratic",9);\r
-aWE("quality",33);\r
-aWE("quit",13);\r
-aWE("radiu",10);\r
-aWE("rainbow",13);\r
-aWE("rang",11,13);\r
-aWE("ratio",10,13,25,26,27,32);\r
-aWE("read",13);\r
-aWE("real",2,9,10,13);\r
-aWE("realiz",2,9,24);\r
-aWE("recommend",30);\r
-aWE("record",11,23);\r
-aWE("red",13);\r
-aWE("redefin",2,9,24,28);\r
-aWE("redisplay",28);\r
-aWE("referenc",13);\r
-aWE("refin",13,29);\r
-aWE("refresh",28);\r
-aWE("regard",13);\r
-aWE("register",2,24);\r
-aWE("regular",13);\r
-aWE("relat",9,28);\r
-aWE("releas",5,6);\r
-aWE("remain",2,5,6,13);\r
-aWE("remark",9);\r
-aWE("remind",5,6,17);\r
-aWE("remov",2,8,9,24);\r
-aWE("renam",2,9,19,24);\r
-aWE("rend",13);\r
-aWE("render",10,13);\r
-aWE("represent",9);\r
-aWE("representation",4,9);\r
-aWE("representativ",13);\r
-aWE("request",23);\r
-aWE("requir",0,13);\r
-aWE("resolution",13);\r
-aWE("resourc",15);\r
-aWE("resp",13,24,25);\r
-aWE("respective",10,13,27);\r
-aWE("restor",2,24);\r
-aWE("result",0,1,8,10,12,13,14,16,19,20,28,29,33,34);\r
-aWE("retriev",2,24);\r
-aWE("revers",14);\r
-aWE("reversib",5,6,16,30);\r
-aWE("right",0,1,2,4,7,10,13,24,27);\r
-aWE("root",24);\r
-aWE("rotat",10,27);\r
-aWE("rotation",2,14,25,26,27,31);\r
-aWE("rough",13);\r
-aWE("run",19,20);\r
-aWE("s",14);\r
-aWE("salom",2,3,17,14,15,16,19,20,21,22,24,25,26,27,28,30,29,31,32,33);\r
-aWE("salomed",2,24);\r
-aWE("sam",2,9,10,13,14,23,24,27,29,34);\r
-aWE("sampl",14);\r
-aWE("sat",23);\r
-aWE("satisfy",23);\r
-aWE("sav",2,11,19,22);\r
-aWE("scal",13);\r
-aWE("scalar",0,8,10,13,14,29);\r
-aWE("scen",2,10,13,18,23,25,27,31);\r
-aWE("scop",0,10);\r
-aWE("screen",27);\r
-aWE("se",2,6,8,10,11,12,13,24,28,32);\r
-aWE("search",32);\r
-aWE("second",0,5,10,11,17,13);\r
-aWE("section",13,18,20,32);\r
-aWE("seen",2,13);\r
-aWE("segment",23);\r
-aWE("segmentation",5,6,10,13,19,23,24,33);\r
-aWE("select",0,2,4,8,11,13,14,22,24,28,32,34);\r
-aWE("selection",2,3,4,5,6,10,11,14,24,28,34);\r
-aWE("semi",10,14);\r
-aWE("separate",23);\r
-aWE("session",19,22,23,24,25,27,30);\r
-aWE("set",9,10,13,14);\r
-aWE("setting",2);\r
-aWE("setup",11);\r
-aWE("shad",9,13,28);\r
-aWE("shap",13);\r
-aWE("should",0,23);\r
-aWE("show",10,11,13,14,20);\r
-aWE("shown",2);\r
-aWE("shrink",9);\r
-aWE("sid",5,6,13);\r
-aWE("similar",13,16);\r
-aWE("simpl",2,13,33);\r
-aWE("simplify",26);\r
-aWE("simultaneous",10,13);\r
-aWE("sinc",5,6,28);\r
-aWE("situation",2,14);\r
-aWE("six",14);\r
-aWE("siz",10,13);\r
-aWE("skin",9);\r
-aWE("slid",9);\r
-aWE("slow",2);\r
-aWE("smallest",13);\r
-aWE("smesh",9,33);\r
-aWE("smooth",2,14);\r
-aWE("so",9,11,13,23,30,32,33);\r
-aWE("spac",13,33);\r
-aWE("spacemous",13,18,27,31);\r
-aWE("spe",11,25,27,31);\r
-aWE("spec",11);\r
-aWE("specific",2,14,34);\r
-aWE("specification",0,13,16);\r
-aWE("spher",6,10,13,33);\r
-aWE("sprit",10,13,32);\r
-aWE("stamp",0,13,28);\r
-aWE("standard",2,9,10,17,13,15,19,20,24,26,28,31,34);\r
-aWE("star",27);\r
-aWE("start",12,23);\r
-aWE("stat",2,23);\r
-aWE("step",2,13,31);\r
-aWE("still",12);\r
-aWE("stop",11,23);\r
-aWE("stor",2,19,24);\r
-aWE("storag",19);\r
-aWE("structur",12,13,22,32);\r
-aWE("study",2,7,9,12,19,22,24,30);\r
-aWE("sub",0,4,9);\r
-aWE("suggest",13);\r
-aWE("suitabl",28);\r
-aWE("support",0,17,25,26,27);\r
-aWE("surfac",9);\r
-aWE("surfacefram",9);\r
-aWE("sweep",29,34);\r
-aWE("switch",27);\r
-aWE("synchroniz",13);\r
-aWE("system",0,2,8,13,27);\r
-aWE("systematical",13);\r
-aWE("tab",10,13);\r
-aWE("tak",2);\r
-aWE("taken",13);\r
-aWE("task",8,23);\r
-\r
-//-->\r
-</script>\r
-</html>\r
+++ /dev/null
-<html>\r
-<head>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="javascript" src="whfwdata.js"></script>\r
-<script language="javascript">\r
-<!--\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-aWE("technical",13);\r
-aWE("tensor",13);\r
-aWE("term",24);\r
-aWE("text",13);\r
-aWE("textur",13);\r
-aWE("them",24,27);\r
-aWE("therefor",0,10,13,24);\r
-aWE("thos",23);\r
-aWE("thought",13);\r
-aWE("thre",10,13,23);\r
-aWE("threshold",13);\r
-aWE("thu",5,6,13,14,25,27);\r
-aWE("till",10);\r
-aWE("tilt",27);\r
-aWE("tim",0,9,10,12,13,14,19,23,24,25,27,28,34);\r
-aWE("timestamp",1,5,6,11,20,24);\r
-aWE("toggl",5,6,9,14,27,30);\r
-aWE("toolbar",0,4,5,6,10,15,16,23);\r
-aWE("top",2,10,32);\r
-aWE("total",13);\r
-aWE("touch",32);\r
-aWE("transformation",2,9);\r
-aWE("translation",0,10,25,26,31);\r
-aWE("transparency",9,13,32);\r
-aWE("transparent",10,14,32);\r
-aWE("tre",0,2,4,7,12,19,24,34);\r
-aWE("triangl",9);\r
-aWE("twic",13);\r
-aWE("twist",27);\r
-aWE("two",0,2,9,10,11,13,14);\r
-aWE("typ",18,31);\r
-aWE("unchang",13);\r
-aWE("uncheck",30);\r
-aWE("underly",32);\r
-aWE("understand",2,10,13);\r
-aWE("understood",0,31);\r
-aWE("uniqu",4,10,13);\r
-aWE("unit",9,13);\r
-aWE("unselect",8,14);\r
-aWE("unshrink",9);\r
-aWE("up",10,13,22,27);\r
-aWE("updat",6,10,12,13,14,19,24);\r
-aWE("us",0,1,2,3,4,5,6,8,9,10,11,13,14,15,16,18,19,21,22,23,24,25,26,27,28,29,31,32,34);\r
-aWE("usag",30);\r
-aWE("v",10);\r
-aWE("validat",3,13);\r
-aWE("validation",12);\r
-aWE("valu",0,9,10,13,14,31,32,34);\r
-aWE("variabl",10,11,13,24);\r
-aWE("vector",0,13);\r
-aWE("version",1);\r
-aWE("vertex",13);\r
-aWE("vertical",13);\r
-aWE("very",13);\r
-aWE("video",14,23);\r
-aWE("view",0,1,2,5,6,9,10,12,13,14,15,16,18,21,23,24,27,28,32,34);\r
-aWE("visibl",10,13,19);\r
-aWE("visu",0,3,17,13,14,15,16,25,27,30,29,31,32,33,34);\r
-aWE("visualiz",16);\r
-aWE("visualization",0);\r
-aWE("volum",28);\r
-aWE("vtk",13,23,31);\r
-aWE("vtkpointlocator",32);\r
-aWE("vtkpointpick",32);\r
-aWE("vtkrenderwindowinteractor",31);\r
-aWE("want",11,23);\r
-aWE("way",2,13,14,15,16,19,20,23,24,25,27,34);\r
-aWE("well",13);\r
-aWE("whatev",13);\r
-aWE("wheth",0);\r
-aWE("whol",0,13);\r
-aWE("width",9,13);\r
-aWE("will",0,1,2,5,6,9,10,17,13,16,19,20,23,24,25,26,27,28,29,32,34);\r
-aWE("window",8,10,14,32);\r
-aWE("wirefram",9,14);\r
-aWE("within",10,12,13,14,15,18,19,22,24,25,27,31);\r
-aWE("without",2,8,14,19,24);\r
-aWE("work",17);\r
-aWE("written",13);\r
-aWE("x",13,14,24,27);\r
-aWE("y",13,27);\r
-aWE("yet",4,12,14);\r
-aWE("z",27);\r
-aWE("zoom",13,14,25,26,27,31,32);\r
-\r
-//-->\r
-</script>\r
-</html>\r
+++ /dev/null
-// WebHelp 5.10.001\r
-var gIEA = new Array();\r
-function aGE(sName, sDef)\r
-{\r
- var len = gIEA.length;\r
- gIEA[len] = new gloEntry(sName, sDef);\r
-}\r
-\r
-function gloEntry(sName, sDef) \r
-{\r
- this.sName = sName;\r
- this.sDef = sDef;\r
- this.nNKOff = 0;\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if (parent && parent != this) {\r
- if (parent.putData) \r
- {\r
- parent.putData(gIEA);\r
- }\r
- }\r
-}\r
-\r
-window.onload = window_OnLoad;
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="javascript" src="whglo.js"></script>\r
-<script language="javascript">\r
-<!--\r
-\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.001\r
-var gaFileMapping = new Array();\r
-function fileMapping(sBK, sEK, sFileName, nNum)\r
-{\r
- this.sBK = sBK;\r
- this.sEK = sEK;\r
- this.sFileName = sFileName;\r
- this.aKs = null;\r
- this.nNum = nNum;\r
- this.oUsedItems = null;\r
-}\r
-\r
-\r
-function iFM(sBK, sEK, sFileName, nNum)\r
-{\r
- var i = gaFileMapping.length;\r
- gaFileMapping[i] = new fileMapping(sBK, sEK, sFileName, nNum); \r
- if (i == 0) {\r
- gaFileMapping[i].nTotal = nNum;\r
- }\r
- else {\r
- gaFileMapping[i].nTotal = nNum + gaFileMapping[i - 1].nTotal;\r
- }\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if (parent && parent != this && parent.projReady)\r
- {\r
- parent.projReady(gaFileMapping);\r
- } \r
-}\r
-\r
-window.onload = window_OnLoad;\r
+++ /dev/null
-// WebHelp 5.10.001\r
-// const strings\r
-var gIEA = new Array();\r
-function aIE()\r
-{\r
- var len = gIEA.length;\r
- gIEA[len] = new indexEntry(aIE.arguments);\r
-}\r
-\r
-function topic(sName, sURL)\r
-{\r
- this.sName = sName;\r
- this.sURL = sURL;\r
-}\r
-\r
-function indexEntry(fn_arguments) \r
-{\r
- if (fn_arguments.length && fn_arguments.length >= 3) \r
- {\r
- this.nType = fn_arguments[0];\r
- this.nPKOff = 0;\r
- this.nNKOff = fn_arguments[1];\r
- this.sName = fn_arguments[2];\r
- this.aTopics = null;\r
- var nLen = fn_arguments.length;\r
- if (Math.floor(nLen / 2) * 2 == nLen)\r
- {\r
- this.sTarget = fn_arguments[3];\r
- if (nLen > 5)\r
- {\r
- this.aTopics = new Array();\r
- for (var i = 0; i < (nLen - 5)/2; i++)\r
- {\r
- this.aTopics[i] = new topic(fn_arguments[i * 2 + 4], fn_arguments[i * 2 + 5]);\r
- }\r
- }\r
-\r
- }\r
- else \r
- {\r
- if (nLen > 4) \r
- {\r
- this.aTopics = new Array();\r
- for (var i = 0; i < (nLen - 4)/2; i++)\r
- {\r
- this.aTopics[i] = new topic(fn_arguments[i * 2 + 3], fn_arguments[i * 2 + 4]);\r
- }\r
- }\r
- }\r
- }\r
-}\r
-\r
-function getIndexTopicMappingList(nItemIndex)\r
-{\r
- var sTopics = "";\r
- if (gIEA.length > nItemIndex)\r
- {\r
- if (gIEA[nItemIndex].aTopics) \r
- {\r
- var i = 0;\r
- var nLen = gIEA[nItemIndex].aTopics.length;\r
- for (i = 0; i < nLen; i ++) \r
- {\r
- sTopics += "," + gIEA[nItemIndex].aTopics[i];\r
- }\r
- }\r
- }\r
- return sTopics; \r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if (parent && parent != this) {\r
- if (parent.putData) \r
- {\r
- for (var i = 0; i < gIEA.length; i ++ )\r
- {\r
- if (gIEA[i].nNKOff != 0 && i + gIEA[i].nNKOff + 1 < gIEA.length)\r
- {\r
- \r
- gIEA[i + gIEA[i].nNKOff + 1].nPKOff = gIEA[i].nNKOff;\r
- }\r
- }\r
- parent.putData(gIEA);\r
- }\r
- }\r
-}\r
-\r
-window.onload = window_OnLoad;
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="javascript" src="whidx.js"></script>\r
-<script language="javascript">\r
-<!--\r
-\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.001\r
-var gaFileMapping = new Array();\r
-function fileMapping(sBK, sEK, sFileName, nNum)\r
-{\r
- this.sBK = sBK;\r
- this.sEK = sEK;\r
- this.sFileName = sFileName;\r
- this.aKs = null;\r
- this.nNum = nNum;\r
- this.oUsedItems = null;\r
-}\r
-\r
-\r
-function iFM(sBK, sEK, sFileName, nNum)\r
-{\r
- var i = gaFileMapping.length;\r
- gaFileMapping[i] = new fileMapping(sBK, sEK, sFileName, nNum); \r
- if (i == 0) {\r
- gaFileMapping[i].nTotal = nNum;\r
- }\r
- else {\r
- gaFileMapping[i].nTotal = nNum + gaFileMapping[i - 1].nTotal;\r
- }\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if (parent && parent != this && parent.projReady)\r
- {\r
- parent.projReady(gaFileMapping);\r
- } \r
-}\r
-\r
-window.onload = window_OnLoad;\r
+++ /dev/null
-// WebHelp 5.10.001\r
-var gTEA = new Array();\r
-function aTE()\r
-{\r
- gTEA[gTEA.length] = new tocEntry(aTE.arguments);\r
-}\r
-\r
-function tocEntry(fn_arguments) \r
-{\r
- if (fn_arguments.length < 3) \r
- {\r
- alert ("data format wrong!!!");\r
- return;\r
- }\r
- \r
- this.nType = fn_arguments[0];\r
- this.nContents = fn_arguments[1];\r
- this.sItemName = fn_arguments[2];\r
- \r
- if (this.nType == 1 || this.nType == 2 || this.nType == 16)\r
- {\r
- if (fn_arguments.length > 3)\r
- {\r
- this.sItemURL = fn_arguments[3];\r
- if (fn_arguments.length > 4)\r
- {\r
- this.sTarget = fn_arguments[4];\r
- if (fn_arguments.length > 5)\r
- this.sIconRef = fn_arguments[5];\r
- }\r
- }\r
- }\r
- if (this.nType == 4 || this.nType == 8)\r
- {\r
- if (fn_arguments.length > 3)\r
- {\r
- this.sRefURL = fn_arguments[3];\r
- if (this.nType == 4)\r
- {\r
- if(this.sRefURL.lastIndexOf("/")!=this.sRefURL.length-1)\r
- this.sRefURL+="/";\r
- }\r
- if (fn_arguments.length > 4)\r
- {\r
- this.sItemURL = fn_arguments[4];\r
- if (fn_arguments.length > 5)\r
- {\r
- this.sTarget = fn_arguments[5];\r
- if (fn_arguments.length > 6)\r
- this.sIconRef = fn_arguments[6];\r
- }\r
- }\r
- }\r
- }\r
-}\r
-\r
-\r
-function window_OnLoad()\r
-{\r
- if (parent && parent != this && parent.putData) {\r
- parent.putData(gTEA);\r
- }\r
-}\r
-window.onload = window_OnLoad;
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="javascript" src="whtdata.js"></script>\r
-<script language="javascript">\r
-<!--\r
- aTE(1,1,"Introduction to Gauss Points Viewer");\r
- aTE(2,0,"Introduction","index.htm");\r
- aTE(1,4," Loading of data");\r
- aTE(2,0,"General","general.htm");\r
- aTE(2,0,"Command Activation","command_activation.htm");\r
- aTE(2,0,"Command Result","command_result.htm");\r
- aTE(2,0,"Salome-Visu preferences","salome_visu_preferences.htm");\r
- aTE(1,3,"Display of meshes and mesh groups ");\r
- aTE(2,0,"General","display_meshes_general.htm");\r
- aTE(2,0,"Activation of commands","command_activation_in_display_meshes.htm");\r
- aTE(2,0,"Description of commands","command_description_in_display_meshes.htm");\r
- aTE(1,6,"Display results at Gauss points");\r
- aTE(2,0,"General","display_results_at_gauss_points_general.htm");\r
- aTE(2,0,"Activation of commands","activation_of_commands_display_results.htm");\r
- aTE(2,0,"Description of commands","description_of_commands_display_results.htm");\r
- aTE(2,0,"Specific additional commands for Fields items","specific_additional_commands_for_fields_items.htm");\r
- aTE(2,0,"Animation function","animation_function.htm");\r
- aTE(2,0,"Salome-Visu preferences","salome-visu_preferences_display_results.htm");\r
- aTE(1,3,"Timestamps animation");\r
- aTE(2,0,"General","general_timestamps_animation.htm");\r
- aTE(2,0,"Command activation","command_activation_timestamps_animation.htm");\r
- aTE(2,0,"Command description","command_description_timestamps_animation.htm");\r
- aTE(1,1,"Making an AVI clip");\r
- aTE(2,0,"Making an AVI clip","making_an_avi_clip.htm");\r
- aTE(1,7,"Navigation within the scene");\r
- aTE(2,0,"General","general_navigation_within_the_scene.htm");\r
- aTE(2,0,"Navigation using the mouse","navigation_using_the_mouse.htm");\r
- aTE(2,0,"Navigation using the keyboard","navigation_using_the_keyboard.htm");\r
- aTE(2,0,"Navigation using the spacemouse","navigation_using_the_spacemouse.htm");\r
- aTE(2,0,"Cameras","cameras.htm");\r
- aTE(2,0,"Managing configurations","managing_configurations.htm");\r
- aTE(2,0,"Salome-Visu preferences","salome_visu_preferences_navigation_within_the_scene.htm");\r
- aTE(1,5,"Picking");\r
- aTE(2,0,"General","picking_general.htm");\r
- aTE(2,0,"Command activation","command_activation_picking.htm");\r
- aTE(2,0,"Description of the picking functionality","description_of_the_picking_functionality.htm");\r
- aTE(2,0,"Command deactivation","command_deactivation.htm");\r
- aTE(2,0,"Salome-Visu preferences","salome_visu_preferences_picking.htm");\r
- aTE(1,3,"Segmentation");\r
- aTE(2,0,"General","segmentation_general.htm");\r
- aTE(2,0,"Command Activation","command_activation_segmentation.htm");\r
- aTE(2,0,"Command description","command_description_segmentation.htm");\r
- aTE(1,1,"Storage of produced data");\r
- aTE(2,0,"Saving data","general_storage_of_produced_data.htm");\r
- aTE(1,1,"Loading of previously saved data");\r
- aTE(2,0,"Loading previously saved data","loading_of_previously_saved_data.htm");\r
-\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-<html>\r
-<head>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="javascript" src="whtoc.js"></script>\r
-<script language="javascript">\r
-<!--\r
- setRoot("whtdata0.htm");\r
-\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.001\r
-// const strings\r
-var gaProj = new Array();\r
-var gsRoot = "";\r
-\r
-function setRoot(sRoot)\r
-{\r
- gsRoot = sRoot\r
-}\r
-\r
-function aPE(sProjPath, sRootPath)\r
-{\r
- gaProj[gaProj.length] = new tocProjEntry(sProjPath, sRootPath);\r
-}\r
-\r
-function tocProjEntry(sProjPath, sRootPath) \r
-{\r
- if(sProjPath.lastIndexOf("/")!=sProjPath.length-1)\r
- sProjPath+="/"; \r
- this.sPPath = sProjPath;\r
- this.sRPath = sRootPath;\r
-}\r
-\r
-\r
-function window_OnLoad()\r
-{\r
- if (parent && parent != this && parent.projReady) {\r
- parent.projReady(gsRoot, gaProj);\r
- }\r
-}\r
-window.onload = window_OnLoad;
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Result</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmozemu.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whlang.js"></script>\r
-<script language="javascript1.2" src="whfhost.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-if(window.gbWhFHost)\r
-{\r
- setBackgroundcolor("White"); \r
- \r
- setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none");\r
- setFont("Error", "Tahoma","8pt","Black","Normal","Normal","none");\r
- setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline");\r
- setActiveBgColor("Silver");\r
- \r
- \r
- FtsWriteClassStyle();\r
-}\r
-else\r
- document.location.reload();\r
-//-->\r
-</script>\r
-</head>\r
-<body topmargin="2" leftmargin="2" marginwidth="0" marginheight="0" bgproperties="fixed" scroll="auto" bgcolor="white">\r
-</body>\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Frame</TITLE>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script LANGUAGE="javascript1.2">\r
-<!--\r
-var gbIndexLayerInit = false;\r
-var strWrite="";\r
-if (window.gbWhVer&&window.gbWhProxy&&window.gbWhMsg)\r
-{\r
- if (gbMac)\r
- strWrite="<FRAMESET ROWS='45,100%' framespacing=0 frameborder=0>";\r
- else\r
- strWrite="<FRAMESET ROWS='60,100%' framespacing=0 frameborder=0>";\r
- strWrite +="<FRAME SRC='whfform.htm' title='search form frame' name='ftsform' noresize='yes' scrolling='no'>";\r
- strWrite +="<FRAME SRC='whfbody.htm' title='search result frame' name='ftsbody' scrolling='yes'>";\r
- strWrite +="</FRAMESET>";\r
- document.write(strWrite);\r
-}\r
-else\r
- document.location.reload();\r
-//-->\r
-</script>\r
-</html>\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Form</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<style>\r
-<!--\r
-body {margin:0;}\r
--->\r
-</style>\r
-<body bgcolor="#c0c0c0">\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whform.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-var gstrInput = "";\r
-function ftsLookup(bCR)\r
-{\r
- if (bCR)\r
- {\r
- var strInput = document.FtsInputForm.keywordField.value.toUpperCase();\r
- if (strInput != "") {\r
- var oMsg = new whMessage(WH_MSG_SEARCHFTSKEY, this, 1, strInput);\r
- if (!SendMessage(oMsg))\r
- {\r
- gstrInput = strInput;\r
- }\r
- else\r
- gstrInput = "";\r
- }\r
-\r
- if (gbMac) {\r
- document.FtsInputForm.keywordField.focus();\r
- }\r
- }\r
- return;\r
-}\r
-\r
-function beforeInit()\r
-{\r
- var oParam = new Object();\r
- oParam.sValue = "";\r
- var oMsg = new whMessage(WH_MSG_GETSEARCHS, this, 1, oParam);\r
- if (SendMessage(oMsg))\r
- {\r
- if (oParam.sValue != "" && oParam.sValue != "- Search -")\r
- {\r
- document.FtsInputForm.keywordField.value = oParam.sValue;\r
- gfunLookUp(true);\r
- }\r
- }\r
- init(); \r
-}\r
-\r
-function window_unload()\r
-{\r
- UnRegisterListener2(this, WH_MSG_SHOWTOC);\r
- UnRegisterListener2(this, WH_MSG_SHOWIDX);\r
- UnRegisterListener2(this, WH_MSG_SHOWFTS);\r
- UnRegisterListener2(this, WH_MSG_SHOWGLO);\r
- UnRegisterListener2(this, WH_MSG_SEARCHTHIS);\r
- UnRegisterListener2(this, WH_MSG_BACKUPSEARCH);\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- if (oMsg.nMessageId == WH_MSG_SHOWFTS)\r
- {\r
- document.FtsInputForm.keywordField.focus();\r
- }\r
- else if (oMsg.nMessageId == WH_MSG_SHOWIDX ||\r
- oMsg.nMessageId == WH_MSG_SHOWTOC || \r
- oMsg.nMessageId == WH_MSG_SHOWGLO)\r
- {\r
- document.FtsInputForm.keywordField.blur();\r
- }\r
- else if (oMsg.nMessageId == WH_MSG_SEARCHTHIS)\r
- {\r
- if (oMsg.oParam != "- Search -")\r
- {\r
- document.FtsInputForm.keywordField.value = oMsg.oParam;\r
- gfunLookUp(true);\r
- }\r
- }\r
- else if (oMsg.nMessageId == WH_MSG_BACKUPSEARCH)\r
- {\r
- if (gstrInput)\r
- {\r
- oMsg.oParam = gstrInput;\r
- gstrInput = "";\r
- return false;\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-if (window.gbWhForm)\r
-{\r
- RegisterListener2(this, WH_MSG_SHOWTOC);\r
- RegisterListener2(this, WH_MSG_SHOWIDX);\r
- RegisterListener2(this, WH_MSG_SHOWFTS);\r
- RegisterListener2(this, WH_MSG_SHOWGLO);\r
- RegisterListener2(this, WH_MSG_SEARCHTHIS);\r
- RegisterListener2(this, WH_MSG_BACKUPSEARCH);\r
- gfunLookUp = ftsLookup;\r
- gfunInit = null;\r
- gstrFormName = "FtsInputForm"\r
- gsTitle = "Type in the word(s) to search for:";\r
- gsTitle = "Type in the word(s) to search for:";\r
- setGoImage1("wht_go.gif");\r
- setBackgroundcolor("White");\r
- \r
- setBtnType("image");\r
- \r
- \r
- \r
- setGoText("Go");\r
- setFont("Title", "Tahoma","8pt","Navy","Normal","Normal","none");\r
- \r
- \r
- document.write(getFormHTML());\r
- writeFormStyle();\r
- window.onload = beforeInit;\r
- window.onunload=window_unload;\r
-}\r
-else\r
- document.location.reload();\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.003\r
-var gsSK2=null;\r
-var gsSK=null;\r
-var gsFtsBreakChars="\t\r\n\"\\ .,!@#$%^&*()~'`:;<>?/{}[]|+-=\x85\x92\x93\x94\x95\x96\x97\x99\xA9\xAE\xB7";\r
-var gnCLF=0;\r
-var gsHelpCannotSearch="Cannot search for that phrase.";\r
-var gsNoTopics="No Topics Found.";\r
-var gsLoadingDivID="LoadingDiv";\r
-var gsLoadingMsg="Loading data, please wait...";\r
-var gsSearchMsg="Searching...";\r
-var gsResultDivID="ResultDiv";\r
-var gaaFCD=new Array();\r
-var gaaFTCD=new Array();\r
-var goCF=null;\r
-var goCTF=null;\r
-var gaTI=null;\r
-var gnCurrentOp=0;\r
-var gbNot=false;\r
-var gbReady=false;\r
-var gnLoadFts=1;\r
-var gnCacheLimits=5;\r
-var gaCCD=new Array();\r
-var gbXML=false;\r
-var gaData=new Array();\r
-var gsBgColor="#ffffff";\r
-var gsBgImage="";\r
-var gsMargin="0pt";\r
-var gsIndent="0pt";\r
-var gsCheckKey=null;\r
-var gnIndexNum=0;\r
-var gaFtsContentsCon=null;\r
-var gaTopicCheckInfo=null;\r
-var gnTopicCheck=0;\r
-var goFont=null;\r
-var goErrFont=null;\r
-var goHoverFont=null;\r
-var gsABgColor="#cccccc";\r
-var gbWhFHost=false;\r
-var gbFirst=false;\r
-\r
-function setBackground(sBgImage)\r
-{\r
- gsBgImage=sBgImage;\r
-}\r
-\r
-function setBackgroundcolor(sBgColor)\r
-{\r
- gsBgColor=sBgColor;\r
-}\r
-\r
-function setFont(sType,sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration)\r
-{\r
- var vFont=new whFont(sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration);\r
- if(sType=="Normal")\r
- goFont=vFont;\r
- else if(sType=="Error")\r
- goErrFont=vFont;\r
- else if(sType=="Hover")\r
- goHoverFont=vFont;\r
-}\r
-\r
-function setActiveBgColor(sBgColor)\r
-{\r
- gsABgColor=sBgColor;\r
-}\r
-\r
-function setMargin(sMargin)\r
-{\r
- gsMargin=sMargin;\r
-}\r
-\r
-function setIndent(sIndent)\r
-{\r
- gsIndent=sIndent;\r
-}\r
-\r
-function updateCache(oCF)\r
-{\r
- var len=gaCCD.length;\r
- if(len<gnCacheLimits*gnCLF)\r
- gaCCD[len]=oCF;\r
- else{\r
- gaCCD[0].aTopics=null;\r
- gaCCD[0].aFtsKeys=null;\r
- removeItemFromArray(gaCCD,0);\r
- gaCCD[len-1]=oCF;\r
- }\r
-}\r
-\r
-function addFtsInfo(sPPath,sDPath,sFtsFile)\r
-{\r
- gaData[gaData.length]=new ftsInfo(sPPath,sDPath,sFtsFile);\r
-}\r
-\r
-function onLoadXMLError()\r
-{\r
- if(gnLoadFts==1)\r
- {\r
- var aFCD=new Array();\r
- var aFTCD=new Array();\r
- ftsReady(aFCD,aFTCD);\r
- }\r
- else if(gnLoadFts==3)\r
- {\r
- var aTopics=new Array();\r
- putFtsTData(aTopics);\r
- }\r
- else if(gnLoadFts==2)\r
- {\r
- putFtsWData(aFtsContents);\r
- var aFtsContents=new Array();\r
- }\r
-}\r
-\r
-function putDataXML(xmlDoc,sDocPath)\r
-{\r
- if(gnLoadFts==1)\r
- {\r
- var node=xmlDoc.lastChild;\r
- if(node)\r
- {\r
- var oChild=node.firstChild;\r
- var aFCD=new Array();\r
- var aFTCD=new Array();\r
- while(oChild)\r
- {\r
- if(oChild.nodeName=="chunkinfo")\r
- {\r
- var sURL=oChild.getAttribute("url");\r
- var sFirst=oChild.getAttribute("first");\r
- var sLast=oChild.getAttribute("last");\r
- if(sURL&&sFirst&&sLast)\r
- {\r
- item=new Object();\r
- item.sStartKey=sFirst;\r
- item.sEndKey=sLast;\r
- item.sFileName=sURL;\r
- aFCD[aFCD.length]=item;\r
- }\r
- }\r
- else if(oChild.nodeName=="tchunkinfo")\r
- {\r
- var sURL=oChild.getAttribute("url");\r
- var nB=parseInt(oChild.getAttribute("first"));\r
- var nE=parseInt(oChild.getAttribute("last"));\r
- if(sURL&&sFirst&&sLast)\r
- {\r
- item=new Object();\r
- item.nBegin=nB;\r
- item.nEnd=nE;\r
- item.sFileName=sURL;\r
- aFTCD[aFTCD.length]=item;\r
- }\r
-\r
- }\r
- oChild=oChild.nextSibling;\r
- }\r
- ftsReady(aFCD,aFTCD);\r
- }\r
- }\r
- else if(gnLoadFts==3)\r
- {\r
- var node=xmlDoc.lastChild;\r
- if(node)\r
- {\r
- var oChild=node.firstChild;\r
- var aTopics=new Array();\r
- while(oChild)\r
- {\r
- if(oChild.nodeName=="topic")\r
- {\r
- var name=oChild.getAttribute("name");\r
- var sURL=oChild.getAttribute("url");\r
- if(name&&name.length>0&&sURL)\r
- {\r
- var topic=new Object();\r
- topic.sTopicTitle=name;\r
- topic.sTopicURL=sURL;\r
- aTopics[aTopics.length]=topic;\r
- }\r
- }\r
- oChild=oChild.nextSibling;\r
- }\r
- putFtsTData(aTopics);\r
- }\r
- }\r
- else if(gnLoadFts==2)\r
- {\r
- var node=xmlDoc.lastChild;\r
- if(node)\r
- {\r
- var oChild=node.firstChild;\r
- var aFtsContents=new Array();\r
- while(oChild)\r
- {\r
- if(oChild.nodeName=="key")\r
- {\r
- var name=oChild.getAttribute("name");\r
- if(name&&name.length>0)\r
- {\r
- var item=new Object();\r
- item.sItemName=name;\r
- aFtsContents[aFtsContents.length]=item;\r
- var oChildChild=oChild.firstChild;\r
- while(oChildChild)\r
- {\r
- if(oChildChild.nodeName=="#text")\r
- {\r
- var sIDs=oChildChild.nodeValue;\r
- if(sIDs)\r
- {\r
- var nBPos=0;\r
- do\r
- {\r
- var nPos=sIDs.indexOf(",",nBPos);\r
- var sID=null;\r
- if(nPos!=-1)\r
- sID=sIDs.substring(nBPos,nPos);\r
- else\r
- sID=sIDs.substring(nBPos);\r
-\r
- if(sID)\r
- {\r
- var id=parseInt(sID);\r
- if(!isNaN(id))\r
- {\r
- if(!item.aTopics)\r
- item.aTopics=new Array();\r
- item.aTopics[item.aTopics.length]=id;\r
- }\r
- }\r
- nBPos=nPos+1;\r
- }while(nBPos!=0&&nBPos<sIDs.length);\r
- }\r
- }\r
- oChildChild=oChildChild.nextSibling;\r
- }\r
- }\r
- }\r
- oChild=oChild.nextSibling;\r
- }\r
- putFtsWData(aFtsContents);\r
- }\r
- }\r
-}\r
-\r
-function ftsInfo(sPPath,sDPath,sFtsFile)\r
-{\r
- this.sPPath=sPPath;\r
- this.sDPath=sDPath;\r
- this.sFtsFile=sFtsFile;\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if(gsBgImage&&gsBgImage.length>0)\r
- {\r
- document.body.background=gsBgImage;\r
- }\r
- if(gsBgColor&&gsBgColor.length>0)\r
- {\r
- document.body.bgColor=gsBgColor;\r
- }\r
- writeResultDiv();\r
- loadFts();\r
- var oMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null)\r
- SendMessage(oMsg);\r
-}\r
-\r
-function writeResultDiv()\r
-{\r
- var sHTML="<div id=\""+gsResultDivID+"\" style=\"POSITION:absolute;\"></div>";\r
- document.body.insertAdjacentHTML("beforeEnd",sHTML);\r
-}\r
-\r
-function loadFts()\r
-{\r
- if(!gbReady)\r
- {\r
- var oResMsg=new whMessage(WH_MSG_GETPROJINFO,this,1,null);\r
- if(SendMessage(oResMsg)&&oResMsg.oParam)\r
- {\r
- gbReady=true;\r
- var oProj=oResMsg.oParam;\r
- var aProj=oProj.aProj;\r
- gbXML=oProj.bXML;\r
- if(aProj.length>0)\r
- {\r
- var sLangId=aProj[0].sLangId;\r
- for(var i=0;i<aProj.length;i++)\r
- {\r
- if(aProj[i].sFts&&aProj[i].sLangId==sLangId)\r
- {\r
- addFtsInfo(aProj[i].sPPath,aProj[i].sDPath,aProj[i].sFts);\r
- }\r
- }\r
- }\r
- loadFD();\r
-\r
- } \r
- }\r
-}\r
-\r
-function loadFD()\r
-{\r
- if(gnCLF<gaData.length)\r
- {\r
- gnLoadFts=1;\r
- loadData2(gaData[gnCLF].sPPath+gaData[gnCLF].sDPath+gaData[gnCLF].sFtsFile);\r
- }\r
- else \r
- {\r
- var oMsg = new whMessage(WH_MSG_BACKUPSEARCH, this, 1, null);\r
- if (SendMessage(oMsg))\r
- {\r
- if (oMsg.oParam)\r
- {\r
- gsSK=oMsg.oParam.toLowerCase();\r
- findFTSKey();\r
- }\r
- }\r
- RegisterListener2(this, WH_MSG_SEARCHFTSKEY);\r
- }\r
-}\r
-\r
-function loadData2(sFile)\r
-{\r
- if(gbXML)\r
- loadDataXML(sFile);\r
- else\r
- loadData(sFile);\r
-}\r
-\r
-function findFTSKey()\r
-{\r
- gaTI=new Array();\r
- gnCurrentOp=1;\r
- gbNot=false;\r
- displayMsg(gsSearchMsg);\r
- if(gsSK!="")\r
- {\r
- gbFirst=true;\r
- findOneKey();\r
- }\r
-}\r
-\r
-function findOneKey()\r
-{\r
- if(gsSK && gsSK!="")\r
- {\r
- var sInput=gsSK;\r
- var sCW="";\r
- var nS=-1;\r
- var nSep=-1;\r
- for(var nChar=0;nChar<gsFtsBreakChars.length;nChar++){\r
- var nFound=sInput.indexOf(gsFtsBreakChars.charAt(nChar));\r
- if((nFound!=-1)&&((nS==-1)||(nFound<nS))){\r
- nS=nFound;\r
- nSep=nChar;\r
- }\r
- }\r
- if(nS==-1){\r
- sCW=sInput;\r
- sInput="";\r
- }else{\r
- sCW=sInput.substring(0,nS);\r
- sInput=sInput.substring(nS+1);\r
- }\r
-\r
- gsSK=sInput;\r
- \r
- if((sCW=="or")||((nSep>=0)&&(gsFtsBreakChars.charAt(nSep)=="|"))){\r
- gnCurrentOp=0;\r
- gbNot=false;\r
- }else if((sCW=="and")||((nSep>=0)&&(gsFtsBreakChars.charAt(nSep)=="&"))){\r
- gnCurrentOp=1;\r
- gbNot=false;\r
- }else if((sCW=="not")||\r
- ((nSep>=0)&&(gsFtsBreakChars.charAt(nSep)=="~"))){\r
- gbNot=!gbNot;\r
- }else if(sCW!=""&&!IsStopWord(sCW,gaFtsStop)){\r
- var sCurrentStem=GetStem(sCW);\r
- gsCW=sCurrentStem;\r
- ftsFindKeyword();\r
- return;\r
- }\r
- findOneKey();\r
- }\r
- else{\r
- displayTopics();\r
- checkAgain();\r
- }\r
-}\r
-\r
-function checkAgain()\r
-{\r
- gsCheckKey = "";\r
- gnIndexNum = 0;\r
- gsSK=gsSK2;\r
- gsSK2=null;\r
- if(gsSK!=null)\r
- setTimeout("findFTSKey();",1);\r
-}\r
-\r
-function displayTopics()\r
-{\r
- var sHTML="";\r
- var sLine="";\r
- for(var i=0;i<gaTI.length;i++){\r
- sLine+="<dt><nobr><a href='"+gaTI[i].sTopicURL+"'>"+_textToHtml(gaTI[i].sTopicTitle)+"</a></nobr></dt>";\r
- if(i>>4<<4==i)\r
- {\r
- sHTML+=sLine;\r
- sLine="";\r
- }\r
- }\r
- if(sLine.length>0)\r
- sHTML+=sLine;\r
-\r
- if(sHTML.length==0)\r
- sHTML="<P>"+gsNoTopics+"</P>"\r
- else\r
- sHTML="<dl>"+sHTML+"</dl>";\r
-\r
- var resultDiv=getElement(gsResultDivID);\r
- if(resultDiv)\r
- resultDiv.innerHTML=sHTML;\r
-}\r
-\r
-function displayMsg(sErrorMsg)\r
-{\r
- var sHTML="<P>"+sErrorMsg+"</P>";\r
-\r
- var resultDiv=getElement(gsResultDivID);\r
- if(resultDiv)\r
- resultDiv.innerHTML=sHTML;\r
-}\r
-\r
-function ftsFindKeyword()\r
-{\r
- var sKey=gsCW;\r
- var bNeedLoad=false;\r
- var aFtsContentsCon=null;\r
- var s=0;\r
- if(sKey==null) return;\r
- if(!gsCheckKey||sKey!=gsCheckKey||gnIndexNum==0)\r
- {\r
- aFtsContentsCon=new Array();\r
- gnCheck=0;\r
- gsCheckKey=sKey;\r
- gnTopicCheck=0;\r
- gaTopicCheckInfo=null;\r
- }\r
- else{\r
- s=gnIndexNum;\r
- aFtsContentsCon=gaFtsContentsCon;\r
- }\r
- for(var i=gnCheck;i<gaaFCD.length;i++)\r
- {\r
- var oCF=getChunkedFts(i,sKey);\r
- if(oCF)\r
- {\r
- if(!oCF.aFtsKeys&&oCF.sFileName!=null)\r
- {\r
- bNeedLoad=true;\r
- oCF.nProjId=i;\r
- goCF=oCF;\r
- gnIndexNum=s;\r
- gnCheck=i;\r
- gaFtsContentsCon=aFtsContentsCon;\r
- gnLoadFts=2;\r
- beginLoading();\r
- loadData2(gaData[i].sPPath+gaData[i].sDPath+oCF.sFileName);\r
- break;\r
- }\r
- else{\r
- aFtsContentsCon[s++]=oCF;\r
- }\r
- }\r
- }\r
- if(!bNeedLoad)\r
- {\r
- var aTI=gaTopicCheckInfo;\r
- for(var m=gnTopicCheck;m<aFtsContentsCon.length;m++)\r
- {\r
- var aTIPart=getTopics(aFtsContentsCon[m],sKey);\r
- if(aTIPart==null)\r
- {\r
- gnCheck=gaaFCD.length;\r
- gnTopicCheck=m;\r
- gaTopicCheckInfo=aTI;\r
- gaFtsContentsCon=aFtsContentsCon;\r
- return;\r
- }\r
- if(m==0)\r
- aTI=aTIPart;\r
- else\r
- aTI=mergeTopics(aTI,aTIPart);\r
- }\r
- if(mergewithPreviousResult(aTI))\r
- {\r
- gbFirst=false;\r
- findOneKey();\r
- }\r
- else\r
- checkAgain();\r
- }\r
-}\r
-\r
-function mergewithPreviousResult(aTI)\r
-{\r
- if(aTI!=null&&aTI.length!=0)\r
- {\r
- var nNumTopics=aTI.length;\r
- if(gnCurrentOp==0||gbFirst){\r
- if(gbNot){\r
- displayMsg(gsHelpCannotSearch);\r
- return false;\r
- }else{\r
- var aLS,aSS;\r
- if(gaTI.length>=aTI.length)\r
- {\r
- aLS=gaTI;\r
- aSS=aTI;\r
- }\r
- else\r
- {\r
- aLS=aTI;\r
- aSS=gaTI;\r
- }\r
- var s=0;\r
- for(var i=0;i<aSS.length;i++)\r
- {\r
- var bAlreadyThere=false;\r
- for(var j=s;j<aLS.length;j++)\r
- {\r
- if(aSS[i].equalTo(aLS[j]))\r
- {\r
- bAlreadyThere=true;\r
- s=j;\r
- break;\r
- }\r
- }\r
- if(!bAlreadyThere)\r
- {\r
- insertTopic(aLS,aSS[i]);\r
- }\r
- }\r
- gaTI=aLS;\r
- }\r
- }else if(gnCurrentOp==1){\r
- if(gbNot){\r
- var s=0;\r
- for(var i=0;i<aTI.length;i++)\r
- {\r
- for(var j=s;j<gaTI.length;j++)\r
- {\r
- if(aTI[i].equalTo(gaTI[j]))\r
- {\r
- removeItemFromArray(gaTI,j);\r
- s=j;\r
- break;\r
- }\r
- }\r
- }\r
- }else{\r
- var s=0;\r
- for(var i=0;i<gaTI.length;i++)\r
- {\r
- var bFound=false;\r
- for(var j=s;j<aTI.length;j++)\r
- {\r
- if(gaTI[i].equalTo(aTI[j]))\r
- {\r
- bFound=true;\r
- s=j;\r
- }\r
- }\r
- if(!bFound)\r
- {\r
- removeItemFromArray(gaTI,i);\r
- i--;\r
- }\r
- } \r
- }\r
- }\r
- }else{\r
- if((gnCurrentOp==1)&&(!gbNot)){\r
- gaTI.length=0;\r
- }else if((gnCurrentOp==0)&&(gbNot)){\r
- displayMsg(gsHelpCannotSearch);\r
- return false;\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-function insertTopic(aTI,oTI)\r
-{\r
- var nB=0;\r
- var nE=aTI.length-1;\r
- if(nE>=0)\r
- {\r
- var nM;\r
- var bFound=false;\r
- do{\r
- nM=(nB+nE)>>1;\r
- if(compare(aTI[nM].sTopicTitle,oTI.sTopicTitle)>0)\r
- nE=nM-1;\r
- else if(compare(aTI[nM].sTopicTitle,oTI.sTopicTitle)<0)\r
- nB=nM+1;\r
- else\r
- {\r
- bFound=true;\r
- break;\r
- }\r
- }while(nB<=nE);\r
- if(bFound)\r
- insertItemIntoArray(aTI,nM,oTI);\r
- else\r
- {\r
- if(compare(aTI[nM].sTopicTitle,oTI.sTopicTitle)<0)\r
- insertItemIntoArray(aTI,nM+1,oTI);\r
- else\r
- insertItemIntoArray(aTI,nM,oTI);\r
- }\r
- }\r
- else\r
- aTI[0]=oTI;\r
-}\r
-\r
-function mergeTopics(aTI1,aTI2)\r
-{\r
- var i1=0;\r
- var i2=0;\r
- var len1=aTI1.length;\r
- var len2=aTI2.length;\r
- var aTopicNew=new Array();\r
- var i=0;\r
- while(i1<len1||i2<len2)\r
- {\r
- if(i1<len1&&i2<len2)\r
- {\r
- if(compare(aTI1[i1].sTopicTitle,aTI2[i2].sTopicTitle)<0)\r
- aTopicNew[i++]=aTI1[i1++];\r
- else\r
- aTopicNew[i++]=aTI2[i2++];\r
- }\r
- else if(i1<len1)\r
- aTopicNew[i++]=aTI1[i1++];\r
- else if(i2<len2)\r
- aTopicNew[i++]=aTI2[i2++];\r
- }\r
- return aTopicNew;\r
-}\r
-\r
-function getTopics(oCF,sKey)\r
-{\r
- var aTIPart=new Array();\r
- if(oCF&&oCF.aFtsKeys)\r
- {\r
- var keys=oCF.aFtsKeys;\r
- var nB=0;\r
- var nE=keys.length-1;\r
- var nM=-1;\r
- var bFound=false;\r
- do{\r
- nM=(nB+nE)>>1;\r
- if(compare(keys[nM].sItemName,sKey)>0)\r
- nE=nM-1;\r
- else if(compare(keys[nM].sItemName,sKey)<0)\r
- nB=nM+1;\r
- else{\r
- bFound=true;\r
- break;\r
- }\r
- }while(nB<=nE);\r
- if(bFound)\r
- {\r
- if(keys[nM].aTopics)\r
- {\r
- for(var i=0;i<keys[nM].aTopics.length;i++)\r
- {\r
- var oTC=getTopicChunk(gaaFTCD[oCF.nProjId],keys[nM].aTopics[i]);\r
- if(oTC.aTopics)\r
- {\r
- aTIPart[aTIPart.length]=\r
- new topicInfo(oTC.aTopics[keys[nM].aTopics[i]-oTC.nBegin].sTopicTitle,\r
- gaData[oCF.nProjId].sPPath+oTC.aTopics[keys[nM].aTopics[i]-oTC.nBegin].sTopicURL);\r
- }\r
- else{\r
- goCTF=oTC;\r
- gnLoadFts=3;\r
- beginLoading();\r
- loadData2(gaData[oCF.nProjId].sPPath+gaData[oCF.nProjId].sDPath+oTC.sFileName);\r
- return null;\r
- }\r
- }\r
- }\r
- }\r
- }\r
- return aTIPart;\r
-}\r
-\r
-function getTopicChunk(aFTCD,nTopicId)\r
-{\r
- if(aFTCD&&aFTCD.length)\r
- {\r
- var nB=0;\r
- var nE=aFTCD.length-1;\r
- var nM=-1;\r
- var bFound=false;\r
- do{\r
- nM=(nB+nE)>>1;\r
- if(aFTCD[nM].nBegin>nTopicId)\r
- nE=nM-1;\r
- else if(aFTCD[nM].nEnd<nTopicId)\r
- nB=nM+1;\r
- else{\r
- bFound=true;\r
- break;\r
- }\r
- }while(nB<=nE);\r
- if(bFound)\r
- return aFTCD[nM];\r
- }\r
- return null;\r
-}\r
-\r
-function endLoading()\r
-{\r
- var oDiv=getElement(gsLoadingDivID);\r
- if(oDiv)\r
- oDiv.style.visibility="hidden";\r
-}\r
-\r
-function beginLoading()\r
-{\r
- var oDiv=getElement(gsLoadingDivID);\r
- if(!oDiv)\r
- {\r
- document.body.insertAdjacentHTML("afterBegin",writeLoadingDiv());\r
- oDiv=getElement(gsLoadingDivID);\r
- }\r
- \r
- if(oDiv)\r
- {\r
- oDiv.style.top=document.body.scrollTop;\r
- oDiv.style.visibility="visible";\r
- }\r
-}\r
-\r
-function writeLoadingDiv(nIIdx)\r
-{\r
- return "<div id=\""+gsLoadingDivID+"\" style=\"position:absolute;top:0;left:0;z-index:600;visibility:hidden;padding-left:4px;background-color:ivory;border-width:1;border-style:solid;border-color:black;width:150px;\">"+gsLoadingMsg+"</div>";\r
-}\r
-\r
-function topicInfo(sTopicTitle,sTopicURL)\r
-{\r
- this.sTopicTitle=sTopicTitle;\r
- this.sTopicURL=sTopicURL;\r
- this.equalTo=function(oTI)\r
- {\r
- return ((this.sTopicTitle==oTI.sTopicTitle)&&\r
- (this.sTopicURL==oTI.sTopicURL));\r
- }\r
-}\r
-\r
-function getChunkedFts(nIndex,sKey)\r
-{\r
- var oCF=null;\r
- if(nIndex<gaaFCD.length)\r
- {\r
- var len=gaaFCD[nIndex].length;\r
- if(len>0)\r
- {\r
- var nB=0;\r
- var nE=len-1;\r
- var bFound=false;\r
- do{\r
- var nM=(nB+nE)>>1;\r
- if(compare(sKey,gaaFCD[nIndex][nM].sEndKey)>0)\r
- {\r
- nB=nM+1;\r
- }\r
- else if(compare(sKey,gaaFCD[nIndex][nM].sStartKey)<0)\r
- {\r
- nE=nM-1;\r
- }\r
- else{\r
- bFound=true;\r
- break;\r
- }\r
- }while(nE>=nB);\r
- if(bFound)\r
- oCF=gaaFCD[nIndex][nM];\r
- }\r
- }\r
- return oCF;\r
-}\r
-\r
-function ftsReady(aFCD,aFTCD)\r
-{\r
- endLoading();\r
- gaaFTCD[gnCLF]=aFTCD;\r
- gaaFCD[gnCLF++]=aFCD;\r
- setTimeout("loadFD();",1);\r
-}\r
-\r
-function putFtsTData(aTopics)\r
-{\r
- endLoading();\r
- var oCTF=goCTF;\r
- if(oCTF)\r
- {\r
- oCTF.aTopics=aTopics;\r
- setTimeout("ftsFindKeyword();",1);\r
- }\r
-}\r
-\r
-function putFtsWData(aFtsContents)\r
-{\r
- endLoading();\r
- var oCF=goCF;\r
- if(oCF)\r
- {\r
- updateCache(oCF);\r
- oCF.aFtsKeys=aFtsContents;\r
- setTimeout("ftsFindKeyword();",1);\r
- }\r
-}\r
-\r
-function IsStopWord(sCW,aFtsStopArray)\r
-{\r
- var nStopArrayLen=aFtsStopArray.length;\r
- var nB=0;\r
- var nE=nStopArrayLen-1;\r
- var nM=0;\r
- var bFound=false;\r
- var sStopWord="";\r
- while(nB<=nE){\r
- nM=(nB+nE);\r
- nM>>=1;\r
- sStopWord=aFtsStopArray[nM];\r
- if(compare(sCW,sStopWord)>0){\r
- nB=(nB==nM)?nM+1:nM;\r
- }else{\r
- if(compare(sCW,sStopWord)<0){\r
- nE=(nE==nM)?nM-1:nM;\r
- }else{\r
- bFound=true;\r
- break;\r
- }\r
- }\r
- }\r
- return bFound;\r
-}\r
-\r
-function GetStem(szWord)\r
-{\r
- if(gaFtsStem==null||gaFtsStem.length==0)return szWord;\r
- var aStems=gaFtsStem;\r
-\r
- var nStemPos=0;\r
- var csStem="";\r
- for(var iStem=0;iStem<aStems.length;iStem++){\r
-\r
- if(aStems[iStem].length>=szWord.length-1) continue;\r
- nStemPos=szWord.lastIndexOf(aStems[iStem]);\r
- if(nStemPos>0){\r
- var cssub=szWord.substring(nStemPos);\r
- if(cssub==aStems[iStem]){\r
- csStem=szWord;\r
- if(szWord.charAt(nStemPos-2)==szWord.charAt(nStemPos-1)){\r
- csStem=csStem.substring(0,nStemPos-1);\r
- }else{\r
- csStem=csStem.substring(0,nStemPos);\r
- }\r
- return csStem;\r
- }\r
- }\r
- }\r
- return szWord;\r
-}\r
-\r
-function FtsWriteClassStyle()\r
-{\r
- var sStyle="<STYLE TYPE='text/css'>\n";\r
- if (gsBgImage)\r
- sStyle+="body {border-top:"+gsBgColor+" 1px solid;}\n";\r
- else\r
- sStyle+="body {border-top:black 1px solid;}\n";\r
- sStyle+="P {"+getFontStyle(goErrFont)+"margin-left:"+gsIndent+";margin-top:"+gsMargin+";}\n";\r
- sStyle+="dl {"+getFontStyle(goFont)+"margin-left:"+gsIndent+";margin-top:"+gsMargin+";}\n";\r
- sStyle+="A:link {"+getFontStyle(goFont)+"}\n";\r
- sStyle+="A:visited {"+getFontStyle(goFont)+"}\n";\r
- sStyle+="A:active {background-color:"+gsABgColor+";}\n";\r
- sStyle+="A:hover {"+getFontStyle(goHoverFont)+"}\n";\r
- sStyle+="</STYLE>";\r
- document.write(sStyle);\r
-}\r
-\r
-function window_Unload()\r
-{\r
- UnRegisterListener2(this,WH_MSG_PROJECTREADY);\r
- UnRegisterListener2(this, WH_MSG_SEARCHFTSKEY);\r
-}\r
-\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- var nMsgId=oMsg.nMessageId;\r
- if(nMsgId==WH_MSG_SEARCHFTSKEY)\r
- {\r
- if(oMsg.oParam)\r
- {\r
- if(gsSK==null||gsSK=="")\r
- {\r
- gsSK=oMsg.oParam.toLowerCase();\r
- findFTSKey();\r
- }\r
- else\r
- gsSK2=oMsg.oParam.toLowerCase();\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_PROJECTREADY)\r
- {\r
- loadFts();\r
- }\r
- return true;\r
-}\r
-\r
-if (window.gbWhUtil&&window.gbWhLang&&window.gbWhProxy&&window.gbWhVer&&window.gbWhMsg)\r
-{\r
- goFont=new whFont("Verdana","8pt","#000000","normal","normal","none");\r
- goErrFont=new whFont("Verdana","8pt","#000000","normal","bold","none");\r
- goHoverFont=new whFont("Verdana","8pt","#007f00","normal","normal","underline");\r
- window.onload=window_OnLoad;\r
- window.onbeforeunload=window_BUnload;\r
- window.onunload=window_Unload;\r
- RegisterListener2(this,WH_MSG_PROJECTREADY);\r
- gbWhFHost=true;\r
-}\r
-else\r
- document.location.reload();
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.001\r
-var gfunLookUp;\r
-var gbInputEnable;\r
-var gfunInit;\r
-var gstrFormName= "";\r
-var gbWithButton = false;\r
-var gsTitle="";\r
-var gsOverImage = "";\r
-var gsOutImage = "";\r
-var gsClickImage = "";\r
-var gsText = "";\r
-var gsBgColor = "#c0c0c0";\r
-var gsBgImage = "";\r
-var gbInImage = 0;\r
-var gbInputEnable = 0;\r
-\r
-var goTitleFont=null;\r
-var goInputFont=null;\r
-var goNormalFont=null;\r
-var goHoverFont=null;\r
-var gnType=-1;\r
-var gbWhForm=false;\r
-\r
-function setBackground(sBgImage)\r
-{\r
- if (sBgImage != null && sBgImage.length > 0)\r
- gsBgImage = sBgImage;\r
-\r
- if (gsBgImage && gsBgImage .length > 0)\r
- {\r
- document.body.background = gsBgImage ;\r
- }\r
-}\r
-\r
-function setBackgroundcolor(sBgColor)\r
-{\r
- if (sBgColor != null && sBgColor.length > 0)\r
- gsBgColor = sBgColor;\r
-\r
- if (gsBgColor&& gsBgColor.length > 0)\r
- {\r
- document.body.bgColor = gsBgColor;\r
- }\r
-}\r
-\r
-function setBtnType(sType)\r
-{\r
- if (sType == "image")\r
- {\r
- gnType = 0;\r
- }\r
- else if (sType == "text")\r
- {\r
- gnType = 1;\r
- }\r
-}\r
-\r
-function setGoImage1(sImage1)\r
-{\r
- gsOutImage = sImage1;\r
- if (gsOutImage && gsOutImage.length > 0)\r
- gbWithButton = true;\r
-}\r
-\r
-function setGoImage2(sImage2)\r
-{\r
- gsOverImage = sImage2;\r
- if (gsOverImage && gsOverImage.length > 0)\r
- gbWithButton = true;\r
-}\r
-\r
-function setGoImage3(sImage3)\r
-{\r
- gsClickImage = sImage3;\r
- if (gsClickImage && gsClickImage.length > 0)\r
- gbWithButton = true;\r
-}\r
-\r
-function setGoText(sText)\r
-{\r
- gsText = sText;\r
- if (gsText.length > 0)\r
- gbWithButton = true;\r
-}\r
-\r
-function setFont(sType, sFontName, sFontSize, sFontColor, sFontStyle, sFontWeight, sFontDecoration)\r
-{\r
- var vFont = new whFont(sFontName, sFontSize, sFontColor, sFontStyle, sFontWeight, sFontDecoration);\r
- if (sType == "Title")\r
- {\r
- goTitleFont = vFont;\r
- var vFont1 = new whFont(sFontName, sFontSize, "black", sFontStyle, sFontWeight, sFontDecoration);\r
- goInputFont=vFont1; \r
- }\r
- else if (sType == "Normal")\r
- goNormalFont = vFont;\r
- else if (sType == "Hover")\r
- goHoverFont = vFont;\r
-}\r
-\r
-function writeFormStyle()\r
-{\r
- var sStyle = "<style type='text/css'>";\r
- sStyle += "p.title {" + getFontStyle(goTitleFont) + "margin-top:0;margin-bottom:0}\n";\r
- sStyle += ".inputfield {" + getFontStyle(goInputFont) +"width:100%; }\n";\r
- sStyle+="A:link {"+getFontStyle(goNormalFont)+"}\n";\r
- sStyle+="A:visited {"+getFontStyle(goNormalFont)+"}\n";\r
- sStyle +="A:hover {"+getFontStyle(goHoverFont)+"}\n";\r
- sStyle+=".clsFormBackground{\n";\r
- if (gsBgImage)\r
- sStyle+="border-top:"+gsBgColor+" 1px solid;}\n";\r
- else\r
- sStyle+="border-top:black 1px solid;}\n";\r
-\r
- sStyle += "</style>";\r
- document.write(sStyle);\r
-}\r
-\r
-function lookupKeyDown()\r
-{\r
- if (gbInputEnable)\r
- {\r
- if (gbIE4)\r
- {\r
- if (event.keyCode == 13) //Enter key\r
- gfunLookUp(true);\r
- else\r
- gfunLookUp(false);\r
- } \r
- else\r
- gfunLookUp(false);\r
- }\r
-}\r
-\r
-function init()\r
-{\r
- if (gfunInit)\r
- gfunInit();\r
- if (!window.Array) return;\r
- document.onkeyup = lookupKeyDown;\r
-}\r
-\r
-function inputSubmit()\r
-{\r
- if ((gbInputEnable && !gbIE4)|| gbInImage)\r
- gfunLookUp(true);\r
-}\r
-\r
-function inputEnable(bEnable)\r
-{\r
- gbInputEnable = bEnable;\r
-}\r
-\r
-function inImage(bImage)\r
-{\r
- gbInImage = bImage;\r
-}\r
-\r
-function getFormHTML()\r
-{\r
- var sForm = "";\r
- sForm += "<table class=\"clsFormBackground\" width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" border=\"0\">";\r
- sForm += "<form name=\"" + gstrFormName + "\" method=\"POST\" action=\"javascript:inputSubmit()\" style=\"width:100%\">";\r
- sForm += "<tr>";\r
- sForm += "<td>";\r
- sForm += "<p class=title><nobr>" + gsTitle + "</nobr><br><table width=\"100%\"><tr valign=\"middle\"><td width=\"100%\"><input class=\"inputfield\" type=\"text\" name=\"keywordField\" onfocus=\"inputEnable(1);\" onblur=\"inputEnable(0);\"></td>";\r
- if (gbWithButton && gnType >= 0)\r
- {\r
- sForm += "<td><a title=\"submit button\" href=\"javascript:void(0);\" onclick=\"" + gstrFormName + ".submit(); return false;\" onfocus=\"inImage(1);\" onblur=\"inImage(0);\" onmouseup=\"onMouseUp();\" onmousedown=\"onMouseDown();\" onmouseover=\"onMouseOver();\" onmouseout=\"onMouseOut();\">"\r
- if (gnType == 0)\r
- {\r
- if (!gsText)\r
- gsText="Go";\r
- sForm += "<img alt=\""+gsText+"\" id=\"go\" border=\"0\" src=\"" + gsOutImage + "\">";\r
- }\r
- else\r
- sForm += gsText ;\r
- sForm += "</a></td>";\r
- }\r
- sForm += "</tr></table></p></td></tr></form></table>";\r
- return sForm;\r
-}\r
-\r
-function onMouseOver()\r
-{\r
- if (getElement("go") && gsOverImage)\r
- getElement("go").src = gsOverImage;\r
-}\r
-\r
-function onMouseDown()\r
-{\r
- if (getElement("go") && gsClickImage)\r
- getElement("go").src = gsClickImage;\r
-}\r
-\r
-function onMouseUp()\r
-{\r
- if (getElement("go") && gsOutImage)\r
- getElement("go").src = gsOutImage;\r
-}\r
-\r
-function onMouseOut()\r
-{\r
- if (getElement("go") && gsOutImage)\r
- getElement("go").src = gsOutImage;\r
-}\r
-\r
-if (window.gbWhUtil&&window.gbWhVer&&window.gbWhProxy&&window.gbWhMsg)\r
-{\r
- goTitleFont=new whFont("Arial", "9pt", "#000000", "normal", "normal", "none");\r
- goNormalFont=new whFont("Arial", "9pt", "#000000", "normal", "normal", "none");\r
- goHoverFont=new whFont("Arial", "9pt", "#000000", "normal", "normal", "underline");\r
- gbWhForm=true;\r
-}\r
-else\r
- document.location.reload();
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.001\r
-// this value should be identical to the value used in whproxy.js\r
-window.whname = "wh_stub";\r
-\r
-// this file will be used by Topic and NavBar and NavPane and other components\r
-// and this file is used in child frame html.\r
-// and the whstub.js will be used in the start page.\r
-// see reference in whstub.js.\r
-// Internal Area\r
-var gbInited = false;\r
-var gWndStubPage = null;\r
-function getStubPage()\r
-{\r
- if (!gbInited)\r
- {\r
- gWndStubPage = getStubPage_inter(window);\r
- gbInited = true;\r
- }\r
- return gWndStubPage;\r
-}\r
-\r
-function getStubPage_inter(wCurrent) {\r
- if (null == wCurrent.parent || wCurrent.parent == wCurrent)\r
- return null;\r
-\r
- if (wCurrent.parent.whname && "wh_stub" == wCurrent.parent.whname) \r
- return wCurrent.parent;\r
- else\r
- if (wCurrent.parent.frames.length != 0 && wCurrent.parent != wCurrent)\r
- return getStubPage_inter(wCurrent.parent);\r
- else \r
- return null;\r
-}\r
-\r
-// Public interface begin here................\r
-function RegisterListener(framename, nMessageId)\r
-{\r
- var wStartPage = getStubPage();\r
- if (wStartPage && wStartPage != this) {\r
- return wStartPage.RegisterListener(framename, nMessageId);\r
- }\r
- else \r
- return false;\r
-}\r
-\r
-function RegisterListener2(oframe, nMessageId)\r
-{\r
- var wStartPage = getStubPage();\r
- if (wStartPage && wStartPage != this) {\r
- return wStartPage.RegisterListener2(oframe, nMessageId);\r
- }\r
- else \r
- return false;\r
-}\r
-\r
-function UnRegisterListener2(oframe, nMessageId)\r
-{\r
- var wStartPage = getStubPage();\r
- if (wStartPage && wStartPage != this && wStartPage.UnRegisterListener2) {\r
- return wStartPage.UnRegisterListener2(oframe, nMessageId);\r
- }\r
- else \r
- return false;\r
-}\r
-\r
-function SendMessage(oMessage)\r
-{\r
- var nMsgId = oMessage.nMessageId;\r
- if (nMsgId == WH_MSG_ISINFRAMESET && oMessage.wSender != this)\r
- return true;\r
- var wStartPage = getStubPage();\r
- if (wStartPage && wStartPage != this && wStartPage.SendMessage) \r
- {\r
- return wStartPage.SendMessage(oMessage);\r
- }\r
- else \r
- return false;\r
-}\r
-var gbWhProxy=true;
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>Glossary Term</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmozemu.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whlang.js"></script>\r
-<script language="javascript1.2" src="whhost.js"></script>\r
-<script language="javascript1.2" src="whghost.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-if(window.gbWhGHost)\r
-{\r
- setBackgroundcolor("White"); \r
- \r
- setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none");\r
- setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline");\r
- setActiveBgColor("Silver");\r
- \r
- \r
- GloWriteClassStyle();\r
-}\r
-else\r
- document.location.reload();\r
-//-->\r
-</script>\r
-</head>\r
-<body topmargin="2" leftmargin="2" marginwidth="0" marginheight="0" bgproperties="fixed" bgcolor="white">\r
-</body>\r
-</html>\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words List</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<p class="ftsbody" >\r
-\r
-\r
-<a name="bm_{"></a><a name="subkey_{{"></a><a href="../description_of_commands_display_results.htm"><b>16x16</b></a> <br><a name="bms_{D"></a><a name="subkey_{D"></a><a href="../description_of_commands_display_results.htm"><b>2d</b></a> <br><nobr>3d <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../description_of_commands_display_results.htm"><b>3</b></a> <a href="../command_result.htm"><b>4</b></a> <a href="../command_description_segmentation.htm"><b>5</b></a> <a href="../command_description_in_display_meshes.htm"><b>6</b></a> <a href="../command_activation_segmentation.htm"><b>7</b></a> <a href="../command_activation_picking.htm"><b>8</b></a> <a href="../cameras.htm"><b>9</b></a> <a href="../activation_of_commands_display_results.htm"><b>10</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>11</b></a> <a href="../picking_general.htm"><b>12</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>13</b></a> <a href="../managing_configurations.htm"><b>14</b></a> <a href="../making_an_avi_clip.htm"><b>15</b></a> <a href="../general_navigation_within_the_scene.htm"><b>16</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>17</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>18</b></a> <a href="../salome_visu_preferences_picking.htm"><b>19</b></a> </nobr><br>\r
-<br><br>\r
-<a name="bm_A"></a><a name="subkey_AB"></a><a href="../command_description_segmentation.htm"><b>ability</b></a> <br><a href="../managing_configurations.htm"><b>able</b></a> <br><a href="../description_of_commands_display_results.htm"><b>abscissa</b></a> <br><a href="../description_of_commands_display_results.htm"><b>absolute</b></a> <br><a name="bms_AC"></a><a name="subkey_AC"></a><a href="../description_of_commands_display_results.htm"><b>acceptable</b></a> <br><nobr>access <a href="../salome_visu_preferences.htm"><b>1</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>2</b></a> </nobr><br><a href="../general_storage_of_produced_data.htm"><b>accessed</b></a> <br><nobr>accessible <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../command_activation.htm"><b>3</b></a> <a href="../cameras.htm"><b>4</b></a> <a href="../activation_of_commands_display_results.htm"><b>5</b></a> </nobr><br><nobr>according <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> </nobr><br><nobr>accordingly <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> </nobr><br><nobr>action <a href="../command_activation_in_display_meshes.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../navigation_using_the_mouse.htm"><b>3</b></a> <a href="../navigation_using_the_keyboard.htm"><b>4</b></a> <a href="../managing_configurations.htm"><b>5</b></a> </nobr><br><nobr>actions <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> <a href="../navigation_using_the_mouse.htm"><b>4</b></a> <a href="../navigation_using_the_keyboard.htm"><b>5</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>6</b></a> </nobr><br><a href="../specific_additional_commands_for_fields_items.htm"><b>activate</b></a> <br><nobr>activated <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../command_activation_timestamps_animation.htm"><b>4</b></a> <a href="../command_activation_segmentation.htm"><b>5</b></a> <a href="../command_activation_picking.htm"><b>6</b></a> <a href="../cameras.htm"><b>7</b></a> <a href="../picking_general.htm"><b>8</b></a> <a href="../managing_configurations.htm"><b>9</b></a> <a href="../making_an_avi_clip.htm"><b>10</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>activates</b></a> <br><nobr>activation <a href="../command_deactivation.htm"><b>1</b></a> <a href="../command_activation_timestamps_animation.htm"><b>2</b></a> <a href="../command_activation_segmentation.htm"><b>3</b></a> <a href="../command_activation_picking.htm"><b>4</b></a> <a href="../command_activation_in_display_meshes.htm"><b>5</b></a> <a href="../command_activation.htm"><b>6</b></a> <a href="../activation_of_commands_display_results.htm"><b>7</b></a> </nobr><br><nobr>active <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_activation_segmentation.htm"><b>4</b></a> <a href="../command_activation_picking.htm"><b>5</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>6</b></a> <a href="../navigation_using_the_keyboard.htm"><b>7</b></a> <a href="../managing_configurations.htm"><b>8</b></a> <a href="../making_an_avi_clip.htm"><b>9</b></a> </nobr><br><a href="../picking_general.htm"><b>actor</b></a> <br><nobr>acts <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_activation_segmentation.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> </nobr><br><a name="bms_AD"></a><a name="subkey_AD"></a><a href="../description_of_commands_display_results.htm"><b>adaptable</b></a> <br><a href="../description_of_the_picking_functionality.htm"><b>adapted</b></a> <br><nobr>added <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../command_activation_segmentation.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>5</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>6</b></a> <a href="../managing_configurations.htm"><b>7</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>8</b></a> </nobr><br><nobr>addition <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> </nobr><br><nobr>additional <a href="../salome_visu_preferences.htm"><b>1</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>2</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>3</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>adjust</b></a> <br><nobr>advanced <a href="../animation_function.htm"><b>1</b></a> <a href="../segmentation_general.htm"><b>2</b></a> </nobr><br><a name="bms_AF"></a><a name="subkey_AF"></a><a href="../managing_configurations.htm"><b>affect</b></a> <br><a href="../command_description_in_display_meshes.htm"><b>affects</b></a> <br><a name="bms_AL"></a><a name="subkey_AL"></a><a href="../activation_of_commands_display_results.htm"><b>algorithms</b></a> <br><nobr>allow <a href="../cameras.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> </nobr><br><nobr>allows <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../command_activation.htm"><b>5</b></a> <a href="../cameras.htm"><b>6</b></a> <a href="../animation_function.htm"><b>7</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>8</b></a> <a href="../picking_general.htm"><b>9</b></a> <a href="../managing_configurations.htm"><b>10</b></a> <a href="../general_storage_of_produced_data.htm"><b>11</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>12</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>13</b></a> <a href="../salome_visu_preferences_picking.htm"><b>14</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>alone</b></a> <br><a href="../command_description_segmentation.htm"><b>along</b></a> <br><a href="../description_of_commands_display_results.htm"><b>alpha</b></a> <br><nobr>already <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../command_activation_in_display_meshes.htm"><b>5</b></a> <a href="../managing_configurations.htm"><b>6</b></a> <a href="../general.htm"><b>7</b></a> </nobr><br><a name="bms_AM"></a><a name="subkey_AM"></a><a href="../description_of_commands_display_results.htm"><b>amplify</b></a> <br><nobr><a name="bms_AN"></a><a name="subkey_AN"></a>analyse <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>2</b></a> </nobr><br><nobr>angular <a href="../cameras.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> </nobr><br><a href="../command_description_timestamps_animation.htm"><b>animate</b></a> <br><nobr>animation <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_activation_timestamps_animation.htm"><b>2</b></a> <a href="../animation_function.htm"><b>3</b></a> <a href="../making_an_avi_clip.htm"><b>4</b></a> <a href="../general_timestamps_animation.htm"><b>5</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>6</b></a> </nobr><br><nobr>another <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../command_activation_segmentation.htm"><b>3</b></a> <a href="../command_activation_picking.htm"><b>4</b></a> <a href="../cameras.htm"><b>5</b></a> <a href="../picking_general.htm"><b>6</b></a> <a href="../managing_configurations.htm"><b>7</b></a> <a href="../general_navigation_within_the_scene.htm"><b>8</b></a> </nobr><br><nobr>any <a href="../command_deactivation.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>4</b></a> <a href="../navigation_using_the_mouse.htm"><b>5</b></a> <a href="../navigation_using_the_keyboard.htm"><b>6</b></a> <a href="../making_an_avi_clip.htm"><b>7</b></a> </nobr><br><a href="../activation_of_commands_display_results.htm"><b>anyway</b></a> <br><a name="bms_AP"></a><a name="subkey_AP"></a><a href="../salome_visu_preferences_picking.htm"><b>apexes</b></a> <br><nobr>applicable <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>4</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>5</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>application</b></a> <br><nobr>applied <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../command_activation_in_display_meshes.htm"><b>4</b></a> <a href="../activation_of_commands_display_results.htm"><b>5</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>6</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>7</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>applies</b></a> <br><nobr>apply <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> </nobr><br><a href="../managing_configurations.htm"><b>applying</b></a> <br><nobr><a name="bms_AR"></a><a name="subkey_AR"></a>area <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../picking_general.htm"><b>2</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>around</b></a> <br><a href="../picking_general.htm"><b>array</b></a> <br><a name="bms_AS"></a><a name="subkey_AS"></a><a href="../activation_of_commands_display_results.htm"><b>assigned</b></a> <br><nobr>associated <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../salome_visu_preferences_picking.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_AT"></a><a name="subkey_AT"></a>attribute <a href="../command_activation_segmentation.htm"><b>1</b></a> <a href="../command_activation_picking.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> </nobr><br><a name="bms_AU"></a><a name="subkey_AU"></a><a href="../description_of_commands_display_results.htm"><b>auto</b></a> <br><a href="../managing_configurations.htm"><b>automatic</b></a> <br><nobr>automatically <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../general_storage_of_produced_data.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_AV"></a><a name="subkey_AV"></a>available <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../picking_general.htm"><b>4</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>5</b></a> <a href="../making_an_avi_clip.htm"><b>6</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>average</b></a> <br><a href="../making_an_avi_clip.htm"><b>avi</b></a> <br><nobr><a name="bms_AX"></a><a name="subkey_AX"></a>axis <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> </nobr><br><a href="../cameras.htm"><b>axo</b></a> <br>\r
-<br><br>\r
-<nobr><a name="bm_B"></a><a name="subkey_BA"></a>back <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> </nobr><br><a href="../making_an_avi_clip.htm"><b>background</b></a> <br><nobr>backward <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> </nobr><br><a href="../navigation_using_the_spacemouse.htm"><b>backwards</b></a> <br><nobr>bar <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../description_of_commands_display_results.htm"><b>3</b></a> <a href="../command_deactivation.htm"><b>4</b></a> <a href="../command_activation_segmentation.htm"><b>5</b></a> <a href="../command_activation_picking.htm"><b>6</b></a> <a href="../command_activation_in_display_meshes.htm"><b>7</b></a> <a href="../activation_of_commands_display_results.htm"><b>8</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>9</b></a> <a href="../picking_general.htm"><b>10</b></a> <a href="../loading_of_previously_saved_data.htm"><b>11</b></a> <a href="../general_storage_of_produced_data.htm"><b>12</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>13</b></a> </nobr><br><nobr>bars <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>3</b></a> </nobr><br><nobr>based <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../salome_visu_preferences_picking.htm"><b>3</b></a> </nobr><br><a name="bms_BE"></a><a name="subkey_BE"></a><a href="../description_of_the_picking_functionality.htm"><b>becomes</b></a> <br><a href="../cameras.htm"><b>behavior</b></a> <br><nobr>behaviour <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> <a href="../cameras.htm"><b>4</b></a> <a href="../salome_visu_preferences.htm"><b>5</b></a> <a href="../picking_general.htm"><b>6</b></a> <a href="../general_timestamps_animation.htm"><b>7</b></a> <a href="../general_storage_of_produced_data.htm"><b>8</b></a> <a href="../general.htm"><b>9</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>10</b></a> <a href="../segmentation_general.htm"><b>11</b></a> </nobr><br><a href="../description_of_the_picking_functionality.htm"><b>being</b></a> <br><nobr>below <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../salome_visu_preferences_picking.htm"><b>3</b></a> </nobr><br><nobr>besides <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../segmentation_general.htm"><b>2</b></a> </nobr><br><a name="bms_BI"></a><a name="subkey_BI"></a><a href="../description_of_commands_display_results.htm"><b>bicolor</b></a> <br><a href="../salome_visu_preferences.htm"><b>big</b></a> <br><a href="../description_of_commands_display_results.htm"><b>bigger</b></a> <br><a href="../command_description_timestamps_animation.htm"><b>bitmap</b></a> <br><nobr><a name="bms_BL"></a><a name="subkey_BL"></a>black <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>block</b></a> <br><a href="../description_of_commands_display_results.htm"><b>blue</b></a> <br><nobr><a name="bms_BO"></a><a name="subkey_BO"></a>both <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../picking_general.htm"><b>5</b></a> <a href="../salome_visu_preferences_picking.htm"><b>6</b></a> </nobr><br><nobr>bottom <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>boundaries</b></a> <br><nobr>boundary <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../salome_visu_preferences_picking.htm"><b>2</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>bounding</b></a> <br><nobr>box <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_activation_segmentation.htm"><b>3</b></a> <a href="../command_activation.htm"><b>4</b></a> <a href="../picking_general.htm"><b>5</b></a> <a href="../managing_configurations.htm"><b>6</b></a> <a href="../segmentation_general.htm"><b>7</b></a> </nobr><br><nobr><a name="bms_BR"></a><a name="subkey_BR"></a>briefly <a href="../general_timestamps_animation.htm"><b>1</b></a> <a href="../general.htm"><b>2</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>brightness</b></a> <br><nobr>browse <a href="../command_activation.htm"><b>1</b></a> <a href="../loading_of_previously_saved_data.htm"><b>2</b></a> </nobr><br><nobr>browser <a href="../command_result.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../command_activation_timestamps_animation.htm"><b>3</b></a> <a href="../command_activation_in_display_meshes.htm"><b>4</b></a> <a href="../cameras.htm"><b>5</b></a> <a href="../activation_of_commands_display_results.htm"><b>6</b></a> <a href="../picking_general.htm"><b>7</b></a> <a href="../managing_configurations.htm"><b>8</b></a> <a href="../general_storage_of_produced_data.htm"><b>9</b></a> </nobr><br><nobr><a name="bms_BU"></a><a name="subkey_BU"></a>button <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_description_in_display_meshes.htm"><b>5</b></a> <a href="../command_activation_timestamps_animation.htm"><b>6</b></a> <a href="../command_activation_segmentation.htm"><b>7</b></a> <a href="../command_activation_picking.htm"><b>8</b></a> <a href="../command_activation_in_display_meshes.htm"><b>9</b></a> <a href="../command_activation.htm"><b>10</b></a> <a href="../animation_function.htm"><b>11</b></a> <a href="../activation_of_commands_display_results.htm"><b>12</b></a> <a href="../picking_general.htm"><b>13</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>14</b></a> <a href="../managing_configurations.htm"><b>15</b></a> <a href="../making_an_avi_clip.htm"><b>16</b></a> <a href="../loading_of_previously_saved_data.htm"><b>17</b></a> </nobr><br><nobr>buttons <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>4</b></a> <a href="../navigation_using_the_mouse.htm"><b>5</b></a> <a href="../making_an_avi_clip.htm"><b>6</b></a> </nobr><br>\r
-<br><br>\r
-<a name="bm_C"></a><a name="subkey_CA"></a><a href="../command_description_segmentation.htm"><b>cad</b></a> <br><a href="../display_results_at_gauss_points_general.htm"><b>calculation</b></a> <br><a href="../command_description_segmentation.htm"><b>called</b></a> <br><nobr>camera <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>4</b></a> <a href="../managing_configurations.htm"><b>5</b></a> <a href="../general_navigation_within_the_scene.htm"><b>6</b></a> <a href="../salome_visu_preferences_picking.htm"><b>7</b></a> </nobr><br><nobr>cameras <a href="../cameras.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> <a href="../general_storage_of_produced_data.htm"><b>4</b></a> </nobr><br><nobr>cancel <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>cancelled</b></a> <br><a href="../command_description_in_display_meshes.htm"><b>cancels</b></a> <br><a href="../description_of_commands_display_results.htm"><b>cannot</b></a> <br><a href="../navigation_using_the_spacemouse.htm"><b>cap</b></a> <br><nobr>capabilities <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../general.htm"><b>2</b></a> </nobr><br><nobr>capability <a href="../navigation_using_the_spacemouse.htm"><b>1</b></a> <a href="../navigation_using_the_mouse.htm"><b>2</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>3</b></a> </nobr><br><a href="../cameras.htm"><b>care</b></a> <br><nobr>case <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../command_deactivation.htm"><b>5</b></a> <a href="../command_activation_segmentation.htm"><b>6</b></a> <a href="../command_activation_picking.htm"><b>7</b></a> <a href="../cameras.htm"><b>8</b></a> <a href="../activation_of_commands_display_results.htm"><b>9</b></a> <a href="../making_an_avi_clip.htm"><b>10</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>11</b></a> </nobr><br><br><br></p><p class="ftsbody" align="center"><a href="whlstf1.htm" target="_self" title="previous search group"><b>>></b></a>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words List</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<p class="ftsbody" align="center"><a href="whlstf0.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
-<p class="ftsbody" >\r
-<nobr><a name="bms_CE"></a><a name="subkey_CE"></a>cell <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../picking_general.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>cells</b></a> <br><nobr>center <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> </nobr><br><nobr>centre <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><nobr>centred <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../navigation_using_the_mouse.htm"><b>2</b></a> <a href="../navigation_using_the_keyboard.htm"><b>3</b></a> <a href="../salome_visu_preferences_picking.htm"><b>4</b></a> </nobr><br><nobr>certain <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../navigation_using_the_keyboard.htm"><b>3</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>4</b></a> </nobr><br><nobr><a name="bms_CH"></a><a name="subkey_CH"></a>change <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>4</b></a> </nobr><br><nobr>changed <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../general_timestamps_animation.htm"><b>4</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>changes</b></a> <br><nobr>changing <a href="../cameras.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>channel</b></a> <br><nobr>chapter <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>characteristics</b></a> <br><nobr>check <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_activation_segmentation.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> </nobr><br><nobr>checked <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../salome_visu_preferences.htm"><b>3</b></a> </nobr><br><a href="../activation_of_commands_display_results.htm"><b>checking</b></a> <br><nobr>child <a href="../cameras.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> </nobr><br><nobr>choice <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../command_activation.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>choices</b></a> <br><nobr>choose <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../salome_visu_preferences_picking.htm"><b>4</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>chosen</b></a> <br><a name="bms_CL"></a><a name="subkey_CL"></a><a href="../description_of_commands_display_results.htm"><b>clamp</b></a> <br><nobr>clear <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../loading_of_previously_saved_data.htm"><b>3</b></a> </nobr><br><nobr>click <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_activation_timestamps_animation.htm"><b>2</b></a> <a href="../command_activation_in_display_meshes.htm"><b>3</b></a> <a href="../command_activation.htm"><b>4</b></a> <a href="../animation_function.htm"><b>5</b></a> <a href="../activation_of_commands_display_results.htm"><b>6</b></a> <a href="../salome_visu_preferences.htm"><b>7</b></a> <a href="../managing_configurations.htm"><b>8</b></a> </nobr><br><a href="../cameras.htm"><b>clicking</b></a> <br><a href="../making_an_avi_clip.htm"><b>clip</b></a> <br><a href="../navigation_using_the_spacemouse.htm"><b>clockwise</b></a> <br><nobr>close <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> </nobr><br><a name="bms_CO"></a><a name="subkey_CO"></a><a href="../navigation_using_the_spacemouse.htm"><b>co</b></a> <br><a href="../index.htm"><b>code_aster</b></a> <br><a href="../command_result.htm"><b>collapse</b></a> <br><nobr>color <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../picking_general.htm"><b>4</b></a> </nobr><br><nobr>colors <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>colours</b></a> <br><nobr>combined <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> </nobr><br><nobr>command <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_description_in_display_meshes.htm"><b>5</b></a> <a href="../command_deactivation.htm"><b>6</b></a> <a href="../command_activation_timestamps_animation.htm"><b>7</b></a> <a href="../command_activation_segmentation.htm"><b>8</b></a> <a href="../command_activation_picking.htm"><b>9</b></a> <a href="../command_activation_in_display_meshes.htm"><b>10</b></a> <a href="../command_activation.htm"><b>11</b></a> <a href="../cameras.htm"><b>12</b></a> <a href="../activation_of_commands_display_results.htm"><b>13</b></a> <a href="../salome_visu_preferences.htm"><b>14</b></a> <a href="../navigation_using_the_mouse.htm"><b>15</b></a> <a href="../managing_configurations.htm"><b>16</b></a> <a href="../loading_of_previously_saved_data.htm"><b>17</b></a> <a href="../general_timestamps_animation.htm"><b>18</b></a> <a href="../general_storage_of_produced_data.htm"><b>19</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>20</b></a> </nobr><br><nobr>commands <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../command_activation_in_display_meshes.htm"><b>4</b></a> <a href="../activation_of_commands_display_results.htm"><b>5</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>6</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>7</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>8</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>9</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>component</b></a> <br><a href="../description_of_the_picking_functionality.htm"><b>components</b></a> <br><nobr>computation <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><nobr>compute <a href="../command_activation_in_display_meshes.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> </nobr><br><nobr>computed <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> </nobr><br><a href="../command_description_timestamps_animation.htm"><b>computes</b></a> <br><nobr>concerned <a href="../command_activation_in_display_meshes.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> <a href="../index.htm"><b>4</b></a> </nobr><br><a href="../managing_configurations.htm"><b>config</b></a> <br><nobr>configuration <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>4</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>5</b></a> <a href="../managing_configurations.htm"><b>6</b></a> <a href="../salome_visu_preferences_picking.htm"><b>7</b></a> </nobr><br><nobr>configurations <a href="../managing_configurations.htm"><b>1</b></a> <a href="../general_storage_of_produced_data.htm"><b>2</b></a> </nobr><br><nobr>configure <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> </nobr><br><nobr>connected <a href="../command_activation_picking.htm"><b>1</b></a> <a href="../navigation_using_the_mouse.htm"><b>2</b></a> </nobr><br><a href="../navigation_using_the_mouse.htm"><b>connectivity</b></a> <br><nobr>consider <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>2</b></a> </nobr><br><nobr>considered <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> </nobr><br><nobr>consists <a href="../cameras.htm"><b>1</b></a> <a href="../general.htm"><b>2</b></a> <a href="../segmentation_general.htm"><b>3</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>contained</b></a> <br><a href="../activation_of_commands_display_results.htm"><b>containing</b></a> <br><a href="../activation_of_commands_display_results.htm"><b>contains</b></a> <br><nobr>content <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../making_an_avi_clip.htm"><b>3</b></a> </nobr><br><a href="../making_an_avi_clip.htm"><b>contents</b></a> <br><nobr>contextual <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>5</b></a> </nobr><br><nobr>continue <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../making_an_avi_clip.htm"><b>2</b></a> </nobr><br><nobr>control <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> </nobr><br><a href="../navigation_using_the_spacemouse.htm"><b>controller</b></a> <br><a href="../making_an_avi_clip.htm"><b>controls</b></a> <br><nobr>convenience <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../picking_general.htm"><b>2</b></a> </nobr><br><nobr>convention <a href="../navigation_using_the_mouse.htm"><b>1</b></a> <a href="../segmentation_general.htm"><b>2</b></a> </nobr><br><a href="../navigation_using_the_mouse.htm"><b>conventions</b></a> <br><a href="../navigation_using_the_spacemouse.htm"><b>coordinate</b></a> <br><nobr>coordinates <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> </nobr><br><a href="../salome_visu_preferences_picking.htm"><b>corner</b></a> <br><a href="../activation_of_commands_display_results.htm"><b>correctly</b></a> <br><nobr>correspond <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> </nobr><br><nobr>corresponding <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../command_result.htm"><b>3</b></a> <a href="../command_description_timestamps_animation.htm"><b>4</b></a> <a href="../command_activation_segmentation.htm"><b>5</b></a> <a href="../command_activation_picking.htm"><b>6</b></a> <a href="../command_activation_in_display_meshes.htm"><b>7</b></a> <a href="../cameras.htm"><b>8</b></a> <a href="../picking_general.htm"><b>9</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>10</b></a> <a href="../making_an_avi_clip.htm"><b>11</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>12</b></a> </nobr><br><nobr>corresponds <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>4</b></a> </nobr><br><a href="../activation_of_commands_display_results.htm"><b>could</b></a> <br><a href="../navigation_using_the_spacemouse.htm"><b>counterclockwise</b></a> <br><a name="bms_CR"></a><a name="subkey_CR"></a><a href="../command_activation_in_display_meshes.htm"><b>create</b></a> <br><nobr>created <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../navigation_using_the_keyboard.htm"><b>2</b></a> <a href="../loading_of_previously_saved_data.htm"><b>3</b></a> <a href="../general_storage_of_produced_data.htm"><b>4</b></a> </nobr><br><nobr>creates <a href="../cameras.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_CT"></a><a name="subkey_CT"></a>ctrl <a href="../navigation_using_the_mouse.htm"><b>1</b></a> <a href="../navigation_using_the_keyboard.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_CU"></a><a name="subkey_CU"></a>current <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_result.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../command_deactivation.htm"><b>5</b></a> <a href="../command_activation_in_display_meshes.htm"><b>6</b></a> <a href="../cameras.htm"><b>7</b></a> <a href="../activation_of_commands_display_results.htm"><b>8</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>9</b></a> <a href="../managing_configurations.htm"><b>10</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>11</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>12</b></a> <a href="../salome_visu_preferences_picking.htm"><b>13</b></a> </nobr><br><nobr>cursor <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> <a href="../salome_visu_preferences_picking.htm"><b>5</b></a> </nobr><br><nobr>cursors <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> <a href="../general_storage_of_produced_data.htm"><b>3</b></a> <a href="../segmentation_general.htm"><b>4</b></a> </nobr><br><nobr>customize <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>3</b></a> <a href="../salome_visu_preferences_picking.htm"><b>4</b></a> </nobr><br><a href="../segmentation_general.htm"><b>cuts</b></a> <br><a href="../segmentation_general.htm"><b>cutting</b></a> <br>\r
-<br><br>\r
-<a name="bm_D"></a><a name="subkey_D{"></a><a href="../command_description_segmentation.htm"><b>d</b></a> <br><nobr><a name="bms_DA"></a><a name="subkey_DA"></a>data <a href="../command_result.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> <a href="../picking_general.htm"><b>4</b></a> <a href="../loading_of_previously_saved_data.htm"><b>5</b></a> <a href="../index.htm"><b>6</b></a> <a href="../general_storage_of_produced_data.htm"><b>7</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>8</b></a> <a href="../salome_visu_preferences_picking.htm"><b>9</b></a> </nobr><br><a href="../animation_function.htm"><b>date</b></a> <br><nobr><a name="bms_DE"></a><a name="subkey_DE"></a>deactivation <a href="../command_deactivation.htm"><b>1</b></a> <a href="../command_activation_segmentation.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> </nobr><br><a href="../activation_of_commands_display_results.htm"><b>debug</b></a> <br><a href="../managing_configurations.htm"><b>decides</b></a> <br><nobr>decrease <a href="../navigation_using_the_spacemouse.htm"><b>1</b></a> <a href="../navigation_using_the_mouse.htm"><b>2</b></a> <a href="../navigation_using_the_keyboard.htm"><b>3</b></a> </nobr><br><nobr>dedicated <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><nobr>default <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_activation_in_display_meshes.htm"><b>4</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>5</b></a> <a href="../salome_visu_preferences.htm"><b>6</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>7</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>8</b></a> <a href="../navigation_using_the_mouse.htm"><b>9</b></a> </nobr><br><nobr>define <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../animation_function.htm"><b>5</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>6</b></a> <a href="../salome_visu_preferences.htm"><b>7</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>8</b></a> <a href="../navigation_using_the_mouse.htm"><b>9</b></a> <a href="../making_an_avi_clip.htm"><b>10</b></a> <a href="../general_storage_of_produced_data.htm"><b>11</b></a> <a href="../segmentation_general.htm"><b>12</b></a> <a href="../salome_visu_preferences_picking.htm"><b>13</b></a> </nobr><br><nobr>defined <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../description_of_commands_display_results.htm"><b>3</b></a> <a href="../command_description_timestamps_animation.htm"><b>4</b></a> <a href="../command_description_segmentation.htm"><b>5</b></a> <a href="../command_activation_picking.htm"><b>6</b></a> <a href="../command_activation_in_display_meshes.htm"><b>7</b></a> <a href="../command_activation.htm"><b>8</b></a> <a href="../cameras.htm"><b>9</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>10</b></a> <a href="../salome_visu_preferences.htm"><b>11</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>12</b></a> <a href="../picking_general.htm"><b>13</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>14</b></a> <a href="../navigation_using_the_mouse.htm"><b>15</b></a> <a href="../navigation_using_the_keyboard.htm"><b>16</b></a> <a href="../managing_configurations.htm"><b>17</b></a> <a href="../making_an_avi_clip.htm"><b>18</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>19</b></a> </nobr><br><nobr>defines <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../animation_function.htm"><b>3</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>4</b></a> <a href="../salome_visu_preferences.htm"><b>5</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>6</b></a> <a href="../general_timestamps_animation.htm"><b>7</b></a> <a href="../segmentation_general.htm"><b>8</b></a> </nobr><br><nobr>defining <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../segmentation_general.htm"><b>3</b></a> <a href="../salome_visu_preferences_picking.htm"><b>4</b></a> </nobr><br><nobr>definition <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../salome_visu_preferences_picking.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>definitions</b></a> <br><a href="../description_of_commands_display_results.htm"><b>deformation</b></a> <br><a href="../description_of_commands_display_results.htm"><b>deformed</b></a> <br><a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>degree</b></a> <br><nobr>degrees <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> </nobr><br><nobr>delete <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> </nobr><br><a href="../salome_visu_preferences.htm"><b>demand</b></a> <br><a href="../description_of_commands_display_results.htm"><b>depend</b></a> <br><nobr>depending <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>depends</b></a> <br><nobr>depth <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> </nobr><br><nobr>described <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../picking_general.htm"><b>4</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>5</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>6</b></a> </nobr><br><nobr>describes <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../index.htm"><b>2</b></a> <a href="../general_navigation_within_the_scene.htm"><b>3</b></a> </nobr><br><nobr>description <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_description_in_display_meshes.htm"><b>5</b></a> <a href="../cameras.htm"><b>6</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>7</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>8</b></a> <a href="../salome_visu_preferences_picking.htm"><b>9</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>design</b></a> <br><a href="../command_description_segmentation.htm"><b>desktop</b></a> <br><a href="../salome_visu_preferences_picking.htm"><b>details</b></a> <br><nobr>detected <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../picking_general.htm"><b>2</b></a> </nobr><br><a href="../description_of_the_picking_functionality.htm"><b>detection</b></a> <br><a href="../description_of_commands_display_results.htm"><b>development</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf2.htm" target="_self" title="previous search group"><b>>></b></a>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words List</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<p class="ftsbody" align="center"><a href="whlstf1.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
-<p class="ftsbody" >\r
-<a name="bms_DI"></a><a name="subkey_DI"></a><a href="../command_description_segmentation.htm"><b>diagonal</b></a> <br><nobr>dialog <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../command_activation.htm"><b>5</b></a> <a href="../cameras.htm"><b>6</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>7</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>8</b></a> <a href="../picking_general.htm"><b>9</b></a> <a href="../managing_configurations.htm"><b>10</b></a> <a href="../making_an_avi_clip.htm"><b>11</b></a> <a href="../loading_of_previously_saved_data.htm"><b>12</b></a> <a href="../general_storage_of_produced_data.htm"><b>13</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>14</b></a> <a href="../salome_visu_preferences_picking.htm"><b>15</b></a> </nobr><br><nobr>dialogs <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>diameter</b></a> <br><a href="../description_of_commands_display_results.htm"><b>differences</b></a> <br><nobr>different <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>5</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>dimension</b></a> <br><nobr>direction <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../navigation_using_the_mouse.htm"><b>3</b></a> <a href="../navigation_using_the_keyboard.htm"><b>4</b></a> <a href="../managing_configurations.htm"><b>5</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>directly</b></a> <br><nobr>directory <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../loading_of_previously_saved_data.htm"><b>2</b></a> </nobr><br><a href="../making_an_avi_clip.htm"><b>disable</b></a> <br><nobr>disabled <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>discussed</b></a> <br><nobr>disk <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../general_storage_of_produced_data.htm"><b>3</b></a> </nobr><br><nobr>displacement <a href="../cameras.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> </nobr><br><nobr>display <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../description_of_commands_display_results.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_description_in_display_meshes.htm"><b>5</b></a> <a href="../command_activation_in_display_meshes.htm"><b>6</b></a> <a href="../animation_function.htm"><b>7</b></a> <a href="../activation_of_commands_display_results.htm"><b>8</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>9</b></a> <a href="../managing_configurations.htm"><b>10</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>11</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>12</b></a> </nobr><br><nobr>displayed <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_result.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_description_in_display_meshes.htm"><b>5</b></a> <a href="../command_deactivation.htm"><b>6</b></a> <a href="../command_activation_segmentation.htm"><b>7</b></a> <a href="../command_activation_picking.htm"><b>8</b></a> <a href="../command_activation_in_display_meshes.htm"><b>9</b></a> <a href="../activation_of_commands_display_results.htm"><b>10</b></a> <a href="../picking_general.htm"><b>11</b></a> <a href="../managing_configurations.htm"><b>12</b></a> </nobr><br><a href="../display_results_at_gauss_points_general.htm"><b>displaying</b></a> <br><nobr>displays <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../command_activation.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>5</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>6</b></a> <a href="../picking_general.htm"><b>7</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>8</b></a> <a href="../salome_visu_preferences_picking.htm"><b>9</b></a> </nobr><br><nobr>distance <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> <a href="../salome_visu_preferences_picking.htm"><b>5</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>distinguish</b></a> <br><nobr>divide <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> </nobr><br><nobr>divided <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><a name="bms_DO"></a><a name="subkey_DO"></a><a href="../command_description_segmentation.htm"><b>docked</b></a> <br><nobr>document <a href="../managing_configurations.htm"><b>1</b></a> <a href="../loading_of_previously_saved_data.htm"><b>2</b></a> <a href="../general_storage_of_produced_data.htm"><b>3</b></a> </nobr><br><a href="../index.htm"><b>documentation</b></a> <br><nobr>does <a href="../picking_general.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../navigation_using_the_keyboard.htm"><b>3</b></a> <a href="../general.htm"><b>4</b></a> <a href="../segmentation_general.htm"><b>5</b></a> </nobr><br><nobr>dominant <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> </nobr><br><nobr>done <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../command_activation_segmentation.htm"><b>3</b></a> <a href="../command_activation_picking.htm"><b>4</b></a> </nobr><br><nobr>down <a href="../cameras.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> </nobr><br><a name="bms_DR"></a><a name="subkey_DR"></a><a href="../command_description_segmentation.htm"><b>dragging</b></a> <br><a href="../command_description_in_display_meshes.htm"><b>drawing</b></a> <br><a href="../picking_general.htm"><b>drives</b></a> <br><a name="bms_DU"></a><a name="subkey_DU"></a><a href="../specific_additional_commands_for_fields_items.htm"><b>duplicate</b></a> <br><nobr><a name="bms_DY"></a><a name="subkey_DY"></a>dynamic <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>4</b></a> <a href="../navigation_using_the_mouse.htm"><b>5</b></a> <a href="../navigation_using_the_keyboard.htm"><b>6</b></a> </nobr><br><nobr>dynamically <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_picking.htm"><b>2</b></a> </nobr><br>\r
-<br><br>\r
-<nobr><a name="bm_E"></a><a name="subkey_E{"></a>e <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../cameras.htm"><b>5</b></a> </nobr><br><a name="bms_ED"></a><a name="subkey_ED"></a><a href="../picking_general.htm"><b>edf</b></a> <br><nobr>edge <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../picking_general.htm"><b>2</b></a> </nobr><br><nobr>edit <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>4</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>editable</b></a> <br><nobr>edition <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>4</b></a> </nobr><br><nobr><a name="bms_EF"></a><a name="subkey_EF"></a>effect <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_EI"></a><a name="subkey_EI"></a>either <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../command_activation_segmentation.htm"><b>4</b></a> <a href="../command_activation_picking.htm"><b>5</b></a> <a href="../picking_general.htm"><b>6</b></a> </nobr><br><nobr><a name="bms_EL"></a><a name="subkey_EL"></a>element <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../command_deactivation.htm"><b>3</b></a> <a href="../command_activation_in_display_meshes.htm"><b>4</b></a> <a href="../cameras.htm"><b>5</b></a> <a href="../activation_of_commands_display_results.htm"><b>6</b></a> <a href="../picking_general.htm"><b>7</b></a> <a href="../managing_configurations.htm"><b>8</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>9</b></a> </nobr><br><nobr>elements <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>5</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>else</b></a> <br><a name="bms_EM"></a><a name="subkey_EM"></a><a href="../display_meshes_general.htm"><b>embedded</b></a> <br><nobr><a name="bms_EN"></a><a name="subkey_EN"></a>enabled <a href="../command_activation_segmentation.htm"><b>1</b></a> <a href="../command_activation_picking.htm"><b>2</b></a> </nobr><br><nobr>end <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../picking_general.htm"><b>2</b></a> <a href="../salome_visu_preferences_picking.htm"><b>3</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>ended</b></a> <br><a href="../general.htm"><b>enhancement</b></a> <br><a href="../cameras.htm"><b>ensured</b></a> <br><nobr>entities <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> </nobr><br><a href="../command_activation_in_display_meshes.htm"><b>entries</b></a> <br><nobr>entry <a href="../cameras.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>environment</b></a> <br><nobr><a name="bms_EQ"></a><a name="subkey_EQ"></a>equal <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><nobr>equivalent <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_ER"></a><a name="subkey_ER"></a>erase <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../command_deactivation.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> </nobr><br><nobr>erased <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../command_activation_segmentation.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> </nobr><br><a name="bms_ES"></a><a name="subkey_ES"></a><a href="../segmentation_general.htm"><b>established</b></a> <br><a name="bms_EV"></a><a name="subkey_EV"></a><a href="../managing_configurations.htm"><b>even</b></a> <br><a name="bms_EX"></a><a name="subkey_EX"></a><a href="../command_description_segmentation.htm"><b>example</b></a> <br><a href="../description_of_commands_display_results.htm"><b>exceeds</b></a> <br><a href="../command_deactivation.htm"><b>except</b></a> <br><a href="../general_storage_of_produced_data.htm"><b>executed</b></a> <br><nobr>existing <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> <a href="../picking_general.htm"><b>4</b></a> <a href="../managing_configurations.htm"><b>5</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>6</b></a> </nobr><br><a href="../general.htm"><b>exists</b></a> <br><nobr>exit <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> </nobr><br><nobr>exits <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_deactivation.htm"><b>3</b></a> </nobr><br><a href="../command_result.htm"><b>expand</b></a> <br><a href="../picking_general.htm"><b>expectation</b></a> <br><a href="../command_description_segmentation.htm"><b>expected</b></a> <br><nobr>explain <a href="../general_timestamps_animation.htm"><b>1</b></a> <a href="../general.htm"><b>2</b></a> </nobr><br><nobr>explained <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> </nobr><br><nobr>explanation <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../navigation_using_the_mouse.htm"><b>2</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>explode</b></a> <br><nobr>extended <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../animation_function.htm"><b>2</b></a> <a href="../general_timestamps_animation.htm"><b>3</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>4</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>extension</b></a> <br><a href="../navigation_using_the_mouse.htm"><b>extra</b></a> <br>\r
-<br><br>\r
-<a name="bm_F"></a><a name="subkey_FA"></a><a href="../picking_general.htm"><b>face</b></a> <br><a href="../description_of_commands_display_results.htm"><b>faces</b></a> <br><a href="../description_of_commands_display_results.htm"><b>factor</b></a> <br><nobr>families <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>4</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>far</b></a> <br><a name="bms_FE"></a><a name="subkey_FE"></a><a href="../description_of_commands_display_results.htm"><b>feature</b></a> <br><nobr>few <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../salome_visu_preferences.htm"><b>2</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_FI"></a><a name="subkey_FI"></a>field <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_activation_timestamps_animation.htm"><b>2</b></a> <a href="../animation_function.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> <a href="../picking_general.htm"><b>5</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>6</b></a> </nobr><br><nobr>fields <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>4</b></a> </nobr><br><nobr>fig <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_result.htm"><b>3</b></a> <a href="../command_description_timestamps_animation.htm"><b>4</b></a> <a href="../command_description_segmentation.htm"><b>5</b></a> <a href="../command_description_in_display_meshes.htm"><b>6</b></a> <a href="../command_activation_timestamps_animation.htm"><b>7</b></a> <a href="../command_activation_segmentation.htm"><b>8</b></a> <a href="../command_activation_picking.htm"><b>9</b></a> <a href="../command_activation.htm"><b>10</b></a> <a href="../cameras.htm"><b>11</b></a> <a href="../activation_of_commands_display_results.htm"><b>12</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>13</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>14</b></a> <a href="../picking_general.htm"><b>15</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>16</b></a> <a href="../navigation_using_the_mouse.htm"><b>17</b></a> <a href="../managing_configurations.htm"><b>18</b></a> <a href="../making_an_avi_clip.htm"><b>19</b></a> <a href="../loading_of_previously_saved_data.htm"><b>20</b></a> <a href="../general_storage_of_produced_data.htm"><b>21</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>22</b></a> <a href="../salome_visu_preferences_picking.htm"><b>23</b></a> </nobr><br><a href="../cameras.htm"><b>figure</b></a> <br><nobr>file <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_activation_in_display_meshes.htm"><b>4</b></a> <a href="../command_activation.htm"><b>5</b></a> <a href="../activation_of_commands_display_results.htm"><b>6</b></a> <a href="../salome_visu_preferences.htm"><b>7</b></a> <a href="../making_an_avi_clip.htm"><b>8</b></a> <a href="../loading_of_previously_saved_data.htm"><b>9</b></a> <a href="../general_storage_of_produced_data.htm"><b>10</b></a> </nobr><br><nobr>files <a href="../command_result.htm"><b>1</b></a> <a href="../command_activation.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../salome_visu_preferences.htm"><b>4</b></a> </nobr><br><nobr>filter <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> </nobr><br><a href="../cameras.htm"><b>final</b></a> <br><a href="../description_of_commands_display_results.htm"><b>finally</b></a> <br><nobr>first <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../activation_of_commands_display_results.htm"><b>5</b></a> <a href="../making_an_avi_clip.htm"><b>6</b></a> <a href="../general_storage_of_produced_data.htm"><b>7</b></a> <a href="../general.htm"><b>8</b></a> <a href="../salome_visu_preferences_picking.htm"><b>9</b></a> </nobr><br><nobr>fixed <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_picking.htm"><b>2</b></a> </nobr><br><a name="bms_FL"></a><a name="subkey_FL"></a><a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>flyto</b></a> <br><nobr><a name="bms_FO"></a><a name="subkey_FO"></a>focal <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../navigation_using_the_mouse.htm"><b>4</b></a> <a href="../navigation_using_the_keyboard.htm"><b>5</b></a> <a href="../managing_configurations.htm"><b>6</b></a> <a href="../salome_visu_preferences_picking.htm"><b>7</b></a> </nobr><br><nobr>focus <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> </nobr><br><nobr>follow <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> <a href="../salome_visu_preferences_picking.htm"><b>4</b></a> </nobr><br><nobr>following <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_deactivation.htm"><b>5</b></a> <a href="../cameras.htm"><b>6</b></a> <a href="../picking_general.htm"><b>7</b></a> <a href="../navigation_using_the_mouse.htm"><b>8</b></a> <a href="../navigation_using_the_keyboard.htm"><b>9</b></a> <a href="../managing_configurations.htm"><b>10</b></a> <a href="../making_an_avi_clip.htm"><b>11</b></a> <a href="../general_timestamps_animation.htm"><b>12</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>13</b></a> <a href="../segmentation_general.htm"><b>14</b></a> </nobr><br><nobr>follows <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> <a href="../navigation_using_the_mouse.htm"><b>4</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>font</b></a> <br><a href="../description_of_commands_display_results.htm"><b>forth</b></a> <br><nobr>forward <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>founded</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf3.htm" target="_self" title="previous search group"><b>>></b></a>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words List</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<p class="ftsbody" align="center"><a href="whlstf2.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
-<p class="ftsbody" >\r
-<nobr><a name="bms_FR"></a><a name="subkey_FR"></a>frame <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../animation_function.htm"><b>3</b></a> <a href="../navigation_using_the_mouse.htm"><b>4</b></a> <a href="../managing_configurations.htm"><b>5</b></a> <a href="../general_timestamps_animation.htm"><b>6</b></a> </nobr><br><nobr>frames <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> </nobr><br><nobr>free <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>1</b></a> <a href="../navigation_using_the_mouse.htm"><b>2</b></a> </nobr><br><a href="../navigation_using_the_spacemouse.htm"><b>freedom</b></a> <br><a href="../managing_configurations.htm"><b>freely</b></a> <br><nobr>front <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> </nobr><br><a name="bms_FU"></a><a name="subkey_FU"></a><a href="../salome_visu_preferences.htm"><b>full</b></a> <br><nobr>fully <a href="../salome_visu_preferences.htm"><b>1</b></a> <a href="../picking_general.htm"><b>2</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>3</b></a> </nobr><br><nobr>function <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_deactivation.htm"><b>3</b></a> <a href="../animation_function.htm"><b>4</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>5</b></a> <a href="../picking_general.htm"><b>6</b></a> <a href="../general_timestamps_animation.htm"><b>7</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>8</b></a> <a href="../segmentation_general.htm"><b>9</b></a> <a href="../salome_visu_preferences_picking.htm"><b>10</b></a> </nobr><br><nobr>functionality <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../command_activation_segmentation.htm"><b>5</b></a> <a href="../command_activation_picking.htm"><b>6</b></a> <a href="../cameras.htm"><b>7</b></a> <a href="../picking_general.htm"><b>8</b></a> <a href="../making_an_avi_clip.htm"><b>9</b></a> <a href="../index.htm"><b>10</b></a> <a href="../general_timestamps_animation.htm"><b>11</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>12</b></a> <a href="../salome_visu_preferences_picking.htm"><b>13</b></a> </nobr><br><nobr>functions <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_picking.htm"><b>2</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>future</b></a> <br>\r
-<br><br>\r
-<nobr><a name="bm_G"></a><a name="subkey_GA"></a>gauss <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_deactivation.htm"><b>4</b></a> <a href="../command_activation_segmentation.htm"><b>5</b></a> <a href="../command_activation_picking.htm"><b>6</b></a> <a href="../animation_function.htm"><b>7</b></a> <a href="../activation_of_commands_display_results.htm"><b>8</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>9</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>10</b></a> <a href="../picking_general.htm"><b>11</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>12</b></a> <a href="../managing_configurations.htm"><b>13</b></a> <a href="../index.htm"><b>14</b></a> <a href="../general_timestamps_animation.htm"><b>15</b></a> <a href="../general.htm"><b>16</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>17</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>18</b></a> <a href="../segmentation_general.htm"><b>19</b></a> <a href="../salome_visu_preferences_picking.htm"><b>20</b></a> </nobr><br><nobr><a name="bms_GE"></a><a name="subkey_GE"></a>general <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../picking_general.htm"><b>2</b></a> <a href="../general_timestamps_animation.htm"><b>3</b></a> <a href="../general_navigation_within_the_scene.htm"><b>4</b></a> <a href="../general.htm"><b>5</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>6</b></a> <a href="../segmentation_general.htm"><b>7</b></a> </nobr><br><a href="../command_description_timestamps_animation.htm"><b>generate</b></a> <br><a href="../salome_visu_preferences_picking.htm"><b>generated</b></a> <br><nobr>geometrical <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><nobr>geometry <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_GI"></a><a name="subkey_GI"></a>give <a href="../activation_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> </nobr><br><nobr>given <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>2</b></a> </nobr><br><a name="bms_GL"></a><a name="subkey_GL"></a><a href="../description_of_commands_display_results.htm"><b>global</b></a> <br><a href="../command_description_segmentation.htm"><b>glyph</b></a> <br><nobr><a name="bms_GO"></a><a name="subkey_GO"></a>go <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> <a href="../salome_visu_preferences.htm"><b>3</b></a> <a href="../general_navigation_within_the_scene.htm"><b>4</b></a> </nobr><br><a href="../command_description_timestamps_animation.htm"><b>going</b></a> <br><nobr><a name="bms_GR"></a><a name="subkey_GR"></a>graphic <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> <a href="../general_navigation_within_the_scene.htm"><b>4</b></a> </nobr><br><nobr>graphical <a href="../command_activation_in_display_meshes.htm"><b>1</b></a> <a href="../index.htm"><b>2</b></a> </nobr><br><nobr>graphically <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../picking_general.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>greater</b></a> <br><a href="../description_of_commands_display_results.htm"><b>greyed</b></a> <br><a href="../making_an_avi_clip.htm"><b>grouped</b></a> <br><nobr>groups <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_GU"></a><a name="subkey_GU"></a>gui <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../making_an_avi_clip.htm"><b>2</b></a> <a href="../index.htm"><b>3</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>4</b></a> </nobr><br>\r
-<br><br>\r
-<nobr><a name="bm_H"></a><a name="subkey_HA"></a>half <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../segmentation_general.htm"><b>2</b></a> </nobr><br><a href="../general.htm"><b>handling</b></a> <br><a href="../description_of_commands_display_results.htm"><b>hardware</b></a> <br><nobr><a name="bms_HD"></a><a name="subkey_HD"></a>hdf <a href="../loading_of_previously_saved_data.htm"><b>1</b></a> <a href="../general_storage_of_produced_data.htm"><b>2</b></a> </nobr><br><a name="bms_HE"></a><a name="subkey_HE"></a><a href="../navigation_using_the_spacemouse.htm"><b>head</b></a> <br><nobr>height <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_picking.htm"><b>2</b></a> </nobr><br><nobr>here <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../general.htm"><b>2</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>3</b></a> </nobr><br><a name="bms_HI"></a><a name="subkey_HI"></a><a href="../command_result.htm"><b>hierarchical</b></a> <br><a href="../command_activation.htm"><b>hierarchy</b></a> <br><a href="../description_of_commands_display_results.htm"><b>high</b></a> <br><a href="../description_of_the_picking_functionality.htm"><b>highlight</b></a> <br><nobr>highlighted <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../picking_general.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> </nobr><br><a href="../activation_of_commands_display_results.htm"><b>him</b></a> <br><a name="bms_HO"></a><a name="subkey_HO"></a><a href="../command_description_in_display_meshes.htm"><b>homothetic</b></a> <br><a href="../description_of_commands_display_results.htm"><b>horizontal</b></a> <br><nobr>how <a href="../general_timestamps_animation.htm"><b>1</b></a> <a href="../general_navigation_within_the_scene.htm"><b>2</b></a> <a href="../general.htm"><b>3</b></a> </nobr><br>\r
-<br><br>\r
-<nobr><a name="bm_I"></a><a name="subkey_I{"></a>i <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_result.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_description_in_display_meshes.htm"><b>5</b></a> <a href="../cameras.htm"><b>6</b></a> </nobr><br><nobr><a name="bms_IC"></a><a name="subkey_IC"></a>icon <a href="../command_activation_segmentation.htm"><b>1</b></a> <a href="../command_activation_picking.htm"><b>2</b></a> </nobr><br><a href="../cameras.htm"><b>icons</b></a> <br><a name="bms_ID"></a><a name="subkey_ID"></a><a href="../description_of_the_picking_functionality.htm"><b>id</b></a> <br><nobr><a name="bms_IF"></a><a name="subkey_IF"></a>if <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_deactivation.htm"><b>4</b></a> <a href="../command_activation_in_display_meshes.htm"><b>5</b></a> <a href="../activation_of_commands_display_results.htm"><b>6</b></a> <a href="../managing_configurations.htm"><b>7</b></a> <a href="../salome_visu_preferences_picking.htm"><b>8</b></a> </nobr><br><a name="bms_II"></a><a name="subkey_II"></a><a href="../description_of_the_picking_functionality.htm"><b>ii</b></a> <br><nobr><a name="bms_IM"></a><a name="subkey_IM"></a>immediately <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><a href="../salome_visu_preferences_picking.htm"><b>implementation</b></a> <br><nobr>implemented <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../command_activation_segmentation.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> <a href="../making_an_avi_clip.htm"><b>4</b></a> <a href="../salome_visu_preferences_picking.htm"><b>5</b></a> </nobr><br><a href="../command_activation.htm"><b>import</b></a> <br><a href="../command_description_segmentation.htm"><b>improvement</b></a> <br><a name="bms_IN"></a><a name="subkey_IN"></a><a href="../description_of_commands_display_results.htm"><b>inactive</b></a> <br><nobr>included <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> </nobr><br><a href="../activation_of_commands_display_results.htm"><b>incorrect</b></a> <br><nobr>increase <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../navigation_using_the_mouse.htm"><b>3</b></a> <a href="../navigation_using_the_keyboard.htm"><b>4</b></a> </nobr><br><nobr>increment <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../navigation_using_the_keyboard.htm"><b>3</b></a> </nobr><br><a href="../managing_configurations.htm"><b>incremental</b></a> <br><nobr>independent <a href="../navigation_using_the_spacemouse.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> </nobr><br><a href="../description_of_the_picking_functionality.htm"><b>individually</b></a> <br><nobr>info <a href="../command_activation_picking.htm"><b>1</b></a> <a href="../picking_general.htm"><b>2</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>3</b></a> </nobr><br><a href="../activation_of_commands_display_results.htm"><b>inform</b></a> <br><nobr>information <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_deactivation.htm"><b>4</b></a> <a href="../picking_general.htm"><b>5</b></a> <a href="../general_storage_of_produced_data.htm"><b>6</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>7</b></a> <a href="../salome_visu_preferences_picking.htm"><b>8</b></a> </nobr><br><a href="../description_of_the_picking_functionality.htm"><b>informs</b></a> <br><a href="../cameras.htm"><b>initial</b></a> <br><nobr>input <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> </nobr><br><nobr>inside <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>insideframe</b></a> <br><a href="../segmentation_general.htm"><b>inspect</b></a> <br><nobr>inspected <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> </nobr><br><a href="../managing_configurations.htm"><b>integer</b></a> <br><a href="../command_description_segmentation.htm"><b>intended</b></a> <br><a href="../description_of_commands_display_results.htm"><b>intensity</b></a> <br><a href="../index.htm"><b>interface</b></a> <br><a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>intermediary</b></a> <br><a href="../cameras.htm"><b>interpolated</b></a> <br><nobr>introduced <a href="../navigation_using_the_mouse.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>3</b></a> </nobr><br><a href="../navigation_using_the_spacemouse.htm"><b>introduces</b></a> <br><a href="../index.htm"><b>introduction</b></a> <br><nobr><a name="bms_IT"></a><a name="subkey_IT"></a>item <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../command_activation_segmentation.htm"><b>3</b></a> <a href="../command_activation_picking.htm"><b>4</b></a> <a href="../cameras.htm"><b>5</b></a> <a href="../picking_general.htm"><b>6</b></a> <a href="../managing_configurations.htm"><b>7</b></a> </nobr><br><nobr>items <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>4</b></a> </nobr><br>\r
-<br><br>\r
-<a name="bm_K"></a><a name="subkey_KE"></a><a href="../general_storage_of_produced_data.htm"><b>keeping</b></a> <br><nobr>kept <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> </nobr><br><nobr>key <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../navigation_using_the_mouse.htm"><b>3</b></a> <a href="../navigation_using_the_keyboard.htm"><b>4</b></a> </nobr><br><nobr>keyboard <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>4</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>5</b></a> <a href="../navigation_using_the_mouse.htm"><b>6</b></a> <a href="../navigation_using_the_keyboard.htm"><b>7</b></a> <a href="../general_navigation_within_the_scene.htm"><b>8</b></a> </nobr><br><nobr>keys <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../navigation_using_the_mouse.htm"><b>4</b></a> <a href="../navigation_using_the_keyboard.htm"><b>5</b></a> </nobr><br><a name="bms_KI"></a><a name="subkey_KI"></a><a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>kind</b></a> <br><a name="bms_KN"></a><a name="subkey_KN"></a><a href="../display_results_at_gauss_points_general.htm"><b>known</b></a> <br>\r
-<br><br>\r
-<a name="bm_L"></a><a name="subkey_LA"></a><a href="../description_of_commands_display_results.htm"><b>labels</b></a> <br><a href="../description_of_commands_display_results.htm"><b>largest</b></a> <br><nobr>last <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> </nobr><br><a href="../activation_of_commands_display_results.htm"><b>latest</b></a> <br><a href="../description_of_commands_display_results.htm"><b>latitude</b></a> <br><a href="../command_description_timestamps_animation.htm"><b>launches</b></a> <br><nobr><a name="bms_LE"></a><a name="subkey_LE"></a>left <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_activation_segmentation.htm"><b>4</b></a> <a href="../command_activation_picking.htm"><b>5</b></a> <a href="../cameras.htm"><b>6</b></a> <a href="../picking_general.htm"><b>7</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>8</b></a> <a href="../salome_visu_preferences_picking.htm"><b>9</b></a> </nobr><br><nobr>length <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_picking.htm"><b>2</b></a> </nobr><br><a href="../activation_of_commands_display_results.htm"><b>let</b></a> <br><a href="../specific_additional_commands_for_fields_items.htm"><b>level</b></a> <br><a href="../cameras.htm"><b>levels</b></a> <br><nobr><a name="bms_LI"></a><a name="subkey_LI"></a>like <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>limited</b></a> <br><a href="../description_of_commands_display_results.htm"><b>limits</b></a> <br><nobr>line <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> </nobr><br><nobr>linear <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> </nobr><br><nobr>lines <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> </nobr><br><a href="../command_description_timestamps_animation.htm"><b>list</b></a> <br><a href="../command_description_in_display_meshes.htm"><b>lists</b></a> <br><nobr><a name="bms_LO"></a><a name="subkey_LO"></a>load <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../salome_visu_preferences.htm"><b>3</b></a> <a href="../loading_of_previously_saved_data.htm"><b>4</b></a> </nobr><br><nobr>loaded <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../command_activation_in_display_meshes.htm"><b>3</b></a> <a href="../salome_visu_preferences.htm"><b>4</b></a> <a href="../loading_of_previously_saved_data.htm"><b>5</b></a> </nobr><br><nobr>loading <a href="../command_result.htm"><b>1</b></a> <a href="../salome_visu_preferences.htm"><b>2</b></a> <a href="../loading_of_previously_saved_data.htm"><b>3</b></a> </nobr><br><nobr>local <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> </nobr><br><nobr>located <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> </nobr><br><nobr>location <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../general_storage_of_produced_data.htm"><b>3</b></a> </nobr><br><a href="../command_result.htm"><b>logical</b></a> <br><a href="../description_of_commands_display_results.htm"><b>longitude</b></a> <br><a href="../description_of_commands_display_results.htm"><b>look</b></a> <br><nobr>lot <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../animation_function.htm"><b>3</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>lower</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf4.htm" target="_self" title="previous search group"><b>>></b></a>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words List</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<p class="ftsbody" align="center"><a href="whlstf3.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
-<p class="ftsbody" >\r
-\r
-\r
-<a name="bm_M"></a><a name="subkey_M{"></a><a href="../description_of_commands_display_results.htm"><b>m</b></a> <br><nobr><a name="bms_MA"></a><a name="subkey_MA"></a>magnification <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> </nobr><br><nobr>main <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../command_activation_picking.htm"><b>4</b></a> <a href="../cameras.htm"><b>5</b></a> <a href="../managing_configurations.htm"><b>6</b></a> <a href="../making_an_avi_clip.htm"><b>7</b></a> </nobr><br><a href="../making_an_avi_clip.htm"><b>making</b></a> <br><a href="../making_an_avi_clip.htm"><b>manage</b></a> <br><nobr>managed <a href="../navigation_using_the_spacemouse.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> <a href="../making_an_avi_clip.htm"><b>3</b></a> </nobr><br><a href="../managing_configurations.htm"><b>managing</b></a> <br><a href="../command_description_segmentation.htm"><b>manually</b></a> <br><nobr>mark <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_activation_segmentation.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> </nobr><br><a href="../command_deactivation.htm"><b>marker</b></a> <br><a href="../description_of_commands_display_results.htm"><b>markers</b></a> <br><a href="../description_of_commands_display_results.htm"><b>matrix</b></a> <br><a href="../description_of_commands_display_results.htm"><b>max</b></a> <br><a href="../description_of_commands_display_results.htm"><b>maximum</b></a> <br><a name="bms_MB"></a><a name="subkey_MB"></a><a href="../navigation_using_the_mouse.htm"><b>mb1</b></a> <br><a href="../navigation_using_the_mouse.htm"><b>mb2</b></a> <br><a href="../navigation_using_the_mouse.htm"><b>mb3</b></a> <br><a name="bms_ME"></a><a name="subkey_ME"></a><a href="../description_of_commands_display_results.htm"><b>mean</b></a> <br><a href="../description_of_commands_display_results.htm"><b>meaning</b></a> <br><a href="../description_of_commands_display_results.htm"><b>means</b></a> <br><a href="../managing_configurations.htm"><b>memorize</b></a> <br><nobr>memory <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../salome_visu_preferences.htm"><b>2</b></a> </nobr><br><nobr>menu <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../command_activation_timestamps_animation.htm"><b>5</b></a> <a href="../command_activation_segmentation.htm"><b>6</b></a> <a href="../command_activation_picking.htm"><b>7</b></a> <a href="../command_activation_in_display_meshes.htm"><b>8</b></a> <a href="../command_activation.htm"><b>9</b></a> <a href="../cameras.htm"><b>10</b></a> <a href="../animation_function.htm"><b>11</b></a> <a href="../activation_of_commands_display_results.htm"><b>12</b></a> <a href="../salome_visu_preferences.htm"><b>13</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>14</b></a> <a href="../picking_general.htm"><b>15</b></a> <a href="../managing_configurations.htm"><b>16</b></a> <a href="../loading_of_previously_saved_data.htm"><b>17</b></a> <a href="../general_storage_of_produced_data.htm"><b>18</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>19</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>20</b></a> <a href="../salome_visu_preferences_picking.htm"><b>21</b></a> </nobr><br><nobr>menus <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><nobr>mesh <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_deactivation.htm"><b>3</b></a> <a href="../command_activation_in_display_meshes.htm"><b>4</b></a> <a href="../activation_of_commands_display_results.htm"><b>5</b></a> <a href="../picking_general.htm"><b>6</b></a> <a href="../general_storage_of_produced_data.htm"><b>7</b></a> <a href="../segmentation_general.htm"><b>8</b></a> </nobr><br><nobr>meshes <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../picking_general.htm"><b>4</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>5</b></a> </nobr><br><nobr>message <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><a name="bms_MI"></a><a name="subkey_MI"></a><a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>millimetres</b></a> <br><a href="../description_of_commands_display_results.htm"><b>min</b></a> <br><nobr>minimum <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><a name="bms_MM"></a><a name="subkey_MM"></a><a href="../command_description_segmentation.htm"><b>mm</b></a> <br><nobr><a name="bms_MO"></a><a name="subkey_MO"></a>mode <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../command_activation_in_display_meshes.htm"><b>5</b></a> <a href="../activation_of_commands_display_results.htm"><b>6</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>7</b></a> <a href="../making_an_avi_clip.htm"><b>8</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>9</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>10</b></a> </nobr><br><nobr>model <a href="../activation_of_commands_display_results.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> </nobr><br><nobr>modeless <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> </nobr><br><a href="../navigation_using_the_spacemouse.htm"><b>models</b></a> <br><nobr>modes <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>4</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>5</b></a> </nobr><br><nobr>modification <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../general_storage_of_produced_data.htm"><b>3</b></a> </nobr><br><nobr>modified <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>5</b></a> <a href="../general.htm"><b>6</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>7</b></a> <a href="../salome_visu_preferences_picking.htm"><b>8</b></a> </nobr><br><nobr>modify <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>4</b></a> </nobr><br><a href="../activation_of_commands_display_results.htm"><b>modifying</b></a> <br><nobr>module <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../command_activation.htm"><b>3</b></a> <a href="../salome_visu_preferences.htm"><b>4</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>5</b></a> <a href="../general.htm"><b>6</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>7</b></a> <a href="../segmentation_general.htm"><b>8</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>modulus</b></a> <br><nobr>mouse <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_activation_timestamps_animation.htm"><b>3</b></a> <a href="../command_activation_in_display_meshes.htm"><b>4</b></a> <a href="../cameras.htm"><b>5</b></a> <a href="../animation_function.htm"><b>6</b></a> <a href="../activation_of_commands_display_results.htm"><b>7</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>8</b></a> <a href="../picking_general.htm"><b>9</b></a> <a href="../navigation_using_the_mouse.htm"><b>10</b></a> <a href="../managing_configurations.htm"><b>11</b></a> <a href="../general_navigation_within_the_scene.htm"><b>12</b></a> </nobr><br><nobr>move <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>4</b></a> </nobr><br><nobr>moved <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> </nobr><br><nobr>movement <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../navigation_using_the_mouse.htm"><b>4</b></a> <a href="../navigation_using_the_keyboard.htm"><b>5</b></a> <a href="../general_navigation_within_the_scene.htm"><b>6</b></a> <a href="../salome_visu_preferences_picking.htm"><b>7</b></a> </nobr><br><a href="../navigation_using_the_spacemouse.htm"><b>movements</b></a> <br><a href="../navigation_using_the_spacemouse.htm"><b>moves</b></a> <br><nobr>moving <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_MU"></a><a name="subkey_MU"></a>multiplied <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../salome_visu_preferences_picking.htm"><b>3</b></a> </nobr><br><nobr>multiply <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> </nobr><br><a href="../loading_of_previously_saved_data.htm"><b>mutually</b></a> <br><a name="bms_MY"></a><a name="subkey_MY"></a><a href="../command_description_segmentation.htm"><b>my</b></a> <br>\r
-<br><br>\r
-<a name="bm_N"></a><a name="subkey_N{"></a><a href="../description_of_commands_display_results.htm"><b>n</b></a> <br><nobr><a name="bms_NA"></a><a name="subkey_NA"></a>name <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> <a href="../general_storage_of_produced_data.htm"><b>5</b></a> </nobr><br><a href="../segmentation_general.htm"><b>named</b></a> <br><a href="../command_result.htm"><b>names</b></a> <br><a href="../segmentation_general.htm"><b>naming</b></a> <br><nobr>navigate <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../navigation_using_the_keyboard.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> <a href="../general_navigation_within_the_scene.htm"><b>5</b></a> </nobr><br><nobr>navigation <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>4</b></a> <a href="../navigation_using_the_mouse.htm"><b>5</b></a> <a href="../navigation_using_the_keyboard.htm"><b>6</b></a> <a href="../managing_configurations.htm"><b>7</b></a> </nobr><br><a name="bms_NB"></a><a name="subkey_NB"></a><a href="../description_of_commands_display_results.htm"><b>nb</b></a> <br><a href="../description_of_commands_display_results.htm"><b>nbrfaces</b></a> <br><a name="bms_NE"></a><a name="subkey_NE"></a><a href="../description_of_commands_display_results.htm"><b>necessity</b></a> <br><a href="../general.htm"><b>need</b></a> <br><nobr>needed <a href="../salome_visu_preferences.htm"><b>1</b></a> <a href="../salome_visu_preferences_picking.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>negative</b></a> <br><nobr>never <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>nevertheless</b></a> <br><nobr>new <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../command_activation_segmentation.htm"><b>4</b></a> <a href="../command_activation_picking.htm"><b>5</b></a> <a href="../cameras.htm"><b>6</b></a> <a href="../activation_of_commands_display_results.htm"><b>7</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>8</b></a> <a href="../picking_general.htm"><b>9</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>10</b></a> <a href="../navigation_using_the_mouse.htm"><b>11</b></a> <a href="../managing_configurations.htm"><b>12</b></a> <a href="../loading_of_previously_saved_data.htm"><b>13</b></a> <a href="../general_storage_of_produced_data.htm"><b>14</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>15</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>16</b></a> <a href="../segmentation_general.htm"><b>17</b></a> </nobr><br><nobr>next <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_activation_in_display_meshes.htm"><b>4</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>5</b></a> </nobr><br><nobr><a name="bms_NO"></a><a name="subkey_NO"></a>node <a href="../command_result.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> </nobr><br><nobr>nodes <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>3</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>normal</b></a> <br><nobr>note <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../command_activation_segmentation.htm"><b>5</b></a> <a href="../command_activation_picking.htm"><b>6</b></a> <a href="../activation_of_commands_display_results.htm"><b>7</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>8</b></a> <a href="../managing_configurations.htm"><b>9</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>10</b></a> </nobr><br><a href="../command_result.htm"><b>nothing</b></a> <br><nobr>notification <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>notify</b></a> <br><nobr><a name="bms_NT"></a><a name="subkey_NT"></a>nth <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> </nobr><br><a name="bms_NU"></a><a name="subkey_NU"></a><a href="../description_of_commands_display_results.htm"><b>null</b></a> <br><nobr>number <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>4</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>5</b></a> </nobr><br>\r
-<br><br>\r
-<a name="bm_O"></a><a name="subkey_OB"></a><a href="../picking_general.htm"><b>object</b></a> <br><a href="../general.htm"><b>objective</b></a> <br><a name="bms_OC"></a><a name="subkey_OC"></a><a href="../description_of_the_picking_functionality.htm"><b>occur</b></a> <br><nobr><a name="bms_OK"></a><a name="subkey_OK"></a>ok <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_ON"></a><a name="subkey_ON"></a>once <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../salome_visu_preferences.htm"><b>5</b></a> <a href="../loading_of_previously_saved_data.htm"><b>6</b></a> </nobr><br><nobr>one <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_activation_timestamps_animation.htm"><b>5</b></a> <a href="../cameras.htm"><b>6</b></a> <a href="../activation_of_commands_display_results.htm"><b>7</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>8</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>9</b></a> <a href="../making_an_avi_clip.htm"><b>10</b></a> <a href="../general_navigation_within_the_scene.htm"><b>11</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>12</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>ones</b></a> <br><a name="bms_OP"></a><a name="subkey_OP"></a><a href="../command_description_in_display_meshes.htm"><b>opacity</b></a> <br><a href="../salome_visu_preferences_picking.htm"><b>opaque</b></a> <br><nobr>open <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../command_activation.htm"><b>3</b></a> <a href="../picking_general.htm"><b>4</b></a> <a href="../managing_configurations.htm"><b>5</b></a> <a href="../loading_of_previously_saved_data.htm"><b>6</b></a> </nobr><br><nobr>opened <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../picking_general.htm"><b>4</b></a> <a href="../managing_configurations.htm"><b>5</b></a> </nobr><br><nobr>opengl <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><a href="../command_activation.htm"><b>opening</b></a> <br><nobr>opens <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_activation_timestamps_animation.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> <a href="../loading_of_previously_saved_data.htm"><b>4</b></a> <a href="../general_storage_of_produced_data.htm"><b>5</b></a> </nobr><br><nobr>operation <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><a href="../salome_visu_preferences_picking.htm"><b>optimisation</b></a> <br><a href="../salome_visu_preferences.htm"><b>optimize</b></a> <br><nobr>option <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../command_activation_timestamps_animation.htm"><b>4</b></a> <a href="../command_activation_segmentation.htm"><b>5</b></a> <a href="../command_activation_picking.htm"><b>6</b></a> <a href="../animation_function.htm"><b>7</b></a> <a href="../activation_of_commands_display_results.htm"><b>8</b></a> <a href="../salome_visu_preferences.htm"><b>9</b></a> <a href="../general_storage_of_produced_data.htm"><b>10</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>11</b></a> </nobr><br><nobr>options <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>5</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>6</b></a> </nobr><br><a name="bms_OR"></a><a name="subkey_OR"></a><a href="../making_an_avi_clip.htm"><b>order</b></a> <br><nobr>ordinate <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> </nobr><br><nobr>orientation <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><a href="../cameras.htm"><b>orientations</b></a> <br><nobr>origin <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_OU"></a><a name="subkey_OU"></a>out <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><a href="../making_an_avi_clip.htm"><b>output</b></a> <br><a href="../command_description_segmentation.htm"><b>outside</b></a> <br><a name="bms_OW"></a><a name="subkey_OW"></a><a href="../making_an_avi_clip.htm"><b>own</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf5.htm" target="_self" title="previous search group"><b>>></b></a>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words List</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<p class="ftsbody" align="center"><a href="whlstf4.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
-<p class="ftsbody" >\r
-<nobr><a name="bms_O{"></a><a name="subkey_O{"></a>º <a href="../command_activation_segmentation.htm"><b>1</b></a> <a href="../command_activation_picking.htm"><b>2</b></a> <a href="../command_activation.htm"><b>3</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>4</b></a> <a href="../salome_visu_preferences.htm"><b>5</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>6</b></a> <a href="../picking_general.htm"><b>7</b></a> <a href="../loading_of_previously_saved_data.htm"><b>8</b></a> <a href="../general_storage_of_produced_data.htm"><b>9</b></a> <a href="../salome_visu_preferences_picking.htm"><b>10</b></a> </nobr><br>\r
-<br><br>\r
-<a name="bm_P"></a><a name="subkey_P{"></a><a href="../description_of_the_picking_functionality.htm"><b>p</b></a> <br><a name="bms_PA"></a><a name="subkey_PA"></a><a href="../navigation_using_the_keyboard.htm"><b>pagedn</b></a> <br><a href="../navigation_using_the_keyboard.htm"><b>pageup</b></a> <br><a href="../description_of_commands_display_results.htm"><b>palette</b></a> <br><nobr>panning <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../navigation_using_the_mouse.htm"><b>3</b></a> <a href="../navigation_using_the_keyboard.htm"><b>4</b></a> </nobr><br><nobr>paragraph <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> </nobr><br><nobr>paragraphs <a href="../picking_general.htm"><b>1</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>2</b></a> </nobr><br><nobr>parameter <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../salome_visu_preferences_picking.htm"><b>4</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>parameterisation</b></a> <br><a href="../description_of_commands_display_results.htm"><b>parameterized</b></a> <br><nobr>parameters <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../salome_visu_preferences.htm"><b>4</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>5</b></a> <a href="../managing_configurations.htm"><b>6</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>7</b></a> <a href="../salome_visu_preferences_picking.htm"><b>8</b></a> </nobr><br><nobr>parent <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_deactivation.htm"><b>2</b></a> </nobr><br><nobr>part <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>parts</b></a> <br><a href="../cameras.htm"><b>path</b></a> <br><a href="../general_storage_of_produced_data.htm"><b>pathname</b></a> <br><a href="../making_an_avi_clip.htm"><b>pause</b></a> <br><a href="../making_an_avi_clip.htm"><b>paused</b></a> <br><a name="bms_PC"></a><a name="subkey_PC"></a><a href="../command_activation.htm"><b>pc</b></a> <br><a name="bms_PE"></a><a name="subkey_PE"></a><a href="../command_description_segmentation.htm"><b>percentage</b></a> <br><a href="../command_description_segmentation.htm"><b>perfect</b></a> <br><nobr>performed <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../making_an_avi_clip.htm"><b>2</b></a> </nobr><br><a href="../command_deactivation.htm"><b>performs</b></a> <br><nobr>persistence <a href="../cameras.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> </nobr><br><a name="bms_PH"></a><a name="subkey_PH"></a><a href="../salome_visu_preferences.htm"><b>physical</b></a> <br><nobr><a name="bms_PI"></a><a name="subkey_PI"></a>picked <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>2</b></a> </nobr><br><nobr>picking <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_deactivation.htm"><b>3</b></a> <a href="../command_activation_segmentation.htm"><b>4</b></a> <a href="../command_activation_picking.htm"><b>5</b></a> <a href="../cameras.htm"><b>6</b></a> <a href="../picking_general.htm"><b>7</b></a> <a href="../managing_configurations.htm"><b>8</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>9</b></a> <a href="../salome_visu_preferences_picking.htm"><b>10</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>picture</b></a> <br><a href="../description_of_commands_display_results.htm"><b>pixel</b></a> <br><a href="../description_of_commands_display_results.htm"><b>pixels</b></a> <br><nobr><a name="bms_PL"></a><a name="subkey_PL"></a>plane <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../command_activation_segmentation.htm"><b>2</b></a> <a href="../segmentation_general.htm"><b>3</b></a> </nobr><br><nobr>play <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../making_an_avi_clip.htm"><b>2</b></a> </nobr><br><a href="../command_description_timestamps_animation.htm"><b>player</b></a> <br><a href="../description_of_commands_display_results.htm"><b>plus</b></a> <br><nobr><a name="bms_PO"></a><a name="subkey_PO"></a>point <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_deactivation.htm"><b>4</b></a> <a href="../command_activation_segmentation.htm"><b>5</b></a> <a href="../command_activation_picking.htm"><b>6</b></a> <a href="../cameras.htm"><b>7</b></a> <a href="../animation_function.htm"><b>8</b></a> <a href="../picking_general.htm"><b>9</b></a> <a href="../navigation_using_the_mouse.htm"><b>10</b></a> <a href="../navigation_using_the_keyboard.htm"><b>11</b></a> <a href="../managing_configurations.htm"><b>12</b></a> <a href="../general_navigation_within_the_scene.htm"><b>13</b></a> <a href="../general.htm"><b>14</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>15</b></a> <a href="../salome_visu_preferences_picking.htm"><b>16</b></a> </nobr><br><nobr>pointer <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../navigation_using_the_mouse.htm"><b>3</b></a> </nobr><br><a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>pointers</b></a> <br><nobr>points <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../command_activation_picking.htm"><b>5</b></a> <a href="../activation_of_commands_display_results.htm"><b>6</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>7</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>8</b></a> <a href="../picking_general.htm"><b>9</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>10</b></a> <a href="../index.htm"><b>11</b></a> <a href="../general_timestamps_animation.htm"><b>12</b></a> <a href="../general.htm"><b>13</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>14</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>15</b></a> <a href="../segmentation_general.htm"><b>16</b></a> <a href="../salome_visu_preferences_picking.htm"><b>17</b></a> </nobr><br><a href="../command_result.htm"><b>populated</b></a> <br><nobr>popup <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../command_activation_timestamps_animation.htm"><b>5</b></a> <a href="../command_activation_segmentation.htm"><b>6</b></a> <a href="../command_activation_picking.htm"><b>7</b></a> <a href="../command_activation_in_display_meshes.htm"><b>8</b></a> <a href="../cameras.htm"><b>9</b></a> <a href="../animation_function.htm"><b>10</b></a> <a href="../activation_of_commands_display_results.htm"><b>11</b></a> <a href="../picking_general.htm"><b>12</b></a> <a href="../managing_configurations.htm"><b>13</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>14</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>15</b></a> </nobr><br><nobr>position <a href="../cameras.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> <a href="../salome_visu_preferences_picking.htm"><b>3</b></a> </nobr><br><nobr>positions <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>positive</b></a> <br><nobr>possibility <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> </nobr><br><nobr>possible <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_result.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_activation_segmentation.htm"><b>5</b></a> <a href="../command_activation_picking.htm"><b>6</b></a> <a href="../command_activation_in_display_meshes.htm"><b>7</b></a> <a href="../activation_of_commands_display_results.htm"><b>8</b></a> <a href="../picking_general.htm"><b>9</b></a> <a href="../making_an_avi_clip.htm"><b>10</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>11</b></a> <a href="../salome_visu_preferences_picking.htm"><b>12</b></a> </nobr><br><a href="../description_of_the_picking_functionality.htm"><b>possibly</b></a> <br><nobr>post <a href="../cameras.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../salome_visu_preferences.htm"><b>3</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>4</b></a> <a href="../managing_configurations.htm"><b>5</b></a> <a href="../salome_visu_preferences_picking.htm"><b>6</b></a> </nobr><br><nobr><a name="bms_PR"></a><a name="subkey_PR"></a>pre <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../picking_general.htm"><b>4</b></a> </nobr><br><nobr>predefined <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> </nobr><br><nobr>preferences <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../salome_visu_preferences.htm"><b>4</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>5</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>6</b></a> <a href="../salome_visu_preferences_picking.htm"><b>7</b></a> </nobr><br><nobr>presentation <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_description_in_display_meshes.htm"><b>5</b></a> <a href="../command_activation_segmentation.htm"><b>6</b></a> <a href="../command_activation_picking.htm"><b>7</b></a> <a href="../command_activation_in_display_meshes.htm"><b>8</b></a> <a href="../activation_of_commands_display_results.htm"><b>9</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>10</b></a> <a href="../picking_general.htm"><b>11</b></a> <a href="../managing_configurations.htm"><b>12</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>13</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>14</b></a> </nobr><br><nobr>presentations <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> <a href="../managing_configurations.htm"><b>5</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>6</b></a> </nobr><br><nobr>presented <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>2</b></a> </nobr><br><nobr>press <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> </nobr><br><nobr>pressed <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../command_activation_segmentation.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> <a href="../making_an_avi_clip.htm"><b>4</b></a> </nobr><br><nobr>presses <a href="../picking_general.htm"><b>1</b></a> <a href="../loading_of_previously_saved_data.htm"><b>2</b></a> </nobr><br><nobr>pressing <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../command_activation.htm"><b>4</b></a> </nobr><br><nobr>previous <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> </nobr><br><nobr>previously <a href="../navigation_using_the_keyboard.htm"><b>1</b></a> <a href="../making_an_avi_clip.htm"><b>2</b></a> <a href="../loading_of_previously_saved_data.htm"><b>3</b></a> </nobr><br><nobr>primitive <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>4</b></a> </nobr><br><nobr>primitives <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><nobr>pro <a href="../cameras.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../salome_visu_preferences.htm"><b>3</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>4</b></a> <a href="../managing_configurations.htm"><b>5</b></a> <a href="../salome_visu_preferences_picking.htm"><b>6</b></a> </nobr><br><nobr>process <a href="../command_result.htm"><b>1</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>processed</b></a> <br><a href="../description_of_the_picking_functionality.htm"><b>produces</b></a> <br><a href="../description_of_commands_display_results.htm"><b>progress</b></a> <br><a href="../description_of_commands_display_results.htm"><b>progression</b></a> <br><nobr>project <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../cameras.htm"><b>4</b></a> <a href="../navigation_using_the_mouse.htm"><b>5</b></a> <a href="../managing_configurations.htm"><b>6</b></a> <a href="../general_timestamps_animation.htm"><b>7</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>8</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>prompted</b></a> <br><nobr>properties <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>property</b></a> <br><nobr>proposed <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../making_an_avi_clip.htm"><b>3</b></a> </nobr><br><nobr>proposes <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> </nobr><br><nobr>provide <a href="../command_activation_segmentation.htm"><b>1</b></a> <a href="../command_activation_picking.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> <a href="../navigation_using_the_keyboard.htm"><b>4</b></a> </nobr><br><a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>provided</b></a> <br><nobr>provides <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../loading_of_previously_saved_data.htm"><b>3</b></a> <a href="../general_storage_of_produced_data.htm"><b>4</b></a> </nobr><br><a name="bms_PS"></a><a name="subkey_PS"></a><a href="../specific_additional_commands_for_fields_items.htm"><b>pseudo</b></a> <br><a name="bms_PU"></a><a name="subkey_PU"></a><a href="../general_storage_of_produced_data.htm"><b>published</b></a> <br><a href="../navigation_using_the_spacemouse.htm"><b>pull</b></a> <br><nobr>purpose <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> <a href="../managing_configurations.htm"><b>5</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>6</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>7</b></a> </nobr><br><a href="../navigation_using_the_spacemouse.htm"><b>push</b></a> <br><a href="../making_an_avi_clip.htm"><b>pushed</b></a> <br><a href="../making_an_avi_clip.htm"><b>pushing</b></a> <br><a name="bms_PY"></a><a name="subkey_PY"></a><a href="../salome_visu_preferences_picking.htm"><b>pyramid</b></a> <br><nobr>pyramids <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../salome_visu_preferences_picking.htm"><b>2</b></a> </nobr><br>\r
-<br><br>\r
-<a name="bm_Q"></a><a name="subkey_QU"></a><a href="../command_description_in_display_meshes.htm"><b>quadrangular</b></a> <br><a href="../command_description_in_display_meshes.htm"><b>quadratic</b></a> <br><a href="../segmentation_general.htm"><b>quality</b></a> <br><a href="../description_of_commands_display_results.htm"><b>quit</b></a> <br>\r
-<br><br>\r
-<a name="bm_R"></a><a name="subkey_RA"></a><a href="../command_description_segmentation.htm"><b>radius</b></a> <br><a href="../description_of_commands_display_results.htm"><b>rainbow</b></a> <br><nobr>range <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> </nobr><br><nobr>ratio <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> <a href="../navigation_using_the_mouse.htm"><b>4</b></a> <a href="../navigation_using_the_keyboard.htm"><b>5</b></a> <a href="../salome_visu_preferences_picking.htm"><b>6</b></a> </nobr><br><a name="bms_RE"></a><a name="subkey_RE"></a><a href="../description_of_commands_display_results.htm"><b>read</b></a> <br><nobr>real <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> </nobr><br><nobr>realize <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> </nobr><br><a href="../cameras.htm"><b>really</b></a> <br><a href="../salome_visu_preferences.htm"><b>recommended</b></a> <br><a href="../command_description_timestamps_animation.htm"><b>record</b></a> <br><a href="../making_an_avi_clip.htm"><b>recorded</b></a> <br><a href="../making_an_avi_clip.htm"><b>recording</b></a> <br><a href="../description_of_commands_display_results.htm"><b>red</b></a> <br><nobr>redefine <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> </nobr><br><a href="../picking_general.htm"><b>redefined</b></a> <br><a href="../picking_general.htm"><b>redisplayed</b></a> <br><a href="../description_of_commands_display_results.htm"><b>reference</b></a> <br><a href="../salome-visu_preferences_display_results.htm"><b>refine</b></a> <br><a href="../description_of_commands_display_results.htm"><b>refining</b></a> <br><a href="../picking_general.htm"><b>refreshed</b></a> <br><a href="../description_of_commands_display_results.htm"><b>regarding</b></a> <br><nobr>registered <a href="../cameras.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>regular</b></a> <br><nobr>related <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../picking_general.htm"><b>2</b></a> </nobr><br><nobr>released <a href="../command_activation_segmentation.htm"><b>1</b></a> <a href="../command_activation_picking.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>remain</b></a> <br><nobr>remains <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_activation_segmentation.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> <a href="../cameras.htm"><b>4</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>remark</b></a> <br><nobr>remind <a href="../command_activation_segmentation.htm"><b>1</b></a> <a href="../command_activation_picking.htm"><b>2</b></a> <a href="../general.htm"><b>3</b></a> </nobr><br><nobr>remove <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../command_deactivation.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> </nobr><br><nobr>rename <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> <a href="../general_storage_of_produced_data.htm"><b>4</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>render</b></a> <br><nobr>rendering <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><nobr>representation <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>representative</b></a> <br><a href="../command_description_in_display_meshes.htm"><b>represented</b></a> <br><a href="../making_an_avi_clip.htm"><b>requests</b></a> <br><nobr>requires <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>resolution</b></a> <br><a href="../display_meshes_general.htm"><b>resources</b></a> <br><nobr>resp <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../navigation_using_the_keyboard.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> </nobr><br><nobr>respectively <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> </nobr><br><nobr>restore <a href="../cameras.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> </nobr><br><nobr>result <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_result.htm"><b>3</b></a> <a href="../command_deactivation.htm"><b>4</b></a> </nobr><br><nobr>results <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../animation_function.htm"><b>4</b></a> <a href="../activation_of_commands_display_results.htm"><b>5</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>6</b></a> <a href="../picking_general.htm"><b>7</b></a> <a href="../general_timestamps_animation.htm"><b>8</b></a> <a href="../general_storage_of_produced_data.htm"><b>9</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>10</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>11</b></a> <a href="../segmentation_general.htm"><b>12</b></a> </nobr><br><a href="../cameras.htm"><b>retrieve</b></a> <br><a href="../managing_configurations.htm"><b>retrieved</b></a> <br><a href="../cameras.htm"><b>retrieving</b></a> <br><a href="../description_of_the_picking_functionality.htm"><b>reverse</b></a> <br><nobr>reversibly <a href="../command_activation_segmentation.htm"><b>1</b></a> <a href="../command_activation_picking.htm"><b>2</b></a> <a href="../salome_visu_preferences.htm"><b>3</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>4</b></a> </nobr><br><br><br></p><p class="ftsbody" align="center"><a href="whlstf6.htm" target="_self" title="previous search group"><b>>></b></a>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words List</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<p class="ftsbody" align="center"><a href="whlstf5.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
-<p class="ftsbody" >\r
-<nobr><a name="bms_RI"></a><a name="subkey_RI"></a>right <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_activation_timestamps_animation.htm"><b>3</b></a> <a href="../command_activation_in_display_meshes.htm"><b>4</b></a> <a href="../cameras.htm"><b>5</b></a> <a href="../animation_function.htm"><b>6</b></a> <a href="../activation_of_commands_display_results.htm"><b>7</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>8</b></a> <a href="../managing_configurations.htm"><b>9</b></a> </nobr><br><a name="bms_RO"></a><a name="subkey_RO"></a><a href="../managing_configurations.htm"><b>root</b></a> <br><a href="../navigation_using_the_spacemouse.htm"><b>rotate</b></a> <br><a href="../command_description_segmentation.htm"><b>rotating</b></a> <br><nobr>rotation <a href="../cameras.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> <a href="../navigation_using_the_mouse.htm"><b>4</b></a> <a href="../navigation_using_the_keyboard.htm"><b>5</b></a> </nobr><br><a href="../description_of_the_picking_functionality.htm"><b>rotations</b></a> <br><a href="../description_of_commands_display_results.htm"><b>roughly</b></a> <br><a name="bms_RU"></a><a name="subkey_RU"></a><a href="../general_storage_of_produced_data.htm"><b>run</b></a> <br><a href="../general_timestamps_animation.htm"><b>running</b></a> <br>\r
-<br><br>\r
-<a name="bm_S"></a><a name="subkey_S{"></a><a href="../description_of_the_picking_functionality.htm"><b>s</b></a> <br><nobr><a name="bms_SA"></a><a name="subkey_SA"></a>salome <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../command_activation.htm"><b>3</b></a> <a href="../cameras.htm"><b>4</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>5</b></a> <a href="../salome_visu_preferences.htm"><b>6</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>7</b></a> <a href="../picking_general.htm"><b>8</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>9</b></a> <a href="../navigation_using_the_mouse.htm"><b>10</b></a> <a href="../navigation_using_the_keyboard.htm"><b>11</b></a> <a href="../managing_configurations.htm"><b>12</b></a> <a href="../loading_of_previously_saved_data.htm"><b>13</b></a> <a href="../index.htm"><b>14</b></a> <a href="../general_timestamps_animation.htm"><b>15</b></a> <a href="../general_storage_of_produced_data.htm"><b>16</b></a> <a href="../general.htm"><b>17</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>18</b></a> <a href="../segmentation_general.htm"><b>19</b></a> <a href="../salome_visu_preferences_picking.htm"><b>20</b></a> </nobr><br><nobr>salomeds <a href="../cameras.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> </nobr><br><nobr>same <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../cameras.htm"><b>5</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>6</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>7</b></a> <a href="../managing_configurations.htm"><b>8</b></a> <a href="../making_an_avi_clip.htm"><b>9</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>10</b></a> </nobr><br><a href="../description_of_the_picking_functionality.htm"><b>sample</b></a> <br><a href="../making_an_avi_clip.htm"><b>sates</b></a> <br><a href="../making_an_avi_clip.htm"><b>satisfy</b></a> <br><nobr>save <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../general_storage_of_produced_data.htm"><b>3</b></a> </nobr><br><a href="../loading_of_previously_saved_data.htm"><b>saved</b></a> <br><a href="../general_storage_of_produced_data.htm"><b>saving</b></a> <br><nobr><a name="bms_SC"></a><a name="subkey_SC"></a>scalar <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_deactivation.htm"><b>4</b></a> <a href="../activation_of_commands_display_results.htm"><b>5</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>6</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>scalars</b></a> <br><a href="../description_of_commands_display_results.htm"><b>scale</b></a> <br><nobr>scene <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>4</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>5</b></a> <a href="../navigation_using_the_keyboard.htm"><b>6</b></a> <a href="../making_an_avi_clip.htm"><b>7</b></a> <a href="../general_navigation_within_the_scene.htm"><b>8</b></a> </nobr><br><a href="../navigation_using_the_spacemouse.htm"><b>scenes</b></a> <br><nobr>scope <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><a href="../navigation_using_the_spacemouse.htm"><b>screen</b></a> <br><a name="bms_SE"></a><a name="subkey_SE"></a><a href="../salome_visu_preferences_picking.htm"><b>searching</b></a> <br><nobr>second <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_activation_picking.htm"><b>4</b></a> <a href="../activation_of_commands_display_results.htm"><b>5</b></a> </nobr><br><a href="../general.htm"><b>secondly</b></a> <br><nobr>section <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../general_navigation_within_the_scene.htm"><b>2</b></a> <a href="../salome_visu_preferences_picking.htm"><b>3</b></a> </nobr><br><a href="../general_timestamps_animation.htm"><b>sections</b></a> <br><nobr>see <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_deactivation.htm"><b>5</b></a> <a href="../command_activation_segmentation.htm"><b>6</b></a> <a href="../cameras.htm"><b>7</b></a> <a href="../picking_general.htm"><b>8</b></a> <a href="../managing_configurations.htm"><b>9</b></a> <a href="../salome_visu_preferences_picking.htm"><b>10</b></a> </nobr><br><nobr>seen <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> </nobr><br><nobr>segmentation <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_activation_segmentation.htm"><b>3</b></a> <a href="../command_activation_picking.htm"><b>4</b></a> <a href="../managing_configurations.htm"><b>5</b></a> <a href="../making_an_avi_clip.htm"><b>6</b></a> <a href="../general_storage_of_produced_data.htm"><b>7</b></a> <a href="../segmentation_general.htm"><b>8</b></a> </nobr><br><a href="../making_an_avi_clip.htm"><b>segmented</b></a> <br><nobr>select <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../command_activation_in_display_meshes.htm"><b>3</b></a> <a href="../cameras.htm"><b>4</b></a> <a href="../activation_of_commands_display_results.htm"><b>5</b></a> <a href="../picking_general.htm"><b>6</b></a> <a href="../loading_of_previously_saved_data.htm"><b>7</b></a> </nobr><br><nobr>selected <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_deactivation.htm"><b>4</b></a> <a href="../cameras.htm"><b>5</b></a> <a href="../activation_of_commands_display_results.htm"><b>6</b></a> <a href="../managing_configurations.htm"><b>7</b></a> <a href="../loading_of_previously_saved_data.htm"><b>8</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>9</b></a> <a href="../salome_visu_preferences_picking.htm"><b>10</b></a> </nobr><br><nobr>selection <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_activation_segmentation.htm"><b>4</b></a> <a href="../command_activation_picking.htm"><b>5</b></a> <a href="../command_activation_in_display_meshes.htm"><b>6</b></a> <a href="../command_activation.htm"><b>7</b></a> <a href="../cameras.htm"><b>8</b></a> <a href="../picking_general.htm"><b>9</b></a> <a href="../managing_configurations.htm"><b>10</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>11</b></a> </nobr><br><nobr>semi <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><a href="../making_an_avi_clip.htm"><b>separately</b></a> <br><nobr>session <a href="../salome_visu_preferences.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../navigation_using_the_keyboard.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> <a href="../making_an_avi_clip.htm"><b>5</b></a> <a href="../loading_of_previously_saved_data.htm"><b>6</b></a> <a href="../general_storage_of_produced_data.htm"><b>7</b></a> </nobr><br><nobr>set <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>setting</b></a> <br><a href="../cameras.htm"><b>settings</b></a> <br><a href="../command_description_timestamps_animation.htm"><b>setup</b></a> <br><a name="bms_SH"></a><a name="subkey_SH"></a><a href="../command_description_in_display_meshes.htm"><b>shaded</b></a> <br><a href="../description_of_commands_display_results.htm"><b>shader</b></a> <br><a href="../picking_general.htm"><b>shading</b></a> <br><a href="../description_of_commands_display_results.htm"><b>shape</b></a> <br><nobr>should <a href="../activation_of_commands_display_results.htm"><b>1</b></a> <a href="../making_an_avi_clip.htm"><b>2</b></a> </nobr><br><a href="../general_timestamps_animation.htm"><b>show</b></a> <br><a href="../cameras.htm"><b>shown</b></a> <br><nobr>shows <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>shrink</b></a> <br><nobr><a name="bms_SI"></a><a name="subkey_SI"></a>side <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_activation_segmentation.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> </nobr><br><nobr>similar <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>2</b></a> </nobr><br><nobr>simple <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../segmentation_general.htm"><b>3</b></a> </nobr><br><a href="../navigation_using_the_mouse.htm"><b>simplify</b></a> <br><nobr>simultaneously <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><nobr>since <a href="../command_activation_segmentation.htm"><b>1</b></a> <a href="../command_activation_picking.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> </nobr><br><a href="../cameras.htm"><b>situation</b></a> <br><a href="../description_of_the_picking_functionality.htm"><b>situations</b></a> <br><a href="../description_of_the_picking_functionality.htm"><b>six</b></a> <br><nobr>size <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>sizes</b></a> <br><a name="bms_SK"></a><a name="subkey_SK"></a><a href="../command_description_in_display_meshes.htm"><b>skin</b></a> <br><a name="bms_SL"></a><a name="subkey_SL"></a><a href="../command_description_in_display_meshes.htm"><b>slider</b></a> <br><a href="../cameras.htm"><b>slow</b></a> <br><a name="bms_SM"></a><a name="subkey_SM"></a><a href="../description_of_commands_display_results.htm"><b>smallest</b></a> <br><nobr>smesh <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../segmentation_general.htm"><b>2</b></a> </nobr><br><a href="../cameras.htm"><b>smooth</b></a> <br><nobr>smoothly <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_SO"></a><a name="subkey_SO"></a>so <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../salome_visu_preferences.htm"><b>4</b></a> <a href="../making_an_avi_clip.htm"><b>5</b></a> <a href="../segmentation_general.htm"><b>6</b></a> <a href="../salome_visu_preferences_picking.htm"><b>7</b></a> </nobr><br><nobr><a name="bms_SP"></a><a name="subkey_SP"></a>space <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../segmentation_general.htm"><b>2</b></a> </nobr><br><nobr>spacemouse <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> <a href="../general_navigation_within_the_scene.htm"><b>4</b></a> </nobr><br><a href="../segmentation_general.htm"><b>spaces</b></a> <br><a href="../description_of_commands_display_results.htm"><b>spacing</b></a> <br><nobr>specific <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>3</b></a> </nobr><br><nobr>specification <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>3</b></a> </nobr><br><a href="../command_description_timestamps_animation.htm"><b>specs</b></a> <br><nobr>speed <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> <a href="../navigation_using_the_keyboard.htm"><b>4</b></a> </nobr><br><nobr>sphere <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_activation_segmentation.htm"><b>3</b></a> <a href="../segmentation_general.htm"><b>4</b></a> </nobr><br><nobr>sprite <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../salome_visu_preferences_picking.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>sprites</b></a> <br><nobr><a name="bms_ST"></a><a name="subkey_ST"></a>stamp <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> </nobr><br><nobr>stamps <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> <a href="../picking_general.htm"><b>3</b></a> </nobr><br><nobr>standard <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../cameras.htm"><b>5</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>6</b></a> <a href="../picking_general.htm"><b>7</b></a> <a href="../navigation_using_the_mouse.htm"><b>8</b></a> <a href="../managing_configurations.htm"><b>9</b></a> <a href="../general_timestamps_animation.htm"><b>10</b></a> <a href="../general_storage_of_produced_data.htm"><b>11</b></a> <a href="../general.htm"><b>12</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>13</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>standards</b></a> <br><a href="../navigation_using_the_spacemouse.htm"><b>star</b></a> <br><a href="../making_an_avi_clip.htm"><b>start</b></a> <br><nobr>starts <a href="../command_result.htm"><b>1</b></a> <a href="../making_an_avi_clip.htm"><b>2</b></a> </nobr><br><nobr>state <a href="../cameras.htm"><b>1</b></a> <a href="../making_an_avi_clip.htm"><b>2</b></a> </nobr><br><a href="../making_an_avi_clip.htm"><b>states</b></a> <br><nobr>step <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> </nobr><br><a href="../cameras.htm"><b>steps</b></a> <br><a href="../command_result.htm"><b>still</b></a> <br><a href="../making_an_avi_clip.htm"><b>stop</b></a> <br><nobr>stops <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../making_an_avi_clip.htm"><b>2</b></a> </nobr><br><a href="../general_storage_of_produced_data.htm"><b>storage</b></a> <br><nobr>store <a href="../cameras.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> <a href="../general_storage_of_produced_data.htm"><b>3</b></a> </nobr><br><a href="../managing_configurations.htm"><b>stored</b></a> <br><a href="../cameras.htm"><b>storing</b></a> <br><nobr>structure <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../loading_of_previously_saved_data.htm"><b>3</b></a> <a href="../salome_visu_preferences_picking.htm"><b>4</b></a> </nobr><br><nobr>study <a href="../command_result.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../command_activation_timestamps_animation.htm"><b>3</b></a> <a href="../cameras.htm"><b>4</b></a> <a href="../salome_visu_preferences.htm"><b>5</b></a> <a href="../managing_configurations.htm"><b>6</b></a> <a href="../loading_of_previously_saved_data.htm"><b>7</b></a> <a href="../general_storage_of_produced_data.htm"><b>8</b></a> </nobr><br><nobr><a name="bms_SU"></a><a name="subkey_SU"></a>sub <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../command_activation_in_display_meshes.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>suggested</b></a> <br><a href="../picking_general.htm"><b>suitable</b></a> <br><nobr>support <a href="../activation_of_commands_display_results.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../navigation_using_the_keyboard.htm"><b>3</b></a> </nobr><br><nobr>supported <a href="../navigation_using_the_mouse.htm"><b>1</b></a> <a href="../general.htm"><b>2</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>surface</b></a> <br><a href="../command_description_in_display_meshes.htm"><b>surfaceframe</b></a> <br><a name="bms_SW"></a><a name="subkey_SW"></a><a href="../specific_additional_commands_for_fields_items.htm"><b>sweep</b></a> <br><a href="../salome-visu_preferences_display_results.htm"><b>sweeping</b></a> <br><a href="../navigation_using_the_spacemouse.htm"><b>switch</b></a> <br><a name="bms_SY"></a><a name="subkey_SY"></a><a href="../description_of_commands_display_results.htm"><b>synchronized</b></a> <br><nobr>system <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_deactivation.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>5</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>systematically</b></a> <br>\r
-<br><br>\r
-<nobr><a name="bm_T"></a><a name="subkey_TA"></a>tab <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><nobr>tabs <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>taken</b></a> <br><a href="../cameras.htm"><b>takes</b></a> <br><a href="../making_an_avi_clip.htm"><b>task</b></a> <br><a href="../command_deactivation.htm"><b>tasks</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf7.htm" target="_self" title="previous search group"><b>>></b></a>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words List</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<p class="ftsbody" align="center"><a href="whlstf6.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
-<p class="ftsbody" >\r
-<a name="bms_TE"></a><a name="subkey_TE"></a><a href="../description_of_commands_display_results.htm"><b>technically</b></a> <br><a href="../description_of_commands_display_results.htm"><b>tensor</b></a> <br><a href="../managing_configurations.htm"><b>terms</b></a> <br><a href="../description_of_commands_display_results.htm"><b>text</b></a> <br><a href="../description_of_commands_display_results.htm"><b>texture</b></a> <br><a href="../description_of_commands_display_results.htm"><b>textures</b></a> <br><nobr><a name="bms_TH"></a><a name="subkey_TH"></a>them <a href="../navigation_using_the_spacemouse.htm"><b>1</b></a> <a href="../managing_configurations.htm"><b>2</b></a> </nobr><br><nobr>therefore <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> </nobr><br><a href="../making_an_avi_clip.htm"><b>those</b></a> <br><a href="../description_of_commands_display_results.htm"><b>thought</b></a> <br><nobr>three <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../making_an_avi_clip.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>threshold</b></a> <br><nobr>thus <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_activation_segmentation.htm"><b>3</b></a> <a href="../command_activation_picking.htm"><b>4</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>5</b></a> <a href="../navigation_using_the_keyboard.htm"><b>6</b></a> </nobr><br><a name="bms_TI"></a><a name="subkey_TI"></a><a href="../command_description_segmentation.htm"><b>till</b></a> <br><a href="../navigation_using_the_spacemouse.htm"><b>tilt</b></a> <br><nobr>time <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_result.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_description_in_display_meshes.htm"><b>5</b></a> <a href="../activation_of_commands_display_results.htm"><b>6</b></a> <a href="../picking_general.htm"><b>7</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>8</b></a> <a href="../navigation_using_the_keyboard.htm"><b>9</b></a> <a href="../managing_configurations.htm"><b>10</b></a> <a href="../making_an_avi_clip.htm"><b>11</b></a> <a href="../general_storage_of_produced_data.htm"><b>12</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>13</b></a> </nobr><br><nobr>timestamp <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../command_activation_segmentation.htm"><b>2</b></a> <a href="../command_activation_picking.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> </nobr><br><nobr>timestamps <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../animation_function.htm"><b>2</b></a> <a href="../general_timestamps_animation.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_TO"></a><a name="subkey_TO"></a>toggle <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../command_activation_segmentation.htm"><b>3</b></a> <a href="../command_activation_picking.htm"><b>4</b></a> <a href="../salome_visu_preferences.htm"><b>5</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>6</b></a> </nobr><br><nobr>toolbar <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_activation_segmentation.htm"><b>3</b></a> <a href="../command_activation_picking.htm"><b>4</b></a> <a href="../command_activation_in_display_meshes.htm"><b>5</b></a> <a href="../activation_of_commands_display_results.htm"><b>6</b></a> <a href="../making_an_avi_clip.htm"><b>7</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>8</b></a> </nobr><br><nobr>top <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> <a href="../salome_visu_preferences_picking.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>total</b></a> <br><a href="../salome_visu_preferences_picking.htm"><b>touch</b></a> <br><nobr><a name="bms_TR"></a><a name="subkey_TR"></a>transformation <a href="../command_description_in_display_meshes.htm"><b>1</b></a> <a href="../cameras.htm"><b>2</b></a> </nobr><br><nobr>translation <a href="../command_description_segmentation.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../navigation_using_the_mouse.htm"><b>4</b></a> <a href="../navigation_using_the_keyboard.htm"><b>5</b></a> </nobr><br><nobr>transparency <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../salome_visu_preferences_picking.htm"><b>3</b></a> </nobr><br><nobr>transparent <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../salome_visu_preferences_picking.htm"><b>3</b></a> </nobr><br><nobr>tree <a href="../command_result.htm"><b>1</b></a> <a href="../command_activation_timestamps_animation.htm"><b>2</b></a> <a href="../command_activation_in_display_meshes.htm"><b>3</b></a> <a href="../cameras.htm"><b>4</b></a> <a href="../activation_of_commands_display_results.htm"><b>5</b></a> <a href="../managing_configurations.htm"><b>6</b></a> <a href="../general_storage_of_produced_data.htm"><b>7</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>8</b></a> </nobr><br><a href="../command_description_in_display_meshes.htm"><b>triangles</b></a> <br><a name="bms_TW"></a><a name="subkey_TW"></a><a href="../description_of_commands_display_results.htm"><b>twice</b></a> <br><a href="../navigation_using_the_spacemouse.htm"><b>twist</b></a> <br><nobr>two <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_timestamps_animation.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_description_in_display_meshes.htm"><b>5</b></a> <a href="../cameras.htm"><b>6</b></a> <a href="../activation_of_commands_display_results.htm"><b>7</b></a> </nobr><br><nobr><a name="bms_TY"></a><a name="subkey_TY"></a>type <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>1</b></a> <a href="../general_navigation_within_the_scene.htm"><b>2</b></a> </nobr><br>\r
-<br><br>\r
-<a name="bm_U"></a><a name="subkey_UN"></a><a href="../description_of_commands_display_results.htm"><b>unchanged</b></a> <br><a href="../salome_visu_preferences.htm"><b>unchecked</b></a> <br><a href="../salome_visu_preferences_picking.htm"><b>underlying</b></a> <br><a href="../cameras.htm"><b>understand</b></a> <br><nobr>understanding <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> </nobr><br><nobr>understood <a href="../activation_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> </nobr><br><nobr>unique <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_activation_in_display_meshes.htm"><b>3</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>unit</b></a> <br><a href="../command_description_in_display_meshes.htm"><b>units</b></a> <br><a href="../command_deactivation.htm"><b>unselect</b></a> <br><a href="../description_of_the_picking_functionality.htm"><b>unselects</b></a> <br><a href="../command_description_in_display_meshes.htm"><b>unshrink</b></a> <br><nobr><a name="bms_UP"></a><a name="subkey_UP"></a>up <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> <a href="../loading_of_previously_saved_data.htm"><b>3</b></a> </nobr><br><nobr>updated <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_result.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_activation_segmentation.htm"><b>5</b></a> <a href="../managing_configurations.htm"><b>6</b></a> </nobr><br><a href="../general_storage_of_produced_data.htm"><b>updates</b></a> <br><a href="../command_description_segmentation.htm"><b>upper</b></a> <br><a name="bms_US"></a><a name="subkey_US"></a><a href="../salome_visu_preferences.htm"><b>usage</b></a> <br><nobr>used <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../activation_of_commands_display_results.htm"><b>4</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>5</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>6</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>7</b></a> <a href="../navigation_using_the_keyboard.htm"><b>8</b></a> <a href="../general_storage_of_produced_data.htm"><b>9</b></a> <a href="../salome_visu_preferences_picking.htm"><b>10</b></a> </nobr><br><nobr>user <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../description_of_commands_display_results.htm"><b>3</b></a> <a href="../command_description_timestamps_animation.htm"><b>4</b></a> <a href="../command_description_segmentation.htm"><b>5</b></a> <a href="../command_description_in_display_meshes.htm"><b>6</b></a> <a href="../command_deactivation.htm"><b>7</b></a> <a href="../command_activation_segmentation.htm"><b>8</b></a> <a href="../command_activation_picking.htm"><b>9</b></a> <a href="../command_activation_in_display_meshes.htm"><b>10</b></a> <a href="../command_activation.htm"><b>11</b></a> <a href="../cameras.htm"><b>12</b></a> <a href="../animation_function.htm"><b>13</b></a> <a href="../activation_of_commands_display_results.htm"><b>14</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>15</b></a> <a href="../picking_general.htm"><b>16</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>17</b></a> <a href="../managing_configurations.htm"><b>18</b></a> <a href="../making_an_avi_clip.htm"><b>19</b></a> <a href="../loading_of_previously_saved_data.htm"><b>20</b></a> <a href="../index.htm"><b>21</b></a> <a href="../general_storage_of_produced_data.htm"><b>22</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>23</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>24</b></a> </nobr><br><nobr>uses <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> </nobr><br><nobr>using <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>5</b></a> <a href="../navigation_using_the_mouse.htm"><b>6</b></a> <a href="../navigation_using_the_keyboard.htm"><b>7</b></a> <a href="../making_an_avi_clip.htm"><b>8</b></a> <a href="../general_navigation_within_the_scene.htm"><b>9</b></a> </nobr><br>\r
-<br><br>\r
-<a name="bm_V"></a><a name="subkey_V{"></a><a href="../command_description_segmentation.htm"><b>v</b></a> <br><nobr><a name="bms_VA"></a><a name="subkey_VA"></a>validates <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_activation.htm"><b>2</b></a> </nobr><br><a href="../command_result.htm"><b>validation</b></a> <br><nobr>value <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../command_description_segmentation.htm"><b>3</b></a> <a href="../command_description_in_display_meshes.htm"><b>4</b></a> <a href="../activation_of_commands_display_results.htm"><b>5</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>6</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>7</b></a> <a href="../salome_visu_preferences_picking.htm"><b>8</b></a> </nobr><br><nobr>values <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> <a href="../activation_of_commands_display_results.htm"><b>3</b></a> <a href="../salome_visu_preferences_picking.htm"><b>4</b></a> </nobr><br><nobr>variable <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_timestamps_animation.htm"><b>2</b></a> <a href="../managing_configurations.htm"><b>3</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>variables</b></a> <br><nobr><a name="bms_VE"></a><a name="subkey_VE"></a>vector <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><a href="../description_of_commands_display_results.htm"><b>vectors</b></a> <br><a href="../animation_function.htm"><b>version</b></a> <br><a href="../description_of_commands_display_results.htm"><b>vertex</b></a> <br><a href="../description_of_commands_display_results.htm"><b>vertical</b></a> <br><a href="../description_of_commands_display_results.htm"><b>very</b></a> <br><nobr><a name="bms_VI"></a><a name="subkey_VI"></a>video <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../making_an_avi_clip.htm"><b>2</b></a> </nobr><br><nobr>view <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../description_of_commands_display_results.htm"><b>3</b></a> <a href="../command_description_segmentation.htm"><b>4</b></a> <a href="../command_description_in_display_meshes.htm"><b>5</b></a> <a href="../command_activation_segmentation.htm"><b>6</b></a> <a href="../command_activation_picking.htm"><b>7</b></a> <a href="../cameras.htm"><b>8</b></a> <a href="../activation_of_commands_display_results.htm"><b>9</b></a> <a href="../picking_general.htm"><b>10</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>11</b></a> <a href="../managing_configurations.htm"><b>12</b></a> <a href="../making_an_avi_clip.htm"><b>13</b></a> <a href="../general_navigation_within_the_scene.htm"><b>14</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>15</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>16</b></a> <a href="../salome_visu_preferences_picking.htm"><b>17</b></a> </nobr><br><nobr>viewer <a href="../command_result.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../animation_function.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> <a href="../index.htm"><b>5</b></a> </nobr><br><a href="../command_description_segmentation.htm"><b>views</b></a> <br><nobr>visible <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../general_storage_of_produced_data.htm"><b>3</b></a> </nobr><br><nobr>visu <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../description_of_commands_display_results.htm"><b>3</b></a> <a href="../command_activation.htm"><b>4</b></a> <a href="../activation_of_commands_display_results.htm"><b>5</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>6</b></a> <a href="../salome_visu_preferences.htm"><b>7</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>8</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>9</b></a> <a href="../navigation_using_the_keyboard.htm"><b>10</b></a> <a href="../general.htm"><b>11</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>12</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>13</b></a> <a href="../segmentation_general.htm"><b>14</b></a> <a href="../salome_visu_preferences_picking.htm"><b>15</b></a> </nobr><br><a href="../activation_of_commands_display_results.htm"><b>visualization</b></a> <br><a href="../display_results_at_gauss_points_general.htm"><b>visualize</b></a> <br><a name="bms_VO"></a><a name="subkey_VO"></a><a href="../picking_general.htm"><b>volume</b></a> <br><nobr><a name="bms_VT"></a><a name="subkey_VT"></a>vtk <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>2</b></a> <a href="../making_an_avi_clip.htm"><b>3</b></a> </nobr><br><a href="../salome_visu_preferences_picking.htm"><b>vtkpointlocator</b></a> <br><a href="../salome_visu_preferences_picking.htm"><b>vtkpointpicker</b></a> <br><a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>vtkrenderwindowinteractor</b></a> <br>\r
-<br><br>\r
-<nobr><a name="bm_W"></a><a name="subkey_WA"></a>want <a href="../command_description_timestamps_animation.htm"><b>1</b></a> <a href="../making_an_avi_clip.htm"><b>2</b></a> </nobr><br><nobr>way <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>4</b></a> <a href="../navigation_using_the_keyboard.htm"><b>5</b></a> <a href="../managing_configurations.htm"><b>6</b></a> <a href="../making_an_avi_clip.htm"><b>7</b></a> <a href="../general_timestamps_animation.htm"><b>8</b></a> <a href="../general_storage_of_produced_data.htm"><b>9</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>10</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>11</b></a> </nobr><br><a href="../display_meshes_general.htm"><b>ways</b></a> <br><a name="bms_WE"></a><a name="subkey_WE"></a><a href="../description_of_commands_display_results.htm"><b>well</b></a> <br><a name="bms_WH"></a><a name="subkey_WH"></a><a href="../description_of_commands_display_results.htm"><b>whatever</b></a> <br><a href="../activation_of_commands_display_results.htm"><b>whether</b></a> <br><nobr>whole <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../activation_of_commands_display_results.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_WI"></a><a name="subkey_WI"></a>width <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> </nobr><br><nobr>will <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_description_in_display_meshes.htm"><b>3</b></a> <a href="../command_activation_segmentation.htm"><b>4</b></a> <a href="../command_activation_picking.htm"><b>5</b></a> <a href="../cameras.htm"><b>6</b></a> <a href="../animation_function.htm"><b>7</b></a> <a href="../activation_of_commands_display_results.htm"><b>8</b></a> <a href="../salome-visu_preferences_display_results.htm"><b>9</b></a> <a href="../picking_general.htm"><b>10</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>11</b></a> <a href="../navigation_using_the_mouse.htm"><b>12</b></a> <a href="../navigation_using_the_keyboard.htm"><b>13</b></a> <a href="../managing_configurations.htm"><b>14</b></a> <a href="../making_an_avi_clip.htm"><b>15</b></a> <a href="../general_timestamps_animation.htm"><b>16</b></a> <a href="../general_storage_of_produced_data.htm"><b>17</b></a> <a href="../general.htm"><b>18</b></a> <a href="../display_results_at_gauss_points_general.htm"><b>19</b></a> <a href="../specific_additional_commands_for_fields_items.htm"><b>20</b></a> <a href="../salome_visu_preferences_picking.htm"><b>21</b></a> </nobr><br><nobr>window <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_segmentation.htm"><b>2</b></a> <a href="../command_deactivation.htm"><b>3</b></a> <a href="../salome_visu_preferences_picking.htm"><b>4</b></a> </nobr><br><a href="../salome_visu_preferences_picking.htm"><b>windows</b></a> <br><nobr>wireframe <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_description_in_display_meshes.htm"><b>2</b></a> </nobr><br><nobr>within <a href="../display_meshes_general.htm"><b>1</b></a> <a href="../description_of_the_picking_functionality.htm"><b>2</b></a> <a href="../description_of_commands_display_results.htm"><b>3</b></a> <a href="../command_result.htm"><b>4</b></a> <a href="../command_description_segmentation.htm"><b>5</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>6</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>7</b></a> <a href="../navigation_using_the_keyboard.htm"><b>8</b></a> <a href="../managing_configurations.htm"><b>9</b></a> <a href="../loading_of_previously_saved_data.htm"><b>10</b></a> <a href="../general_storage_of_produced_data.htm"><b>11</b></a> <a href="../general_navigation_within_the_scene.htm"><b>12</b></a> </nobr><br><nobr>without <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_deactivation.htm"><b>2</b></a> <a href="../cameras.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> <a href="../general_storage_of_produced_data.htm"><b>5</b></a> </nobr><br><a name="bms_WO"></a><a name="subkey_WO"></a><a href="../general.htm"><b>works</b></a> <br><a name="bms_WR"></a><a name="subkey_WR"></a><a href="../description_of_commands_display_results.htm"><b>written</b></a> <br>\r
-<br><br>\r
-<nobr><a name="bm_X"></a><a name="subkey_X{"></a>x <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>3</b></a> <a href="../managing_configurations.htm"><b>4</b></a> </nobr><br>\r
-<br><br>\r
-<nobr><a name="bm_Y"></a><a name="subkey_Y{"></a>y <a href="../description_of_commands_display_results.htm"><b>1</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_YE"></a><a name="subkey_YE"></a>yet <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../command_result.htm"><b>2</b></a> <a href="../command_activation_in_display_meshes.htm"><b>3</b></a> </nobr><br>\r
-<br><br>\r
-<a name="bm_Z"></a><a name="subkey_Z{"></a><a href="../navigation_using_the_spacemouse.htm"><b>z</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf8.htm" target="_self" title="previous search group"><b>>></b></a>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words List</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<p class="ftsbody" align="center"><a href="whlstf7.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
-<p class="ftsbody" >\r
-<nobr><a name="bms_ZO"></a><a name="subkey_ZO"></a>zoom <a href="../description_of_the_picking_functionality.htm"><b>1</b></a> <a href="../description_of_commands_display_results.htm"><b>2</b></a> <a href="../salome_visu_preferences_navigation_within_the_scene.htm"><b>3</b></a> <a href="../navigation_using_the_spacemouse.htm"><b>4</b></a> <a href="../navigation_using_the_mouse.htm"><b>5</b></a> <a href="../navigation_using_the_keyboard.htm"><b>6</b></a> <a href="../salome_visu_preferences_picking.htm"><b>7</b></a> </nobr><br><br><br></p>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_{"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf0.htm#bm_{" target="ftslist" title="search letter { "><b>{ </b></a> <a href="whlstf0.htm#bms_{D" target="ftslist" title="search letter {D"><b>{D</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_A"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf0.htm#bm_A" target="ftslist" title="search letter AB"><b>AB</b></a> <a href="whlstf0.htm#bms_AC" target="ftslist" title="search letter AC"><b>AC</b></a> <a href="whlstf0.htm#bms_AD" target="ftslist" title="search letter AD"><b>AD</b></a> <a href="whlstf0.htm#bms_AF" target="ftslist" title="search letter AF"><b>AF</b></a> <a href="whlstf0.htm#bms_AL" target="ftslist" title="search letter AL"><b>AL</b></a> <a href="whlstf0.htm#bms_AM" target="ftslist" title="search letter AM"><b>AM</b></a> <a href="whlstf0.htm#bms_AN" target="ftslist" title="search letter AN"><b>AN</b></a> <a href="whlstf0.htm#bms_AP" target="ftslist" title="search letter AP"><b>AP</b></a> <a href="whlstf0.htm#bms_AR" target="ftslist" title="search letter AR"><b>AR</b></a> <a href="whlstf0.htm#bms_AS" target="ftslist" title="search letter AS"><b>AS</b></a> <a href="whlstf0.htm#bms_AT" target="ftslist" title="search letter AT"><b>AT</b></a> <a href="whlstf0.htm#bms_AU" target="ftslist" title="search letter AU"><b>AU</b></a> <a href="whlstf0.htm#bms_AV" target="ftslist" title="search letter AV"><b>AV</b></a> <a href="whlstf0.htm#bms_AX" target="ftslist" title="search letter AX"><b>AX</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_K"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf3.htm#bm_K" target="ftslist" title="search letter KE"><b>KE</b></a> <a href="whlstf3.htm#bms_KI" target="ftslist" title="search letter KI"><b>KI</b></a> <a href="whlstf3.htm#bms_KN" target="ftslist" title="search letter KN"><b>KN</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_L"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf3.htm#bm_L" target="ftslist" title="search letter LA"><b>LA</b></a> <a href="whlstf3.htm#bms_LE" target="ftslist" title="search letter LE"><b>LE</b></a> <a href="whlstf3.htm#bms_LI" target="ftslist" title="search letter LI"><b>LI</b></a> <a href="whlstf3.htm#bms_LO" target="ftslist" title="search letter LO"><b>LO</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_M"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf4.htm#bm_M" target="ftslist" title="search letter M "><b>M </b></a> <a href="whlstf4.htm#bms_MA" target="ftslist" title="search letter MA"><b>MA</b></a> <a href="whlstf4.htm#bms_MB" target="ftslist" title="search letter MB"><b>MB</b></a> <a href="whlstf4.htm#bms_ME" target="ftslist" title="search letter ME"><b>ME</b></a> <a href="whlstf4.htm#bms_MI" target="ftslist" title="search letter MI"><b>MI</b></a> <a href="whlstf4.htm#bms_MM" target="ftslist" title="search letter MM"><b>MM</b></a> <a href="whlstf4.htm#bms_MO" target="ftslist" title="search letter MO"><b>MO</b></a> <a href="whlstf4.htm#bms_MU" target="ftslist" title="search letter MU"><b>MU</b></a> <a href="whlstf4.htm#bms_MY" target="ftslist" title="search letter MY"><b>MY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_N"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf4.htm#bm_N" target="ftslist" title="search letter N "><b>N </b></a> <a href="whlstf4.htm#bms_NA" target="ftslist" title="search letter NA"><b>NA</b></a> <a href="whlstf4.htm#bms_NB" target="ftslist" title="search letter NB"><b>NB</b></a> <a href="whlstf4.htm#bms_NE" target="ftslist" title="search letter NE"><b>NE</b></a> <a href="whlstf4.htm#bms_NO" target="ftslist" title="search letter NO"><b>NO</b></a> <a href="whlstf4.htm#bms_NT" target="ftslist" title="search letter NT"><b>NT</b></a> <a href="whlstf4.htm#bms_NU" target="ftslist" title="search letter NU"><b>NU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_O"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf4.htm#bm_O" target="ftslist" title="search letter OB"><b>OB</b></a> <a href="whlstf4.htm#bms_OC" target="ftslist" title="search letter OC"><b>OC</b></a> <a href="whlstf4.htm#bms_OK" target="ftslist" title="search letter OK"><b>OK</b></a> <a href="whlstf4.htm#bms_ON" target="ftslist" title="search letter ON"><b>ON</b></a> <a href="whlstf4.htm#bms_OP" target="ftslist" title="search letter OP"><b>OP</b></a> <a href="whlstf4.htm#bms_OR" target="ftslist" title="search letter OR"><b>OR</b></a> <a href="whlstf4.htm#bms_OU" target="ftslist" title="search letter OU"><b>OU</b></a> <a href="whlstf4.htm#bms_OW" target="ftslist" title="search letter OW"><b>OW</b></a> <a href="whlstf5.htm#bms_O{" target="ftslist" title="search letter O "><b>O </b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_P"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf5.htm#bm_P" target="ftslist" title="search letter P "><b>P </b></a> <a href="whlstf5.htm#bms_PA" target="ftslist" title="search letter PA"><b>PA</b></a> <a href="whlstf5.htm#bms_PC" target="ftslist" title="search letter PC"><b>PC</b></a> <a href="whlstf5.htm#bms_PE" target="ftslist" title="search letter PE"><b>PE</b></a> <a href="whlstf5.htm#bms_PH" target="ftslist" title="search letter PH"><b>PH</b></a> <a href="whlstf5.htm#bms_PI" target="ftslist" title="search letter PI"><b>PI</b></a> <a href="whlstf5.htm#bms_PL" target="ftslist" title="search letter PL"><b>PL</b></a> <a href="whlstf5.htm#bms_PO" target="ftslist" title="search letter PO"><b>PO</b></a> <a href="whlstf5.htm#bms_PR" target="ftslist" title="search letter PR"><b>PR</b></a> <a href="whlstf5.htm#bms_PS" target="ftslist" title="search letter PS"><b>PS</b></a> <a href="whlstf5.htm#bms_PU" target="ftslist" title="search letter PU"><b>PU</b></a> <a href="whlstf5.htm#bms_PY" target="ftslist" title="search letter PY"><b>PY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_R"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf5.htm#bm_R" target="ftslist" title="search letter RA"><b>RA</b></a> <a href="whlstf5.htm#bms_RE" target="ftslist" title="search letter RE"><b>RE</b></a> <a href="whlstf6.htm#bms_RI" target="ftslist" title="search letter RI"><b>RI</b></a> <a href="whlstf6.htm#bms_RO" target="ftslist" title="search letter RO"><b>RO</b></a> <a href="whlstf6.htm#bms_RU" target="ftslist" title="search letter RU"><b>RU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_S"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf6.htm#bm_S" target="ftslist" title="search letter S "><b>S </b></a> <a href="whlstf6.htm#bms_SA" target="ftslist" title="search letter SA"><b>SA</b></a> <a href="whlstf6.htm#bms_SC" target="ftslist" title="search letter SC"><b>SC</b></a> <a href="whlstf6.htm#bms_SE" target="ftslist" title="search letter SE"><b>SE</b></a> <a href="whlstf6.htm#bms_SH" target="ftslist" title="search letter SH"><b>SH</b></a> <a href="whlstf6.htm#bms_SI" target="ftslist" title="search letter SI"><b>SI</b></a> <a href="whlstf6.htm#bms_SK" target="ftslist" title="search letter SK"><b>SK</b></a> <a href="whlstf6.htm#bms_SL" target="ftslist" title="search letter SL"><b>SL</b></a> <a href="whlstf6.htm#bms_SM" target="ftslist" title="search letter SM"><b>SM</b></a> <a href="whlstf6.htm#bms_SO" target="ftslist" title="search letter SO"><b>SO</b></a> <a href="whlstf6.htm#bms_SP" target="ftslist" title="search letter SP"><b>SP</b></a> <a href="whlstf6.htm#bms_ST" target="ftslist" title="search letter ST"><b>ST</b></a> <a href="whlstf6.htm#bms_SU" target="ftslist" title="search letter SU"><b>SU</b></a> <a href="whlstf6.htm#bms_SW" target="ftslist" title="search letter SW"><b>SW</b></a> <a href="whlstf6.htm#bms_SY" target="ftslist" title="search letter SY"><b>SY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_T"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf6.htm#bm_T" target="ftslist" title="search letter TA"><b>TA</b></a> <a href="whlstf7.htm#bms_TE" target="ftslist" title="search letter TE"><b>TE</b></a> <a href="whlstf7.htm#bms_TH" target="ftslist" title="search letter TH"><b>TH</b></a> <a href="whlstf7.htm#bms_TI" target="ftslist" title="search letter TI"><b>TI</b></a> <a href="whlstf7.htm#bms_TO" target="ftslist" title="search letter TO"><b>TO</b></a> <a href="whlstf7.htm#bms_TR" target="ftslist" title="search letter TR"><b>TR</b></a> <a href="whlstf7.htm#bms_TW" target="ftslist" title="search letter TW"><b>TW</b></a> <a href="whlstf7.htm#bms_TY" target="ftslist" title="search letter TY"><b>TY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_U"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf7.htm#bm_U" target="ftslist" title="search letter UN"><b>UN</b></a> <a href="whlstf7.htm#bms_UP" target="ftslist" title="search letter UP"><b>UP</b></a> <a href="whlstf7.htm#bms_US" target="ftslist" title="search letter US"><b>US</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_B"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf0.htm#bm_B" target="ftslist" title="search letter BA"><b>BA</b></a> <a href="whlstf0.htm#bms_BE" target="ftslist" title="search letter BE"><b>BE</b></a> <a href="whlstf0.htm#bms_BI" target="ftslist" title="search letter BI"><b>BI</b></a> <a href="whlstf0.htm#bms_BL" target="ftslist" title="search letter BL"><b>BL</b></a> <a href="whlstf0.htm#bms_BO" target="ftslist" title="search letter BO"><b>BO</b></a> <a href="whlstf0.htm#bms_BR" target="ftslist" title="search letter BR"><b>BR</b></a> <a href="whlstf0.htm#bms_BU" target="ftslist" title="search letter BU"><b>BU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_V"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf7.htm#bm_V" target="ftslist" title="search letter V "><b>V </b></a> <a href="whlstf7.htm#bms_VA" target="ftslist" title="search letter VA"><b>VA</b></a> <a href="whlstf7.htm#bms_VE" target="ftslist" title="search letter VE"><b>VE</b></a> <a href="whlstf7.htm#bms_VI" target="ftslist" title="search letter VI"><b>VI</b></a> <a href="whlstf7.htm#bms_VO" target="ftslist" title="search letter VO"><b>VO</b></a> <a href="whlstf7.htm#bms_VT" target="ftslist" title="search letter VT"><b>VT</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_W"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf7.htm#bm_W" target="ftslist" title="search letter WA"><b>WA</b></a> <a href="whlstf7.htm#bms_WE" target="ftslist" title="search letter WE"><b>WE</b></a> <a href="whlstf7.htm#bms_WH" target="ftslist" title="search letter WH"><b>WH</b></a> <a href="whlstf7.htm#bms_WI" target="ftslist" title="search letter WI"><b>WI</b></a> <a href="whlstf7.htm#bms_WO" target="ftslist" title="search letter WO"><b>WO</b></a> <a href="whlstf7.htm#bms_WR" target="ftslist" title="search letter WR"><b>WR</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_Y"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf7.htm#bm_Y" target="ftslist" title="search letter Y "><b>Y </b></a> <a href="whlstf7.htm#bms_YE" target="ftslist" title="search letter YE"><b>YE</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_Z"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf7.htm#bm_Z" target="ftslist" title="search letter Z "><b>Z </b></a> <a href="whlstf8.htm#bms_ZO" target="ftslist" title="search letter ZO"><b>ZO</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_C"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf0.htm#bm_C" target="ftslist" title="search letter CA"><b>CA</b></a> <a href="whlstf1.htm#bms_CE" target="ftslist" title="search letter CE"><b>CE</b></a> <a href="whlstf1.htm#bms_CH" target="ftslist" title="search letter CH"><b>CH</b></a> <a href="whlstf1.htm#bms_CL" target="ftslist" title="search letter CL"><b>CL</b></a> <a href="whlstf1.htm#bms_CO" target="ftslist" title="search letter CO"><b>CO</b></a> <a href="whlstf1.htm#bms_CR" target="ftslist" title="search letter CR"><b>CR</b></a> <a href="whlstf1.htm#bms_CT" target="ftslist" title="search letter CT"><b>CT</b></a> <a href="whlstf1.htm#bms_CU" target="ftslist" title="search letter CU"><b>CU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_D"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf1.htm#bm_D" target="ftslist" title="search letter D "><b>D </b></a> <a href="whlstf1.htm#bms_DA" target="ftslist" title="search letter DA"><b>DA</b></a> <a href="whlstf1.htm#bms_DE" target="ftslist" title="search letter DE"><b>DE</b></a> <a href="whlstf2.htm#bms_DI" target="ftslist" title="search letter DI"><b>DI</b></a> <a href="whlstf2.htm#bms_DO" target="ftslist" title="search letter DO"><b>DO</b></a> <a href="whlstf2.htm#bms_DR" target="ftslist" title="search letter DR"><b>DR</b></a> <a href="whlstf2.htm#bms_DU" target="ftslist" title="search letter DU"><b>DU</b></a> <a href="whlstf2.htm#bms_DY" target="ftslist" title="search letter DY"><b>DY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_E"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf2.htm#bm_E" target="ftslist" title="search letter E "><b>E </b></a> <a href="whlstf2.htm#bms_ED" target="ftslist" title="search letter ED"><b>ED</b></a> <a href="whlstf2.htm#bms_EF" target="ftslist" title="search letter EF"><b>EF</b></a> <a href="whlstf2.htm#bms_EI" target="ftslist" title="search letter EI"><b>EI</b></a> <a href="whlstf2.htm#bms_EL" target="ftslist" title="search letter EL"><b>EL</b></a> <a href="whlstf2.htm#bms_EM" target="ftslist" title="search letter EM"><b>EM</b></a> <a href="whlstf2.htm#bms_EN" target="ftslist" title="search letter EN"><b>EN</b></a> <a href="whlstf2.htm#bms_EQ" target="ftslist" title="search letter EQ"><b>EQ</b></a> <a href="whlstf2.htm#bms_ER" target="ftslist" title="search letter ER"><b>ER</b></a> <a href="whlstf2.htm#bms_ES" target="ftslist" title="search letter ES"><b>ES</b></a> <a href="whlstf2.htm#bms_EV" target="ftslist" title="search letter EV"><b>EV</b></a> <a href="whlstf2.htm#bms_EX" target="ftslist" title="search letter EX"><b>EX</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_F"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf2.htm#bm_F" target="ftslist" title="search letter FA"><b>FA</b></a> <a href="whlstf2.htm#bms_FE" target="ftslist" title="search letter FE"><b>FE</b></a> <a href="whlstf2.htm#bms_FI" target="ftslist" title="search letter FI"><b>FI</b></a> <a href="whlstf2.htm#bms_FL" target="ftslist" title="search letter FL"><b>FL</b></a> <a href="whlstf2.htm#bms_FO" target="ftslist" title="search letter FO"><b>FO</b></a> <a href="whlstf3.htm#bms_FR" target="ftslist" title="search letter FR"><b>FR</b></a> <a href="whlstf3.htm#bms_FU" target="ftslist" title="search letter FU"><b>FU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_G"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf3.htm#bm_G" target="ftslist" title="search letter GA"><b>GA</b></a> <a href="whlstf3.htm#bms_GE" target="ftslist" title="search letter GE"><b>GE</b></a> <a href="whlstf3.htm#bms_GI" target="ftslist" title="search letter GI"><b>GI</b></a> <a href="whlstf3.htm#bms_GL" target="ftslist" title="search letter GL"><b>GL</b></a> <a href="whlstf3.htm#bms_GO" target="ftslist" title="search letter GO"><b>GO</b></a> <a href="whlstf3.htm#bms_GR" target="ftslist" title="search letter GR"><b>GR</b></a> <a href="whlstf3.htm#bms_GU" target="ftslist" title="search letter GU"><b>GU</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_H"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf3.htm#bm_H" target="ftslist" title="search letter HA"><b>HA</b></a> <a href="whlstf3.htm#bms_HD" target="ftslist" title="search letter HD"><b>HD</b></a> <a href="whlstf3.htm#bms_HE" target="ftslist" title="search letter HE"><b>HE</b></a> <a href="whlstf3.htm#bms_HI" target="ftslist" title="search letter HI"><b>HI</b></a> <a href="whlstf3.htm#bms_HO" target="ftslist" title="search letter HO"><b>HO</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Search Words letter</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<p class="ftsheader"><a name="subkey_I"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf3.htm#bm_I" target="ftslist" title="search letter I "><b>I </b></a> <a href="whlstf3.htm#bms_IC" target="ftslist" title="search letter IC"><b>IC</b></a> <a href="whlstf3.htm#bms_ID" target="ftslist" title="search letter ID"><b>ID</b></a> <a href="whlstf3.htm#bms_IF" target="ftslist" title="search letter IF"><b>IF</b></a> <a href="whlstf3.htm#bms_II" target="ftslist" title="search letter II"><b>II</b></a> <a href="whlstf3.htm#bms_IM" target="ftslist" title="search letter IM"><b>IM</b></a> <a href="whlstf3.htm#bms_IN" target="ftslist" title="search letter IN"><b>IN</b></a> <a href="whlstf3.htm#bms_IT" target="ftslist" title="search letter IT"><b>IT</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Glossary words list</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.glsheader {margin-left:10pt; margin-top:0pt;}\r
-.glsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.glsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; }A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Index words list</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ndxheader {margin-left:10pt; margin-top:0pt;}\r
-.ndxbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<p class="ndxbody">\r
-<br><br></p>\r
-\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table border=0>\r
-<tr><td>\r
-<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Introduction to Gauss Points Viewer</a></nobr><br>\r
-<nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of data</a></nobr><br>\r
-<nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display of meshes and mesh groups </a></nobr><br>\r
-<nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display results at Gauss points</a></nobr><br>\r
-<nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Timestamps animation</a></nobr><br>\r
-<nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
-<nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Navigation within the scene</a></nobr><br>\r
-<nobr><a name="8"></a><a href="whlstt8.htm#8" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
-<nobr><a name="9"></a><a href="whlstt9.htm#9" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
-<nobr><a name="10"></a><a href="whlstt10.htm#10" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Storage of produced data</a></nobr><br>\r
-<nobr><a name="11"></a><a href="whlstt11.htm#11" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of previously saved data</a></nobr><br>\r
-</p>\r
-\r
-</td></tr>\r
-<tr><td>\r
-<p><img src="whexpbar.gif" > <p>\r
-</td></tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table border=0>\r
-<tr><td>\r
-<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Introduction to Gauss Points Viewer</a></nobr><br>\r
- <nobr><a href="../index.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Introduction</a></nobr><br>\r
-<nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of data</a></nobr><br>\r
-<nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display of meshes and mesh groups </a></nobr><br>\r
-<nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display results at Gauss points</a></nobr><br>\r
-<nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Timestamps animation</a></nobr><br>\r
-<nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
-<nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Navigation within the scene</a></nobr><br>\r
-<nobr><a name="8"></a><a href="whlstt8.htm#8" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
-<nobr><a name="9"></a><a href="whlstt9.htm#9" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
-<nobr><a name="10"></a><a href="whlstt10.htm#10" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Storage of produced data</a></nobr><br>\r
-<nobr><a name="11"></a><a href="whlstt11.htm#11" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of previously saved data</a></nobr><br>\r
-</p>\r
-\r
-</td></tr>\r
-<tr><td>\r
-<p><img src="whexpbar.gif" > <p>\r
-</td></tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table border=0>\r
-<tr><td>\r
-<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Introduction to Gauss Points Viewer</a></nobr><br>\r
-<nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of data</a></nobr><br>\r
-<nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display of meshes and mesh groups </a></nobr><br>\r
-<nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display results at Gauss points</a></nobr><br>\r
-<nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Timestamps animation</a></nobr><br>\r
-<nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
-<nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Navigation within the scene</a></nobr><br>\r
-<nobr><a name="8"></a><a href="whlstt8.htm#8" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
-<nobr><a name="9"></a><a href="whlstt9.htm#9" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
-<nobr><a name="10"></a><a href="whlstt0.htm#10" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Storage of produced data</a></nobr><br>\r
- <nobr><a href="../general_storage_of_produced_data.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Saving data</a></nobr><br>\r
-<nobr><a name="11"></a><a href="whlstt11.htm#11" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of previously saved data</a></nobr><br>\r
-</p>\r
-\r
-</td></tr>\r
-<tr><td>\r
-<p><img src="whexpbar.gif" > <p>\r
-</td></tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table border=0>\r
-<tr><td>\r
-<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Introduction to Gauss Points Viewer</a></nobr><br>\r
-<nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of data</a></nobr><br>\r
-<nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display of meshes and mesh groups </a></nobr><br>\r
-<nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display results at Gauss points</a></nobr><br>\r
-<nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Timestamps animation</a></nobr><br>\r
-<nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
-<nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Navigation within the scene</a></nobr><br>\r
-<nobr><a name="8"></a><a href="whlstt8.htm#8" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
-<nobr><a name="9"></a><a href="whlstt9.htm#9" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
-<nobr><a name="10"></a><a href="whlstt10.htm#10" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Storage of produced data</a></nobr><br>\r
-<nobr><a name="11"></a><a href="whlstt0.htm#11" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Loading of previously saved data</a></nobr><br>\r
- <nobr><a href="../loading_of_previously_saved_data.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Loading previously saved data</a></nobr><br>\r
-</p>\r
-\r
-</td></tr>\r
-<tr><td>\r
-<p><img src="whexpbar.gif" > <p>\r
-</td></tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table border=0>\r
-<tr><td>\r
-<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Introduction to Gauss Points Viewer</a></nobr><br>\r
-<nobr><a name="2"></a><a href="whlstt0.htm#2" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Loading of data</a></nobr><br>\r
- <nobr><a href="../general.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> General</a></nobr><br>\r
- <nobr><a href="../command_activation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Command Activation</a></nobr><br>\r
- <nobr><a href="../command_result.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Command Result</a></nobr><br>\r
- <nobr><a href="../salome_visu_preferences.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Salome-Visu preferences</a></nobr><br>\r
-<nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display of meshes and mesh groups </a></nobr><br>\r
-<nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display results at Gauss points</a></nobr><br>\r
-<nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Timestamps animation</a></nobr><br>\r
-<nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
-<nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Navigation within the scene</a></nobr><br>\r
-<nobr><a name="8"></a><a href="whlstt8.htm#8" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
-<nobr><a name="9"></a><a href="whlstt9.htm#9" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
-<nobr><a name="10"></a><a href="whlstt10.htm#10" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Storage of produced data</a></nobr><br>\r
-<nobr><a name="11"></a><a href="whlstt11.htm#11" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of previously saved data</a></nobr><br>\r
-</p>\r
-\r
-</td></tr>\r
-<tr><td>\r
-<p><img src="whexpbar.gif" > <p>\r
-</td></tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table border=0>\r
-<tr><td>\r
-<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Introduction to Gauss Points Viewer</a></nobr><br>\r
-<nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of data</a></nobr><br>\r
-<nobr><a name="3"></a><a href="whlstt0.htm#3" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Display of meshes and mesh groups </a></nobr><br>\r
- <nobr><a href="../display_meshes_general.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> General</a></nobr><br>\r
- <nobr><a href="../command_activation_in_display_meshes.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Activation of commands</a></nobr><br>\r
- <nobr><a href="../command_description_in_display_meshes.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Description of commands</a></nobr><br>\r
-<nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display results at Gauss points</a></nobr><br>\r
-<nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Timestamps animation</a></nobr><br>\r
-<nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
-<nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Navigation within the scene</a></nobr><br>\r
-<nobr><a name="8"></a><a href="whlstt8.htm#8" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
-<nobr><a name="9"></a><a href="whlstt9.htm#9" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
-<nobr><a name="10"></a><a href="whlstt10.htm#10" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Storage of produced data</a></nobr><br>\r
-<nobr><a name="11"></a><a href="whlstt11.htm#11" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of previously saved data</a></nobr><br>\r
-</p>\r
-\r
-</td></tr>\r
-<tr><td>\r
-<p><img src="whexpbar.gif" > <p>\r
-</td></tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table border=0>\r
-<tr><td>\r
-<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Introduction to Gauss Points Viewer</a></nobr><br>\r
-<nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of data</a></nobr><br>\r
-<nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display of meshes and mesh groups </a></nobr><br>\r
-<nobr><a name="4"></a><a href="whlstt0.htm#4" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Display results at Gauss points</a></nobr><br>\r
- <nobr><a href="../display_results_at_gauss_points_general.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> General</a></nobr><br>\r
- <nobr><a href="../activation_of_commands_display_results.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Activation of commands</a></nobr><br>\r
- <nobr><a href="../description_of_commands_display_results.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Description of commands</a></nobr><br>\r
- <nobr><a href="../specific_additional_commands_for_fields_items.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Specific additional commands for Fields items</a></nobr><br>\r
- <nobr><a href="../animation_function.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Animation function</a></nobr><br>\r
- <nobr><a href="../salome-visu_preferences_display_results.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Salome-Visu preferences</a></nobr><br>\r
-<nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Timestamps animation</a></nobr><br>\r
-<nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
-<nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Navigation within the scene</a></nobr><br>\r
-<nobr><a name="8"></a><a href="whlstt8.htm#8" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
-<nobr><a name="9"></a><a href="whlstt9.htm#9" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
-<nobr><a name="10"></a><a href="whlstt10.htm#10" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Storage of produced data</a></nobr><br>\r
-<nobr><a name="11"></a><a href="whlstt11.htm#11" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of previously saved data</a></nobr><br>\r
-</p>\r
-\r
-</td></tr>\r
-<tr><td>\r
-<p><img src="whexpbar.gif" > <p>\r
-</td></tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table border=0>\r
-<tr><td>\r
-<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Introduction to Gauss Points Viewer</a></nobr><br>\r
-<nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of data</a></nobr><br>\r
-<nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display of meshes and mesh groups </a></nobr><br>\r
-<nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display results at Gauss points</a></nobr><br>\r
-<nobr><a name="5"></a><a href="whlstt0.htm#5" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Timestamps animation</a></nobr><br>\r
- <nobr><a href="../general_timestamps_animation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> General</a></nobr><br>\r
- <nobr><a href="../command_activation_timestamps_animation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Command activation</a></nobr><br>\r
- <nobr><a href="../command_description_timestamps_animation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Command description</a></nobr><br>\r
-<nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
-<nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Navigation within the scene</a></nobr><br>\r
-<nobr><a name="8"></a><a href="whlstt8.htm#8" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
-<nobr><a name="9"></a><a href="whlstt9.htm#9" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
-<nobr><a name="10"></a><a href="whlstt10.htm#10" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Storage of produced data</a></nobr><br>\r
-<nobr><a name="11"></a><a href="whlstt11.htm#11" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of previously saved data</a></nobr><br>\r
-</p>\r
-\r
-</td></tr>\r
-<tr><td>\r
-<p><img src="whexpbar.gif" > <p>\r
-</td></tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table border=0>\r
-<tr><td>\r
-<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Introduction to Gauss Points Viewer</a></nobr><br>\r
-<nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of data</a></nobr><br>\r
-<nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display of meshes and mesh groups </a></nobr><br>\r
-<nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display results at Gauss points</a></nobr><br>\r
-<nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Timestamps animation</a></nobr><br>\r
-<nobr><a name="6"></a><a href="whlstt0.htm#6" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
- <nobr><a href="../making_an_avi_clip.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
-<nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Navigation within the scene</a></nobr><br>\r
-<nobr><a name="8"></a><a href="whlstt8.htm#8" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
-<nobr><a name="9"></a><a href="whlstt9.htm#9" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
-<nobr><a name="10"></a><a href="whlstt10.htm#10" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Storage of produced data</a></nobr><br>\r
-<nobr><a name="11"></a><a href="whlstt11.htm#11" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of previously saved data</a></nobr><br>\r
-</p>\r
-\r
-</td></tr>\r
-<tr><td>\r
-<p><img src="whexpbar.gif" > <p>\r
-</td></tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table border=0>\r
-<tr><td>\r
-<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Introduction to Gauss Points Viewer</a></nobr><br>\r
-<nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of data</a></nobr><br>\r
-<nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display of meshes and mesh groups </a></nobr><br>\r
-<nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display results at Gauss points</a></nobr><br>\r
-<nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Timestamps animation</a></nobr><br>\r
-<nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
-<nobr><a name="7"></a><a href="whlstt0.htm#7" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Navigation within the scene</a></nobr><br>\r
- <nobr><a href="../general_navigation_within_the_scene.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> General</a></nobr><br>\r
- <nobr><a href="../navigation_using_the_mouse.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Navigation using the mouse</a></nobr><br>\r
- <nobr><a href="../navigation_using_the_keyboard.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Navigation using the keyboard</a></nobr><br>\r
- <nobr><a href="../navigation_using_the_spacemouse.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Navigation using the spacemouse</a></nobr><br>\r
- <nobr><a href="../cameras.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Cameras</a></nobr><br>\r
- <nobr><a href="../managing_configurations.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Managing configurations</a></nobr><br>\r
- <nobr><a href="../salome_visu_preferences_navigation_within_the_scene.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Salome-Visu preferences</a></nobr><br>\r
-<nobr><a name="8"></a><a href="whlstt8.htm#8" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
-<nobr><a name="9"></a><a href="whlstt9.htm#9" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
-<nobr><a name="10"></a><a href="whlstt10.htm#10" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Storage of produced data</a></nobr><br>\r
-<nobr><a name="11"></a><a href="whlstt11.htm#11" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of previously saved data</a></nobr><br>\r
-</p>\r
-\r
-</td></tr>\r
-<tr><td>\r
-<p><img src="whexpbar.gif" > <p>\r
-</td></tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table border=0>\r
-<tr><td>\r
-<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Introduction to Gauss Points Viewer</a></nobr><br>\r
-<nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of data</a></nobr><br>\r
-<nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display of meshes and mesh groups </a></nobr><br>\r
-<nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display results at Gauss points</a></nobr><br>\r
-<nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Timestamps animation</a></nobr><br>\r
-<nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
-<nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Navigation within the scene</a></nobr><br>\r
-<nobr><a name="8"></a><a href="whlstt0.htm#8" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
- <nobr><a href="../picking_general.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> General</a></nobr><br>\r
- <nobr><a href="../command_activation_picking.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Command activation</a></nobr><br>\r
- <nobr><a href="../description_of_the_picking_functionality.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Description of the picking functionality</a></nobr><br>\r
- <nobr><a href="../command_deactivation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Command deactivation</a></nobr><br>\r
- <nobr><a href="../salome_visu_preferences_picking.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Salome-Visu preferences</a></nobr><br>\r
-<nobr><a name="9"></a><a href="whlstt9.htm#9" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
-<nobr><a name="10"></a><a href="whlstt10.htm#10" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Storage of produced data</a></nobr><br>\r
-<nobr><a name="11"></a><a href="whlstt11.htm#11" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of previously saved data</a></nobr><br>\r
-</p>\r
-\r
-</td></tr>\r
-<tr><td>\r
-<p><img src="whexpbar.gif" > <p>\r
-</td></tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table border=0>\r
-<tr><td>\r
-<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Introduction to Gauss Points Viewer</a></nobr><br>\r
-<nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of data</a></nobr><br>\r
-<nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display of meshes and mesh groups </a></nobr><br>\r
-<nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Display results at Gauss points</a></nobr><br>\r
-<nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Timestamps animation</a></nobr><br>\r
-<nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Making an AVI clip</a></nobr><br>\r
-<nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Navigation within the scene</a></nobr><br>\r
-<nobr><a name="8"></a><a href="whlstt8.htm#8" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
-<nobr><a name="9"></a><a href="whlstt0.htm#9" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
- <nobr><a href="../segmentation_general.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> General</a></nobr><br>\r
- <nobr><a href="../command_activation_segmentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Command Activation</a></nobr><br>\r
- <nobr><a href="../command_description_segmentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Command description</a></nobr><br>\r
-<nobr><a name="10"></a><a href="whlstt10.htm#10" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Storage of produced data</a></nobr><br>\r
-<nobr><a name="11"></a><a href="whlstt11.htm#11" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Loading of previously saved data</a></nobr><br>\r
-</p>\r
-\r
-</td></tr>\r
-<tr><td>\r
-<p><img src="whexpbar.gif" > <p>\r
-</td></tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>toc frame</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<frameset rows="100%, *" border="0" frameborder="0">\r
- <frame name="toctree" title="toc tree frame" src="whlstt0.htm"></frame>\r
-</frameset>\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Index frame</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<frameset rows="40, *" border="0" frameborder="0">\r
- <frame name="ndxletter" title="index letter frame" src="whnvl31.htm" noresize frameborder="1" scrolling="no" border="0" marginheight="0" marginwidth="0" ></frame>\r
- <frame name="ndxlist" title="index list frame" src="whlsti0.htm"></frame>\r
-</frameset>\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>search frame</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<frameset rows="40, *" border="0" frameborder="0">\r
- <frame name="ftsletter" title="search letter frame" src="whnvl32.htm" noresize frameborder="1" scrolling="no" border="0" marginheight="0" marginwidth="0" ></frame>\r
- <frame name="ftslist" title="seach word frame" src="whlstf0.htm"></frame>\r
-</frameset>\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Glossary frame</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<frameset rows="40, *" border="0" frameborder="0">\r
- <frame name="glsletter" title="glossary letter frame" src="whnvl33.htm" noresize frameborder="1" scrolling="no" border="0" marginheight="0" marginwidth="0" ></frame>\r
- <frame name="glslist" title="glossary defination frame" src="whlstg0.htm"></frame>\r
-</frameset>\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Index Letters</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ndxheader {margin-left:10pt; margin-top:0pt;}\r
-.ndxbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<p class="ndxheader">\r
- <font class="inactive">#</font> \r
- <font class="inactive">A</font> \r
- <font class="inactive">B</font> \r
- <font class="inactive">C</font> \r
- <font class="inactive">D</font> \r
- <font class="inactive">E</font> \r
- <font class="inactive">F</font> \r
- <font class="inactive">G</font> \r
- <font class="inactive">H</font> \r
- <font class="inactive">I</font> \r
- <font class="inactive">J</font> \r
- <font class="inactive">K</font> \r
- <font class="inactive">L</font> \r
- <font class="inactive">M</font> \r
- <font class="inactive">N</font> \r
- <font class="inactive">O</font> \r
- <font class="inactive">P</font> \r
- <font class="inactive">Q</font> \r
- <font class="inactive">R</font> \r
- <font class="inactive">S</font> \r
- <font class="inactive">T</font> \r
- <font class="inactive">U</font> \r
- <font class="inactive">V</font> \r
- <font class="inactive">W</font> \r
- <font class="inactive">X</font> \r
- <font class="inactive">Y</font> \r
- <font class="inactive">Z</font> \r
-</p>\r
-\r
-<body>\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Search Letters</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<p class="ftsheader">\r
-<a name="home"></a> <a href="whlstfl0.htm#subkey_{" target="_self"title="search non-alphabet letter"><b>#</b></a> \r
- <a href="whlstfl1.htm#subkey_A" target="_self"title="search letter A"><b>A</b></a> \r
- <a href="whlstfl2.htm#subkey_B" target="_self"title="search letter B"><b>B</b></a> \r
- <a href="whlstfl3.htm#subkey_C" target="_self"title="search letter C"><b>C</b></a> \r
- <a href="whlstfl4.htm#subkey_D" target="_self"title="search letter D"><b>D</b></a> \r
- <a href="whlstfl5.htm#subkey_E" target="_self"title="search letter E"><b>E</b></a> \r
- <a href="whlstfl6.htm#subkey_F" target="_self"title="search letter F"><b>F</b></a> \r
- <a href="whlstfl7.htm#subkey_G" target="_self"title="search letter G"><b>G</b></a> \r
- <a href="whlstfl8.htm#subkey_H" target="_self"title="search letter H"><b>H</b></a> \r
- <a href="whlstfl9.htm#subkey_I" target="_self"title="search letter I"><b>I</b></a> \r
- <font class="inactive">J</font> \r
- <a href="whlstfl10.htm#subkey_K" target="_self"title="search letter K"><b>K</b></a> \r
- <a href="whlstfl11.htm#subkey_L" target="_self"title="search letter L"><b>L</b></a> \r
- <a href="whlstfl12.htm#subkey_M" target="_self"title="search letter M"><b>M</b></a> \r
- <a href="whlstfl13.htm#subkey_N" target="_self"title="search letter N"><b>N</b></a> \r
- <a href="whlstfl14.htm#subkey_O" target="_self"title="search letter O"><b>O</b></a> \r
- <a href="whlstfl15.htm#subkey_P" target="_self"title="search letter P"><b>P</b></a> \r
- <a href="whlstf5.htm#bm_Q" target="ftslist"title="search letter Q" ><b>Q</b></a> \r
- <a href="whlstfl16.htm#subkey_R" target="_self"title="search letter R"><b>R</b></a> \r
- <a href="whlstfl17.htm#subkey_S" target="_self"title="search letter S"><b>S</b></a> \r
- <a href="whlstfl18.htm#subkey_T" target="_self"title="search letter T"><b>T</b></a> \r
- <a href="whlstfl19.htm#subkey_U" target="_self"title="search letter U"><b>U</b></a> \r
- <a href="whlstfl20.htm#subkey_V" target="_self"title="search letter V"><b>V</b></a> \r
- <a href="whlstfl21.htm#subkey_W" target="_self"title="search letter W"><b>W</b></a> \r
- <a href="whlstf7.htm#bm_X" target="ftslist"title="search letter X" ><b>X</b></a> \r
- <a href="whlstfl22.htm#subkey_Y" target="_self"title="search letter Y"><b>Y</b></a> \r
- <a href="whlstfl23.htm#subkey_Z" target="_self"title="search letter Z"><b>Z</b></a> \r
-</p>\r
-\r
-<body>\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Glossary Letters</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.glsheader {margin-left:10pt; margin-top:0pt;}\r
-.glsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.glsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; }A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-<style>\r
-<!--\r
-body {background-color:White; } \r
--->\r
-</style>\r
-</head>\r
-<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
-\r
-<body>\r
-</html>\r
-\r
+++ /dev/null
-<!-- WebHelp version 5.10 -->\r
-<html>\r
-<head>\r
-<title> Content Navigation Pane </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-\r
-</style>\r
-</head>\r
-<frameset rows="36, *" border="0" frameborder="0">\r
- <frame name="toctabs" title="tab selection frame" src="whnvt30.htm" noresize frameborder="no" scrolling="no" border="0" marginheight="0" marginwidth="0" ></frame>\r
- <frame name="toclist" title="content frame" src="whlstt0.htm"></frame>\r
-</frameset>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<!-- WebHelp version 5.10 -->\r
-<html>\r
-<head>\r
-<title> Index Navigation Pane </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-\r
-</style>\r
-</head>\r
-<frameset rows="36, *" border="0" frameborder="0">\r
- <frame name="ndxtabs" title="tab selection frame" src="whnvt31.htm" noresize frameborder="no" scrolling="no" border="0" marginheight="0" marginwidth="0" ></frame>\r
- <frame name="ndxdata" title="index frame" src="whnvf31.htm"></frame>\r
-</frameset>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<!-- WebHelp version 5.10 -->\r
-<html>\r
-<head>\r
-<title> Search Navigation Pane </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-\r
-</style>\r
-</head>\r
-<frameset rows="36, *" border="0" frameborder="0">\r
- <frame name="ftstabs" title="tab selection frame" src="whnvt32.htm" noresize frameborder="no" scrolling="no" border="0" marginheight="0" marginwidth="0" ></frame>\r
- <frame name="ftsdata" title="search frame" src="whnvf32.htm"></frame>\r
-</frameset>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<!-- WebHelp version 5.10 -->\r
-<html>\r
-<head>\r
-<title> Glossary Navigation Pane </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-\r
-</style>\r
-</head>\r
-<frameset rows="36, *" border="0" frameborder="0">\r
- <frame name="glstabs" title="tab selection frame" src="whnvt33.htm" noresize frameborder="no" scrolling="no" border="0" marginheight="0" marginwidth="0" ></frame>\r
- <frame name="glsdata" title="glossary frame" src="whnvf33.htm"></frame>\r
-</frameset>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Content Navigation Tab</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.tocbody {margin-left:10pt; margin-top:0pt;}\r
-.bo {}\r
-.bc {}\r
-.pn {}\r
-.pr {}\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-img {vertial-align:middle;}\r
--->\r
-</style>\r
-</head>\r
-<body class="tabs" marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table class="tabs" width="100%">\r
- <tr> \r
- <td class="tabs">\r
- <nobr><a href="javascript:void(0)" title="Contents"><img src="../wht_tab1.gif" border="0"></a><a href="whnvp31.htm" target="_parent" title="Index"><img src="../wht_tab4.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../wht_tab6.gif" border="0"></a></nobr>\r
- </td>\r
- </tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Index Navigation Tab</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ndxheader {margin-left:10pt; margin-top:0pt;}\r
-.ndxbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body class="tabs" marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table class="tabs" width="100%">\r
- <tr> \r
- <td class="tabs">\r
- <nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../wht_tab2.gif" border="0"></a><a href="javascript:void(0)" title="Index"><img src="../wht_tab3.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../wht_tab6.gif" border="0"></a></nobr>\r
- </td>\r
- </tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Search Navigation Tab</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.ftsheader {margin-left:10pt; margin-top:0pt;}\r
-.ftsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body class="tabs" marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table class="tabs" width="100%">\r
- <tr> \r
- <td class="tabs">\r
- <nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../wht_tab2.gif" border="0"></a><a href="whnvp31.htm" target="_parent" title="Index"><img src="../wht_tab4.gif" border="0"></a><a href="javascript:void(0)" title="Search"><img src="../wht_tab5.gif" border="0"></a></nobr>\r
- </td>\r
- </tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<!-- WebHelp version 5.10 -->\r
-<title>Glossary Navigation Tab</title>\r
-<base target="bsscright">\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<style>\r
-<!--\r
-body {margin-left:1pt; margin-top:1pt; margin-right:1pt;font-family:Arial; font-size:9pt;}\r
-\r
-A:link {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:visited {font-family:Arial; font-size:9pt; color:#000000; font-style:normal; text-decoration:none; }\r
-A:active {background-color:#cccccc;}\r
-A:hover {font-family:Arial; font-size:9pt; color:#007f00; font-style:normal; text-decoration:underline; }\r
-\r
-.tabs {background-color:#c0c0c0;}\r
-.glsheader {margin-left:10pt; margin-top:0pt;}\r
-.glsbody {margin-left:10pt; margin-top:0pt;}\r
-.inactive {color:#666666;}\r
-.glsheader {background-color:White; } \r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; }A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
-\r
--->\r
-</style>\r
-</head>\r
-<body class="tabs" marginheight="0" marginwidth="0" bgproperties="fixed">\r
-<table class="tabs" width="100%">\r
- <tr> \r
- <td class="tabs">\r
- <nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../wht_tab2.gif" border="0"></a><a href="whnvp31.htm" target="_parent" title="Index"><img src="../wht_tab4.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../wht_tab6.gif" border="0"></a></nobr>\r
- </td>\r
- </tr>\r
-</table>\r
-</body>\r
-\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Glossary Definition</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-var gsBgColor="#ffffff";\r
-var gsBgImage="";\r
-var goGloFont=null;\r
-\r
-function setBackground(sBgImage)\r
-{\r
- gsBgImage=sBgImage;\r
-}\r
-\r
-function setBackgroundcolor(sBgColor)\r
-{\r
- gsBgColor=sBgColor;\r
-}\r
-\r
-function window_Unload()\r
-{\r
- UnRegisterListener2(this, WH_MSG_SHOWGLODEF);\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if(gsBgImage&&gsBgImage.length>0)\r
- document.body.background=gsBgImage;\r
- if(gsBgColor&&gsBgColor.length>0)\r
- document.body.bgColor=gsBgColor;\r
-}\r
-\r
-function setFont(sType, sFontName, sFontSize, sFontColor, sFontStyle, sFontWeight, sFontDecoration)\r
-{\r
- var vFont = new whFont(sFontName, sFontSize, sFontColor, sFontStyle, sFontWeight, sFontDecoration);\r
- if (sType == "Normal")\r
- goGloFont = vFont;\r
-}\r
-\r
-function textToHtml_nbsp_specialcare(sText)\r
-{\r
- if (sText == null) return null;\r
- var sHTML= sText;\r
- var re = new RegExp(" ","g");\r
- sHTML= sHTML.replace(re, " ");\r
- return sHTML;\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- var nMsgId = oMsg.nMessageId;\r
- if (nMsgId == WH_MSG_SHOWGLODEF)\r
- {\r
- document.body.innerHTML = sDefHead + textToHtml_nbsp_specialcare(oMsg.oParam.sDef) + sDefTail;\r
- return true;\r
- }\r
-}\r
-\r
-function GDefWriteClassStyle()\r
-{\r
- var sStyle="<STYLE TYPE='text/css'>\n";\r
- if (gsBgImage)\r
- sStyle+="body {border-top:"+gsBgColor+" 1px solid;}\n";\r
- else\r
- sStyle+="body {border-top:black 1px solid;}\n";\r
- sStyle+=".definition {"+getFontStyle(goGloFont)+"margin:2;}\n";\r
- sStyle+="</STYLE>";\r
- document.write(sStyle);\r
-}\r
-\r
-if (window.gbWhMsg&&window.gbWhUtil&&window.gbWhProxy&&window.gbWhVer)\r
-{\r
- window.onload=window_OnLoad;\r
- window.onunload = window_Unload;\r
- goGloFont=new whFont("Verdana", "8pt", "#000000", "normal", "normal", "none");\r
- setBackgroundcolor("White"); \r
- \r
- setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none");\r
- GDefWriteClassStyle();\r
- RegisterListener2(this, WH_MSG_SHOWGLODEF);\r
- var sDefHead = "<p class=\"definition\">";\r
- var sDefTail = "</p>";\r
-}\r
-else\r
- document.location.reload();\r
-//-->\r
-</script>\r
-</head>\r
-<body bgproperties="fixed" bgcolor="white">\r
-</body>\r
-</html>\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Glossary</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body bgcolor=#c0c0c0 scroll=no RIGHTMARGIN=0 BOTTOMMARGIN=0 TOPMARGIN=0 LEFTMARGIN=0>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmozemu.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-var gsBgImage="";\r
-var gsBgColor="";\r
-var goTitleFont=null;\r
-\r
-function setBackground(sBgImage)\r
-{\r
- gsBgImage=sBgImage;\r
-}\r
-\r
-function setBackgroundcolor(sBgColor)\r
-{\r
- gsBgColor=sBgColor;\r
-}\r
-\r
-function setFont(sType, sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration)\r
-{\r
- var vFont=new whFont(sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration);\r
- if(sType=="Title")\r
- goTitleFont=vFont;\r
-}\r
-\r
-function getTermText()\r
-{\r
- var strString="Term:";\r
-strString = "Term:";\r
- return strString;\r
-}\r
-\r
-function getDefinitionText()\r
-{\r
- var strString="Definition for:";\r
-strString = "Definition:";\r
- return strString;\r
-}\r
-\r
-function getHTML()\r
-{\r
- var sHTML="";\r
- sHTML+="<P class=title><nobr> " + getTermText() + "</nobr></p>";\r
- sHTML+="<iframe id=glossaryIFrame title=\"glossary term\" src=\"whgbody.htm\" width=100% height=200 MARGINHEIGHT=0 MARGINWIDTH=0></iframe>";\r
- sHTML+="<P class=title><nobr> " + getDefinitionText() + " <b id=Name></b></nobr></p>";\r
- sHTML+="<iframe id=defIFrame title=\"glossary definition\" src=\"whgdef.htm\" width=100% height=100% MARGINHEIGHT=0 MARGINWIDTH=0></iframe>";\r
- return sHTML;\r
-}\r
-\r
-function writeStyle()\r
-{\r
- var sStyle="<style type='text/css'>";\r
- sStyle+="p.title {" + getFontStyle(goTitleFont) + "margin-top:4;margin-bottom:4}\n";\r
- if (gsBgImage)\r
- sStyle+="body {border-top:"+gsBgColor+" 1px solid;}\n";\r
- else\r
- sStyle+="body {border-top:black 1px solid;}\n";\r
- sStyle+="</style>";\r
- document.write(sStyle);\r
-}\r
-\r
-\r
-function window_OnResize()\r
-{\r
- setIFrameHeight();\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if(gsBgImage&&gsBgImage.length>0)\r
- document.body.background=gsBgImage;\r
- if(gsBgColor&&gsBgColor.length>0)\r
- document.body.bgColor=gsBgColor;\r
- setIFrameHeight();\r
-}\r
-\r
-function setIFrameHeight()\r
-{\r
- var tH=0;\r
- if(gbNav6)\r
- {\r
- tH=parseInt(window.innerHeight)-30;\r
- }\r
- else\r
- {\r
- tH=parseInt(document.body.clientHeight)-4;\r
- }\r
- \r
- var oEle=getElement("glossaryIFrame");\r
- if(oEle)\r
- {\r
- tH=tH-2*parseInt(oEle.offsetTop);\r
- if(tH>0)\r
- {\r
- oEle.style.height=Math.floor(tH*.6);\r
- var oEleDef=getElement("defIFrame");\r
- if(oEleDef)\r
- {\r
- oEleDef.style.height=tH-parseInt(oEle.style.height);\r
- }\r
- }\r
- }\r
-}\r
-\r
-function window_Unload()\r
-{\r
- UnRegisterListener2(this,WH_MSG_SHOWGLODEF);\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- var nMsgId=oMsg.nMessageId;\r
- if(nMsgId==WH_MSG_SHOWGLODEF)\r
- {\r
- if(getElement("Name"))\r
- getElement("Name").innerHTML=oMsg.oParam.sName;\r
- return true;\r
- }\r
-}\r
-\r
-if(window.gbWhVer&&window.gbWhMsg&&window.gbWhUtil&&window.gbWhProxy)\r
-{\r
- goTitleFont=new whFont("Arial","9pt","#000000","normal","normal","none");\r
- setFont("Title", "Tahoma","8pt","Navy","Normal","Normal","none");\r
- \r
- setBackgroundcolor("White");\r
- window.onresize=window_OnResize;\r
- window.onload=window_OnLoad;\r
- window.onunload=window_Unload;\r
- RegisterListener2(this,WH_MSG_SHOWGLODEF);\r
- writeStyle();\r
- document.write(getHTML());\r
-}\r
-else\r
- document.location.reload();\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
+++ /dev/null
-// WebHelp 5.10.004\r
-var gbXML=false;\r
-var gaDef=new Array();\r
-var gsBgColor="#ffffff";\r
-var gsBgImage="";\r
-var goFont=null;\r
-var goHoverFont=null;\r
-var gsMargin="2pt";\r
-var gsIndent="2pt";\r
-var gsActiveBgColor="#cccccc";\r
-var gbWhGHost=false;\r
-var gbShowDef=true;\r
-var gsGloId="Glo_"\r
-\r
-function setBackground(sBgImage)\r
-{\r
- gsBgImage=sBgImage;\r
-}\r
-\r
-function setBackgroundcolor(sBgColor)\r
-{\r
- gsBgColor=sBgColor;\r
-}\r
-\r
-function setFont(sType,sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration)\r
-{\r
- var vFont=new whFont(sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration);\r
- if(sType=="Normal")\r
- goFont=vFont;\r
- else if(sType=="Hover")\r
- goHoverFont=vFont;\r
-}\r
-\r
-function setActiveBgColor(sBgColor)\r
-{\r
- gsActiveBgColor=sBgColor;\r
-}\r
-\r
-function setMargin(sMargin)\r
-{\r
- gsMargin=sMargin;\r
-}\r
-\r
-function setIndent(sIndent)\r
-{\r
- gsIndent=sIndent;\r
-}\r
-\r
-function insertDef(sKName,sDef)\r
-{\r
- var nLength=gaDef.length\r
- var oGlo=new nameDefPair(sKName,sDef);\r
- gaDef[nLength]=oGlo;\r
- return nLength;\r
-}\r
-\r
-function showDef(nDef)\r
-{\r
- if(nDef<gaDef.length)\r
- { \r
- HighLight(nDef);\r
- var oParam=gaDef[nDef];\r
- var oMsg=new whMessage(WH_MSG_SHOWGLODEF,this,1,oParam);\r
- SendMessage(oMsg);\r
- }\r
-}\r
-\r
-function nameDefPair(sName,sDef)\r
-{\r
- this.sName=sName;\r
- this.sDef=sDef;\r
-}\r
-\r
-function mergeItems(oHTML,bDown,aDataCon,aCurIdxSet,nLength,aPos,nLevel)\r
-{\r
- var sHTML="";\r
- var nIdxSet=aCurIdxSet[0];\r
- var nIIdx=aPos[nIdxSet];\r
- var sRawKName = getItemName(aDataCon,nIdxSet,nIIdx);\r
- var sKName=_textToHtml(sRawKName);\r
- var sDText=_textToHtml_nonbsp(getDef(aDataCon,nIdxSet,nIIdx));\r
- var sDef=sDText;\r
- for(var i=1;i<nLength;i++)\r
- {\r
- var nIdxSeti=aCurIdxSet[i];\r
- var nIIdxi=aPos[nIdxSeti];\r
- var sRawKNamei = getItemName(aDataCon,nIdxSeti,nIIdxi);\r
- var sKNamei=_textToHtml(sRawKNamei);\r
- var sDTexti=_textToHtml_nonbsp(getDef(aDataCon,nIdxSeti,nIIdxi));\r
- if (compare(sKNamei,sKName)==0)\r
- {\r
- if (sDText!=sDTexti)\r
- sDef+="<br>"+sDTexti;\r
- }\r
- }\r
- var nIndex=insertDef(sKName,sDef);\r
- if(nLevel==1)\r
- {\r
- sHTML+="<p><nobr id=\""+getGloId(nIndex)+"\">";\r
- sHTML+="<a alt=\""+sKName+"\" href=\"javascript:void(0);\" onfocus=\"HighLight("+nIndex+");\" onclick=\"showDef("+nIndex+");return false;\">"+sKName+"</a></nobr></p>";\r
- oHTML.addHTML(sHTML,nLength,bDown,true,sRawKName);\r
- if(gbShowDef)\r
- {\r
- setTimeout("showDef(0);",100);\r
- gbShowDef = false;\r
- }\r
- }\r
-}\r
-\r
-function HighLight(nIndex)\r
-{\r
- var oObj=getElement(getGloId(nIndex));\r
- if(oObj)\r
- HighLightElement(oObj,gsActiveBgColor,"transparent");\r
-}\r
-\r
-function getGloId(nIndex)\r
-{\r
- return gsGloId+nIndex;\r
-}\r
-\r
-function adjustPosition(bDown,aDataCon,aCurIdxSet,nLength,aPos)\r
-{\r
- if(bDown)\r
- {\r
- for(var i=0;i<nLength;i++)\r
- aPos[aCurIdxSet[i]]++;\r
- }\r
- else{\r
- for(var i=0;i<nLength;i++)\r
- aPos[aCurIdxSet[i]]--;\r
- }\r
-}\r
-\r
-function getDef(aDataCon,nIdxSet,nIIdx)\r
-{\r
- if(nIdxSet<aDataCon.length&&aDataCon[nIdxSet].aKs.length>nIIdx)\r
- return aDataCon[nIdxSet].aKs[nIIdx].sDef;\r
- else\r
- return null;\r
-}\r
-\r
-function getItemName(aDataCon,nIdxSet,nIIdx)\r
-{\r
- if(nIdxSet<aDataCon.length&&aDataCon[nIdxSet].aKs.length>nIIdx)\r
- return aDataCon[nIdxSet].aKs[nIIdx].sName;\r
- else\r
- return null;\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if(gsBgImage&&gsBgImage.length>0)\r
- document.body.background=gsBgImage;\r
- if(gsBgColor&&gsBgColor.length>0)\r
- document.body.bgColor=gsBgColor;\r
- document.body.insertAdjacentHTML("beforeEnd",writeLoadingDiv());\r
- loadGlo();\r
- var oMsg=new whMessage(WH_MSG_SHOWGLO,this,1,null)\r
- SendMessage(oMsg);\r
-}\r
-\r
-function loadGlo()\r
-{\r
- if(!gbReady)\r
- {\r
- var oResMsg=new whMessage(WH_MSG_GETPROJINFO,this,1,null);\r
- if(SendMessage(oResMsg)&&oResMsg.oParam)\r
- {\r
- gbReady=true;\r
- var oProj=oResMsg.oParam;\r
- var aProj=oProj.aProj;\r
- gbXML=oProj.bXML;\r
- if(aProj.length>0)\r
- {\r
- var sLangId=aProj[0].sLangId;\r
- for(var i=0;i<aProj.length;i++)\r
- {\r
- if(aProj[i].sGlo&&aProj[i].sLangId==sLangId)\r
- addProjInfo(aProj[i].sPPath,aProj[i].sDPath,aProj[i].sGlo);\r
- }\r
- }\r
- writeDataIFrame();\r
- enEvt();\r
- } \r
- }\r
-}\r
-\r
-function findCKInDom()\r
-{\r
- return true;\r
-}\r
-\r
-function GloWriteClassStyle()\r
-{\r
- var sStyle="<STYLE TYPE='text/css'>\n";\r
- if (gsBgImage)\r
- sStyle+="body {border-top:"+gsBgColor+" 1px solid;}\n";\r
- else\r
- sStyle+="body {border-top:black 1px solid;}\n";\r
- sStyle+="P {"+getFontStyle(goFont)+"margin-top:"+gsMargin+";margin-bottom:"+gsMargin+";margin-left:"+gsIndent+";}\n";\r
- sStyle+="A:link {"+getFontStyle(goFont)+"}\n";\r
- sStyle+="A:visited {"+getFontStyle(goFont)+"}\n";\r
- sStyle+="A:active {background-color:"+gsActiveBgColor+";}\n";\r
- sStyle+="A:hover {"+getFontStyle(goHoverFont)+"}\n";\r
- sStyle+="</STYLE>"; \r
- document.write(sStyle);\r
-}\r
-\r
-function window_Unload()\r
-{\r
- UnRegisterListener2(this,WH_MSG_PROJECTREADY);\r
- UnRegisterListener2(this,WH_MSG_SHOWGLO);\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- if(oMsg)\r
- {\r
- var nMsgId=oMsg.nMessageId;\r
- if(nMsgId==WH_MSG_SHOWGLO)\r
- {\r
- if(!gbNav6)\r
- document.body.focus();\r
- }\r
- else if(nMsgId==WH_MSG_PROJECTREADY)\r
- {\r
- loadGlo();\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-if (window.gbWhUtil&&window.gbWhProxy&&window.gbWhVer&&window.gbWhLang&&window.gbWhMsg&&window.gbWhHost)\r
-{\r
- RegisterListener2(this,WH_MSG_PROJECTREADY);\r
- RegisterListener2(this,WH_MSG_SHOWGLO);\r
- goFont=new whFont("Verdana","8pt","#000000","normal","normal","none");\r
- goHoverFont=new whFont("Verdana","8pt","#007f00","normal","normal","underline");\r
- window.onload=window_OnLoad;\r
- window.onbeforeunload=window_BUnload;\r
- window.onunload=window_Unload;\r
- gbWhGHost=true;\r
-}\r
-else\r
- document.location.reload();\r
-\r
+++ /dev/null
-// WebHelp 5.10.002\r
-var gaChunks=new Array();\r
-var gaFakes=new Array();\r
-var gaDataCon=null;\r
-var gaData=new Array();\r
-\r
-var gbFindCK=false;;\r
-var gbNeedCalc=false;\r
-var gbScrl=false;\r
-var gbProcess=false;\r
-var gbReady=false;\r
-\r
-var gnCheck=0;\r
-var gnNum=0;\r
-var gnIns=-1;\r
-var gnLoad=0;\r
-var gnRef=-1;\r
-var gnMaxItems=0;\r
-var gnMaxMargin=32000;\r
-var gnNeeded=0;\r
-var gnNKI=-1;\r
-var gnRE=0;\r
-var gnScrlMgn=30;\r
-var gnSE=0;\r
-var gnVisible=0;\r
-var gnItems=0;\r
-var gnUHeight=1;\r
-\r
-var gsBCK=null;\r
-var gsChK=null;\r
-var gsCK=null;\r
-var gsLoadingDivID="LoadingDiv";\r
-var gsLoadingMsg="Loading data, please wait...";\r
-var gsSKA=null;\r
-var gsSKB=null;\r
-\r
-var gbLoadInfo=false;\r
-\r
-function onLoadXMLError()\r
-{\r
- if(gbLoadInfo)\r
- {\r
- var aChunk=new Array();\r
- projReady(aChunk);\r
- }\r
- else\r
- {\r
- var aData=new Array();\r
- putData(aData);\r
- }\r
-}\r
-\r
-function putDataXML(xmlDoc,sDocPath)\r
-{\r
- if(gbLoadInfo)\r
- {\r
- var node=xmlDoc.lastChild;\r
- if(node)\r
- {\r
- var nTotal=0\r
- var aChunk=new Array();\r
- var oC=node.firstChild;\r
- while(oC)\r
- {\r
- if(oC.nodeName=="chunkinfo")\r
- {\r
- var item=new Object();\r
- item.sBK=oC.getAttribute("first");\r
- item.sEK=oC.getAttribute("last");\r
- item.sFileName=oC.getAttribute("url");\r
- item.nNum=parseInt(oC.getAttribute("num"));\r
- nTotal+=item.nNum;\r
- item.nTotal=nTotal;\r
- aChunk[aChunk.length]=item;\r
- }\r
- oC=oC.nextSibling;\r
- }\r
- projReady(aChunk);\r
- }\r
- }\r
- else\r
- {\r
- var node=xmlDoc.lastChild;\r
- if(node)\r
- {\r
- var aData=new Array();\r
- var nPrev=0;\r
- var nNext=0;\r
- var oC=node.firstChild;\r
- while(oC)\r
- {\r
- nPrev=nNext;\r
- if(oC.nodeName=="key")\r
- {\r
- var sName=oC.getAttribute("name");\r
- if(sName&&sName.length>0)\r
- {\r
- var sTarget=oC.getAttribute("target");\r
- var item=new Object();\r
- item.nType=2;\r
- item.sName=sName;\r
- if(sTarget)\r
- item.sTarget=sTarget;\r
- item.nPKOff=nPrev;\r
- aData[aData.length]=item;\r
- var nCurIndex=aData.length;\r
- processKey(oC,aData,item);\r
- nNext=aData.length-nCurIndex;\r
- item.nNKOff=nNext;\r
- }\r
- }\r
- else if(oC.nodeName=="letter")\r
- {\r
- var name=oC.getAttribute("name");\r
- if(name&&name.length>0)\r
- {\r
- var item=new Object();\r
- item.nType=1;\r
- item.sName=name;\r
- item.nPKOff=nPrev;\r
- nNext=0;\r
- item.nNKOff=nNext;\r
- aData[aData.length]=item;\r
- }\r
- }\r
- else if(oC.nodeName=="entry")\r
- {\r
- var name=oC.getAttribute("name");\r
- var def=oC.getAttribute("value");\r
- if(name&&name.length>0)\r
- {\r
- var item=new Object();\r
- item.sName=name;\r
- item.sDef=def;\r
- item.nPKOff=nPrev;\r
- nNext=0;\r
- item.nNKOff=nNext;\r
- aData[aData.length]=item;\r
- }\r
- }\r
- oC=oC.nextSibling;\r
- }\r
- putData(aData);\r
- }\r
- }\r
-}\r
-\r
-function processKey(element,aData,item)\r
-{\r
- var i=0;\r
- var nPrev=0;\r
- var nNext=0;\r
- var oC=element.firstChild;\r
- while(oC)\r
- {\r
- if(oC.nodeName=="topic")\r
- {\r
- var name=oC.getAttribute("name");\r
- var url=oC.getAttribute("url");\r
- if(url&&url.length!=0)\r
- {\r
- if(!name||name.length==0)\r
- name=url;\r
- var topic=new Object();\r
- topic.sName=name;\r
- topic.sURL=url;\r
- if(!item.aTopics)\r
- item.aTopics=new Array();\r
- item.aTopics[item.aTopics.length]=topic;\r
- }\r
- }\r
- else if(oC.nodeName=="key")\r
- {\r
- nPrev=nNext;\r
- var name=oC.getAttribute("name");\r
- if(name&&name.length!=0)\r
- {\r
- var subItem=new Object();\r
- subItem.sName=name;\r
- subItem.nType=3;\r
- subItem.nPKOff=nPrev;\r
- aData[aData.length]=subItem;\r
- var nCurIndex=aData.length;\r
- processKey(oC,aData,subItem);\r
- nNext=aData.length-nCurIndex;\r
- subItem.nNKOff=nNext;\r
- }\r
- }\r
- oC=oC.nextSibling;\r
- }\r
-}\r
-\r
-function putData(aData)\r
-{\r
- endLoading();\r
- var oCData=goCData;\r
- if(oCData)\r
- {\r
- oCData.aKs=aData;\r
- if(gnNKI==-1)\r
- setTimeout("checkReady();",1);\r
- else\r
- {\r
- gsSKA=getKByIdx(oCData,gnNKI);\r
- gbNeedCalc=true;\r
- gbScrl=true;\r
- gnNKI=-1;\r
- if(gsSKA)\r
- setTimeout("checkReady();",1);\r
- else\r
- {\r
- markEnd();\r
- setTimeout("checkAgain();",50);\r
- }\r
- }\r
- }\r
-}\r
-\r
-function markEnd()\r
-{\r
- if(gbProcess)\r
- gbProcess=false;\r
-}\r
-\r
-function endLoading()\r
-{\r
- var oDiv=getElement(gsLoadingDivID);\r
- if(oDiv)\r
- oDiv.style.visibility="hidden";\r
-}\r
-\r
-function markBegin()\r
-{\r
- gbProcess=true;\r
-}\r
-\r
-function beginLoading()\r
-{\r
- var oDiv=getElement(gsLoadingDivID);\r
- if(oDiv)\r
- {\r
- oDiv.style.top=document.body.scrollTop;\r
- oDiv.style.visibility="visible";\r
- }\r
-}\r
-\r
-function indexHTMLPart()\r
-{\r
- this.sHTML="";\r
- this.nNeeded=0;\r
- this.nCurrent=0;\r
- this.nConsumed=0;\r
- this.sFK=null;\r
- this.sLK=null;\r
- this.addHTML=function(sHTML,nConsumed,bDown,bK,sK){\r
- if(bDown)\r
- this.sHTML+=sHTML;\r
- else\r
- this.sHTML=sHTML+this.sHTML;\r
- this.nCurrent++; \r
- this.nConsumed+=nConsumed;\r
- if(bK)\r
- {\r
- if(!this.sFK)\r
- this.sFK=sK;\r
- if(!this.sLK)\r
- this.sLK=sK;\r
- if(bDown)\r
- this.sLK=sK;\r
- else\r
- this.sFK=sK;\r
- }\r
- }\r
- this.appendHTML=function(oHTML,bDown){\r
- this.addSubHTML(oHTML,bDown);\r
- if(!this.sFK)\r
- this.sFK=oHTML.sFK;\r
- if(!this.sLK)\r
- this.sLK=oHTML.sLK;\r
- if(bDown)\r
- this.sLK=oHTML.sLK;\r
- else\r
- this.sFK=oHTML.sFK;\r
- } \r
- \r
- this.addSubHTML=function(oHTML,bDown){\r
- if(bDown)\r
- this.sHTML+=oHTML.sHTML;\r
- else\r
- this.sHTML=oHTML.sHTML+this.sHTML;\r
- this.nCurrent+=oHTML.nCurrent;\r
- this.nConsumed+=oHTML.nConsumed; \r
- }\r
-}\r
-\r
-function getMaxUnits()\r
-{\r
- return Math.floor(gnMaxMargin/gnUHeight)+1;\r
-}\r
-\r
-function getFakeItemsHTMLbyCount(nB,nCount)\r
-{\r
- var nMU=getMaxUnits();\r
- var nNum=Math.floor(nCount/nMU);\r
- var sHTML="";\r
- for(var i=0;i<nNum;i++)\r
- sHTML+=getFakeItemHTML(nB,nMU-1);\r
- \r
- var nRest=nCount%nMU;\r
- sHTML+=getFakeItemHTML(nB,nRest-1);\r
- return sHTML;\r
-}\r
-\r
-function getFakeItemHTML(nB,nNum)\r
-{\r
- return "<h6 name=fk"+nB+" id=fk"+nB+" style=\"margin-top:"+gnUHeight*nNum+";margin-bottom:0\"> </h6>";\r
-}\r
-\r
-function fakeItemsArea(nB,n,sKA,sKB,obj)\r
-{\r
- this.nB=nB;\r
- this.nNum=n;\r
- this.sKA=sKA;\r
- this.sKB=sKB;\r
- this.obj=obj;\r
- this.nMargin=(n-1)*gnUHeight;\r
-\r
- this.setNum=function(n)\r
- {\r
- var nLastobj=-1;\r
- var nDelta=this.nMargin;\r
- this.nMargin=(n-1)*gnUHeight;\r
- nDelta=nDelta-this.nMargin;\r
- if(n>0)\r
- {\r
- this.nNum=n;\r
- var nMU=getMaxUnits();\r
- nLastobj=Math.floor((n-1)/nMU);\r
- if(this.obj.length)\r
- this.obj[nLastobj].style.marginTop=((n-1)%nMU)*gnUHeight;\r
- else\r
- this.obj.style.marginTop=((n-1)%nMU)*gnUHeight;\r
- }\r
- if(this.obj.length)\r
- {\r
- for(var i=this.obj.length-1;i>nLastobj;i--)\r
- removeThis(this.obj[i]);\r
- }\r
- else\r
- {\r
- if(nLastobj==-1)\r
- removeThis(this.obj);\r
- }\r
- return nDelta;\r
- }\r
- this.insertAdjacentHTML=function(sWhere,sHTML)\r
- {\r
- if(sWhere=="beforeBegin")\r
- {\r
- if(this.obj.length)\r
- this.obj[0].insertAdjacentHTML(sWhere,sHTML);\r
- else\r
- this.obj.insertAdjacentHTML(sWhere,sHTML);\r
- }\r
- else if(sWhere=="afterEnd")\r
- {\r
- if(this.obj.length)\r
- {\r
- if(gbMac&&gbIE5&&this.obj[this.obj.length-1].nextSibling)\r
- this.obj[this.obj.length-1].nextSibling.insertAdjacentHTML("beforeBegin",sHTML);\r
- else\r
- this.obj[this.obj.length-1].insertAdjacentHTML(sWhere,sHTML);\r
- }\r
- else\r
- {\r
- if(gbMac&&gbIE5&&this.obj.nextSibling)\r
- this.obj.nextSibling.insertAdjacentHTML("beforeBegin",sHTML);\r
- else\r
- this.obj.insertAdjacentHTML(sWhere,sHTML);\r
- }\r
- }\r
- }\r
- this.getBtm=function()\r
- {\r
- if(this.obj.length)\r
- return this.obj[this.obj.length-1].offsetTop;\r
- else\r
- return this.obj.offsetTop;\r
- }\r
- this.getTop=function()\r
- {\r
- return this.getBtm()-this.nMargin;\r
- }\r
-}\r
-\r
-function usedItems(nB,nE)\r
-{\r
- this.nB=nB;\r
- this.nE=nE;\r
- this.oN=null;\r
-}\r
-\r
-function checkReady()\r
-{\r
- var len=gaChunks.length;\r
- var bNeedLoad=false;\r
- var aDataCon;\r
- var s=0;\r
- var bDown=(gsSKB==null);\r
- var sK=bDown?gsSKA:gsSKB;\r
- if(sK==null)\r
- {\r
- markEnd();\r
- setTimeout("checkAgain();",50);\r
- return;\r
- }\r
- if(!gsChK||sK!=gsChK||gnNum==0)\r
- {\r
- gnCheck=0;\r
- gsChK=sK;\r
- aDataCon=new Array();\r
- }\r
- else{\r
- s=gnNum;\r
- aDataCon=gaDataCon;\r
- }\r
- for(var i=gnCheck;i<len;i++)\r
- {\r
- var oCData=getChunkedData(i,bDown,sK);\r
- if(oCData)\r
- {\r
- if(!oCData.aKs&&oCData.sFileName!=null)\r
- {\r
- bNeedLoad=true;\r
- goCData=oCData;\r
- gnNum=s;\r
- gnCheck=i;\r
- gaDataCon=aDataCon;\r
- oCData.nProjId=i;\r
- gbLoadInfo=false;\r
- beginLoading();\r
- loadData2(gaData[i].sPPath+gaData[i].sDPath+oCData.sFileName);\r
- return;\r
- }\r
- else{\r
- aDataCon[s++]=oCData;\r
- }\r
- }\r
- }\r
- if(!bNeedLoad)\r
- {\r
- gnNum=0;\r
- gsSKA=gsSKB=gsShowK=null;\r
- \r
- var oHTML=new indexHTMLPart();\r
- var aPos=new Array();\r
- var aOriPos=new Array();\r
- var aMaxPos=new Array();\r
- var aMinPos=new Array();\r
- \r
- if(gbNeedCalc||gbFindCK) gnIns=0;\r
- for(i=0;i<aDataCon.length;i++)\r
- {\r
- aPos[i]=getIdxPos(aDataCon[i],bDown,sK);\r
- if(gbNeedCalc||gbFindCK)\r
- {\r
- gnIns+=aPos[i]+aDataCon[i].nTotal-aDataCon[i].nNum;\r
- if(!bDown)\r
- {\r
- if(aPos[i]!=-1)\r
- {\r
- if(aDataCon[i].aKs)\r
- gnIns+=aDataCon[i].aKs[aPos[i]].nNKOff;\r
- else\r
- {\r
- var n=aPos[i]+1;\r
- while(n<aDataCon[i].aKsOnly.length&&!aDataCon[i].aKsOnly[n])\r
- n++;\r
- n=n-aPos[i]-1;\r
- gnIns+=n;\r
- }\r
- }\r
- }\r
- }\r
- aOriPos[i]=aPos[i];\r
- getLimit(aDataCon,aPos,aMaxPos,aMinPos,i);\r
- }\r
- if((gbNeedCalc||gbFindCK)&&!bDown&&gnIns!=-1)\r
- {\r
- gnIns+=(aDataCon.length-1)\r
- }\r
- if(gnIns!=-1||gbFindCK)\r
- {\r
- oHTML.nNeeded=gnNeeded;\r
- var bDone=writeItems(oHTML,aDataCon,aPos,aMinPos,aMaxPos,bDown,1);\r
- if(oHTML.nConsumed!=0)\r
- {\r
- var nB;\r
- if(!bDown)\r
- nB=gnIns-oHTML.nConsumed+1;\r
- else\r
- nB=gnIns;\r
- \r
- var oldScrollPos=document.body.scrollTop;\r
- if(insertIdxKs(nB,oHTML,gbScrl))\r
- {\r
- updateUsedK(aDataCon,aOriPos,aPos,bDown);\r
- if(!gbScrl&&gbMac)\r
- {\r
- while(document.body.scrollTop!=oldScrollPos)\r
- document.body.scrollTop=oldScrollPos;\r
- }\r
- gbScrl=false;\r
- }\r
- if(gbFindCK)\r
- {\r
- gbFindCK=false;\r
- gbNeedCalc=true;\r
- gsSKB=oHTML.sFK;\r
- gnIns=-1;\r
- setTimeout("checkReady();",50);\r
- return;\r
- }\r
- }\r
- else if(gbFindCK)\r
- {\r
- gbFindCK=false;\r
- gbNeedCalc=true;\r
- gsSKB=getFirstKeyFromPos(aDataCon,aPos);\r
- gnIns=-1;\r
- setTimeout("checkReady();",50);\r
- return;\r
- }\r
- if(!findCKInDom()) return;\r
-\r
- gnNeeded=gnNeeded-oHTML.nCurrent;\r
- gnIns=-1;\r
- markEnd();\r
- setTimeout("checkAgain();",50);\r
- gbNeedCalc=false;\r
- }\r
- else\r
- {\r
- if(!findCKInDom()) return;\r
- markEnd();\r
- setTimeout("checkAgain();",50);\r
- }\r
- }\r
-}\r
-\r
-function getFirstKeyFromPos(aDataCon,aPos)\r
-{\r
- var sCurrentK=getBiggestChar();\r
- for(var i=0;i<aPos.length;i++)\r
- {\r
- if(aDataCon[i].aKs&&aDataCon[i].aKs.length>0&&aPos[i]>=0&&aPos[i]<aDataCon[i].aKs.length)\r
- {\r
- if(sCurrentK==""||\r
- compare(sCurrentK,aDataCon[i].aKs[aPos[i]].sName)>0)\r
- {\r
- sCurrentK=aDataCon[i].aKs[aPos[i]].sName;\r
- }\r
- }\r
- }\r
- return sCurrentK;\r
-}\r
-\r
-function checkAgain()\r
-{\r
- if(!gbProcess)\r
- {\r
- if(gsBCK!=null)\r
- {\r
- gsCK=gsBCK;\r
- gsBCK=null;\r
- findCK();\r
- }\r
- else\r
- {\r
- markBegin();\r
- getUnitIdx(document.body.scrollTop,document.body.clientHeight);\r
- }\r
- }\r
- else\r
- setTimeout("checkAgain()",50);\r
-}\r
-\r
-function getLimit(aDataCon,aPos,aMaxPos,aMinPos,i)\r
-{\r
- aMaxPos[i]=aDataCon[i].nNum;\r
- aMinPos[i]=-1;\r
- var oPNode=null;\r
- if(aDataCon[i].oUsedItems)\r
- {\r
- var oUsedItems=aDataCon[i].oUsedItems;\r
- do{\r
- if(oUsedItems.nB>aPos[i])\r
- {\r
- aMaxPos[i]=oUsedItems.nB;\r
- break;\r
- }\r
- oPNode=oUsedItems;\r
- oUsedItems=oUsedItems.oN;\r
- }while(oUsedItems!=null);\r
- if(oPNode)\r
- aMinPos[i]=oPNode.nE;\r
- }\r
- else if(aDataCon[i].aKs==null)\r
- {\r
- aMaxPos[i]=aMinPos[i]=aPos[i];\r
- }\r
- if(aMinPos[i]>=aPos[i]||aMaxPos[i]<=aPos[i])\r
- {\r
- aMaxPos[i]=aMinPos[i]=aPos[i];\r
- }\r
-}\r
-\r
-function getIdxPos(oIdx,bDown,sK)\r
-{\r
- var aKs=oIdx.aKs;\r
- var nIdx;\r
- if(bDown)\r
- nIdx=oIdx.nNum;\r
- else\r
- nIdx=-1;\r
- if(aKs!=null)\r
- {\r
- for(var i=0;i<aKs.length;i++)\r
- { \r
- if(bDown)\r
- {\r
- if(compare(aKs[i].sName,sK)>0)\r
- {\r
- nIdx=i;\r
- break;\r
- }\r
- }\r
- else\r
- {\r
- if(compare(aKs[i].sName,sK)<0)\r
- nIdx=i;\r
- else\r
- break;\r
- }\r
- i+=aKs[i].nNKOff;\r
- }\r
- }\r
- else if(oIdx.aKsOnly)\r
- {\r
- var aKsOnly=oIdx.aKsOnly;\r
- for(var i=0;i<aKsOnly.length;i++)\r
- { \r
- if(aKsOnly[i])\r
- {\r
- if(bDown)\r
- {\r
- if(compare(aKsOnly[i],sK)>0)\r
- {\r
- nIdx=i;\r
- break;\r
- }\r
- }\r
- else\r
- {\r
- if(compare(aKsOnly[i],sK)<0)\r
- nIdx=i;\r
- else\r
- break;\r
- }\r
- }\r
- }\r
- }\r
- return nIdx;\r
-}\r
-\r
-function writeItems(oHTML,aDataCon,aPos,aMinPos,aMaxPos,bDown,nLevel)\r
-{\r
- var aOldPos=new Array();\r
- for(var i=0;i<aPos.length;i++)\r
- {\r
- aOldPos[i]=aPos[i];\r
- }\r
- var p;\r
- do{\r
- var sCurrentK="";\r
- var aCurIdxSet=new Array();\r
- p=0;\r
- for(i=0;i<aDataCon.length;i++)\r
- {\r
- if(aDataCon[i].aKs&&aDataCon[i].aKs.length&&aPos[i]!=-1&&\r
- (bDown&&aPos[i]<aMaxPos[i])||(!bDown&&aPos[i]>aMinPos[i]))\r
- {\r
- if(sCurrentK==""||\r
- (bDown&&compare(sCurrentK,aDataCon[i].aKs[aPos[i]].sName)>0)||\r
- (!bDown&&compare(sCurrentK,aDataCon[i].aKs[aPos[i]].sName)<0))\r
- {\r
- sCurrentK=aDataCon[i].aKs[aPos[i]].sName;\r
- p=0;\r
- aCurIdxSet[p++]=i;\r
- }\r
- else if(compare(sCurrentK,aDataCon[i].aKs[aPos[i]].sName)==0){\r
- aCurIdxSet[p++]=i;\r
- }\r
- }\r
- else if(nLevel==1&&aMaxPos[i]!=aMinPos[i]){\r
- if(bDown&&aPos[i]==aMaxPos[i])\r
- {\r
- if(aDataCon[i].aKs)\r
- {\r
- gsSKA=aDataCon[i].aKs[aOldPos[i]].sName;\r
- return false;\r
- }\r
- }\r
- else if(!bDown&&aPos[i]==aMinPos[i])\r
- {\r
- if(aDataCon[i].aKs)\r
- {\r
- gsSKB=aDataCon[i].aKs[aOldPos[i]].sName;\r
- return false;\r
- }\r
- }\r
- }\r
- }\r
- if(p>=1){\r
- for(var s=0;s<p;s++)\r
- {\r
- aOldPos[aCurIdxSet[s]]=aPos[aCurIdxSet[s]];\r
- }\r
- mergeItems(oHTML,bDown,aDataCon,aCurIdxSet,p,aPos,nLevel);\r
- adjustPosition(bDown,aDataCon,aCurIdxSet,p,aPos);\r
- \r
- if(nLevel==1&&oHTML.nNeeded<=oHTML.nCurrent){\r
- return true;\r
- }\r
- }\r
- }while(p>0);\r
- return true;\r
-}\r
-\r
-function updateUsedK(aDataCon,aOriPos,aOldPos,bDown)\r
-{\r
- for(var i=0;i<aDataCon.length;i++)\r
- {\r
- if (aOldPos[i]!=aOriPos[i])\r
- {\r
- var nBP=0;\r
- var nEP=0;\r
- if(bDown)\r
- {\r
- nBP=aOriPos[i];\r
- nEP=aOldPos[i]-1;\r
- }\r
- else\r
- {\r
- if (aOldPos[i]!=-1)\r
- nBP=aOldPos[i]+aDataCon[i].aKs[aOldPos[i]].nNKOff+1;\r
- else\r
- nBP=0;\r
- nEP=aOriPos[i]+aDataCon[i].aKs[aOriPos[i]].nNKOff;\r
- }\r
- if(nBP<=nEP)\r
- {\r
- setContentsUsed(aDataCon[i],nBP,nEP);\r
- \r
- var oFirstPair=aDataCon[i].oUsedItems;\r
- if(oFirstPair.oN==null&&oFirstPair.nB==0&&oFirstPair.nE==aDataCon[i].nNum-1)\r
- {\r
- storeKeysOnly(aDataCon[i]);\r
- aDataCon[i].oUsedItems=aDataCon[i].aKs=aDataCon[i].sFileName=null;\r
- }\r
- }\r
- }\r
- }\r
-}\r
-\r
-function storeKeysOnly(oCData)\r
-{\r
- oCData.aKsOnly=new Array();\r
- for(var i=0;i<oCData.aKs.length;i++)\r
- {\r
- oCData.aKsOnly[i]=oCData.aKs[i].sName;\r
- i+=oCData.aKs[i].nNKOff;\r
- }\r
-}\r
-\r
-function setContentsUsed(oIdx,nB,nE)\r
-{\r
- if(!oIdx.oUsedItems)\r
- oIdx.oUsedItems=new usedItems(nB,nE);\r
- else\r
- {\r
- var oUsedItems=oIdx.oUsedItems;\r
- var oPNode=null;\r
- do{\r
- if(oUsedItems.nB>nB)\r
- {\r
- if(oUsedItems.nB==nE+1)\r
- {\r
- oUsedItems.nB=nB;\r
- }\r
- else{\r
- var oNewNode=new usedItems(oUsedItems.nB,oUsedItems.nE);\r
- oNewNode.oN=oUsedItems.oN;\r
- oUsedItems.nB=nB;\r
- oUsedItems.nE=nE;\r
- oUsedItems.oN=oNewNode;\r
- }\r
- break;\r
- }\r
- oPNode=oUsedItems;\r
- oUsedItems=oUsedItems.oN;\r
- }while(oUsedItems);\r
- if(!oUsedItems)\r
- {\r
- if(oPNode!=null)\r
- oPNode.oN=new usedItems(nB,nE);\r
- }\r
- if(oPNode!=null){\r
- if(oPNode.nE==oPNode.oN.nB-1)\r
- {\r
- oPNode.nE=oPNode.oN.nE;\r
- oPNode.oN=oPNode.oN.oN;\r
- }\r
- }\r
- }\r
-}\r
-\r
-function projInfo(sPPath,sDPath,sFile)\r
-{\r
- this.sPPath=sPPath;\r
- this.sDPath=sDPath;\r
- this.sFile=sFile;\r
-}\r
-\r
-function addProjInfo(sPPath,sDPath,sFile)\r
-{\r
- var oIdxInfo=new projInfo(sPPath,sDPath,sFile);\r
- gaData[gaData.length]=oIdxInfo;\r
- return oIdxInfo;\r
-}\r
-\r
-function writeDataIFrame()\r
-{\r
- if(gnLoad<gaData.length)\r
- {\r
- gbLoadInfo=true;\r
- loadData2(gaData[gnLoad].sPPath+gaData[gnLoad].sDPath+gaData[gnLoad].sFile);\r
- }\r
- else{\r
- if(gnItems!=0)\r
- {\r
- markBegin();\r
- writeFakeItems();\r
- gsSKA="";\r
- gnNeeded=gnVisible;\r
- gnIns=0;\r
- checkReady();\r
- }\r
- }\r
-}\r
-\r
-function getH6ById(nPos)\r
-{\r
- if(document.all)\r
- return document.all("fk"+nPos);\r
- else if(document.getElementsByName)\r
- return document.getElementsByName("fk"+nPos);\r
- return null; \r
-}\r
-\r
-function showItemsInEvaluation(nBP)\r
-{\r
- var bRtn=true;\r
- var fPer=nBP/gnItems;\r
- var nB=Math.floor(fPer*gnMaxItems);\r
- var oCData=getChunkByIdx(gnRef,nB);\r
- if(oCData)\r
- {\r
- if(!oCData.aKs&&oCData.sFileName!=null)\r
- {\r
- gnNKI=nB;\r
- goCData=oCData;\r
- oCData.nProjId=gnRef;\r
- gbLoadInfo=false;\r
- beginLoading();\r
- loadData2(gaData[gnRef].sPPath+gaData[gnRef].sDPath+oCData.sFileName);\r
- }\r
- else{\r
- gsSKA=getKByIdx(oCData,nB);\r
- if(gsSKA)\r
- {\r
- gsSKB=null;\r
- gbNeedCalc=true;\r
- gbScrl=true;\r
- checkReady()\r
- }\r
- else\r
- {\r
- markEnd();\r
- bRtn=false;\r
- }\r
- }\r
- }\r
- else\r
- {\r
- markEnd();\r
- bRtn=false;\r
- }\r
- return bRtn;\r
-}\r
-\r
-function isUsed(oCData,nPos)\r
-{\r
- var oUsed=oCData.oUsedItems;\r
- while(oUsed&&oUsed.nB<=nPos)\r
- {\r
- if(oUsed.nE>=nPos) return true;\r
- oUsed=oUsed.oN;\r
- }\r
- return false;\r
-}\r
-\r
-function getKByIdx(oCData,nB)\r
-{\r
- var nRelPos=nB-(oCData.nTotal-oCData.nNum);\r
- var aIKs=oCData.aKs;\r
- if(nRelPos>=0&&aIKs&&nRelPos<aIKs.length)\r
- {\r
- var oK=null;\r
- do{\r
- oK=aIKs[nRelPos++];\r
- } \r
- while((oK.nType==3||isUsed(oCData,nRelPos-1))&&nRelPos<aIKs.length);\r
- if(oK.nType!=3)\r
- {\r
- return oK.sName;\r
- }\r
- else{\r
- nRelPos=nB-(oCData.nTotal-oCData.nNum)-1;\r
- if(nRelPos>=0)\r
- {\r
- do{\r
- oK=aIKs[nRelPos--];\r
- }\r
- while((oK.nType==3||isUsed(oCData,nRelPos+1))&&nRelPos>=0);\r
- }\r
- if(oK.nType!=3)\r
- {\r
- return oK.sName;\r
- }\r
- }\r
- }\r
- return null;\r
-}\r
-\r
-function loadData2(sFileName)\r
-{\r
- disEvt();\r
- if(gbXML)\r
- loadDataXML(sFileName);\r
- else\r
- loadData(sFileName);\r
- enEvt();\r
-}\r
-\r
-function projReady(aChunk)\r
-{\r
- gaChunks[gnLoad++]=aChunk;\r
- var len=aChunk.length;\r
- var nTotal=0;\r
- if(len>0)\r
- nTotal=aChunk[len-1].nTotal;\r
- gnItems+=nTotal;\r
- if(nTotal>gnMaxItems)\r
- {\r
- gnMaxItems=nTotal;\r
- gnRef=gnLoad-1;\r
- }\r
- setTimeout("writeDataIFrame();",1);\r
-}\r
-\r
-function writeFakeItems()\r
-{\r
- disEvt();\r
- gnUHeight=15;\r
- var sHTML=getFakeItemsHTMLbyCount(0,gnItems);\r
- document.body.insertAdjacentHTML("beforeEnd",sHTML);\r
- var obj=getH6ById(0);\r
- if (document.body != null)\r
- {\r
- gnVisible=Math.ceil(document.body.clientHeight/gnUHeight);\r
- }\r
- gaFakes[0]=new fakeItemsArea(0,gnItems,"",getEndString(),obj);\r
- enEvt();\r
-}\r
-\r
-function getEndString()\r
-{\r
- var sBC=getBiggestChar();\r
- return sBC+sBC+sBC+sBC+sBC+sBC+sBC+sBC;\r
-}\r
-\r
-function getUnitIdx(nScrl,nHeight)\r
-{\r
- if(gaFakes.length==0)\r
- {\r
- markEnd();\r
- return;\r
- }\r
- var nB=0;\r
- var nE=gaFakes.length-1;\r
- var nM=-1;\r
- var nTop=0;\r
- var nBtm=0;\r
- var bF=false;\r
- do{\r
- nM=(nB+nE)>>1;\r
- nBtm=gaFakes[nM].getBtm();\r
- nTop=gaFakes[nM].getTop();\r
- \r
- if(nTop>=nScrl+nHeight)\r
- nE=nM-1;\r
- else if(nBtm<nScrl)\r
- nB=nM+1;\r
- else{\r
- bF=true;\r
- break;\r
- }\r
- }while(nE>=nB);\r
- if(bF)\r
- {\r
- if(nTop>=nScrl){\r
- gsSKA=gaFakes[nM].sKA;\r
- gsSKB=null;\r
- gnNeeded=Math.ceil((nHeight-nTop+nScrl)/gnUHeight);\r
- gnIns=gaFakes[nM].nB;\r
- checkReady();\r
- }\r
- else if(nBtm<=nScrl+nHeight){\r
- gsSKB=gaFakes[nM].sKB;\r
- gsSKA=null;\r
- gnNeeded=Math.ceil((nBtm-nScrl+gnScrlMgn)/gnUHeight);\r
- gbNeedCalc=true;\r
- checkReady();\r
- }\r
- else{\r
- gnNeeded=gnVisible;\r
- var nUnitIdx=gaFakes[nM].nB+Math.floor((nScrl-nTop)/gnUHeight);\r
- if (!showItemsInEvaluation(nUnitIdx))\r
- {\r
- gsSKA=gaFakes[nM].sKA;\r
- gsSKB=null;\r
- gnNeeded=Math.ceil(nHeight/gnUHeight);\r
- gnIns=gaFakes[nM].nB;\r
- checkReady();\r
- }\r
- }\r
- }\r
- else\r
- markEnd();\r
-}\r
-\r
-function disEvt()\r
-{\r
- window.onscroll=null;\r
- window.onresize=null;\r
-}\r
-\r
-function enEvt()\r
-{\r
- window.onscroll=window_OnScroll;\r
- window.onresize=window_OnResize;\r
-}\r
-\r
-function insertIdxKs(nIns,oHTML,bScrl)\r
-{\r
- var bRtn=true;\r
- disEvt();\r
- var nCount=oHTML.nConsumed;\r
- var nB=0;\r
- var nE=gaFakes.length-1;\r
- var nM=-1;\r
- var bF=false;\r
- do{\r
- nM=(nB+nE)>>1;\r
- if(gaFakes[nM].nB>nIns)\r
- nE=nM-1;\r
- else if(gaFakes[nM].nB+gaFakes[nM].nNum<=nIns)\r
- nB=nM+1;\r
- else{\r
- bF=true;\r
- break;\r
- }\r
- }while(nE>=nB);\r
- if(bF)\r
- {\r
- var oFIA=gaFakes[nM];\r
- var nOffsetTop=oFIA.getTop();\r
- var nOffsetBottom=oFIA.getBtm();\r
- var nDelta=0;\r
- var nHDiff=nIns-oFIA.nB;\r
- var nTDiff=oFIA.nNum+oFIA.nB-(nIns+nCount);\r
- if(nHDiff>0)\r
- {\r
- nDelta=oFIA.setNum(nHDiff);\r
- var sOldKBefore=oFIA.sKB;\r
- oFIA.sKB=oHTML.sFK;\r
- if(nTDiff>0)\r
- {\r
- var sHTML=getFakeItemsHTMLbyCount(nIns,nTDiff);\r
- oFIA.insertAdjacentHTML("afterEnd",sHTML);\r
- var obj=getH6ById(nIns);\r
- insertItemIntoArray(gaFakes,nM+1,new fakeItemsArea(nIns+nCount,nTDiff,oHTML.sLK,sOldKBefore,obj));\r
- }\r
- oFIA.insertAdjacentHTML("afterEnd",oHTML.sHTML); \r
- if(bScrl)\r
- {\r
- if(gbMac&&gbIE4)\r
- {\r
- var nScrollPos=nOffsetBottom-nDelta;\r
- while(document.body.scrollTop!=nScrollPos)\r
- document.body.scrollTop=nScrollPos;\r
- }\r
- else\r
- window.scrollTo(0,nOffsetBottom-nDelta);\r
- }\r
- }\r
- else{\r
- oFIA.insertAdjacentHTML("beforeBegin",oHTML.sHTML);\r
- if(bScrl){\r
- if(gbMac&&gbIE4)\r
- {\r
- var nScrollPos=nOffsetTop;\r
- while(document.body.scrollTop!=nScrollPos)\r
- document.body.scrollTop=nScrollPos;\r
- }\r
- else\r
- window.scrollTo(0,nOffsetTop);\r
- }\r
- \r
- if(nTDiff>0)\r
- {\r
- oFIA.nB=nIns+nCount;\r
- nDelta=oFIA.setNum(nTDiff);\r
- oFIA.sKA=oHTML.sLK;\r
- } \r
- else{\r
- gaFakes[nM].setNum(0);\r
- removeItemFromArray(gaFakes,nM);\r
- }\r
- }\r
- }\r
- else\r
- bRtn=false;\r
- enEvt();\r
- return bRtn;\r
-}\r
-\r
-function window_OnScroll()\r
-{\r
- gnSE++;\r
- setTimeout("procScroll();",50); \r
-}\r
-\r
-function procScroll()\r
-{\r
- if(gnSE==1&&!gbProcess)\r
- {\r
- markBegin();\r
- getUnitIdx(document.body.scrollTop,document.body.clientHeight);\r
- }\r
- gnSE--;\r
-}\r
-\r
-function window_OnResize()\r
-{\r
- gnRE++;\r
- setTimeout("procResize();",50);\r
-}\r
-\r
-function procResize()\r
-{\r
- if(gnRE==1&&!gbProcess)\r
- {\r
- markBegin();\r
- gnVisible=Math.ceil(document.body.clientHeight/gnUHeight);\r
- if(gnIns==-1)\r
- getUnitIdx(document.body.scrollTop,document.body.clientHeight);\r
- }\r
- gnRE--;\r
-}\r
-\r
-function getChunkByIdx(nIdx,nPosition)\r
-{\r
- var oCData=null;\r
- if(nIdx<gaChunks.length)\r
- {\r
- var len=gaChunks[nIdx].length;\r
- if(len>0)\r
- {\r
- var nB=0;\r
- var nE=len-1;\r
- var bF=false;\r
- do{\r
- var nM=(nB+nE)>>1;\r
- if(nPosition<gaChunks[nIdx][nM].nTotal)\r
- {\r
- bF=true;\r
- nE=nM;\r
- }\r
- else\r
- nB=nM+1;\r
- }while(nE>nB);\r
- if(bF)\r
- oCData=gaChunks[nIdx][nE];\r
- else if(nPosition<gaChunks[nIdx][nB].nTotal)\r
- oCData=gaChunks[nIdx][nB];\r
- }\r
- }\r
- return oCData;\r
-}\r
-\r
-function getChunkedData(nIdx,bDown,sK)\r
-{\r
- var oCData=null;\r
- var nCandId=-1;\r
- if(nIdx<gaChunks.length)\r
- {\r
- var len=gaChunks[nIdx].length;\r
- if(len>0)\r
- {\r
- var nB=0;\r
- var nE=len-1;\r
- var bF=false;\r
- do{\r
- var nM=(nB+nE+(bDown?0:1))>>1;\r
- if(bDown)\r
- {\r
- if(compare(sK,gaChunks[nIdx][nM].sEK)<0)\r
- {\r
- bF=true;\r
- nE=nM;\r
- }\r
- else\r
- nB=nM+1;\r
- }\r
- else\r
- {\r
- if(compare(sK,gaChunks[nIdx][nM].sBK)>0)\r
- {\r
- bF=true;\r
- nB=nM;\r
- }\r
- else\r
- nE=nM-1;\r
- }\r
- }while(nE>nB);\r
- if(bF)\r
- {\r
- if(bDown)\r
- nCandId=nE;\r
- else\r
- nCandId=nB;\r
- }\r
- else\r
- {\r
- if(bDown)\r
- {\r
- if(gaChunks[nIdx].length>nB&&compare(sK,gaChunks[nIdx][nB].sEK)<0)\r
- nCandId=nB;\r
- else\r
- nCandId=gaChunks[nIdx].length-1;\r
- }\r
- else\r
- {\r
- if(0<=nE&&compare(sK,gaChunks[nIdx][nE].sBK)>0)\r
- nCandId=nE;\r
- else\r
- nCandId=0;\r
- }\r
- }\r
- return gaChunks[nIdx][nCandId];\r
- }\r
- }\r
- return null;\r
-}\r
-\r
-function findCK()\r
-{\r
- if(gsCK!=null)\r
- {\r
- gsSKA=gsCK;\r
- gbFindCK=true;\r
- gnNeeded=1;\r
- markBegin();\r
- checkReady();\r
- }\r
-}\r
-\r
-function writeLoadingDiv(nIIdx)\r
-{\r
- return "<div id=\""+gsLoadingDivID+"\" style=\"position:absolute;top:0;left:0;z-index:600;visibility:hidden;padding-left:4px;background-color:ivory;border-width:1;border-style:solid;border-color:black;width:150px;\">"+gsLoadingMsg+"</div>";\r
-}\r
-\r
-var gbWhHost=true;
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>Index content</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmozemu.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whlang.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whhost.js"></script>\r
-<script language="javascript1.2" src="whihost.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-var goPopup = null;\r
-var gbPopupMenuTimeoutExpired=false;\r
-var gBsClientWidth=640;\r
-var gBsClientHeight=480;\r
-var g_bIsPopupMenuInit=false;\r
-\r
-function WritePopupMenuLayer()\r
-{\r
- if (!g_bIsPopupMenuInit)\r
- {\r
- document.write("<DIV ID='PopupMenu' STYLE='position:absolute; left:0px; top:0px; z-index:4; visibility:hidden;'></DIV>");\r
- document.write("<STYLE TYPE='text/css'>");\r
- if (gbMac && gbIE4) {\r
- document.write(".PopupOver {font-family:'Arial'; color:white; background:navy; font-size:10pt; text-decoration:none;}");\r
- document.write(".PopupNotOver {font-family:'Arial'; color:black; background:#c0c0c0; font-size:10pt; text-decoration:none;}");\r
- } else {\r
- document.write(".PopupOver {font-family:'Arial'; color:white; background:navy; font-size:8pt; text-decoration:none;}");\r
- document.write(".PopupNotOver {font-family:'Arial'; color:black; background:#c0c0c0; font-size:8pt; text-decoration:none;}");\r
- }\r
- document.write("</STYLE>");\r
- }\r
- g_bIsPopupMenuInit = true;\r
-}\r
-\r
-function PopupMenu_Invoke()\r
-{\r
- if (gbNav6)\r
- resetHighLight();\r
- \r
- if (!gbNav6 && document.readyState != "complete")\r
- return false;\r
- var fn_arguments = PopupMenu_Invoke.arguments; \r
- // Make sure we have reasonable arguments\r
- var argLen = fn_arguments.length;\r
- if (argLen < 3) {\r
- return false;\r
- }\r
-\r
- // Check to see if we only have one target\r
- var strTarget = "";\r
- \r
- strTarget = "TARGET='" + fn_arguments[1] + "'";\r
- \r
- if (argLen < 5) {\r
- // Get the place that we will be putting the topic into\r
- var strURL = fn_arguments[3];\r
-\r
- if (fn_arguments[1] != null && typeof(fn_arguments[1]) != "undefined")\r
- window.open(strURL, fn_arguments[1]);\r
- else\r
- window.open(strURL);\r
- \r
- return false;\r
- }\r
- \r
- var strMenu = '<TABLE STYLE="border:2px outset white;" CELLSPACING=0';\r
- if (gbMac && gbIE4) {\r
- strMenu += ' CELLPADDING=4';\r
- } else {\r
- strMenu += ' CELLPADDING=2';\r
- } \r
- strMenu += ' BGCOLOR=#c0c0c0>';\r
-\r
- // Add each of the items\r
- if (gbIE55)\r
- {\r
- var i = 2;\r
- while (i <= argLen - 1) {\r
- strMenu += '<TR><TD><NOBR>'\r
- strMenu += '<DIV STYLE="padding-left:3pt; padding-right:3pt;"><A ';\r
- strMenu += ' onclick="parent.PopupMenu_2HandleClick(\'' + excapeSingleQuotandSlash(fn_arguments[i + 1]) + '\', \'' + fn_arguments[1] + '\');"';\r
- strMenu += ' onmouseover="parent.PopupMenu_Over(event);"';\r
- strMenu += ' onmouseout="parent.PopupMenu_Out(event);"';\r
- strMenu += '>';\r
- strMenu += '<SPAN CLASS="PopupNotOver">' + fn_arguments[i] + '</SPAN>';\r
- strMenu += '</A></DIV></NOBR></TD></TR>';\r
- i += 2;\r
- }\r
- }\r
- else\r
- {\r
- var i = 2;\r
- while (i <= argLen - 1) {\r
- strMenu += '<TR><TD><NOBR>'\r
- strMenu += '<DIV STYLE="padding-left:3pt; padding-right:3pt;"><A HREF="' + fn_arguments[i + 1] + '" ' + strTarget;\r
- strMenu += ' onclick="PopupMenu_HandleClick(event);"';\r
- strMenu += ' onmouseover="PopupMenu_Over(event);"';\r
- strMenu += ' onmouseout="PopupMenu_Out(event);"';\r
- strMenu += '>';\r
- strMenu += '<SPAN CLASS="PopupNotOver">' + excapeSingleQuotandSlash(fn_arguments[i]) + '</SPAN>';\r
- strMenu += '</A></DIV></NOBR></TD></TR>';\r
- i += 2;\r
- }\r
- }\r
- strMenu += "</TABLE>";\r
-\r
- if (gbMac && gbIE4) {\r
- // ie5 in mac need something. </TABLE> is one of them.\r
- strMenu +="<TABLE></TABLE>";\r
- }\r
-\r
- var layerPopup = null;\r
- var stylePopup = null;\r
- var nEventX = 0;\r
- var nEventY = 0;\r
- var nWindowWidth = 0;\r
- if (gbIE4||gbOpera7)\r
- {\r
- layerPopup = document.all["PopupMenu"];\r
- layerPopup.innerHTML = strMenu;\r
- stylePopup = layerPopup.style;\r
-\r
- _BSPSGetClientSize();\r
-\r
- // Get the position of the item causing the event (relative to its parent)\r
- nEventX = window.event.clientX;\r
- nEventY = window.event.clientY;\r
- \r
- if (nEventY + layerPopup.scrollHeight + 10 < gBsClientHeight) {\r
- nEventY += document.body.scrollTop + 10;\r
- } else {\r
- nEventY = (document.body.scrollTop + gBsClientHeight) - layerPopup.scrollHeight - 20;\r
- }\r
- stylePopup.top = nEventY;\r
-\r
- if (nEventX + layerPopup.scrollWidth + 20 > gBsClientWidth) {\r
- if (gBsClientWidth - layerPopup.scrollWidth < 5) {\r
- stylePopup.left = 5;\r
- } else {\r
- stylePopup.left = gBsClientWidth - layerPopup.scrollWidth - 5;\r
- }\r
- } else {\r
- stylePopup.left = nEventX + document.body.scrollLeft + 20;\r
- }\r
-\r
- if (gbIE55) {\r
- var nPosX = window.event.clientX;\r
- var nPosY = window.event.clientY;\r
- if (window.event.srcElement)\r
- {\r
- nPosX = window.event.srcElement.offsetLeft + window.event.srcElement.offsetWidth - document.body.scrollLeft;\r
- nPosY = window.event.srcElement.offsetTop + window.event.srcElement.offsetHeight - document.body.scrollTop;\r
- }\r
- goPopup = window.createPopup();\r
- var oPopupBody = goPopup.document.body;\r
- goPopup.document.createStyleSheet();\r
- goPopup.document.styleSheets[0].addRule(".PopupOver", "{font-family:\"Arial\"; cursor: hand;color:white; background:navy; font-size:8pt; text-decoration:none;}");\r
- goPopup.document.styleSheets[0].addRule(".PopupNotOver", "{font-family:\"Arial\"; color:black; background:#c0c0c0; font-size:8pt; text-decoration:none;}");\r
- oPopupBody.insertAdjacentHTML("afterBegin", strMenu);\r
- goPopup.show(nPosX, nPosY, layerPopup.scrollWidth, layerPopup.scrollHeight, document.body);\r
- }\r
- else \r
- {\r
- stylePopup.visibility = "visible";\r
- document.onclick = PopupMenu_HandleClick;\r
- }\r
- } else if (gbNav6) {\r
- layerPopup = document.getElementById("PopupMenu");\r
- layerPopup.style.visibility = "hidden";\r
- \r
- var e = fn_arguments[0];\r
- nEventX = e.pageX;\r
- nEventY = e.pageY;\r
- _BSPSGetClientSize();\r
- layerPopup.innerHTML = strMenu;\r
-\r
- if (nEventY + layerPopup.offsetHeight + 20 < window.pageYOffset + gBsClientHeight) {\r
- nEventY += 20;\r
- } else {\r
- nEventY = gBsClientHeight + window.pageYOffset - layerPopup.offsetHeight - 20;\r
- }\r
-\r
- if (nEventX + layerPopup.offsetWidth + 20 > gBsClientWidth + window.pageXOffset) {\r
- if (gBsClientWidth + window.pageXOffset - layerPopup.offsetWidth < 20) {\r
- nEventX = 5;\r
- } else {\r
- nEventX = gBsClientWidth + window.pageXOffset - layerPopup.offsetWidth - 20;\r
- }\r
- } else {\r
- nEventX += 20;\r
- }\r
- layerPopup.style.top = nEventY;\r
- layerPopup.style.left = nEventX;\r
-\r
- // set again to avoid the frash in netscape 6.\r
- layerPopup.innerHTML = strMenu;\r
- layerPopup.style.visibility = "visible";\r
- window.onclick = PopupMenu_HandleClick;\r
- } \r
-\r
- window.gbPopupMenuTimeoutExpired = false;\r
- setTimeout("PopupMenu_Timeout();", 100);\r
- return false;\r
-}\r
-\r
-function PopupMenu_Timeout()\r
-{\r
- window.gbPopupMenuTimeoutExpired = true;\r
-}\r
-\r
-function PopupMenu_Over(e)\r
-{\r
- if (gbIE4||gbOpera7)\r
- e.srcElement.className = "PopupOver";\r
- else if (gbNav6)\r
- e.target.parentNode.className = "PopupOver";\r
-}\r
-\r
-function PopupMenu_Out(e)\r
-{\r
- if (gbIE4||gbOpera7)\r
- e.srcElement.className = "PopupNotOver";\r
- else if (gbNav6)\r
- e.target.parentNode.className = "PopupNotOver";\r
-}\r
-\r
-function PopupMenu_2HandleClick(surl, starget)\r
-{\r
- window.open(surl, starget);\r
- goPopup.hide();\r
-}\r
-\r
-function PopupMenu_HandleClick(e)\r
-{\r
- if (!window.gbPopupMenuTimeoutExpired) {\r
- return;\r
- }\r
-\r
- var layerPopup = getElement("PopupMenu");\r
- layerPopup.style.visibility = "hidden";\r
-\r
- return;\r
-}\r
-\r
-//Get client size info\r
-function _BSPSGetClientSize()\r
-{\r
- gBsClientWidth = document.body.clientWidth;\r
- gBsClientHeight = document.body.clientHeight;\r
-}\r
-\r
-if (window.gbWhIHost)\r
-{\r
- setBackgroundcolor("White");\r
- \r
- setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none");\r
- setFont("Empty", "Tahoma","8pt","Black","Normal","Normal","none");\r
- setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline");\r
- setActiveBgColor("Silver");\r
- \r
- \r
- IndexWriteClassStyle();\r
-}\r
-else\r
- document.location.reload();\r
-//-->\r
-</script>\r
-</head>\r
-<body topmargin="2" leftmargin="2" marginwidth="0" marginheight="0" bgproperties="fixed" scroll="auto" bgcolor="white">\r
-<script languageE="JavaScript">\r
-<!--\r
-WritePopupMenuLayer();\r
-//-->\r
-</script>\r
-</body>\r
-</html>\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Index</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-var gbIndexLayerInit = false;\r
-if (window.gbWhProxy&&window.gbWhMsg&&window.gbWhVer)\r
-{\r
- var strWrite;\r
- if (gbMac)\r
- strWrite="<FRAMESET ROWS='45,100%' framespacing=0 frameborder=0>";\r
- else\r
- strWrite="<FRAMESET ROWS='60,100%' framespacing=0 frameborder=0>";\r
- strWrite +="<FRAME SRC='whiform.htm' title='index form frame' name='idxform' noresize='yes' scrolling='no'>";\r
- strWrite +="<FRAME SRC='whibody.htm' title='index content frame' name='idxbody' scrolling='yes'>";\r
- strWrite +="</FRAMESET>";\r
- document.write(strWrite);\r
-}\r
-else\r
- document.location.reload();\r
-//-->\r
-</script>\r
-</html>\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Index form</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<style>\r
-<!--\r
-body {margin:0;}\r
--->\r
-</style>\r
-<body bgcolor="#c0c0c0">\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whform.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-function indexLookup(bCR)\r
-{\r
- var strInput = document.IndexInputForm.keywordField.value.toUpperCase();\r
- if (strInput != "") {\r
- var oParam = new Object();\r
- oParam.sInput = strInput;\r
- oParam.bCR = bCR;\r
- var oMessage = new whMessage(WH_MSG_SEARCHINDEXKEY, this, 1, oParam);\r
- SendMessage(oMessage);\r
- }\r
- if (gbMac) {\r
- document.IndexInputForm.keywordField.focus();\r
- }\r
-}\r
-\r
-function window_Unload()\r
-{\r
- UnRegisterListener2(this, WH_MSG_SHOWTOC);\r
- UnRegisterListener2(this, WH_MSG_SHOWIDX);\r
- UnRegisterListener2(this, WH_MSG_SHOWFTS);\r
- UnRegisterListener2(this, WH_MSG_SHOWGLO);\r
-}\r
-\r
-function onSendMessage(oMessage)\r
-{\r
- if (oMessage.nMessageId == WH_MSG_SHOWIDX)\r
- {\r
- document.IndexInputForm.keywordField.focus();\r
- }\r
- else if (oMessage.nMessageId == WH_MSG_SHOWFTS ||\r
- oMessage.nMessageId == WH_MSG_SHOWTOC || \r
- oMessage.nMessageId == WH_MSG_SHOWGLO)\r
- {\r
- document.IndexInputForm.keywordField.blur();\r
- }\r
- return true;\r
-}\r
-\r
-if (window.gbWhForm)\r
-{\r
- RegisterListener2(this, WH_MSG_SHOWTOC);\r
- RegisterListener2(this, WH_MSG_SHOWIDX);\r
- RegisterListener2(this, WH_MSG_SHOWFTS);\r
- RegisterListener2(this, WH_MSG_SHOWGLO);\r
- window.onunload=window_Unload;\r
- window.onload = init;\r
- gfunLookUp = indexLookup;\r
- gfunInit = null;\r
- gstrFormName = "IndexInputForm"\r
- gsTitle = "Type in the keyword to find:";\r
- gsTitle = "Type in the keyword to find:";\r
-\r
- setBackgroundcolor("White");\r
- \r
- setBtnType("none");\r
- \r
- \r
- \r
- setGoText("Go");\r
- setFont("Title", "Tahoma","8pt","Navy","Normal","Normal","none");\r
- \r
- \r
- document.write(getFormHTML());\r
- writeFormStyle();\r
-}\r
-else\r
- document.location.reload();\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.002\r
-var gsDefaultTarget="bsscright";\r
-var gsBgColor="#ffffff";\r
-var gsBgImage="";\r
-var goIdxFont=null;\r
-var goIdxEmptyFont=null;\r
-var goIdxHoverFont=null;\r
-var gsIdxMargin="0pt";\r
-var gsIdxIndent="8pt";\r
-var gsIdxActiveBgColor="#cccccc";\r
-var gsCK = null;\r
-var gsBCK = null;\r
-var gbCR = false;\r
-var gbBCR = false;\r
-var gbWhIHost=true;\r
-\r
-function myEvent()\r
-{\r
- this.pageX = 0;\r
- this.pageY = 0;\r
-}\r
-var _event=new myEvent();\r
-\r
-function setBackgroundcolor(sBgColor)\r
-{\r
- gsBgColor=sBgColor;\r
-}\r
-\r
-function setBackground(sBgImage)\r
-{\r
- gsBgImage=sBgImage;\r
-}\r
-\r
-function setFont(sType,sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration)\r
-{\r
- var vFont=new whFont(sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration);\r
- if(sType=="Normal")\r
- goIdxFont=vFont;\r
- else if(sType=="Empty")\r
- goIdxEmptyFont=vFont;\r
- else if(sType=="Hover")\r
- goIdxHoverFont=vFont;\r
-}\r
-\r
-function setActiveBgColor(sBgColor)\r
-{\r
- gsIdxActiveBgColor=sBgColor;\r
-}\r
-\r
-function setMargin(sMargin)\r
-{\r
- gsIdxMargin=sMargin;\r
-}\r
-\r
-function setIndent(sIndent)\r
-{\r
- gsIdxIndent=sIndent;\r
-}\r
-\r
-function writeOneItem(oHTML,bDown,aDataCon,aCurIdxSet,nLength,aPos,nLevel)\r
-{\r
- var sHTML="";\r
- var nIdxSet=aCurIdxSet[0];\r
- var nIIdx=aPos[nIdxSet];\r
- var sKOriName=getItemName(aDataCon,nIdxSet,nIIdx);\r
- var sKName=_textToHtml(sKOriName);\r
-\r
- var nIdxIndent=parseInt(gsIdxIndent);\r
- var sTopics="";\r
- if(nLevel==1){\r
- if(getItemType(aDataCon,nIdxSet,nIIdx)==1)\r
- {\r
- sHTML+="<H6><nobr>";\r
- sHTML+="<b>"+sKName+"</b></nobr></H6>";\r
- }\r
- else{\r
- for(var i=0;i<nLength;i++)\r
- sTopics+=getIdxTopics(aDataCon,aCurIdxSet[i],aPos[aCurIdxSet[i]]);\r
- sHTML+="<p style=\"margin-left:"+gsIdxIndent+"\"><nobr>";\r
- sHTML+="<a alt=\"" + sKName + "\" href=\"javascript:void(0);\" onfocus=\"clearHighLight();\" onclick=\"PopupMenu_Invoke(event,'"+excapeSingleQuotandSlash(getTargetName(aDataCon,nIdxSet,nIIdx))+"'";\r
- if(sTopics.length>0)\r
- sHTML+=sTopics+");return false;\">"+sKName+"</a></nobr></p>";\r
- else\r
- sHTML+=");return false;\" style=\""+getFontStyle(goIdxEmptyFont)+"\">"+sKName+"</a></nobr></p>";\r
- }\r
- }\r
- else if(nLevel>=2){\r
- var nIndent=nIdxIndent*nLevel;\r
- for(var i=0;i<nLength;i++)\r
- sTopics+=getIdxTopics(aDataCon,aCurIdxSet[i],aPos[aCurIdxSet[i]]);\r
- if (nLevel==2)\r
- sHTML+="<h6 class=\"firstsub\" style=\"margin-left:"+nIndent+"pt\"><nobr>";\r
- else\r
- sHTML+="<h6 style=\"margin-left:"+nIndent+"pt\"><nobr>";\r
- sHTML+="<a alt=\"" + sKName + "\" href=\"javascript:void(0);\" onfocus=\"clearHighLight();\" onclick=\"PopupMenu_Invoke(event,'"+excapeSingleQuotandSlash(getTargetName(aDataCon,nIdxSet,nIIdx))+"'";\r
- if(sTopics.length>0)\r
- sHTML+=sTopics+");return false;\">"+sKName+"</a></nobr></h6>";\r
- else\r
- sHTML+=");return false;\" style=\""+getFontStyle(goIdxEmptyFont)+"\">"+sKName+"</a></nobr></h6>";\r
- }\r
- oHTML.addHTML(sHTML,nLength,bDown,(nLevel==1),sKOriName);\r
-}\r
-\r
-function getTargetName(aDataCon,nIdxSet,nIIdx)\r
-{\r
- if(nIdxSet<aDataCon.length&&aDataCon[nIdxSet].aKs.length>nIIdx)\r
- if(aDataCon[nIdxSet].aKs[nIIdx].sTarget)\r
- return aDataCon[nIdxSet].aKs[nIIdx].sTarget;\r
- return gsDefaultTarget;\r
-}\r
-\r
-function mergeItems(oHTML,bDown,aDataCon,aCurIdxSet,nLength,aPos,nLevel)\r
-{\r
- var oLocalHTML=new indexHTMLPart();\r
- writeOneItem(oLocalHTML,bDown,aDataCon,aCurIdxSet,nLength,aPos,nLevel);\r
- \r
- var aLocalPos=new Array();\r
- var aMaxPos=new Array();\r
- for(var i=0;i<aPos.length;i++)\r
- {\r
- aLocalPos[i]=aPos[i];\r
- aMaxPos[i]=-1;\r
- }\r
- \r
- for(i=0;i<nLength;i++)\r
- {\r
- var nNKOff=getNKOff(aDataCon,aCurIdxSet[i],aLocalPos[aCurIdxSet[i]]);\r
- aLocalPos[aCurIdxSet[i]]++;\r
- if(nNKOff>0)\r
- aMaxPos[aCurIdxSet[i]]=aLocalPos[aCurIdxSet[i]]+nNKOff;\r
- }\r
- var oSubHTML=new indexHTMLPart();\r
- writeItems(oSubHTML,aDataCon,aLocalPos,null,aMaxPos,true,nLevel+1);\r
- oLocalHTML.addSubHTML(oSubHTML,true);\r
- oHTML.appendHTML(oLocalHTML,bDown);\r
-}\r
-\r
-function adjustPosition(bDown,aDataCon,aCurIdxSet,nLength,aPos)\r
-{\r
- if(bDown)\r
- {\r
- for(var i=0;i<nLength;i++)\r
- {\r
- var nNKOff=getNKOff(aDataCon,aCurIdxSet[i],aPos[aCurIdxSet[i]]);\r
- aPos[aCurIdxSet[i]]+=(1+nNKOff);\r
- }\r
- }\r
- else{\r
- for(var i=0;i<nLength;i++)\r
- {\r
- var nPKOff=getPKOff(aDataCon,aCurIdxSet[i],aPos[aCurIdxSet[i]]);\r
- aPos[aCurIdxSet[i]]-=(1+nPKOff);\r
- }\r
- }\r
-}\r
-\r
-function getItemName(aDataCon,nIdxSet,nIIdx)\r
-{\r
- if(nIdxSet<aDataCon.length&&aDataCon[nIdxSet].aKs.length>nIIdx)\r
- return aDataCon[nIdxSet].aKs[nIIdx].sName;\r
- else\r
- return null;\r
-}\r
-\r
-function getItemType(aDataCon,nIdxSet,nIIdx)\r
-{\r
- if(nIdxSet<aDataCon.length&&aDataCon[nIdxSet].aKs.length>nIIdx)\r
- return aDataCon[nIdxSet].aKs[nIIdx].nType;\r
- else\r
- return 0;\r
-}\r
-\r
-function getNKOff(aDataCon,nIdxSet,nIIdx)\r
-{\r
- if(nIdxSet<aDataCon.length&&aDataCon[nIdxSet].aKs.length>nIIdx)\r
- return aDataCon[nIdxSet].aKs[nIIdx].nNKOff;\r
- else\r
- return null;\r
-}\r
-\r
-function getPKOff(aDataCon,nIdxSet,nIIdx)\r
-{\r
- if(nIdxSet<aDataCon.length&&aDataCon[nIdxSet].aKs.length>nIIdx)\r
- return aDataCon[nIdxSet].aKs[nIIdx].nPKOff;\r
- else\r
- return null;\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if(gsBgImage&&gsBgImage.length>0)\r
- {\r
- document.body.background=gsBgImage;\r
- }\r
- if(gsBgColor&&gsBgColor.length>0)\r
- {\r
- document.body.bgColor=gsBgColor;\r
- }\r
- document.body.insertAdjacentHTML("beforeEnd",writeLoadingDiv());\r
- loadIdx();\r
- var oMsg=new whMessage(WH_MSG_SHOWIDX,this,1,null)\r
- SendMessage(oMsg);\r
-}\r
-\r
-function loadIdx()\r
-{\r
- if(!gbReady)\r
- {\r
- var oResMsg=new whMessage(WH_MSG_GETPROJINFO,this,1,null);\r
- if(SendMessage(oResMsg)&&oResMsg.oParam)\r
- {\r
- gbReady=true;\r
- var oProj=oResMsg.oParam;\r
- var aProj=oProj.aProj;\r
- gbXML=oProj.bXML;\r
- if(aProj.length>0)\r
- {\r
- var sLangId=aProj[0].sLangId;\r
- for(var i=0;i<aProj.length;i++)\r
- {\r
- if(aProj[i].sIdx&&aProj[i].sLangId==sLangId)\r
- {\r
- addProjInfo(aProj[i].sPPath,aProj[i].sDPath,aProj[i].sIdx);\r
- }\r
- }\r
- }\r
- writeDataIFrame();\r
- enEvt();\r
- } \r
- }\r
-}\r
-\r
-function getIdxTopics(aDataCon,nIdxSet,nIIdx)\r
-{\r
- var sTopics="";\r
- if(nIdxSet<aDataCon.length&&aDataCon[nIdxSet].aKs.length>nIIdx)\r
- {\r
- if(aDataCon[nIdxSet].aKs[nIIdx].aTopics)\r
- {\r
- var nLen=aDataCon[nIdxSet].aKs[nIIdx].aTopics.length;\r
- var nProj=aDataCon[nIdxSet].nProjId;\r
- var sPath=gaData[nProj].sPPath;\r
- for(var i=0;i<nLen;i++)\r
- {\r
- var sURL=aDataCon[nIdxSet].aKs[nIIdx].aTopics[i].sURL;\r
- var sFullPath=_getFullPath(sPath,sURL);\r
- sTopics+=",'"+excapeSingleQuotandSlash(_textToHtml(aDataCon[nIdxSet].aKs[nIIdx].aTopics[i].sName))+"','"+excapeSingleQuotandSlash(_textToHtml_nonbsp(sFullPath))+"'";\r
- }\r
- }\r
- }\r
- return sTopics; \r
-}\r
-\r
-function findCKInDom()\r
-{\r
- if(gsCK!=null)\r
- {\r
- var sK=gsCK;\r
- var oP=getElementsByTag(document,"P");\r
- if(!oP) return false;\r
- var len=oP.length;\r
- var nB=0;\r
- var nE=len-1;\r
- var nM=0;\r
- var sItem="";\r
- var bF=false;\r
- while(nB<nE){\r
- nM=(nB+nE+1)>>1;\r
- sItem=getInnerText(oP[nM]);\r
- \r
- if(compare(sItem,sK)==0)\r
- {\r
- bF=true;\r
- break;\r
- }\r
- else if(compare(sItem,sK)>0)\r
- nE=nM-1;\r
- else if(compare(sItem,sK)<0)\r
- nB=nM;\r
- }\r
- if(!bF)\r
- {\r
- if(nB==nE) nM=nB;\r
- \r
- if(nM+1<len)\r
- {\r
- sItem=getInnerText(oP[nM+1]);\r
- if(compare(sItem,sK)<=0) nM++;\r
- } \r
- if(nM+1<len)\r
- {\r
- sItem=getInnerText(oP[nM+1]);\r
- if(compare(sItem.substring(0,sK.length),sK)==0) nM++;\r
- } \r
- }\r
- \r
- var oMatch=oP[nM];\r
- if(oMatch)\r
- {\r
- window.scrollTo(0,oMatch.offsetTop);\r
- var tempColl=getElementsByTag(oMatch,"A");\r
- if(tempColl&&tempColl.length>0){\r
- var nbTag=getElementsByTag(oMatch,"NOBR");\r
- if(nbTag&&nbTag.length>0)\r
- HighLightElement(nbTag[0], gsIdxActiveBgColor, "transparent");\r
- if (gbCR)\r
- {\r
- if (gbIE4)\r
- tempColl(0).click();\r
- else\r
- {\r
- var strCommand = tempColl[0].getAttribute("onClick");\r
- var nstrCommand = strCommand.indexOf(";");\r
- strCommand = strCommand.substring(0, nstrCommand);\r
- strCommand = strCommand.replace("event", "_event");\r
- window._event.pageX = oMatch.offsetLeft ;\r
- window._event.pageY = oMatch.offsetTop + 20;\r
- window.setTimeout(strCommand, 100);\r
- }\r
- }\r
- }\r
- }\r
- gsCK=gsBCK;\r
- gbCR=gbBCR;\r
- if(gsBCK!=null)\r
- {\r
- gsBCK=null;\r
- gbBCR=false;\r
- findCK();\r
- return false;\r
- }\r
- \r
- }\r
- return true;\r
-}\r
-\r
-function clearHighLight()\r
-{\r
- resetHighLight(gsBgColor);\r
-}\r
-\r
-function IndexWriteClassStyle()\r
-{\r
- var sStyle="";\r
- sStyle+="<STYLE TYPE='text/css'>";\r
- if (gsBgImage)\r
- sStyle+="body {border-top:"+gsBgColor+" 1px solid;}\n";\r
- else\r
- sStyle+="body {border-top:black 1px solid;}\n";\r
- if(gbIE4&&gbMac&&!gbIE5)\r
- {\r
- var nMargin=parseInt(gsIdxMargin);\r
- nMargin-=10;\r
- sStyle+="P {"+getFontStyle(goIdxFont)+"margin-top:"+gsIdxMargin+";margin-bottom:"+gsIdxMargin+";}\n";\r
- sStyle+="H6 {"+getFontStyle(goIdxFont)+"margin-top:"+gsIdxMargin+";margin-bottom:"+gsIdxMargin+";}\n";\r
- sStyle+="H6.firstsub {"+getFontStyle(goIdxFont)+"margin-top:"+nMargin+"pt;margin-bottom:"+gsIdxMargin+";}\n";\r
- }\r
- else\r
- {\r
- sStyle+="P {"+getFontStyle(goIdxFont)+"margin-top:"+gsIdxMargin+";margin-bottom:"+gsIdxMargin+";}\n";\r
- sStyle+="H6 {"+getFontStyle(goIdxFont)+"margin-top:"+gsIdxMargin+";margin-bottom:"+gsIdxMargin+";}\n";\r
- }\r
- sStyle+="DIV {margin-top:"+gsIdxMargin+";margin-bottom:"+gsIdxMargin+";}\n";\r
- sStyle+="A:link {"+getFontStyle(goIdxFont)+"}\n";\r
- sStyle+="A:visited {"+getFontStyle(goIdxFont)+"}\n";\r
- sStyle+="A:active {background-color:"+gsIdxActiveBgColor+";}\n";\r
- sStyle+="A:hover {"+getFontStyle(goIdxHoverFont)+"}\n";\r
- sStyle+="</STYLE>"; \r
- document.write(sStyle);\r
- return;\r
-}\r
-\r
-function window_Unload()\r
-{\r
- UnRegisterListener2(this,WH_MSG_PROJECTREADY);\r
- UnRegisterListener2(this,WH_MSG_SEARCHINDEXKEY);\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- if(oMsg)\r
- {\r
- var nMsgId=oMsg.nMessageId;\r
- if(nMsgId==WH_MSG_SEARCHINDEXKEY)\r
- {\r
- if(oMsg.oParam && oMsg.oParam.sInput)\r
- {\r
- if(gsCK==null)\r
- {\r
- gsCK=oMsg.oParam.sInput;\r
- gbCR = oMsg.oParam.bCR;\r
- findCK();\r
- }\r
- else\r
- {\r
- gsBCK=oMsg.oParam.sInput;\r
- gbBCR = oMsg.oParam.bCR;\r
- }\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_PROJECTREADY)\r
- {\r
- loadIdx();\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-if(window.gbWhVer&&window.gbWhLang&&window.gbWhMsg&&window.gbWhUtil&&window.gbWhHost&&window.gbWhProxy)\r
-{\r
- RegisterListener2(this,WH_MSG_PROJECTREADY);\r
- RegisterListener2(this,WH_MSG_SEARCHINDEXKEY);\r
- goIdxFont=new whFont("Verdana","8pt","#000000","normal","normal","none");\r
- goIdxEmptyFont=new whFont("Verdana","8pt","#666666","normal","normal","none");\r
- goIdxHoverFont=new whFont("Verdana","8pt","#007f00","normal","normal","underline");\r
-\r
- window.onload=window_OnLoad;\r
- window.onbeforeunload=window_BUnload;\r
- window.onunload=window_Unload;\r
- gbWhIHost=true;\r
-}\r
-else\r
- document.location.reload();\r
-\r
+++ /dev/null
-// WebHelp 5.10.001\r
-var garrSortChar=new Array();\r
-var gaFtsStop=new Array();\r
-var gaFtsStem=new Array();\r
-var gbWhLang=false;\r
-\r
-garrSortChar[0] = 0;\r
-garrSortChar[1] = 1;\r
-garrSortChar[2] = 2;\r
-garrSortChar[3] = 3;\r
-garrSortChar[4] = 4;\r
-garrSortChar[5] = 5;\r
-garrSortChar[6] = 6;\r
-garrSortChar[7] = 7;\r
-garrSortChar[8] = 8;\r
-garrSortChar[9] = 40;\r
-garrSortChar[10] = 41;\r
-garrSortChar[11] = 42;\r
-garrSortChar[12] = 43;\r
-garrSortChar[13] = 44;\r
-garrSortChar[14] = 9;\r
-garrSortChar[15] = 10;\r
-garrSortChar[16] = 11;\r
-garrSortChar[17] = 12;\r
-garrSortChar[18] = 13;\r
-garrSortChar[19] = 14;\r
-garrSortChar[20] = 15;\r
-garrSortChar[21] = 16;\r
-garrSortChar[22] = 17;\r
-garrSortChar[23] = 18;\r
-garrSortChar[24] = 19;\r
-garrSortChar[25] = 20;\r
-garrSortChar[26] = 21;\r
-garrSortChar[27] = 22;\r
-garrSortChar[28] = 23;\r
-garrSortChar[29] = 24;\r
-garrSortChar[30] = 25;\r
-garrSortChar[31] = 26;\r
-garrSortChar[32] = 38;\r
-garrSortChar[33] = 45;\r
-garrSortChar[34] = 46;\r
-garrSortChar[35] = 47;\r
-garrSortChar[36] = 48;\r
-garrSortChar[37] = 49;\r
-garrSortChar[38] = 50;\r
-garrSortChar[39] = 33;\r
-garrSortChar[40] = 51;\r
-garrSortChar[41] = 52;\r
-garrSortChar[42] = 53;\r
-garrSortChar[43] = 88;\r
-garrSortChar[44] = 54;\r
-garrSortChar[45] = 34;\r
-garrSortChar[46] = 55;\r
-garrSortChar[47] = 56;\r
-garrSortChar[48] = 115;\r
-garrSortChar[49] = 119;\r
-garrSortChar[50] = 121;\r
-garrSortChar[51] = 123;\r
-garrSortChar[52] = 125;\r
-garrSortChar[53] = 126;\r
-garrSortChar[54] = 127;\r
-garrSortChar[55] = 128;\r
-garrSortChar[56] = 129;\r
-garrSortChar[57] = 130;\r
-garrSortChar[58] = 57;\r
-garrSortChar[59] = 58;\r
-garrSortChar[60] = 89;\r
-garrSortChar[61] = 90;\r
-garrSortChar[62] = 91;\r
-garrSortChar[63] = 59;\r
-garrSortChar[64] = 60;\r
-garrSortChar[65] = 131;\r
-garrSortChar[66] = 148;\r
-garrSortChar[67] = 150;\r
-garrSortChar[68] = 154;\r
-garrSortChar[69] = 158;\r
-garrSortChar[70] = 168;\r
-garrSortChar[71] = 171;\r
-garrSortChar[72] = 173;\r
-garrSortChar[73] = 175;\r
-garrSortChar[74] = 185;\r
-garrSortChar[75] = 187;\r
-garrSortChar[76] = 189;\r
-garrSortChar[77] = 191;\r
-garrSortChar[78] = 193;\r
-garrSortChar[79] = 197;\r
-garrSortChar[80] = 214;\r
-garrSortChar[81] = 216;\r
-garrSortChar[82] = 218;\r
-garrSortChar[83] = 220;\r
-garrSortChar[84] = 225;\r
-garrSortChar[85] = 230;\r
-garrSortChar[86] = 240;\r
-garrSortChar[87] = 242;\r
-garrSortChar[88] = 244;\r
-garrSortChar[89] = 246;\r
-garrSortChar[90] = 252;\r
-garrSortChar[91] = 61;\r
-garrSortChar[92] = 62;\r
-garrSortChar[93] = 63;\r
-garrSortChar[94] = 64;\r
-garrSortChar[95] = 66;\r
-garrSortChar[96] = 67;\r
-garrSortChar[97] = 131;\r
-garrSortChar[98] = 148;\r
-garrSortChar[99] = 150;\r
-garrSortChar[100] = 154;\r
-garrSortChar[101] = 158;\r
-garrSortChar[102] = 168;\r
-garrSortChar[103] = 171;\r
-garrSortChar[104] = 173;\r
-garrSortChar[105] = 175;\r
-garrSortChar[106] = 185;\r
-garrSortChar[107] = 187;\r
-garrSortChar[108] = 189;\r
-garrSortChar[109] = 191;\r
-garrSortChar[110] = 193;\r
-garrSortChar[111] = 197;\r
-garrSortChar[112] = 214;\r
-garrSortChar[113] = 216;\r
-garrSortChar[114] = 218;\r
-garrSortChar[115] = 220;\r
-garrSortChar[116] = 225;\r
-garrSortChar[117] = 230;\r
-garrSortChar[118] = 240;\r
-garrSortChar[119] = 242;\r
-garrSortChar[120] = 244;\r
-garrSortChar[121] = 246;\r
-garrSortChar[122] = 252;\r
-garrSortChar[123] = 68;\r
-garrSortChar[124] = 69;\r
-garrSortChar[125] = 70;\r
-garrSortChar[126] = 71;\r
-garrSortChar[127] = 27;\r
-garrSortChar[128] = 114;\r
-garrSortChar[129] = 28;\r
-garrSortChar[130] = 82;\r
-garrSortChar[131] = 170;\r
-garrSortChar[132] = 85;\r
-garrSortChar[133] = 112;\r
-garrSortChar[134] = 109;\r
-garrSortChar[135] = 110;\r
-garrSortChar[136] = 65;\r
-garrSortChar[137] = 113;\r
-garrSortChar[138] = 223;\r
-garrSortChar[139] = 86;\r
-garrSortChar[140] = 213;\r
-garrSortChar[141] = 29;\r
-garrSortChar[142] = 255;\r
-garrSortChar[143] = 30;\r
-garrSortChar[144] = 31;\r
-garrSortChar[145] = 80;\r
-garrSortChar[146] = 81;\r
-garrSortChar[147] = 83;\r
-garrSortChar[148] = 84;\r
-garrSortChar[149] = 111;\r
-garrSortChar[150] = 36;\r
-garrSortChar[151] = 37;\r
-garrSortChar[152] = 79;\r
-garrSortChar[153] = 229;\r
-garrSortChar[154] = 222;\r
-garrSortChar[155] = 87;\r
-garrSortChar[156] = 212;\r
-garrSortChar[157] = 32;\r
-garrSortChar[158] = 254;\r
-garrSortChar[159] = 251;\r
-garrSortChar[160] = 39;\r
-garrSortChar[161] = 72;\r
-garrSortChar[162] = 97;\r
-garrSortChar[163] = 98;\r
-garrSortChar[164] = 99;\r
-garrSortChar[165] = 100;\r
-garrSortChar[166] = 73;\r
-garrSortChar[167] = 101;\r
-garrSortChar[168] = 74;\r
-garrSortChar[169] = 102;\r
-garrSortChar[170] = 133;\r
-garrSortChar[171] = 93;\r
-garrSortChar[172] = 103;\r
-garrSortChar[173] = 35;\r
-garrSortChar[174] = 104;\r
-garrSortChar[175] = 75;\r
-garrSortChar[176] = 105;\r
-garrSortChar[177] = 92;\r
-garrSortChar[178] = 122;\r
-garrSortChar[179] = 124;\r
-garrSortChar[180] = 76;\r
-garrSortChar[181] = 106;\r
-garrSortChar[182] = 107;\r
-garrSortChar[183] = 108;\r
-garrSortChar[184] = 77;\r
-garrSortChar[185] = 120;\r
-garrSortChar[186] = 199;\r
-garrSortChar[187] = 94;\r
-garrSortChar[188] = 116;\r
-garrSortChar[189] = 117;\r
-garrSortChar[190] = 118;\r
-garrSortChar[191] = 78;\r
-garrSortChar[192] = 131;\r
-garrSortChar[193] = 131;\r
-garrSortChar[194] = 131;\r
-garrSortChar[195] = 131;\r
-garrSortChar[196] = 131;\r
-garrSortChar[197] = 131;\r
-garrSortChar[198] = 131;\r
-garrSortChar[199] = 150;\r
-garrSortChar[200] = 158;\r
-garrSortChar[201] = 158;\r
-garrSortChar[202] = 158;\r
-garrSortChar[203] = 158;\r
-garrSortChar[204] = 175;\r
-garrSortChar[205] = 175;\r
-garrSortChar[206] = 175;\r
-garrSortChar[207] = 175;\r
-garrSortChar[208] = 154;\r
-garrSortChar[209] = 193;\r
-garrSortChar[210] = 197;\r
-garrSortChar[211] = 197;\r
-garrSortChar[212] = 197;\r
-garrSortChar[213] = 197;\r
-garrSortChar[214] = 197;\r
-garrSortChar[215] = 95;\r
-garrSortChar[216] = 197;\r
-garrSortChar[217] = 230;\r
-garrSortChar[218] = 230;\r
-garrSortChar[219] = 230;\r
-garrSortChar[220] = 230;\r
-garrSortChar[221] = 246;\r
-garrSortChar[222] = 227;\r
-garrSortChar[223] = 224;\r
-garrSortChar[224] = 131;\r
-garrSortChar[225] = 131;\r
-garrSortChar[226] = 131;\r
-garrSortChar[227] = 131;\r
-garrSortChar[228] = 131;\r
-garrSortChar[229] = 131;\r
-garrSortChar[230] = 131;\r
-garrSortChar[231] = 150;\r
-garrSortChar[232] = 158;\r
-garrSortChar[233] = 158;\r
-garrSortChar[234] = 158;\r
-garrSortChar[235] = 158;\r
-garrSortChar[236] = 175;\r
-garrSortChar[237] = 175;\r
-garrSortChar[238] = 175;\r
-garrSortChar[239] = 175;\r
-garrSortChar[240] = 154;\r
-garrSortChar[241] = 193;\r
-garrSortChar[242] = 197;\r
-garrSortChar[243] = 197;\r
-garrSortChar[244] = 197;\r
-garrSortChar[245] = 197;\r
-garrSortChar[246] = 197;\r
-garrSortChar[247] = 96;\r
-garrSortChar[248] = 197;\r
-garrSortChar[249] = 230;\r
-garrSortChar[250] = 230;\r
-garrSortChar[251] = 230;\r
-garrSortChar[252] = 230;\r
-garrSortChar[253] = 246;\r
-garrSortChar[254] = 227;\r
-garrSortChar[255] = 250;\r
-\r
-gaFtsStop[0] = "a";\r
-gaFtsStop[1] = "about";\r
-gaFtsStop[2] = "after";\r
-gaFtsStop[3] = "against";\r
-gaFtsStop[4] = "all";\r
-gaFtsStop[5] = "also";\r
-gaFtsStop[6] = "among";\r
-gaFtsStop[7] = "an";\r
-gaFtsStop[8] = "and";\r
-gaFtsStop[9] = "are";\r
-gaFtsStop[10] = "as";\r
-gaFtsStop[11] = "at";\r
-gaFtsStop[12] = "be";\r
-gaFtsStop[13] = "became";\r
-gaFtsStop[14] = "because";\r
-gaFtsStop[15] = "been";\r
-gaFtsStop[16] = "between";\r
-gaFtsStop[17] = "but";\r
-gaFtsStop[18] = "by";\r
-gaFtsStop[19] = "can";\r
-gaFtsStop[20] = "come";\r
-gaFtsStop[21] = "do";\r
-gaFtsStop[22] = "during";\r
-gaFtsStop[23] = "each";\r
-gaFtsStop[24] = "early";\r
-gaFtsStop[25] = "for";\r
-gaFtsStop[26] = "form";\r
-gaFtsStop[27] = "found";\r
-gaFtsStop[28] = "from";\r
-gaFtsStop[29] = "had";\r
-gaFtsStop[30] = "has";\r
-gaFtsStop[31] = "have";\r
-gaFtsStop[32] = "he";\r
-gaFtsStop[33] = "her";\r
-gaFtsStop[34] = "his";\r
-gaFtsStop[35] = "however";\r
-gaFtsStop[36] = "in";\r
-gaFtsStop[37] = "include";\r
-gaFtsStop[38] = "into";\r
-gaFtsStop[39] = "is";\r
-gaFtsStop[40] = "it";\r
-gaFtsStop[41] = "its";\r
-gaFtsStop[42] = "late";\r
-gaFtsStop[43] = "later";\r
-gaFtsStop[44] = "made";\r
-gaFtsStop[45] = "many";\r
-gaFtsStop[46] = "may";\r
-gaFtsStop[47] = "me";\r
-gaFtsStop[48] = "med";\r
-gaFtsStop[49] = "more";\r
-gaFtsStop[50] = "most";\r
-gaFtsStop[51] = "near";\r
-gaFtsStop[52] = "no";\r
-gaFtsStop[53] = "non";\r
-gaFtsStop[54] = "not";\r
-gaFtsStop[55] = "of";\r
-gaFtsStop[56] = "on";\r
-gaFtsStop[57] = "only";\r
-gaFtsStop[58] = "or";\r
-gaFtsStop[59] = "other";\r
-gaFtsStop[60] = "over";\r
-gaFtsStop[61] = "several";\r
-gaFtsStop[62] = "she";\r
-gaFtsStop[63] = "some";\r
-gaFtsStop[64] = "such";\r
-gaFtsStop[65] = "than";\r
-gaFtsStop[66] = "that";\r
-gaFtsStop[67] = "the";\r
-gaFtsStop[68] = "their";\r
-gaFtsStop[69] = "then";\r
-gaFtsStop[70] = "there";\r
-gaFtsStop[71] = "these";\r
-gaFtsStop[72] = "they";\r
-gaFtsStop[73] = "this";\r
-gaFtsStop[74] = "through";\r
-gaFtsStop[75] = "to";\r
-gaFtsStop[76] = "under";\r
-gaFtsStop[77] = "until";\r
-gaFtsStop[78] = "use";\r
-gaFtsStop[79] = "was";\r
-gaFtsStop[80] = "we";\r
-gaFtsStop[81] = "were";\r
-gaFtsStop[82] = "when";\r
-gaFtsStop[83] = "where";\r
-gaFtsStop[84] = "which";\r
-gaFtsStop[85] = "who";\r
-gaFtsStop[86] = "with";\r
-gaFtsStop[87] = "you";\r
-\r
-gaFtsStem[0] = "ed";\r
-gaFtsStem[1] = "es";\r
-gaFtsStem[2] = "er";\r
-gaFtsStem[3] = "e";\r
-gaFtsStem[4] = "s";\r
-gaFtsStem[5] = "ingly";\r
-gaFtsStem[6] = "ing";\r
-gaFtsStem[7] = "ly";\r
-\r
-\r
-// as javascript 1.3 support unicode instead of ISO-Latin-1\r
-// need to transfer come code back to ISO-Latin-1 for compare purpose\r
-// Note: Different Language(Code page) maybe need different array:\r
-var gaUToC=new Array();\r
-gaUToC[8364]=128;\r
-gaUToC[8218]=130;\r
-gaUToC[402]=131;\r
-gaUToC[8222]=132;\r
-gaUToC[8230]=133;\r
-gaUToC[8224]=134;\r
-gaUToC[8225]=135;\r
-gaUToC[710]=136;\r
-gaUToC[8240]=137;\r
-gaUToC[352]=138;\r
-gaUToC[8249]=139;\r
-gaUToC[338]=140;\r
-gaUToC[381]=142;\r
-gaUToC[8216]=145;\r
-gaUToC[8217]=146;\r
-gaUToC[8220]=147;\r
-gaUToC[8221]=148;\r
-gaUToC[8226]=149;\r
-gaUToC[8211]=150;\r
-gaUToC[8212]=151;\r
-gaUToC[732]=152;\r
-gaUToC[8482]=153;\r
-gaUToC[353]=154;\r
-gaUToC[8250]=155;\r
-gaUToC[339]=156;\r
-gaUToC[382]=158;\r
-gaUToC[376]=159;\r
-\r
-var gsBiggestChar="";\r
-function getBiggestChar()\r
-{\r
- if(gsBiggestChar.length==0)\r
- {\r
- if(garrSortChar.length<256)\r
- gsBiggestChar=String.fromCharCode(255);\r
- else\r
- {\r
- var nBiggest=0;\r
- var nBigChar=0;\r
- for(var i=0;i<=255;i++)\r
- {\r
- if(garrSortChar[i]>nBiggest)\r
- {\r
- nBiggest=garrSortChar[i];\r
- nBigChar=i;\r
- }\r
- }\r
- gsBiggestChar=String.fromCharCode(nBigChar);\r
- }\r
-\r
- } \r
- return gsBiggestChar;\r
-}\r
-\r
-function getCharCode(str,i)\r
-{\r
- var code=str.charCodeAt(i)\r
- if(code>256)\r
- {\r
- code=gaUToC[code];\r
- }\r
- return code;\r
-}\r
-\r
-function compare(strText1,strText2)\r
-{\r
- if(garrSortChar.length<256)\r
- {\r
- var strt1=strText1.toLowerCase();\r
- var strt2=strText2.toLowerCase();\r
- if(strt1<strt2) return -1;\r
- if(strt1>strt2) return 1;\r
- return 0;\r
- }\r
- else\r
- {\r
- for(var i=0;i<strText1.length&&i<strText2.length;i++)\r
- {\r
- if(garrSortChar[getCharCode(strText1,i)]<garrSortChar[getCharCode(strText2,i)]) return -1;\r
- if(garrSortChar[getCharCode(strText1,i)]>garrSortChar[getCharCode(strText2,i)]) return 1;\r
- }\r
- if(strText1.length<strText2.length) return -1;\r
- if(strText1.length>strText2.length) return 1;\r
- return 0;\r
- }\r
-}\r
-gbWhLang=true;
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.002\r
-if (! window.gbIE4 && window.gbNav6 && !document.childNodes[0].insertAdjacentHTML){\r
-\r
-HTMLElement.prototype.insertAdjacentElement = function(where,parsedNode)\r
-{\r
- switch (where){\r
- case 'beforeBegin':\r
- this.parentNode.insertBefore(parsedNode,this);\r
- break;\r
- case 'afterBegin':\r
- this.insertBefore(parsedNode,this.firstChild);\r
- break;\r
- case 'beforeEnd':\r
- this.appendChild(parsedNode);\r
- break;\r
- case 'afterEnd':\r
- if (this.nextSibling){\r
- this.parentNode.insertBefore(parsedNode,this.nextSibling);\r
- } else {\r
- this.parentNode.appendChild(parsedNode);\r
- }\r
- break;\r
- }\r
-}\r
-\r
-HTMLElement.prototype.insertAdjacentHTML = function(where,htmlStr){\r
-\r
- var r = this.ownerDocument.createRange();\r
- r.setStartBefore(this);\r
- var parsedHTML = r.createContextualFragment(htmlStr);\r
- this.insertAdjacentElement(where,parsedHTML);\r
-}\r
-\r
-\r
-HTMLElement.prototype.insertAdjacentText = function(where,txtStr){\r
-\r
- var parsedText = document.createTextNode(txtStr);\r
- this.insertAdjacentElement(where,parsedText);\r
-}\r
-}\r
-\r
-function testScroll() {\r
- // Initialize scrollbar cache if necessary\r
- if (window._pageXOffset==null) {\r
- window._pageXOffset = window.pageXOffset;\r
- window._pageYOffset = window.pageYOffset;\r
- }\r
- // Expose Internet Explorer compatible object model\r
- document.scrollTop = window.pageYOffset;\r
- document.scrollLeft = window.pageXOffset;\r
- window.document.scrollHeight = document.height;\r
- window.document.scrollWidth = document.width;\r
- window.document.clientWidth = window.innerWidth;\r
- window.document.clientHeight = window.innerHeight;\r
-\r
- // If cache!=current values, call the onscroll event\r
- if (((window.pageXOffset!=window._pageXOffset) || (window.pageYOffset!=window._pageYOffset)) && (window.onscroll)) \r
- window.onscroll();\r
- // Cache new values\r
- window._pageXOffset = window.pageXOffset;\r
- window._pageYOffset = window.pageYOffset;\r
- }\r
-\r
-// Create compatibility layer for Netscape\r
-if (window.gbNav6 && !window.gbNav7) {\r
- setInterval("testScroll()",50)\r
-}
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.002\r
-var WH_MSG_RESIZEPANE =0x0100;\r
-var WH_MSG_SHOWPANE =0x0101;\r
-var WH_MSG_HIDEPANE =0x0102;\r
-var WH_MSG_SYNCTOC =0x0103;\r
-var WH_MSG_NEXT =0x0104;\r
-var WH_MSG_PREV =0x0105;\r
-var WH_MSG_NOSEARCHINPUT =0x0106;\r
-var WH_MSG_NOSYNC =0x0107;\r
-var WH_MSG_ENABLEWEBSEARCH =0x0108;\r
-\r
-var WH_MSG_ISPANEVISIBLE =0x0109;\r
-var WH_MSG_PANESTATUE =0x010a;\r
-\r
-var WH_MSG_SYNCINFO =0x010b;\r
-var WH_MSG_PANEINFO =0x010c;\r
-var WH_MSG_WEBSEARCH =0x010d;\r
-\r
-var WH_MSG_SEARCHINDEXKEY =0x0201;\r
-\r
-var WH_MSG_SEARCHFTSKEY =0x020a;\r
-\r
-var WH_MSG_PROJECTREADY =0x0301;\r
-var WH_MSG_GETPROJINFO =0x0302;\r
-\r
-var WH_MSG_SHOWTOC =0x0401;\r
-var WH_MSG_SHOWIDX =0x0402;\r
-var WH_MSG_SHOWFTS =0x0403;\r
-var WH_MSG_SHOWGLO =0x0404;\r
-\r
-var WH_MSG_SHOWGLODEF =0x0500;\r
-\r
-var WH_MSG_GETTOCPATHS =0x0600;\r
-var WH_MSG_GETAVIAVENUES =0x0601;\r
-var WH_MSG_GETCURRENTAVENUE =0x0602;\r
-var WH_MSG_GETPANEINFO =0x0603;\r
-var WH_MSG_AVENUEINFO =0x0604;\r
-\r
-var WH_MSG_GETSTARTFRAME =0x0701;\r
-var WH_MSG_GETDEFAULTTOPIC =0x0702;\r
-\r
-var WH_MSG_SEARCHTHIS =0x0801;\r
-var WH_MSG_GETSEARCHS =0x0802;\r
-\r
-var WH_MSG_ISINFRAMESET =0x0900;\r
-\r
-var WH_MSG_TOOLBARORDER =0x0a00;\r
-var WH_MSG_MINIBARORDER =0x0a01;\r
-var WH_MSG_ISSYNCSSUPPORT =0x0a02;\r
-var WH_MSG_ISSEARCHSUPPORT =0x0a03;\r
-var WH_MSG_GETPANETYPE =0x0a04;\r
-var WH_MSG_BACKUPSEARCH =0x0a05;\r
-var WH_MSG_GETPANES =0x0a06;\r
-var WH_MSG_INITSEARCHSTRING =0x0a07;\r
-var WH_MSG_RELOADNS6 =0x0a08;\r
-var WH_MSG_ISAVENUESUPPORT =0x0a09;\r
-\r
-var WH_MSG_GETCMD =0x0b00;\r
-var WH_MSG_GETPANE =0x0b01;\r
-var WH_MSG_GETDEFPANE =0x0b02;\r
-\r
-function whMessage(nMessageId,wSender,nVersion,oParam)\r
-{\r
- this.nMessageId=nMessageId;\r
- this.wSender=wSender;\r
- this.nVersion=nVersion;\r
- this.oParam=oParam;\r
-}\r
-var gbWhMsg=true;
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>Gauss Points Viewer</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whstub.js"></script>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whstart.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-function window_Onload()\r
-{\r
- if (window.gsTopic)\r
- frames["bsscright"].document.location = window.gsTopic;\r
-}\r
-window.onload=window_Onload;\r
-//-->\r
-</script>\r
-</head>\r
-\r
-<frameset id="whPfset" cols="260,*"><noframes><p>Your browser does not support frames. We recommend that you update your browser to a version that supports frames.</p><p>To view the Help system without frames click on this<a href="whgdata/whnvp30.htm">hyperlink.</a></p></noframes><frame src="whgdata/whnvp30.htm" title="navigation pane" name="navigation pane" scrolling="no"><frame src="index.htm" title="topic pane" name="bsscright" scrolling="yes"></frameset>\r
-</html>
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.005\r
-var gaProj=new Array();\r
-var gnChecked=0;\r
-var gsProjName="";\r
-var gbReady=false;\r
-var goMan=null;\r
-var gbXML=false;\r
-var gsFirstPane="";\r
-var gServerEnabled=false;\r
-var gsPath="";\r
-var gbWhPHost=false;\r
-var goDiv = null;\r
-var gsHTML = "";\r
-\r
-if (navigator.currentNavPen)\r
- gsFirstPane = navigator.currentNavPen;\r
-\r
-\r
-function delayLoad()\r
-{\r
- if (goDiv&&gsHTML)\r
- {\r
- goDiv.innerHTML=gsHTML;\r
- goDiv=null;\r
- gsHTML="";\r
- }\r
-}\r
-\r
-function whCom(sName,sComFile)\r
-{\r
- this.msName=sName;\r
- this.msDivId=sName+"Div";\r
- this.msIFrameId=sName+"IFrame";\r
- this.msComFile=sComFile;\r
- this.mbloaded=false;\r
- this.mbShow=false;\r
- this.show=function(bShow)\r
- {\r
- if(this.mbShow!=bShow)\r
- {\r
- if(bShow&&!this.mbloaded)\r
- {\r
- this.load();\r
- }\r
-\r
- var oDiv=getElement(this.msDivId);\r
- if(oDiv)\r
- {\r
- if(gbIE55||(gbIE5&&gbMac))\r
- {\r
- var oIframe=getElement(this.msIFrameId);\r
- if(oIframe)\r
- {\r
- if(bShow)\r
- {\r
- oDiv.style.zIndex=3;\r
- if(oIframe!=null)\r
- {\r
- oIframe.style.zIndex=3;\r
- if (!gbIE55)\r
- oIframe.style.visibility="visible";\r
- }\r
- }\r
- else\r
- {\r
- oDiv.style.zIndex=2;\r
- if(oIframe!=null)\r
- {\r
- oIframe.style.zIndex=2;\r
- if (!gbIE55)\r
- oIframe.style.visibility="hidden";\r
- }\r
- }\r
- }\r
- }\r
- if (!gbIE55)\r
- oDiv.style.visibility=(bShow==true)?'visible':'hidden';\r
- this.mbShow=bShow;\r
- }\r
-\r
- }\r
- }\r
- this.load=function()\r
- {\r
- if(!this.mbloaded)\r
- {\r
- if(this.msComFile.length>0){\r
- var strFile= _getFullPath(getPath(), this.msComFile);\r
- var oDiv=getElement(this.msDivId);\r
- if(oDiv){\r
- if(gbIE4||gbOpera7){\r
- var nIFrameHeight=oDiv.style.pixelHeight;\r
- var nIFrameWidth=oDiv.style.pixelWidth;\r
- var sHTML="<IFRAME ID="+this.msIFrameId+" title=\"" + this.msName + "\" SRC=\""+strFile+"\" BORDER=0 FRAMEBORDER=no STYLE=\"width:";\r
- if(gbMac){\r
- sHTML+=nIFrameWidth+"px;height:"+nIFrameHeight+"px;\"></IFRAME>";\r
- }else{\r
- sHTML+="100%; height:100%;\"></IFRAME>";\r
- }\r
- oDiv.innerHTML=sHTML;\r
- }else if(gbNav6){\r
- gsHTML="<IFRAME ID="+this.msIFrameId+" title=\"" + this.msName + "\" SRC=\""+strFile+"\" BORDER=0 FRAMEBORDER=no STYLE=\"width:100%;border:0;height:100%;\"></IFRAME>";\r
- goDiv = oDiv;\r
- setTimeout("delayLoad()", 100);\r
- }\r
- this.mbloaded=true;\r
- }\r
- }\r
- }\r
- }\r
- this.unload=function()\r
- {\r
- var oDiv=getElement(this.msDivId);\r
- if(oDiv)\r
- oDiv.innerHTML="";\r
- }\r
- this.getDivHTML=function()\r
- {\r
- var sHTML="";\r
- if(gbMac&&gbIE4)\r
- sHTML+="<DIV ID="+this.msDivId+" ALIGN=left STYLE=\"position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;margin:0;padding:0;border:0;\">";\r
- else if(gbIE5)\r
- sHTML+="<DIV ID="+this.msDivId+" ALIGN=left STYLE=\"position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;\">";\r
- else if(gbIE4||gbWindows)\r
- sHTML+="<DIV ID="+this.msDivId+" ALIGN=left STYLE=\"position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;visibility:hidden\">";\r
- else\r
- sHTML+="<DIV ID="+this.msDivId+" ALIGN=left STYLE=\"position:absolute;z-index:1;left:0;top:0;width:100%;height:"+parent.height+";visibility:hidden\">";\r
- sHTML+="</DIV>";\r
- return sHTML;\r
- }\r
-} \r
-\r
-function whComMan()\r
-{\r
- this.sName="";\r
- this.maCom=new Array();\r
- this.addCom=function(sName,sComFile)\r
- {\r
- var owhCom=new whCom(sName,sComFile);\r
- this.maCom[this.maCom.length]=owhCom;\r
- }\r
- this.init=function()\r
- {\r
- var sHTML="";\r
- for(var i=0;i<this.maCom.length;i++)\r
- {\r
- sHTML+=this.maCom[i].getDivHTML();\r
- }\r
- document.body.insertAdjacentHTML("beforeEnd",sHTML);\r
-\r
- }\r
- this.showById=function(nId)\r
- {\r
- for(var s=0;s<this.maCom.length;s++)\r
- {\r
- if(s!==nId)\r
- this.maCom[s].show(false);\r
- }\r
- this.maCom[nId].show(true);\r
- }\r
- this.show=function(sName)\r
- {\r
- navigator.currentNavPen = sName;\r
- var bFound=false;\r
- for(var i=0;i<this.maCom.length;i++)\r
- {\r
- if(sName==this.maCom[i].msName)\r
- {\r
- bFound=true;\r
- break;\r
- }\r
- }\r
- if(bFound)\r
- {\r
- this.showById(i);\r
- this.sName=sName;\r
- }\r
- }\r
- this.unload=function()\r
- {\r
- for(var i=0;i<this.maCom.length;i++)\r
- {\r
- this.maCom[i].unload();\r
- } \r
- }\r
- this.getCurrent=function()\r
- {\r
- return this.sName;\r
- }\r
-}\r
-\r
-function getPath()\r
-{\r
- if(gsPath=="")\r
- {\r
- gsPath=location.href;\r
- gsPath=_replaceSlash(gsPath);\r
- var nPosFile=gsPath.lastIndexOf("/");\r
- gsPath=gsPath.substring(0,nPosFile+1);\r
- }\r
- return gsPath;\r
-}\r
-\r
-goMan=new whComMan();\r
-function addPane(sName,sFileName)\r
-{\r
- var oParam=new Object();\r
- oParam.sName=sName;\r
- var oMsg=new whMessage(WH_MSG_GETPANE, this, 1, oParam);\r
- if (SendMessage(oMsg))\r
- {\r
- if (oMsg.oParam.bEnable)\r
- goMan.addCom(sName,sFileName);\r
- }\r
- else\r
- goMan.addCom(sName,sFileName); \r
-}\r
-\r
-function setShowPane(sName, bForce)\r
-{\r
- if ((gsFirstPane == "") || bForce)\r
- {\r
- var oMsg=new whMessage(WH_MSG_GETDEFPANE, this, 1, null);\r
- if (SendMessage(oMsg))\r
- {\r
- if (oMsg.oParam)\r
- gsFirstPane = oMsg.oParam;\r
- else\r
- gsFirstPane=sName;\r
- }\r
- else\r
- gsFirstPane=sName;\r
- }\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- var oMsg=new whMessage(WH_MSG_GETCMD,this,1,null);\r
- var bHidePane=false;\r
- if (SendMessage(oMsg))\r
- {\r
- if(oMsg.oParam>0)\r
- {\r
- if(oMsg.oParam==1)\r
- gsFirstPane="toc";\r
- else if(oMsg.oParam==2)\r
- gsFirstPane="idx";\r
- else if(oMsg.oParam==3)\r
- gsFirstPane="fts";\r
- else if(oMsg.oParam==4)\r
- gsFirstPane="glo";\r
- }\r
- else if(oMsg.oParam==0)\r
- {\r
- bHidePane=true;\r
- }\r
- }\r
- goMan.init();\r
- if(gsProjName!="") \r
- loadData2(gsProjName); \r
- if (bHidePane)\r
- {\r
- gsFirstPane="";\r
- var oMsg1=new whMessage(WH_MSG_HIDEPANE, this, 1, null)\r
- SendMessage(oMsg1);\r
- }\r
- else\r
- {\r
- if(gsFirstPane!="")\r
- goMan.show(gsFirstPane);\r
- else\r
- goMan.showById(0);\r
- }\r
-}\r
-\r
-function setServerEnabled()\r
-{\r
- gServerEnabled = true;\r
-}\r
-\r
-function loadData2(strFile)\r
-{\r
- if(gbXML)\r
- loadDataXML(strFile);\r
- else\r
- loadData(strFile);\r
-}\r
-\r
-function addProject(bPreferXML,sXMLName,sHTMLName)\r
-{\r
- var bLoadXML=bPreferXML;\r
- if(!gbIE4&&!gbNav6&&!gbOpera7)\r
- return;\r
- if(gbIE4&&!gbIE5)\r
- bLoadXML=false;\r
- if (gbIE5&&!gbMac)\r
- bLoadXML=true;\r
- if(gbIE55||gbNav6)\r
- bLoadXML=true;\r
- if(gbOpera7)\r
- bLoadXML=false; \r
- if(bLoadXML)\r
- addProjectXML(sXMLName);\r
- else\r
- addProjectHTML(sHTMLName);\r
-}\r
-\r
-function addProjectHTML(sName)\r
-{\r
- gbXML=false;\r
- gsProjName=sName;\r
-}\r
-\r
-function addProjectXML(sName)\r
-{\r
- gbXML=true;\r
- gsProjName=sName;\r
-}\r
-\r
-function window_MyBunload()\r
-{\r
- goMan.unload();\r
- window_BUnload();\r
-}\r
-\r
-function putDataXML(xmlDoc,sdocPath)\r
-{\r
- if(xmlDoc!=null)\r
- {\r
- var projectNode=xmlDoc.getElementsByTagName("project")[0];\r
- if(projectNode)\r
- {\r
- var aRProj=new Array();\r
- aRProj[0]=new Object();\r
- aRProj[0].sPPath=_getPath(sdocPath);\r
- var sLangId=projectNode.getAttribute("langid");\r
- if(sLangId)\r
- {\r
- aRProj[0].sLangId=sLangId;\r
- }\r
- var sDPath=projectNode.getAttribute("datapath");\r
- if(sDPath)\r
- {\r
- if(sDPath.lastIndexOf("/")!=sDPath.length-1)\r
- sDPath+="/";\r
- aRProj[0].sDPath=sDPath;\r
- }\r
- else\r
- aRProj[0].sDPath="";\r
- aRProj[0].sToc=projectNode.getAttribute("toc");\r
- aRProj[0].sIdx=projectNode.getAttribute("index");\r
- aRProj[0].sFts=projectNode.getAttribute("fts");\r
- aRProj[0].sGlo=projectNode.getAttribute("glossary");\r
- var RmtProject=projectNode.getElementsByTagName("remote");\r
- var nCount=1;\r
- for (var i=0;i<RmtProject.length;i++)\r
- {\r
- var sURL=RmtProject[i].getAttribute("url");\r
- if(sURL)\r
- {\r
- if(sURL.lastIndexOf("/")!=sURL.length-1)\r
- sURL+="/";\r
- aRProj[nCount]=new Object();\r
- aRProj[nCount++].sPPath=_getFullPath(aRProj[0].sPPath,sURL);\r
- }\r
- }\r
- putProjectInfo(aRProj);\r
- }\r
- else\r
- {\r
- // on Netscape 6.0 under some situation the xml file cannot be loaded.\r
- // so we use pure html instead.\r
- if (gnChecked == 0)\r
- setTimeout("redirectToList();",100);\r
- else\r
- {\r
- gnChecked++;\r
- setTimeout("checkRemoteProject();", 1);\r
- }\r
- }\r
- }\r
-}\r
-\r
-function onLoadXMLError()\r
-{\r
- gnChecked++;\r
- setTimeout("checkRemoteProject();", 1);\r
-}\r
-\r
-function redirectToList()\r
-{\r
- if(gbReDirectThis)\r
- document.location=gsNavReDirect;\r
- else\r
- parent.document.location=gsNavReDirect;\r
-}\r
-\r
-function putProjectInfo(aRProj)\r
-{\r
- if(gnChecked==0||isSamePath(gaProj[gnChecked].sPPath,aRProj[0].sPPath))\r
- {\r
- if(gnChecked!=0)\r
- {\r
- if(aRProj[0].sLangId!=gaProj[0].sLangId)\r
- alert("The merged Help system "+aRProj[0].sPPath+" is using a different language from the master Help system, which will cause the index and full-text search functionality to be disabled in the merged Help system.");\r
- }\r
- gaProj[gnChecked]=aRProj[0];\r
- for(var i=1;i<aRProj.length;i++)\r
- {\r
- var bFound=false;\r
- for(var j=0;j<gaProj.length;j++)\r
- {\r
- if(isSamePath(gaProj[j].sPPath,aRProj[i].sPPath))\r
- {\r
- bFound=true;\r
- break;\r
- }\r
- }\r
- if(!bFound)\r
- {\r
- gaProj[gaProj.length]=aRProj[i];\r
- }\r
- }\r
- gnChecked++;\r
- setTimeout("checkRemoteProject();", 1);\r
- }\r
- else\r
- alert("Could not load correctly, please click Refresh.");\r
-}\r
-\r
-function isSamePath(sPath1,sPath2)\r
-{\r
- return (sPath1.toLowerCase()==sPath2.toLowerCase());\r
-}\r
-\r
-function checkRemoteProject()\r
-{\r
- if(gaProj.length!=gnChecked)\r
- {\r
- setTimeout("cancelProj("+gnChecked+");",10000);\r
- loadData2(gaProj[gnChecked].sPPath+gsProjName);\r
- }\r
- else{\r
- var oMsg=new whMessage(WH_MSG_PROJECTREADY,this,1,null);\r
- gbReady=true;\r
- SendMessage(oMsg);\r
- }\r
-}\r
-\r
-function cancelProj(i)\r
-{\r
- if(i==gnChecked)\r
- {\r
- gnChecked++;\r
- setTimeout("checkRemoteProject();", 1);\r
- } \r
-}\r
-\r
-function window_resize()\r
-{\r
- for(var i=0;i<goMan.maCom.length;i++)\r
- {\r
- var oFrame=getElement(goMan.maCom[i].msIFrameId);\r
- if(oFrame)\r
- {\r
- oFrame.style.height=document.body.clientHeight;\r
- oFrame.style.width=document.body.clientWidth;\r
- }\r
- }\r
- window_resize2();\r
-}\r
-\r
-function window_resize2()\r
-{\r
- if(document.body)\r
- {\r
- if(document.body.clientWidth > 1 && document.body.clientHeight>1)\r
- {\r
- var oMsg = new whMessage(WH_MSG_RESIZEPANE, this, 1, null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
-}\r
-\r
-function window_unload()\r
-{\r
- UnRegisterListener2(this,WH_MSG_GETPROJINFO);\r
- UnRegisterListener2(this,WH_MSG_SHOWTOC);\r
- UnRegisterListener2(this,WH_MSG_SHOWIDX);\r
- UnRegisterListener2(this,WH_MSG_SHOWFTS);\r
- UnRegisterListener2(this,WH_MSG_SHOWGLO);\r
- UnRegisterListener2(this,WH_MSG_GETPANEINFO);\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- if(oMsg)\r
- {\r
- var nMsgId=oMsg.nMessageId;\r
- if(nMsgId==WH_MSG_GETPROJINFO)\r
- {\r
- if(gbReady)\r
- {\r
- var oProj=new Object();\r
- oProj.aProj=gaProj;\r
- oProj.bXML=gbXML;\r
- oMsg.oParam=oProj;\r
- }\r
- else\r
- return false;\r
- }\r
- else if(nMsgId==WH_MSG_SHOWTOC)\r
- {\r
- if(goMan)\r
- goMan.show("toc");\r
- var onMsg=new whMessage(WH_MSG_PANEINFO, this, 1, "toc");\r
- SendMessage(onMsg);\r
- onMsg = new whMessage(WH_MSG_SHOWPANE, this, 1, null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWIDX)\r
- {\r
- if(goMan)\r
- goMan.show("idx");\r
- var onMsg=new whMessage(WH_MSG_PANEINFO, this, 1, "idx");\r
- SendMessage(onMsg);\r
- onMsg = new whMessage(WH_MSG_SHOWPANE, this, 1, null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWFTS)\r
- {\r
- if(goMan)\r
- goMan.show("fts");\r
- var onMsg=new whMessage(WH_MSG_PANEINFO, this, 1, "fts");\r
- SendMessage(onMsg);\r
- onMsg = new whMessage(WH_MSG_SHOWPANE, this, 1, null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWGLO)\r
- {\r
- if(goMan)\r
- goMan.show("glo");\r
- var onMsg=new whMessage(WH_MSG_PANEINFO, this, 1, "glo");\r
- SendMessage(onMsg);\r
- onMsg = new whMessage(WH_MSG_SHOWPANE, this, 1, null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_GETPANEINFO)\r
- {\r
- oMsg.oParam=goMan.getCurrent();\r
- return false;\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-if(window.gbWhUtil&&window.gbWhMsg&&window.gbWhVer&&window.gbWhProxy)\r
-{\r
- RegisterListener2(this,WH_MSG_GETPROJINFO);\r
- RegisterListener2(this,WH_MSG_SHOWTOC);\r
- RegisterListener2(this,WH_MSG_SHOWIDX);\r
- RegisterListener2(this,WH_MSG_SHOWFTS);\r
- RegisterListener2(this,WH_MSG_SHOWGLO);\r
- RegisterListener2(this,WH_MSG_GETPANEINFO);\r
-\r
- if((gbMac&&gbIE4)||(gbSunOS&&gbIE5)||gbOpera7)\r
- {\r
- window.onresize=window_resize;\r
- }\r
- else if(gbIE4)\r
- {\r
- window.onresize=window_resize2;\r
- }\r
- window.onload=window_OnLoad;\r
- window.onbeforeunload=window_MyBunload;\r
- window.onunload=window_unload;\r
- gbWhPHost=true;\r
-}\r
-else\r
- document.location.reload();\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>project description</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whproj.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
- setLangId("1033");\r
- setDataPath("whdata");\r
- addToc("whtoc.htm");\r
- addIdx("whidx.htm");\r
- addFts("whfts.htm");\r
-\r
-\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.001\r
-var gaProj=new Array();\r
-\r
-gaProj[0]=new project("");\r
-\r
-function setLangId(sLangId)\r
-{\r
- gaProj[0].sLangId=sLangId;\r
-}\r
-\r
-function setDataPath(sPath)\r
-{\r
- if(sPath.length!=0)\r
- {\r
- if(sPath.lastIndexOf("/")!=sPath.length-1)\r
- sPath+="/";\r
- gaProj[0].sDPath=sPath; \r
- }\r
- else\r
- gaProj[0].sDPath="";\r
-}\r
-\r
-function addToc(sFile)\r
-{\r
- gaProj[0].sToc=sFile;\r
-}\r
-\r
-function addIdx(sFile)\r
-{\r
- gaProj[0].sIdx=sFile;\r
-}\r
-\r
-function addFts(sFile)\r
-{\r
- gaProj[0].sFts=sFile;\r
-}\r
-\r
-function addGlo(sFile)\r
-{\r
- gaProj[0].sGlo=sFile;\r
-}\r
-\r
-function addRemoteProject(sProjRelPath)\r
-{\r
- if(sProjRelPath.lastIndexOf("/")!=sProjRelPath.length-1)\r
- sProjRelPath+="/";\r
- gaProj[gaProj.length]=new project(sProjRelPath);\r
-}\r
-\r
-function project(sPPath)\r
-{\r
- this.sPPath=sPPath;\r
- this.sLangId="";\r
- this.sDPath="";\r
- this.sToc="";\r
- this.sIdx="";\r
- this.sFts="";\r
- this.sGlo="";\r
-}\r
-\r
-window.onload=window_OnLoad;\r
-\r
-function window_OnLoad()\r
-{\r
- gsName=document.location.href;\r
- gsName=_replaceSlash(gsName);\r
- var nPos=gsName.lastIndexOf("/");\r
- if(nPos!=-1)\r
- gaProj[0].sPPath=gsName.substring(0,nPos+1);\r
- else\r
- alert("Error in Loading navigation component. Please regenerate WebHelp.");\r
- patchPath(gaProj);\r
- if(parent&&parent!=this&& typeof(parent.putProjectInfo)=="function")\r
- {\r
- parent.putProjectInfo(gaProj);\r
- }\r
-}\r
-\r
-function patchPath(aProj)\r
-{\r
- for(var i=1;i<aProj.length;i++)\r
- {\r
- aProj[i].sPPath=_getFullPath(gaProj[0].sPPath,aProj[i].sPPath);\r
- }\r
-}
\ No newline at end of file
+++ /dev/null
-<?xml version='1.0' encoding='windows-1252' ?>\r
-<project langid="1033" datapath="whxdata" toc="whtoc.xml" index="whidx.xml" fts="whfts.xml" >\r
-</project>\r
+++ /dev/null
-// WebHelp 5.10.001\r
-var gbInited=false;\r
-var gWndStubPage=null;\r
-function getStubPage()\r
-{\r
- if(!gbInited)\r
- {\r
- gWndStubPage=getStubPage_inter(window);\r
- gbInited=true;\r
- }\r
- return gWndStubPage;\r
-}\r
-\r
-function getStubPage_inter(wCurrent)\r
-{\r
- if(null==wCurrent.parent||wCurrent.parent==wCurrent)\r
- return null;\r
-\r
- if(typeof(wCurrent.parent.whname)=="string"&&"wh_stub"==wCurrent.parent.whname)\r
- return wCurrent.parent;\r
- else\r
- if(wCurrent.parent.frames.length!=0&&wCurrent.parent!=wCurrent)\r
- return getStubPage_inter(wCurrent.parent);\r
- else\r
- return null;\r
-}\r
-\r
-function RegisterListener(framename,nMessageId)\r
-{\r
- var wSP=getStubPage();\r
- if(wSP&&wSP!=this)\r
- return wSP.RegisterListener(framename,nMessageId);\r
- else\r
- return false;\r
-}\r
-\r
-function RegisterListener2(oframe,nMessageId)\r
-{\r
- var wSP=getStubPage();\r
- if(wSP&&wSP!=this)\r
- return wSP.RegisterListener2(oframe,nMessageId);\r
- else\r
- return false;\r
-}\r
-\r
-function UnRegisterListener2(oframe,nMessageId)\r
-{\r
- var wSP=getStubPage();\r
- if(wSP&&wSP!=this&&wSP.UnRegisterListener2)\r
- return wSP.UnRegisterListener2(oframe,nMessageId);\r
- else\r
- return false;\r
-}\r
-\r
-function SendMessage(oMessage)\r
-{\r
- var wSP=getStubPage();\r
- if(wSP&&wSP!=this&&wSP.SendMessage)\r
- return wSP.SendMessage(oMessage);\r
- else\r
- return false;\r
-}\r
-\r
-var gbWhProxy=true;\r
-\r
-var gbPreview=false;\r
-gbPreview=false; \r
-if (gbPreview)\r
- document.oncontextmenu=contextMenu;\r
-\r
-function contextMenu()\r
-{\r
- return false;\r
-}\r
+++ /dev/null
-<?xml version='1.0' encoding='windows-1252' ?>\r
-<resource>\r
-<item name="Prev" value="<<" />\r
-<item name="Hide" value="Hide" />\r
-<item name="SyncTocTooltip" value="Sync TOC" />\r
-<item name="InTopicSearchBtnText" value="Go" />\r
-<item name="FtsInputPrompt" value="Type in the word(s) to search for:" />\r
-<item name="Done" value="Done" />\r
-<item name="Logo/Author" value="Powered By" />\r
-<item name="MergeError1" value="The merged Help system" />\r
-<item name="JS_alert_cantLoadProject" value="Can't load project:" />\r
-<item name="Next" value=">>" />\r
-<item name="SyncToc" value="SyncToc" />\r
-<item name="MergeError2" value="is using a different language from the master Help system, which will cause the index and full-text search functionality to be disabled in the merged Help system." />\r
-<item name="nls_body_instruction" value="Enter your question in the text box above, then click GO." />\r
-<item name="ToolBarSearchBtnText" value="Go" />\r
-<item name="SuggestViewNoFrameMessage" value="To view the Help system without frames click on this" />\r
-<item name="Hide_Navigation_Component" value="Hide Navigation Component" />\r
-<item name="FtsBtnText" value="Go" />\r
-<item name="TopicsFound" value="Topics Found" />\r
-<item name="LoadingContentsData" value="Loading, click here to cancel..." />\r
-<item name="Definition" value="Definition:" />\r
-<item name="CompletingContents" value="Completing Contents..." />\r
-<item name="Seperate" value="|" />\r
-<item name="GeneratedBy" value="Generated by" />\r
-<item name="PoweredBy" value="Powered by" />\r
-<item name="IndexAlphabetBookmarks" value="ABCDEFGHIJKLMNOPQRSTUVWXYZ" />\r
-<item name="Contents" value="Contents" />\r
-<item name="IndexSelectTopicLabel" value="Select a topic, then click Display" />\r
-<item name="Disabled Prev" value="<<" />\r
-<item name="Glossary" value="Glossary" />\r
-<item name="Search" value="Search" />\r
-<item name="CantSearch" value="Cannot search for that phrase." />\r
-<item name="LoadingIndex" value="Loading Index..." />\r
-<item name="LoadingData" value="Loading data, please wait..." />\r
-<item name="Show_Navigation_Component" value="Show Navigation Component" />\r
-<item name="Book" value="Book" />\r
-<item name="Disabled Next" value=">>" />\r
-<item name="nls_body_empty" value="Sorry, we were unable to find a good answer for your question." />\r
-<item name="nls_button_go_hint" value="Go Search" />\r
-<item name="Find" value="Find" />\r
-<item name="CantOpenURLorFile" value="Can't open URL or file" />\r
-<item name="Print" value="Print" />\r
-<item name="About" value="About" />\r
-<item name="Author" value="Author" />\r
-<item name="IndexSelectTopicTitle" value="Select a Topic" />\r
-<item name="Blank_topic_text" value="This topic was created by WinHelp Project Conversion Wizard, and is the destination of a missing topic or broken hyperlink." />\r
-<item name="BrowserLimitedMessage" value="Your browser does not support frames. We recommend that you update your browser to a version that supports frames." />\r
-<item name="LoadingTOCItem" value="Loading Table of Contents:" />\r
-<item name="Display" value="Display" />\r
-<item name="Cancel" value="Cancel" />\r
-<item name="IndexSelectTopicError" value="Please select a topic." />\r
-<item name="nls_edit_label" value="Type in your question:" />\r
-<item name="SearchLabel" value="Search" />\r
-<item name="RelateTopicListPrompt" value="Click a topic, then click Display." />\r
-<item name="NextTooltip" value="Next Topic" />\r
-<item name="JS_alert_colorlimitation" value="WebHelp has detected that your display is set to 16 colors. For full WebHelp support, please set your display to use 256 or more colors." />\r
-<item name="TopicsNotFound" value="No Topics Found." />\r
-<item name="Show" value="Show" />\r
-<item name="PreTooltip" value="Previous Topic" />\r
-<item name="SearchPrompt" value="- Search -" />\r
-<item name="IndexBtnText" value="Go" />\r
-<item name="JS_alert_ProjectLoadingFail" value="Could not load correctly, please click Refresh." />\r
-<item name="LoadingContents" value="Loading contents, please wait..." />\r
-<item name="Term" value="Term:" />\r
-<item name="WebSearchButton" value="WebSearch" />\r
-<item name="Remote_Page" value="Remote Page" />\r
-<item name="WebSearch" value="WebSearch" />\r
-<item name="LoadingFTS" value="Reading Search Data..." />\r
-<item name="Index" value="Index" />\r
-<item name="JS_alert_ErrorInLoading" value="Error in Loading navigation component. Please regenerate WebHelp." />\r
-<item name="JS_alert_appletNotLoad" value="Unable to load applet. If you are using an old version of Netscape, the prefs.js file needs to be edited." />\r
-<item name="IndexInputPrompt" value="Type in the keyword to find:" />\r
-<item name="Page" value="Page" />\r
-<item name="SuggestViewNoFrameMsg2" value="hyperlink." />\r
-<item name="nls_button_go_text" value="Go" />\r
-<item name="Searching" value="Searching..." />\r
-\r
- <item name="English" value="" />\r
- <item name="langorder" value="0,1,2,3,4,5,6,7,8,40,41,42,43,44,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,38,45,46,47,48,49,50,33,51,52,53,88,54,34,55,56,115,119,121,123,125,126,127,128,129,130,57,58,89,90,91,59,60,131,148,150,154,158,168,171,173,175,185,187,189,191,193,197,214,216,218,220,225,230,240,242,244,246,252,61,62,63,64,66,67,131,148,150,154,158,168,171,173,175,185,187,189,191,193,197,214,216,218,220,225,230,240,242,244,246,252,68,69,70,71,27,114,28,82,170,85,112,109,110,65,113,223,86,213,29,255,30,31,80,81,83,84,111,36,37,79,229,222,87,212,32,254,251,39,72,97,98,99,100,73,101,74,102,133,93,103,35,104,75,105,92,122,124,76,106,107,108,77,120,199,94,116,117,118,78,131,131,131,131,131,131,131,150,158,158,158,158,175,175,175,175,154,193,197,197,197,197,197,95,197,230,230,230,230,246,227,224,131,131,131,131,131,131,131,150,158,158,158,158,175,175,175,175,154,193,197,197,197,197,197,96,197,230,230,230,230,246,227,250," />\r
-\r
- <panes show="0">\r
- <toc />\r
- <index />\r
- <fts />\r
- </panes>\r
-\r
- <stopwords>\r
- <word name="a" />\r
- <word name="about" />\r
- <word name="after" />\r
- <word name="against" />\r
- <word name="all" />\r
- <word name="also" />\r
- <word name="among" />\r
- <word name="an" />\r
- <word name="and" />\r
- <word name="are" />\r
- <word name="as" />\r
- <word name="at" />\r
- <word name="be" />\r
- <word name="became" />\r
- <word name="because" />\r
- <word name="been" />\r
- <word name="between" />\r
- <word name="but" />\r
- <word name="by" />\r
- <word name="can" />\r
- <word name="come" />\r
- <word name="do" />\r
- <word name="during" />\r
- <word name="each" />\r
- <word name="early" />\r
- <word name="for" />\r
- <word name="form" />\r
- <word name="found" />\r
- <word name="from" />\r
- <word name="had" />\r
- <word name="has" />\r
- <word name="have" />\r
- <word name="he" />\r
- <word name="her" />\r
- <word name="his" />\r
- <word name="however" />\r
- <word name="in" />\r
- <word name="include" />\r
- <word name="into" />\r
- <word name="is" />\r
- <word name="it" />\r
- <word name="its" />\r
- <word name="late" />\r
- <word name="later" />\r
- <word name="made" />\r
- <word name="many" />\r
- <word name="may" />\r
- <word name="me" />\r
- <word name="med" />\r
- <word name="more" />\r
- <word name="most" />\r
- <word name="near" />\r
- <word name="no" />\r
- <word name="non" />\r
- <word name="not" />\r
- <word name="of" />\r
- <word name="on" />\r
- <word name="only" />\r
- <word name="or" />\r
- <word name="other" />\r
- <word name="over" />\r
- <word name="several" />\r
- <word name="she" />\r
- <word name="some" />\r
- <word name="such" />\r
- <word name="than" />\r
- <word name="that" />\r
- <word name="the" />\r
- <word name="their" />\r
- <word name="then" />\r
- <word name="there" />\r
- <word name="these" />\r
- <word name="they" />\r
- <word name="this" />\r
- <word name="through" />\r
- <word name="to" />\r
- <word name="under" />\r
- <word name="until" />\r
- <word name="use" />\r
- <word name="was" />\r
- <word name="we" />\r
- <word name="were" />\r
- <word name="when" />\r
- <word name="where" />\r
- <word name="which" />\r
- <word name="who" />\r
- <word name="with" />\r
- <word name="you" />\r
- </stopwords>\r
-\r
- <stems>\r
- <stem name="ed" />\r
- <stem name="es" />\r
- <stem name="er" />\r
- <stem name="e" />\r
- <stem name="s" />\r
- <stem name="ingly" />\r
- <stem name="ing" />\r
- <stem name="ly" />\r
- </stems>\r
-\r
- <paneskin>\r
- <background color="#ffffff" img="" />\r
- <font name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="none" />\r
- <toc>\r
- <background color="#ffffff" img="" />\r
- <icons>\r
- <book open="wht_toc2.gif" close="wht_toc1.gif" />\r
- <item local="wht_toc3.gif" remote="wht_toc4.gif" />\r
- <newbook open="" close="" />\r
- <newitem local="" remote="" />\r
- </icons>\r
- <fonts>\r
- <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" />\r
- <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" />\r
- </fonts>\r
- <activebackgroundcolor attr="#c0c0c0" />\r
- <margin attr="" />\r
- <indent attr="" />\r
- </toc>\r
- <index>\r
- <form>\r
- <fonts>\r
- <title name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="none" />\r
- </fonts>\r
- <button normal="" hover="" />\r
- <editwith value="20" />\r
- </form>\r
- <background color="#ffffff" img="" />\r
- <fonts>\r
- <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" />\r
- <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" />\r
- <empty name="" size="8pt" color="" style="" weight="" decoration="" />\r
- </fonts>\r
- <activebackgroundcolor attr="#c0c0c0" />\r
- <margin attr="" />\r
- <indent attr="" />\r
- </index>\r
- <fts>\r
- <form>\r
- <fonts>\r
- <title name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="none" />\r
- </fonts>\r
- <button normal="" hover="" />\r
- <editwith value="20" />\r
- </form>\r
- <background color="#ffffff" img="" />\r
- <fonts>\r
- <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" />\r
- <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" />\r
- <error name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" />\r
- </fonts>\r
- <activebackgroundcolor attr="#c0c0c0" />\r
- <margin attr="" />\r
- <indent attr="" />\r
- </fts>\r
- <glossary>\r
- <background color="#ffffff" img="" />\r
- <fonts>\r
- <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" />\r
- <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" />\r
- </fonts>\r
- <activebackgroundcolor attr="#c0c0c0" />\r
- <margin attr="" />\r
- <indent attr="" />\r
- </glossary>\r
- </paneskin>\r
-</resource>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>About WebHelp </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<style type="text/css">\r
-<!--\r
-P {margin-left:5pt;margin-top:2pt;margin-bottom:2pt;font-size:8pt;font-family:Verdana,sans-serif;}\r
-P.disp {margin-left:5pt; margin-top:0pt;margin-bottom:10pt;font-size:7pt;font-family:Verdana,sans-serif;}\r
-//-->\r
-</style>\r
-<script>\r
-<!--\r
-// this block fix: HTML Dialog Ignores Size Parameters Without SCRIPT Block\r
-//-->\r
-</script> \r
-<body bgcolor="white" scroll=no RIGHTMARGIN=0 BOTTOMMARGIN=0 TOPMARGIN=0 LEFTMARGIN=0>\r
-<table border="0" cellpadding="0" cellspacing="0" width="350">\r
- <tr>\r
- <td><img src="wht_spac.gif" width="99" height="1" border="0"></td>\r
- <td><img src="wht_spac.gif" width="251" height="1" border="0"></td>\r
- <td><img src="wht_spac.gif" width="1" height="1" border="0"></td>\r
- </tr>\r
- <tr>\r
- <td width="99" height="190" rowspan="3" valign="top"><img src="wht_abgw.jpg" border="0"></td>\r
- <td width="211" height="60" valign="top"><img src="wht_abtw.jpg" border="0"></td>\r
- <td><img src="wht_spac.gif" width="1" height="65" border="0"></td>\r
- </tr>\r
- <tr>\r
- <td valign="top">\r
- <p><a href="http://www.ehelp.com" target="_blank">Macromedia</a></p>\r
- <p><nobr>Copyright © 1992 - 2004, eHelp Corporation</nobr></p>\r
- <p>Author: Macromedia</p>\r
- </td>\r
- <td><img src="wht_spac.gif" width="1" height="50" border="0"></td>\r
- </tr>\r
- <tr>\r
- <td valign="top">\r
- <p>Powered by: WebHelp 5.50\r
- <br>Generated by: RoboHelp X5\r
- <br><a class="tail" href="http://www.ehelp.com/webhelp1" target="_blank">www.ehelp.com</a></p>\r
- </td>\r
- <td><img src="wht_spac.gif" width="1" height="50" border="0"></td>\r
- </tr>\r
-</table>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>Blank Page</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body>\r
-</body>\r
-</html>\r
+++ /dev/null
-\r
-<html>\r
-<head>\r
-</head>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" >\r
-<!--\r
-if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-\r
-<script type="text/javascript" language="javascript" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript">\r
-<!--\r
-if (!window.gbWhProxy)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-\r
-\r
-<script language="javascript">\r
-<!--\r
-var gsPane="";\r
-var gnType=3;\r
-\r
-var oMsgPane = new whMessage(WH_MSG_GETPANETYPE, this, 1, null);\r
-if (SendMessage(oMsgPane))\r
-{\r
- gsPane = oMsgPane.oParam.sPaneURL;\r
- gnType = oMsgPane.oParam.nType;\r
-}\r
-\r
- var strDefaultTopic = "about:blank";\r
- var oParam = new Object();\r
- oParam.sTopic = "";\r
- var oMsg = new whMessage(WH_MSG_GETDEFAULTTOPIC, this, 1, oParam);\r
- if (SendMessage(oMsg) && oParam.sTopic != "")\r
- strDefaultTopic = oParam.sTopic;\r
-var strHTML = "";\r
-if (gnType == 4)\r
-{\r
- //no navipane at all\r
- strHTML += "<frameset border=\"0\" cols=\"100%,*\">";\r
- strHTML += "<frame src=\"" + strDefaultTopic + "\" name=\"bsscright\" framespacing=\"0\" frameborder=\"0\" border=\"0\" scrolling=\"auto\">";\r
- strHTML += "<frame src=\"whskin_blank.htm\" noresize>";\r
- strHTML += "</frameset>";\r
-}\r
-else\r
- strHTML += "<frameset cols=\"220,*\" hostof=\"parent:minibar_navpane|topic!startpage:no\" frameborder=\"1\" id=\"whPfset\"><frame src=\"whskin_frmset010.htm\" id=\"minibar_navpane\" frameborder=\"0\" border=\"0\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\"></frame><frame src=\""+strDefaultTopic+"\" id=\"topic\" frameborder=\"1\" border=\"1\" scrolling=\"auto\" title=\"Topic\" name=\"bsscright\"></frame></frameset>";\r
-document.write(strHTML);\r
-// handle show pane, hide pane and query pane status message.\r
-RegisterListener2(this, WH_MSG_RESIZEPANE);\r
-RegisterListener2(this, WH_MSG_SHOWPANE);\r
-RegisterListener2(this, WH_MSG_HIDEPANE);\r
-RegisterListener2(this, WH_MSG_ISPANEVISIBLE);\r
-\r
-function window_unload()\r
-{\r
- UnRegisterListener2(this, WH_MSG_RESIZEPANE);\r
- UnRegisterListener2(this, WH_MSG_SHOWPANE);\r
- UnRegisterListener2(this, WH_MSG_HIDEPANE);\r
- UnRegisterListener2(this, WH_MSG_ISPANEVISIBLE);\r
-}\r
-\r
-window.onunload=window_unload;\r
-\r
-var gbShow=false;\r
-var gstrFrameLastSetting="";\r
-function onSendMessage(oMsg)\r
-{\r
- var oMsgout = null;\r
- var nMsgId = oMsg.nMessageId;\r
- var oFrameset = null;\r
- if (nMsgId == WH_MSG_SHOWPANE)\r
- {\r
- if (!gbShow)\r
- {\r
- oFrameset = getElement("whPfset");\r
- if (oFrameset)\r
- {\r
- if (gstrFrameLastSetting)\r
- oFrameset.cols= gstrFrameLastSetting;\r
- else\r
- oFrameset.cols= "220,*";\r
- }\r
- gbShow=true;\r
- oMsgout = new whMessage(WH_MSG_PANESTATUE, this, 1, "visible");\r
- SendMessage(oMsgout);\r
- }\r
- return false;\r
- }\r
- else if (nMsgId == WH_MSG_HIDEPANE)\r
- {\r
- oFrameset = getElement("whPfset");\r
- if (oFrameset)\r
- {\r
- gstrFrameLastSetting=oFrameset.cols; \r
- var oWnd=frames[0];\r
- if (oWnd && oWnd.document && oWnd.document.body)\r
- {\r
- var nPos=0;\r
- if ("cols"=="cols")\r
- nPos=oWnd.document.body.offsetWidth;\r
- else\r
- nPos=oWnd.document.body.offsetHeight;\r
- if(0==0)\r
- gstrFrameLastSetting=nPos+",*";\r
- else\r
- gstrFrameLastSetting="*,"+nPos;\r
- }\r
- oFrameset.cols = "0,*";\r
- }\r
- gbShow=false;\r
- oMsgout = new whMessage(WH_MSG_PANESTATUE, this, 1, "invisible");\r
- SendMessage(oMsgout);\r
- return false;\r
- }\r
- else if (nMsgId == WH_MSG_RESIZEPANE)\r
- {\r
- if (!gbShow)\r
- {\r
- gbShow=true;\r
- oMsgout = new whMessage(WH_MSG_PANESTATUE, this, 1, "visible");\r
- SendMessage(oMsgout);\r
- }\r
- return false;\r
- }\r
- else if (nMsgId == WH_MSG_ISPANEVISIBLE)\r
- {\r
- oMsg.oParam.bVisible = isNavPaneVisible();\r
- return false;\r
- }\r
- return true;\r
-}\r
-\r
-function isNavPaneVisible()\r
-{\r
- var bVisible = false;\r
- var sSplit = getElement("whPfset").cols;\r
- var nSplit = sSplit.indexOf(",");\r
- if (nSplit != -1)\r
- {\r
- var sPart1 = sSplit.substring(0, nSplit);\r
- var sPart2 = sSplit.substring(nSplit + 1);\r
- if ("minibar_navpane" == "navpane")\r
- {\r
- var sTemp = sPart1;\r
- sPart1 = sPart2;\r
- sPart2 = sTemp;\r
- }\r
-\r
- if (sPart2 != "*")\r
- {\r
- var n = parseInt(sPart2);\r
- if (n>0)\r
- bVisible = true;\r
- }\r
- else\r
- {\r
- if (sPart1 != "100%")\r
- bVisible = true;\r
- }\r
- }\r
- return bVisible;\r
-}\r
-//-->\r
-</script>\r
-\r
-</html>
\ No newline at end of file
+++ /dev/null
-\r
-<html>\r
-<head>\r
-</head>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" >\r
-<!--\r
-if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-\r
-<script type="text/javascript" language="javascript" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript">\r
-<!--\r
-if (!window.gbWhProxy)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-\r
-\r
-<script language="javascript">\r
-<!--\r
-var gsPane="";\r
-var gnType=3;\r
-\r
-var oMsgPane = new whMessage(WH_MSG_GETPANETYPE, this, 1, null);\r
-if (SendMessage(oMsgPane))\r
-{\r
- gsPane = oMsgPane.oParam.sPaneURL;\r
- gnType = oMsgPane.oParam.nType;\r
-}\r
-var strHTML = "";\r
-if (gnType == 4)\r
-{\r
- //no navipane at all\r
- strHTML += "<frameset border=\"0\" cols=\"100%,*\">";\r
- strHTML += "<frame src='whskin_mbars.htm' id='minibar' frameborder='0' border='0' scrolling='no' marginheight='0' title='Mini Toolbar'></frame>";\r
- strHTML += "<frame src=\"whskin_blank.htm\" noresize>";\r
- strHTML += "</frameset>";\r
-}\r
-else\r
- strHTML += "<frameset rows=\"24,*\" hostof=\"parent:minibar|navpane!startpage:no\" frameborder=\"0\" border=\"0\"><frame src=\"whskin_mbars.htm\" id=\"minibar\" frameborder=\"0\" border=\"0\" scrolling=\"no\" marginheight=\"0\" title=\"Mini Toolbar\"></frame><frame src=\""+gsPane+"\" id=\"navpane\" frameborder=\"0\" border=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" title=\"Navigator Pane\"></frame></frameset>";\r
-\r
-document.write(strHTML);\r
-//-->\r
-</script>\r
-</html>
\ No newline at end of file
+++ /dev/null
-\r
-<html>\r
-<head><script language="javascript">\r
-<!--\r
-var sIcon="whstart.ico";\r
-var sPath=document.location.href;\r
-if (sPath.indexOf("http")!= -1)\r
- document.write("<link REL=\"SHORTCUT ICON\" href=\""+ sIcon +"\">");\r
-//-->\r
-</script>\r
- <title>Gauss Points Viewer</title>\r
- <meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
- <meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" >\r
-<!--\r
-if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-\r
-<script type="text/javascript" language="javascript" src="whstub.js"></script>\r
-<script language="javascript">\r
-<!--\r
-var nWebhelpNavPaneMode = 1; //1: DHTML 2:Applet 3:PureHTML 4:NoframeAt all\r
-var strPaneDHTML = "whskin_pdhtml.htm"; //whd_nvp10.htm if tab enabled, whnframe.htm if tab disabled.\r
-var strPaneApplet = "whskin_papplet.htm";\r
-var strPaneList = "whskin_plist.htm";\r
-var bNoApplet = false;\r
-\r
-var strPane = "";\r
-\r
-var nViewFrameType = -1;\r
-\r
-if (!window.gAgent)\r
-{\r
- // low end browser, we don't even try to determine it.\r
- document.location = "whnjs.htm";\r
-}\r
-else\r
-{\r
- if (!gbNav4&&!gbIE4&&!gbOpera7&&!gbSafari) \r
- document.location = "whnjs.htm";\r
- else if (gbNav4 && !gbNav6 && ((gnVerMinor <= 4.06)))\r
- document.location = "whnjs.htm";\r
- else if (gbMac && gbIE4 && !gbIE5) \r
- document.location = "whnjs.htm";\r
- //figure out which mode is the best\r
- else\r
- {\r
- nViewFrameType=nWebhelpNavPaneMode;\r
- if (nWebhelpNavPaneMode==1||nWebhelpNavPaneMode == 2)\r
- {\r
- var gbDHTML=(nWebhelpNavPaneMode==1);\r
- if (gbNav4) nViewFrameType = 2;\r
- if (gbNav4&&(gnVerMinor < 4.1)) nViewFrameType = 3;\r
- if (gbNav4&&(gnVerMinor == 4.6)) nViewFrameType = 3;\r
- if (gbIE4&&gbDHTML) nViewFrameType = 1;\r
- if (gbIE4&&gbSunOS&&nWebhelpNavPaneMode==2) nViewFrameType = 3;\r
- if (gbNav4&&gbSunOS&&nViewFrameType==2) nViewFrameType = 3;\r
- if (gbNav6&&gbDHTML) nViewFrameType = 1;\r
- if (gbNav6&&!gbNav61&&nWebhelpNavPaneMode == 2) nViewFrameType = 3;\r
- if (gbMac) nViewFrameType = 3;\r
- if (gbOpera7&&nViewFrameType == 2) nViewFrameType = 3;\r
- if ((bNoApplet)&&(nViewFrameType == 2)) nViewFrameType = 3;\r
- }\r
- }\r
-}\r
-\r
-if (nViewFrameType!=-1)\r
-{\r
- var gbWindows = ((gAgent.indexOf("win") != -1) || (gAgent.indexOf("16bit") != -1));\r
- //The colordepth of the 16 color on Windows is 1. \r
- if ((gbWindows) && (gbNav4) && (window.screen) && (window.screen.colorDepth <= 4))\r
- {\r
- alert("WebHelp has detected that your display is set to 16 colors. For full WebHelp support, please set your display to use 256 or more colors.");\r
- nViewFrameType = 3;\r
- }\r
-\r
- //figure out which one is navpane\r
- // ReplaceMark:nViewFrameType = 1\r
- if (nViewFrameType == 1)\r
- {\r
- if (gbNav4 && !gbNav6)\r
- strPane = strPaneList;\r
- else\r
- strPane = strPaneDHTML;\r
- }\r
- else if (nViewFrameType == 2)\r
- strPane = strPaneApplet;\r
- else\r
- strPane = strPaneList;\r
-}\r
-//-->\r
-</script>\r
-<script type="text/javascript" language="javascript" src="whstart.js"></script>\r
-<script type="text/javascript" language="javascript">\r
-<!--\r
-if (!gbIE4&&!gbNav4&&!gbOpera7&&!gbSafari)\r
- document.location = "whnjs.htm";\r
-\r
-function CMRAgent( strID, strURL, strLabel, strFrameAttr )\r
-{\r
- this.m_strID = strID;\r
- this.m_strURL = strURL;\r
- this.m_strLabel = strLabel;\r
- this.m_strFrameAttr = strFrameAttr;\r
-}\r
-\r
-function CMRServer()\r
-{\r
- this.m_cAgents = new Array;\r
-}\r
-var cMRServer = new CMRServer;\r
-// GetServerInfo\r
-// Registry the agent array handled by webhelp\r
-// ReplaceMark:MRServer.strServerData\r
-//-->\r
-</script>\r
-\r
-<script type="text/javascript" language="javascript">\r
-<!--\r
-if (nViewFrameType!=-1)\r
-{\r
- var strHTML = "<frameset rows=\"32,*\" hostof=\"parent:toolbar!startpage:yes\" frameborder=\"0\" border=\"0\"><frame src=\"whskin_tbars.htm\" id=\"toolbar\" frameborder=\"0\" border=\"0\" scrolling=\"no\" noresize marginheight=\"0\" marginwidth=\"0\" title=\"Toolbar\"></frame><frame src=\"whskin_frmset01.htm\" frameborder=\"1\" border=\"1\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\"></frame></frameset>";\r
- document.write(strHTML);\r
-}\r
-//-->\r
-</script>\r
-\r
-<frameset cols="100%,*" frameborder=no border=0>\r
- <frame src="whnjs.htm">\r
- <frame src="whskin_blank.htm" noresize>\r
-</frameset>\r
-\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>WebHelp 5.50 </title>\r
-<meta name="description" content="output from robohelp">\r
-<meta name="keywords" content="robohelp,webhelp,webhelp enterprise,roboinfo">\r
-</head>\r
-<body>\r
-<h1> WebHelp 5.50 System Info </h1>\r
-<table>\r
-<tr><td> Start Page </td><td>gauss_points_viewer.htm</td></tr>\r
-<tr><td> Skin Name </td><td>Default</td></tr>\r
-<tr><td> Generating Time </td><td>12:05 12/20/2005</td></tr>\r
-<tr><td> Language ID </td><td>1033</td></tr>\r
-<tr><td> Compile Script </td><td>webhelp5_compile_script.xml</td></tr>\r
-<tr><td> Compile Build Version </td><td>13.10.606</td></tr>\r
-<tr><td> Product Name </td><td>WebHelp 5.50</td></tr>\r
-<tr><td> Authoring Tool Name </td><td>RoboHelp X5</td></tr>\r
-<table>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title> WebHelp Navigation Mini-bar </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<style>\r
-<!--\r
-body {margin:0;}\r
--->\r
-</style>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whmozemu.js"></script>\r
-<script language="javascript1.2" src="whtbar.js"></script>\r
-<body marginheight="0" marginwidth="0" bgcolor="#99ccff" scroll="no">\r
-<script language="javascript1.2">\r
-<!--\r
-if (window.gbWhTBar)\r
-{\r
- setButtonFont("avprev","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("avnext","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("synctoc","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("hide2","Tahoma","8pt","Black","Normal","Normal","none");\r
-\r
- gsIPrev = "wht_prev.gif";\r
- gsIPrevD = "wht_prev_g.gif";\r
- gsINext = "wht_next.gif";\r
- gsINextD = "wht_next_g.gif";\r
- gsISync = "wht_sync.gif";\r
- gsIHide = "wht_hide.gif";\r
- setBackgroundcolor("#99ccff");\r
- \r
- \r
- addButton("avprev",BTN_TEXT|BTN_IMG,"","","","","",0,0,"","","","","","");\r
-addButton("avnext",BTN_TEXT|BTN_IMG,"","","","","",0,0,"","","","","","");\r
-addButton("synctoc",BTN_TEXT|BTN_IMG,"","","","","",0,0,"","","","","","");\r
-addButton("hide2",BTN_TEXT|BTN_IMG,"","","","","",0,0,"","","","","","");\r
-\r
- addButton("blankblock");\r
- writeStyle(true);\r
- ReSortMinibarButtons();\r
- writeToolBar();\r
-}\r
-else\r
- document.location.reload();\r
-\r
-if (window.gbNav6)\r
-{\r
- var oMsg=new whMessage(WH_MSG_RELOADNS6,this, 1,null);\r
- SendMessage(oMsg);\r
-}\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>Navigation Pane</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-var gsInitPane="toc";\r
-var gsCurrentPane="";\r
-var gbLoading = "unknown";\r
-var gbTryTime = 0;\r
-var gbMaxTryTime = 6;\r
-var gbPassPhase0 = 0;\r
-var gbretried = 0;\r
-var gbmaxretry = 3;\r
-var gbretrytime = new Array();\r
-\r
-var origWidth = 0;\r
-var origHeight = 0;\r
-\r
-gbretrytime[0]= 5000;\r
-gbretrytime[1]= 30000;\r
-gbretrytime[2]= 60000;\r
-\r
-function addPane(sName, sFile)\r
-{\r
-}\r
-\r
-function setShowPane(sName)\r
-{\r
- gsInitPane=sName;\r
-}\r
- addPane("toc","whtdhtml.htm");\r
- addPane("idx","whidhtml.htm");\r
- addPane("fts","whfdhtml.htm");\r
- setShowPane("toc");\r
-\r
-\r
-function window_unload()\r
-{\r
- if (!gbNav4 || gbNav6) // resize will call unload, but the register code will never be called on Netscape 4.\r
- {\r
- UnRegisterListener2(this, WH_MSG_SHOWTOC);\r
- UnRegisterListener2(this, WH_MSG_SHOWIDX);\r
- UnRegisterListener2(this, WH_MSG_SHOWFTS);\r
- UnRegisterListener2(this, WH_MSG_SHOWGLO);\r
- UnRegisterListener2(this, WH_MSG_SYNCTOC);\r
- UnRegisterListener2(this, WH_MSG_SEARCHTHIS);\r
- UnRegisterListener2(this, WH_MSG_GETPANEINFO);\r
- }\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- var bHidePane=false;\r
- var oMsg=new whMessage(WH_MSG_GETCMD,this,1,null);\r
- if (SendMessage(oMsg))\r
- {\r
- if(oMsg.oParam>0)\r
- {\r
- if(oMsg.oParam==1)\r
- gsInitPane="toc";\r
- else if(oMsg.oParam==2)\r
- gsInitPane="idx";\r
- else if(oMsg.oParam==3)\r
- gsInitPane="fts";\r
- else if(oMsg.oParam==4)\r
- gsInitPane="glo";\r
- }\r
- else if(oMsg.oParam==0)\r
- {\r
- bHidePane=true;\r
- }\r
- }\r
- if (bHidePane)\r
- {\r
- oMsg=new whMessage(WH_MSG_HIDEPANE,this,1,null)\r
- SendMessage(oMsg);\r
- }\r
- else if (gsInitPane == "toc")\r
- {\r
- oMsg=new whMessage(WH_MSG_SHOWTOC,this,1,null)\r
- SendMessage(oMsg); \r
- }\r
- else if (gsInitPane=="idx")\r
- {\r
- oMsg=new whMessage(WH_MSG_SHOWIDX,this,1,null)\r
- SendMessage(oMsg); \r
- }\r
- else if (gsInitPane=="fts")\r
- {\r
- oMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null)\r
- SendMessage(oMsg); \r
- }\r
- else if (gsInitPane=="glo")\r
- {\r
- oMsg=new whMessage(WH_MSG_SHOWGLO,this,1,null)\r
- SendMessage(oMsg); \r
- }\r
- \r
-}\r
-\r
-function onResize()\r
-{\r
- var oMsg=null;\r
- if (gbIE4)\r
- {\r
- if(document.body)\r
- {\r
- if(document.body.clientWidth > 1 && document.body.clientHeight>1)\r
- {\r
- oMsg = new whMessage(WH_MSG_RESIZEPANE,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
- }\r
- else \r
- {\r
- if (window.innerWidth != 0 && window.innerHeight != 0)\r
- {\r
- oMsg = new whMessage(WH_MSG_RESIZEPANE,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
-}\r
-\r
-function CheckLoadingPhase0()\r
-{\r
- if (!gbPassPhase0) {\r
- setTimeout("CheckLoadingPhase0()", 1000);\r
- document.applets[0];\r
- gbPassPhase0 = 1;\r
- }\r
- else {\r
- CheckLoadingPhase1();\r
- }\r
-}\r
-\r
-function CheckLoadingPhase1()\r
-{\r
- if (gbNav4) {\r
- if ("unknown" == gbLoading && document.readystate < 4) {\r
- setTimeout("CheckLoadingPhase1()", 1000);\r
- }\r
- else if ("unknown" == gbLoading) {\r
- CheckLoadingPhase2();\r
- }\r
- }\r
-}\r
-\r
-function CheckLoadingPhase2()\r
-{\r
- if (gbNav4) {\r
- gbTryTime ++;\r
- if ("unknown" == gbLoading) {\r
- if (gbTryTime <= gbMaxTryTime )\r
- setTimeout("CheckLoadingPhase2()", 1000);\r
- else {\r
- if (gnVerMinor != 4.60) {\r
- alert("Unable to load applet. If you are using an old version of Netscape, the prefs.js file needs to be edited.");\r
- }\r
- } \r
- }\r
- }\r
-}\r
-\r
-function CheckAppletLoaded()\r
-{\r
- if (typeof(document.WebHelp) == "undefined")\r
- {\r
- document.location.reload();\r
- if (gbretried < gbmaxretry)\r
- {\r
- gbretried ++;\r
- setTimeout("CheckAppletLoaded();", gbretrytime[gbretried]);\r
- }\r
- }\r
-}\r
-\r
-function reDo() \r
-{\r
- if (innerWidth != origWidth || innerHeight != origHeight) \r
- {\r
- //reloaded applet if nessary\r
- gbretried = 0;\r
-\r
- if (gnVerMinor == 4.60) \r
- {\r
- //reload the applet again.\r
- document.location.reload();\r
- gbretried ++;\r
- }\r
- setTimeout("CheckAppletLoaded();", gbretrytime[gbretried]);\r
- }\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- if (oMsg)\r
- { \r
- var nMsgId = oMsg.nMessageId;\r
- var WebHelpApplet = null;\r
- if (gbNav4)\r
- {\r
- WebHelpApplet = document.applets["WebHelp"];\r
- if (!WebHelpApplet.Command)\r
- document.location="whskin_plist.htm";\r
- }\r
- else\r
- WebHelpApplet = window.WebHelp;\r
-\r
- if(nMsgId==WH_MSG_GETPANEINFO)\r
- {\r
- oMsg.oParam=gsCurrentPane;\r
- return false;\r
- }\r
- else if(gbLoading!="unknown" || gbNav6)\r
- {\r
- if (nMsgId == WH_MSG_SHOWTOC)\r
- {\r
- gsCurrentPane="toc";\r
- WebHelpApplet.Command("Contents",null);\r
- var onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"toc");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWIDX)\r
- {\r
- gsCurrentPane="idx";\r
- WebHelpApplet.Command("Index",null);\r
- var onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"idx");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWFTS)\r
- {\r
- gsCurrentPane="fts";\r
- WebHelpApplet.Command("Search",null);\r
- var onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"fts");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWGLO)\r
- {\r
- gsCurrentPane="glo";\r
- WebHelpApplet.Command("Glossary",null);\r
- var onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"glo");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SYNCTOC)\r
- {\r
- gsCurrentPane="toc";\r
- var oTopicParam=oMsg.oParam;\r
- if(oTopicParam&&oTopicParam.aPaths&&oTopicParam.aPaths.length>0&&oTopicParam.sPPath)\r
- {\r
- var sPPath=_browserStringToText(oTopicParam.sPPath);\r
- var sParam="";\r
- for(var i=0;i<oTopicParam.aPaths.length;i++)\r
- {\r
- sParam+=oTopicParam.aPaths[i]+"\r\r";\r
- }\r
- WebHelpApplet.Command("SyncToc",sPPath,sParam);\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_SEARCHTHIS)\r
- {\r
- gsCurrentPane="fts";\r
- WebHelpApplet.Command("Search",oMsg.oParam);\r
- var onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"fts");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-function getInitTocInfo()\r
-{\r
- var oParam=new Object();\r
- oParam.oTocInfo=null;\r
- var oMsg=new whMessage(WH_MSG_GETTOCPATHS,this,1,oParam);\r
- if(SendMessage(oMsg))\r
- {\r
- var oTopicParam=oMsg.oParam.oTocInfo;\r
- if(oTopicParam&&oTopicParam.aPaths&&oTopicParam.aPaths.length>0&&oTopicParam.sPPath)\r
- {\r
- var sPPath=_browserStringToText(oTopicParam.sPPath);\r
- var sParam="";\r
- for(var i=0;i<oTopicParam.aPaths.length;i++)\r
- {\r
- sParam+=oTopicParam.aPaths[i]+"\r\r";\r
- }\r
- var WebHelpApplet;\r
- if(gbNav4)\r
- WebHelpApplet=document.applets["WebHelp"];\r
- else\r
- WebHelpApplet=WebHelp;\r
- WebHelpApplet.Command("SyncToc",sPPath,sParam);\r
- }\r
- }\r
-}\r
-\r
-if(window.gbWhUtil&&window.gbWhMsg&&window.gbWhVer&&window.gbWhProxy)\r
-{\r
- RegisterListener2(this, WH_MSG_SHOWTOC);\r
- RegisterListener2(this, WH_MSG_SHOWIDX);\r
- RegisterListener2(this, WH_MSG_SHOWFTS);\r
- RegisterListener2(this, WH_MSG_SHOWGLO);\r
- RegisterListener2(this, WH_MSG_SYNCTOC);\r
- RegisterListener2(this, WH_MSG_SEARCHTHIS);\r
- RegisterListener2(this, WH_MSG_GETPANEINFO);\r
-\r
- window.onresize=onResize;\r
- window.onunload = window_unload;\r
- window.onload=window_OnLoad;\r
- window.onerror = null;\r
- var gbWindows = ((gAgent.indexOf("win") != -1) || (gAgent.indexOf("16bit") != -1));\r
-\r
- if (gbNav4 && !gbNav6 && gbWindows) {\r
- setTimeout("CheckLoadingPhase0()", 1000);\r
- }\r
- if (gbNav4)\r
- {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
- }\r
-}\r
-else\r
- document.location.reload();\r
-\r
-if (window.gbNav6)\r
-{\r
- var oMsg=new whMessage(WH_MSG_RELOADNS6,this, 1,null);\r
- SendMessage(oMsg);\r
-}\r
-//-->\r
-</script>\r
-</head>\r
-<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="c0c0c0">\r
-<applet code=WebHelp.class name=WebHelp archive=webhelp.jar width=100% height=100% MAYSCRIPT hspace=0 vspace=0>\r
-<PARAM name=ProjectFile value=whproj.xml><PARAM name=ResourceFile value=whres.xml>\r
-<PARAM name=HideTabs value=true>\r
-<PARAM name=Frame value=bsscright>\r
-<PARAM name=cabbase value=webhelp.cab>\r
-</applet>\r
-</body>\r
-</html>\r
+++ /dev/null
-<html>\r
-<head>\r
-<title> Navigation Pane </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body border=0 topmargin=0 bottommargin=0 rightmargin=0 leftmargin=0 scroll=no>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmozemu.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whphost.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-if (window.gbWhPHost)\r
-{\r
- var gsNavReDirect="whskin_plist.htm";\r
- var gbReDirectThis=true;\r
- var oMsg = new whMessage(WH_MSG_GETPANES, this, 1, null);\r
- if (SendMessage(oMsg))\r
- {\r
- if (oMsg.oParam)\r
- {\r
- for (var i=0;i<oMsg.oParam.aPanes.length;i++)\r
- {\r
- addPane(oMsg.oParam.aPanes[i].sPaneName, oMsg.oParam.aPanes[i].sPaneURL);\r
- }\r
- setShowPane(oMsg.oParam.sDefault);\r
- setServerEnabled();\r
- }\r
- else\r
- writeWebHelpPane();\r
- }\r
- else\r
- writeWebHelpPane();\r
-}\r
-else\r
- document.location.reload();\r
-\r
-if (window.gbNav6)\r
-{\r
- var oMsg=new whMessage(WH_MSG_RELOADNS6,this, 1,null);\r
- SendMessage(oMsg);\r
-}\r
-\r
-\r
-function writeWebHelpPane()\r
-{\r
- var bPreferXML = false;\r
- var strProjectFileXML = "whproj.xml";\r
- var strProjectFileHTM = "whproj.htm"; \r
- addProject(bPreferXML, strProjectFileXML, strProjectFileHTM);\r
- addPane("toc","whtdhtml.htm");\r
- addPane("idx","whidhtml.htm");\r
- addPane("fts","whfdhtml.htm");\r
- setShowPane("toc");\r
-\r
-}\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>Select a Topic </title>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript">\r
-<!--\r
-var gsBgColor = "#c0c0c0";\r
-var gsBgImage = "";\r
-var gsListBgColor = "white";\r
-var gsListBgImage = "";\r
-var gsMargin="0pt";\r
-var gsIndent="0pt";\r
-var gSelectedItem = -1;\r
-\r
-\r
-var goFont=null;\r
-var goHoverFont=null;\r
-var goTableFont=null;\r
-var gsABgColor="#cccccc";\r
-\r
-function setListBackground(sBgImage)\r
-{\r
- if (sBgImage != null && sBgImage.length > 0)\r
- gsListBgImage = sBgImage;\r
-}\r
-\r
-function setListBackgroundcolor(sBgColor)\r
-{\r
- if (sBgColor != null && sBgColor.length > 0)\r
- gsListBgColor = sBgColor;\r
-}\r
-\r
-function setBackground(sBgImage)\r
-{\r
- if (sBgImage != null && sBgImage.length > 0)\r
- gsBgImage = sBgImage;\r
-}\r
-\r
-function setBackgroundcolor(sBgColor)\r
-{\r
- if (sBgColor != null && sBgColor.length > 0)\r
- gsBgColor = sBgColor;\r
-}\r
-\r
-function setActiveBgColor(sBgColor)\r
-{\r
- gsABgColor=sBgColor;\r
-}\r
-\r
-function setFont(sType, sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration)\r
-{\r
- var vFont=new whFont(sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration);\r
- if (sType == "Normal")\r
- goFont=vFont;\r
- if (sType == "Hover")\r
- goHoverFont=vFont;\r
- else if (sType == "Table")\r
- goTableFont=vFont;\r
-}\r
-\r
-function fnOnload()\r
-{\r
- if( window.dialogArguments != null )\r
- fnLoadOptions( window.dialogArguments );\r
- var items = getElementsByTag(document, "a");\r
- if (items.length > 0)\r
- items[0].focus();\r
-}\r
-\r
-var gaOpts = new Array();\r
-\r
-function selectOption(index)\r
-{\r
- gSelectedItem = index;\r
-}\r
-\r
-function displayOption(index)\r
-{\r
- if (index < gaOpts.length)\r
- {\r
- returnValue = new Object();\r
- returnValue.m_url = gaOpts[index];\r
- }\r
- else\r
- returnValue = null;\r
-\r
- window.close();\r
-}\r
-\r
-function fnLoadOptions( cList )\r
-{\r
- var sHTML = "<dl>";\r
- for( var i=0;i <cList.length; i++)\r
- {\r
- sHTML += "<dt><nobr><a href=\"javascript:void(0);\" onclick=\"return false;\" onfocus=\"selectOption(";\r
- sHTML += gaOpts.length + ");return false;\" ondblclick=\"displayOption(" + gaOpts.length;\r
- sHTML += ");return false;\">"+ _textToHtml(cList[i].m_sName) + "</a></nobr></dt>";\r
- gaOpts[gaOpts.length] = cList[i].m_sURL;\r
- }\r
- sHTML += "</dl>";\r
- var oDivCon=getElement("divlist");\r
- if(oDivCon)\r
- oDivCon.innerHTML=sHTML;\r
- return true;\r
-}\r
-\r
-function fnOK()\r
-{\r
- displayOption(gSelectedItem);\r
-}\r
-\r
-function fnCancel()\r
-{\r
- returnValue = null; window.close();\r
-}\r
-\r
-function fnOnKeypress()\r
-{\r
- switch( event.keyCode )\r
- {\r
- case 13: // enter key\r
- fnOK();\r
- break;\r
- case 27: // escape key\r
- fnCancel();\r
- break;\r
- }\r
-}\r
-\r
-function writeStyle(bMiniBar)\r
-{\r
- var sStyle="";\r
- sStyle+="<style type='text/css'>\n";\r
- sStyle+="<!--\n";\r
- sStyle+="body.clsbody\n";\r
- sStyle+="{\n";\r
- sStyle+="margin: 4px;\n";\r
- sStyle+=getFontStyle(goTableFont);\r
- sStyle+="background-attachment: fixed;\n";\r
- sStyle+="};\n";\r
- sStyle+="P.clsNDXTD\n";\r
- sStyle+="{\n";\r
- sStyle+="margin:0;\n";\r
- sStyle+=getFontStyle(goTableFont);\r
- sStyle+="};\n";\r
- sStyle+="div.clslist\n";\r
- sStyle+="{\n";\r
- if (gsListBgImage)\r
- sStyle+="background-image:url("+gsListBgImage+");\n";\r
- else if (gsListBgColor)\r
- sStyle+="background-color:"+gsListBgColor+";\n";\r
- sStyle+=getFontStyle(goFont);\r
- sStyle+="};\n";\r
- sStyle+="BUTTON.clsNDXButton\n";\r
- sStyle+="{\n";\r
- sStyle+=getFontStyle(goTableFont);\r
- sStyle+="background-color: transparent;\n";\r
- sStyle+="};\n";\r
- sStyle+="dl {"+getFontStyle(goFont)+"margin-left:"+gsIndent+";margin-top:"+gsMargin+";}\n";\r
- sStyle+="A:link {"+getFontStyle(goFont)+"}\n";\r
- sStyle+="A:visited {"+getFontStyle(goFont)+"}\n";\r
- sStyle+="A:active {background-color:"+gsABgColor+";}\n";\r
- sStyle+="A:hover {"+getFontStyle(goHoverFont)+"}\n";\r
- sStyle+="</style>\n";\r
- document.write(sStyle);\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if(document.body)\r
- {\r
- if(gsBgImage&&gsBgImage.length>0)\r
- {\r
- document.body.background=gsBgImage;\r
- }\r
- if(gsBgColor&&gsBgColor.length>0)\r
- {\r
- document.body.bgColor=gsBgColor;\r
- }\r
- }\r
- fnOnload();\r
- window_onResize();\r
-}\r
-\r
-function window_onResize()\r
-{\r
- var oDiv = getElement("divlist");\r
- var oTitle = getElement("p_title");\r
- var oButton = getElement("tb_button");\r
- if (oDiv && oTitle && oButton)\r
- {\r
- oDiv.style.height = document.body.offsetHeight - oTitle.offsetHeight - oButton.offsetHeight - 8;\r
- }\r
-}\r
-goTableFont=new whFont("Verdana","8pt","#000000","normal","normal","none");\r
-goFont=new whFont("Verdana","8pt","#000000","normal","normal","none");\r
-goHoverFont=new whFont("Verdana","8pt","#666666","normal","normal","none");\r
-\r
-\r
-setBackgroundcolor("White");\r
-\r
-setFont("Table", "Tahoma","8pt","Navy","Normal","Normal","none");\r
-setListBackgroundcolor("White");\r
-\r
-setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none");\r
-setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline");\r
-setActiveBgColor("Silver");\r
-\r
-window.onload=window_OnLoad;\r
-window.onresize = window_onResize;\r
-writeStyle();\r
-//-->\r
-</script>\r
-</head>\r
-\r
-<body class="clsbody" scroll="no" onkeypress="fnOnKeypress()">\r
-<p id="p_title" class="clsNDXTD"><nobr>Select a topic, then click Display</nobr></p>\r
-<div id="divlist" class="clslist" style="margin:2px;position: relative;overflow:auto;width:100%;border-style:inset;border-width:2">\r
-</div>\r
-<table id="tb_button" width="100%">\r
- <tr>\r
- <td width="100%" align="center"><button class="clsNDXButton" name="btnOK" onclick="fnOK()">Display</button>   <button class="clsNDXButton" name="btnCancel" onclick="fnCancel()">Cancel</button></td>\r
- </tr>\r
-</table>\r
-\r
-</body>\r
-\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title> Navigation Pane </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-</head>\r
-<script language="javascript">\r
-<!--\r
-var strFrmToc="";\r
-var strFrmNdx="";\r
-var strFrmFts="";\r
-var strFrmGls="";\r
-var strFrmDft="";\r
-var gstrName="";\r
-\r
-//set overwrite here\r
-function setListFrames(strToc,strNdx,strFts,strGls,strDefault)\r
-{\r
- strFrmToc=strToc;\r
- strFrmNdx=strNdx;\r
- strFrmFts=strFts;\r
- strFrmGls=strGls;\r
- strFrmDft=strDefault;\r
- if(strFrmDft==strFrmToc)\r
- gstrName="toc";\r
- else if(strFrmDft==strFrmNdx)\r
- gstrName="idx";\r
- else if(strFrmDft==strFrmFts)\r
- gstrName="fts";\r
- else if(strFrmDft==strFrmGls)\r
- gstrName="glo";\r
-}\r
-\r
-function setWebHelpPane()\r
-{\r
- setListFrames("whgdata/whnvf30.htm","whgdata/whnvf31.htm","whgdata/whnvf32.htm","whgdata/whnvf33.htm","whgdata/whnvf30.htm");\r
-}\r
-\r
-function window_unload()\r
-{\r
- if(!gbNav4||gbNav6) // resize will call unload, but the register code will never be called on Netscape 4.\r
- {\r
- UnRegisterListener2(this,WH_MSG_SHOWTOC);\r
- UnRegisterListener2(this,WH_MSG_SHOWIDX);\r
- UnRegisterListener2(this,WH_MSG_SHOWFTS);\r
- UnRegisterListener2(this,WH_MSG_SHOWGLO);\r
- UnRegisterListener2(this,WH_MSG_GETPANEINFO);\r
- }\r
-}\r
-\r
-function window_onload()\r
-{\r
- var bHidePane=false;\r
- var oMsg=new whMessage(WH_MSG_GETCMD,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- if(oMsg.oParam>0)\r
- {\r
- if(oMsg.oParam==1)\r
- gstrName="toc";\r
- else if(oMsg.oParam==2)\r
- gstrName="idx";\r
- else if(oMsg.oParam==3)\r
- gstrName="fts";\r
- else if(oMsg.oParam==4)\r
- gstrName="glo";\r
- switchNvp(gstrName);\r
- }\r
- else if(oMsg.oParam==0)\r
- {\r
- bHidePane=true;\r
- }\r
- else if(gstrName)\r
- switchNvp(gstrName);\r
- }\r
- if(bHidePane)\r
- {\r
- oMsg=new whMessage(WH_MSG_HIDEPANE,this,1,null)\r
- SendMessage(oMsg);\r
- }\r
- else if(gstrName)\r
- {\r
- oMsg=new whMessage(WH_MSG_PANEINFO,this,1,gstrName);\r
- SendMessage(oMsg);\r
- }\r
- oMsg=new whMessage(WH_MSG_NOSYNC,this,1,null);\r
- SendMessage(oMsg);\r
- oMsg=new whMessage(WH_MSG_NOSEARCHINPUT,this,1,null);\r
- SendMessage(oMsg);\r
-\r
-}\r
-\r
-function switchNvp(strName)\r
-{\r
- var strFile="";\r
- if(strName=="toc") strFile=strFrmToc;\r
- else if(strName=="idx") strFile=strFrmNdx;\r
- else if(strName=="fts") strFile=strFrmFts;\r
- else if(strName=="glo") strFile=strFrmGls;\r
-\r
- gstrName=strName;\r
- frames[0].location=strFile; \r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- if(oMsg)\r
- {\r
- var onMsg=null;\r
- var nMsgId=oMsg.nMessageId;\r
- if(nMsgId==WH_MSG_SHOWTOC)\r
- {\r
- switchNvp("toc");\r
- onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"toc");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWIDX)\r
- {\r
- switchNvp("idx");\r
- onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"idx");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWFTS)\r
- {\r
- switchNvp("fts");\r
- onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"fts");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWGLO)\r
- {\r
- switchNvp("glo");\r
- onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"glo");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_GETPANEINFO)\r
- {\r
- oMsg.oParam=gstrName;\r
- return false;\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-function onResize()\r
-{\r
- var oMsg=null;\r
- if(gbIE4)\r
- {\r
- if(document.body)\r
- {\r
- if(document.body.clientWidth>1&&document.body.clientHeight>1)\r
- {\r
- oMsg=new whMessage(WH_MSG_RESIZEPANE,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
- }\r
- else\r
- {\r
- if(window.innerWidth!=0&&window.innerHeight!=0)\r
- {\r
- oMsg=new whMessage(WH_MSG_RESIZEPANE,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
-}\r
-\r
-if(window.gbWhMsg&&window.gbWhVer&&window.gbWhProxy)\r
-{\r
- var oMsg=new whMessage(WH_MSG_GETPANES,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- if(oMsg.oParam)\r
- {\r
- for(var i=0;i<oMsg.oParam.aPanes.length;i++)\r
- {\r
- if(oMsg.oParam.aPanes[i].sPaneName=="toc")\r
- strFrmToc=oMsg.oParam.aPanes[i].sPaneURL;\r
- else if(oMsg.oParam.aPanes[i].sPaneName=="idx")\r
- strFrmNdx=oMsg.oParam.aPanes[i].sPaneURL;\r
- else if(oMsg.oParam.aPanes[i].sPaneName=="fts")\r
- strFrmFts=oMsg.oParam.aPanes[i].sPaneURL;\r
- else if(oMsg.oParam.aPanes[i].sPaneName=="glo")\r
- strFrmGls=oMsg.oParam.aPanes[i].sPaneURL;\r
- if(oMsg.oParam.sDefault==oMsg.oParam.aPanes[i].sPaneName)\r
- {\r
- strFrmDft=oMsg.oParam.aPanes[i].sPaneURL;\r
- }\r
- }\r
- }\r
- else\r
- setWebHelpPane();\r
- }\r
- else\r
- setWebHelpPane();\r
-\r
- RegisterListener2(this,WH_MSG_SHOWTOC);\r
- RegisterListener2(this,WH_MSG_SHOWIDX);\r
- RegisterListener2(this,WH_MSG_SHOWFTS);\r
- RegisterListener2(this,WH_MSG_SHOWGLO);\r
- RegisterListener2(this,WH_MSG_GETPANEINFO);\r
-\r
- if(gbIE55)\r
- window.onresize=onResize;\r
-\r
- window.onunload=window_unload;\r
- window.onload=window_onload;\r
-\r
- var strHtml="";\r
- strHtml+="<frameset rows=\'100%,*\'>";\r
- strHtml+="<frame name=\'nvplist\' title=\'navpane frame\' src=\'" + strFrmDft +"\'></frame>";\r
- strHtml+="<frame src=\'whskin_blank.htm\' noresize></frame>";\r
- strHtml+="</frameset>";\r
- document.write(strHtml);\r
-}\r
-else\r
- document.location.reload();\r
-\r
-if(window.gbNav6)\r
-{\r
- var oMsg=new whMessage(WH_MSG_RELOADNS6,this,1,null);\r
- SendMessage(oMsg);\r
-}\r
-//-->\r
-</script>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title> WebHelp Navigation Toolbar </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<style>\r
-<!--\r
-body {margin:0;}\r
--->\r
-</style>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whmozemu.js"></script>\r
-<script language="javascript1.2" src="whtbar.js"></script>\r
-\r
-\r
-<body marginheight="0" marginwidth="0" bgcolor="#99ccff" scroll="no">\r
-<script language="javascript1.2">\r
-<!--\r
-if (window.gbWhTBar)\r
-{\r
- setButtonFont("toc","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("toc","Tahoma","8pt","White","Normal","Normal","none", true);\r
-setButtonFont("idx","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("idx","Tahoma","8pt","White","Normal","Normal","none", true);\r
-setButtonFont("fts","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("fts","Tahoma","8pt","White","Normal","Normal","none", true);\r
-setButtonFont("glo","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("glo","Tahoma","8pt","White","Normal","Normal","none", true);\r
-setButtonFont("websearch","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("websearch","Tahoma","8pt","White","Normal","Normal","none", true);\r
-setButtonFont("searchform","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("searchform","","","","","","", true);\r
-setButtonFont("banner","","","","","","");\r
-setButtonFont("banner","","","","","","", true);\r
-\r
- gsIToc = "wht_toc_n.gif";\r
- gsITocS = "wht_toc_h.gif";\r
- gsIIndex = "wht_idx_n.gif";\r
- gsIIndexS = "wht_idx_h.gif";\r
- gsISearch = "wht_fts_n.gif";\r
- gsISearchS = "wht_fts_h.gif";\r
- gsIGlossary = "wht_glo_n.gif";\r
- gsIGlossaryS = "wht_glo_h.gif";\r
- gsIWebSearch = "wht_ws.gif";\r
- gsIWebSearchD = "wht_ws_g.gif";\r
- gsIBanner = "wht_logo1.gif";\r
- gsIGo = "wht_go.gif";\r
- setBackgroundcolor("#99ccff");\r
- \r
- setAlignment("left");\r
- \r
- \r
- if (!gsBgImage)\r
- {\r
- setButtonBgColor("toc", gsBgColor);\r
- setButtonBgColor("idx", gsBgColor);\r
- setButtonBgColor("fts", gsBgColor);\r
- setButtonBgColor("glo", gsBgColor);\r
- setButtonBgColor("toc", gsTBSelectedBgColor, true);\r
- setButtonBgColor("idx", gsTBSelectedBgColor, true);\r
- setButtonBgColor("fts", gsTBSelectedBgColor, true);\r
- setButtonBgColor("glo", gsTBSelectedBgColor, true);\r
- setButtonBgColor("toc","#99ccff");\r
-setButtonBgColor("idx","#99ccff");\r
-setButtonBgColor("fts","#99ccff");\r
-setButtonBgColor("glo","#99ccff");\r
-setButtonBgColor("websearch","#99ccff");\r
-setButtonBgColor("searchform","");\r
-setButtonBgColor("banner","");\r
-\r
- }\r
- setButtonBgColor("toc","#639ace", true);\r
-setButtonBgColor("idx","#639ace", true);\r
-setButtonBgColor("fts","#639ace", true);\r
-setButtonBgColor("glo","#639ace", true);\r
-setButtonBgColor("websearch","#639ace", true);\r
-setButtonBgColor("searchform","", true);\r
-setButtonBgColor("banner","", true);\r
-\r
- addButton("toc",BTN_TEXT|BTN_IMG,"Contents","","","","",0,0,"","","","","","");\r
-addButton("idx",BTN_TEXT|BTN_IMG,"Index","","","","",0,0,"","","","","","");\r
-addButton("fts",BTN_TEXT|BTN_IMG,"Search","","","","",0,0,"","","","","","");\r
-addButton("searchform",BTN_TEXT,"","","","","",0,0,"","","","","","");\r
-addButton("banner",BTN_IMG,"","","","","",0,0,"","","","","","");\r
-\r
- addButton("blankblock");\r
- writeStyle(false);\r
- ReSortToolbarButtons();\r
- writeToolBar();\r
-}\r
-else\r
- document.location.reload();\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-var gsTopic="";\r
-\r
-if (location.hash.length > 1)\r
-{\r
- var nPos = location.hash.indexOf(">>");\r
- if (nPos>1)\r
- {\r
- gsTopic = location.hash.substring(1, nPos);\r
- parseParam(location.hash.substring(nPos+2));\r
- }\r
- else\r
- gsTopic = location.hash.substring(1);\r
-}\r
-\r
-\r
- var strHtml="";\r
- strHtml+="<frameset rows=\'100%,*\'>";\r
- strHtml+="<frame name=\'topicwindow\' src=\'" + gsTopic +"\'></frame>";\r
- strHtml+="<frame src=\'whskin_blank.htm\' noresize></frame>";\r
- strHtml+="</frameset>";\r
- document.write(strHtml);\r
-\r
-function parseParam(sParam)\r
-{\r
- if (sParam)\r
- {\r
- var nBPos=0;\r
- do \r
- {\r
- var nPos=sParam.indexOf(">>", nBPos);\r
- if (nPos!=-1)\r
- {\r
- if (nPos>0)\r
- {\r
- var sPart=sParam.substring(nBPos, nPos);\r
- parsePart(sPart);\r
- }\r
- nBPos = nPos + 2;\r
- }\r
- else\r
- {\r
- var sPart=sParam.substring(nBPos);\r
- parsePart(sPart);\r
- break;\r
- }\r
- } while(nBPos < sParam.length);\r
- } \r
-}\r
-\r
-function parsePart(sPart)\r
-{\r
- if(sPart.toLowerCase().indexOf("cap=")==0)\r
- {\r
- document.title=_browserStringToText(sPart.substring(4));\r
- }\r
-}\r
-//-->\r
-</script>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<?xml version='1.0' encoding='ISO-8859-1' ?>\r
-<topictemplate>\r
- <topic type="normal">\r
- <add tag="head" pos="endbefore" >\r
- <![CDATA["<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_MESSAGE_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript\" src=\"";SF_VERSION_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_PROXY_JS ;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_UTILS_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_TOPIC_JS;"\"></script>\r
-";]]>\r
- </add>\r
- <add tag="body" pos="beginafter">\r
- <![CDATA["<script type=\"text/javascript\" language=\"javascript1.2\">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- ";\r
- OutputInTopicNavBarDataToc("addTocInfo(\"%s\");\r\n");\r
- OutputInTopicNavBarDataBrowse("addAvenueInfo(\"%s\",\"%s\",\"%s\");\r\n");\r
- OutputInTopicNavBarDataButtons("addButton(%s);\r\n");\r
- "\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(";WH_WEBSKIN.topic.bar.top.pos;");\r
-\r
- if (window.setRelStartPage)\r
- {\r
- ";\r
- OutputInTopicNavBarDataHomePage("setRelStartPage(\"%s\");\r\n");\r
- OutputInTopicNavBarDataWebSearch.href("addSearchFormHref(\"%s\");\r\n");\r
- "\r
- autoSync(";WH_USER_OPTIONS.autosync_toc;");\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>"]]> \r
- </add>\r
- <add tag="body" pos="endbefore">\r
- <![CDATA["<script type=\"text/javascript\" language=\"javascript1.2\">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(";WH_WEBSKIN.topic.bar.bottom.pos;");\r
-//-->\r
-</script>";\r
-OutputInTopicNavBarDataWebSearch.form();]]> \r
- </add>\r
- </topic>\r
- <topic type="frameset">\r
- <add tag="head" pos="endbefore" >\r
- <![CDATA["<script type=\"text/javascript1.2\" language=\"javascript\" src=\"";SF_MESSAGE_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript\" src=\"";SF_VERSION_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_PROXY_JS ;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_UTILS_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_FRAMESET_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\">\r
-<!--\r
-if (window.setRelStartPage)\r
-{\r
-";\r
- OutputInTopicNavBarDataHomePage("setRelStartPage(\"%s\");\r\n");\r
- OutputInTopicNavBarDataToc("addTocInfo(\"%s\");\r\n");\r
- OutputInTopicNavBarDataBrowse("addAvenueInfo(\"%s\",\"%s\",\"%s\");\r\n");\r
-"\r
-}\r
-if (window.autoSync)\r
- autoSync(";WH_USER_OPTIONS.autosync_toc;");\r
-//-->\r
-</script>\r
-";]]>\r
- </add>\r
- </topic>\r
-</topictemplate>\r
+++ /dev/null
-// WebHelp 5.10.003\r
-RegisterListener2(this, WH_MSG_GETSTARTFRAME);\r
-RegisterListener2(this, WH_MSG_GETDEFAULTTOPIC);\r
-RegisterListener2(this, WH_MSG_MINIBARORDER);\r
-RegisterListener2(this, WH_MSG_TOOLBARORDER);\r
-RegisterListener2(this, WH_MSG_ISSEARCHSUPPORT);\r
-RegisterListener2(this, WH_MSG_ISSYNCSSUPPORT);\r
-RegisterListener2(this, WH_MSG_ISAVENUESUPPORT);\r
-RegisterListener2(this, WH_MSG_GETPANETYPE);\r
-RegisterListener2(this, WH_MSG_GETPANES);\r
-RegisterListener2(this, WH_MSG_RELOADNS6);\r
-RegisterListener2(this, WH_MSG_GETCMD);\r
-RegisterListener2(this, WH_MSG_GETPANE);\r
-RegisterListener2(this, WH_MSG_GETDEFPANE);\r
-\r
-if (gbNav6)\r
-{\r
- var gnReload=0;\r
- setTimeout("delayReload();",5000);\r
-}\r
-\r
-function delayReload()\r
-{\r
- if (!(this.cMRServer && cMRServer.m_strVersion))\r
- {\r
- if(gnReload!=2)\r
- {\r
- if(nViewFrameType&&nViewFrameType==1)\r
- document.location=document.location;\r
- }\r
- }\r
-}\r
-\r
-var gsToolbarOrder = "toc|idx|fts|blankblock|searchform|banner";\r
-var gsMinibarOrder = "blankblock|hide2|";\r
-\r
-var gsTopic = "index.htm";\r
-var PANE_OPT_SEARCH = 1;\r
-var PANE_OPT_BROWSESEQ = 2;\r
-var gnOpts=-1;\r
-var gnCmd=-1;\r
-var gnPans=2;\r
-var gsBtns="invalid";\r
-var gsDefaultBtn="invalid";\r
-var gbHasTitle=false;\r
-\r
-if (location.hash.length > 1)\r
-{\r
- var sParam = location.hash;\r
- if (sParam.indexOf("#<") == 0)\r
- {\r
- document.location = "whcsh_home.htm#" + sParam.substring(2);\r
- }\r
- else if (sParam.indexOf("#>>") == 0)\r
- {\r
- parseParam(sParam.substring(3));\r
- sParam = "#" + gsTopic + sParam.substring(1);\r
- }\r
- else\r
- {\r
- var nPos = sParam.indexOf(">>");\r
- if (nPos>1)\r
- {\r
- gsTopic = sParam.substring(1, nPos);\r
- parseParam(sParam.substring(nPos+2));\r
- }\r
- else\r
- gsTopic = sParam.substring(1);\r
- }\r
- if (gnPans == 1 && gsTopic)\r
- {\r
- var strURL=location.href;\r
- if (location.hash)\r
- {\r
- var nPos=location.href.indexOf(location.hash);\r
- strURL=strURL.substring(0, nPos);\r
- }\r
- if (gbHasTitle)\r
- document.location=_getPath(strURL)+ "whskin_tw.htm" + sParam;\r
- else\r
- document.location=_getPath(strURL)+ gsTopic;\r
- }\r
-}\r
-\r
-function parseParam(sParam)\r
-{\r
- if (sParam)\r
- {\r
- var nBPos=0;\r
- do \r
- {\r
- var nPos=sParam.indexOf(">>", nBPos);\r
- if (nPos!=-1)\r
- {\r
- if (nPos>0)\r
- {\r
- var sPart=sParam.substring(nBPos, nPos);\r
- parsePart(sPart);\r
- }\r
- nBPos = nPos + 2;\r
- }\r
- else\r
- {\r
- var sPart=sParam.substring(nBPos);\r
- parsePart(sPart);\r
- break;\r
- }\r
- } while(nBPos < sParam.length);\r
- } \r
-}\r
-\r
-function parsePart(sPart)\r
-{\r
- if(sPart.toLowerCase().indexOf("cmd=")==0)\r
- {\r
- gnCmd=parseInt(sPart.substring(4));\r
- }\r
- else if(sPart.toLowerCase().indexOf("cap=")==0)\r
- {\r
- document.title=_browserStringToText(sPart.substring(4));\r
- gbHasTitle=true;\r
- }\r
- else if(sPart.toLowerCase().indexOf("pan=")==0)\r
- {\r
- gnPans=parseInt(sPart.substring(4));\r
- }\r
- else if(sPart.toLowerCase().indexOf("pot=")==0)\r
- {\r
- gnOpts=parseInt(sPart.substring(4));\r
- }\r
- else if(sPart.toLowerCase().indexOf("pbs=")==0)\r
- {\r
- var sRawBtns = sPart.substring(4);\r
- var aBtns = sRawBtns.split("|");\r
- for (var i=0;i<aBtns.length;i++)\r
- {\r
- aBtns[i] = transferAgentNameToPaneName(aBtns[i]);\r
- }\r
- gsRawBtns = aBtns.join("|");\r
- }\r
- else if(sPart.toLowerCase().indexOf("pdb=")==0)\r
- {\r
- gsDefaultBtn=transferAgentNameToPaneName(sPart.substring(4));\r
- }\r
-}\r
-\r
-function setToolbarOrder(sOrder)\r
-{\r
- gsToolbarOrder = sOrder;\r
-}\r
-\r
-function setMinibarOrder(sOrder)\r
-{\r
- gsMinibarOrder = sOrder;\r
-}\r
-\r
-function onSendMessageX(oMsg)\r
-{\r
- var nMsgId = oMsg.nMessageId;\r
- if (nMsgId == WH_MSG_GETSTARTFRAME)\r
- {\r
- oMsg.oParam.oFrame = this;\r
- return false;\r
- }\r
- else if (nMsgId == WH_MSG_GETDEFAULTTOPIC)\r
- {\r
- if (this.cMRServer && cMRServer.m_strVersion)\r
- {\r
- if (cMRServer.m_strURLTopic);\r
- {\r
- oMsg.oParam.sTopic = cMRServer.m_strURLTopic;\r
- return false;\r
- }\r
-\r
- }\r
- oMsg.oParam.sTopic = gsTopic;\r
- return false;\r
- }\r
- else if (nMsgId == WH_MSG_TOOLBARORDER)\r
- {\r
- var oMsg1 = new whMessage(WH_MSG_GETPANES, this, 1, null);\r
- if (SendMessage(oMsg1))\r
- {\r
- if (oMsg1.oParam)\r
- {\r
- if (this.cMRServer && cMRServer.m_strVersion)\r
- {\r
- var aToolbarOrder=cMRServer.m_strAgentList.split(";");\r
- var i=0;\r
- for (i=0;i<aToolbarOrder.length;i++)\r
- aToolbarOrder[i]=transferANToPN2(aToolbarOrder[i]);\r
- aToolbarOrder[aToolbarOrder.length] = "blankblock";\r
- if (cMRServer.m_bShowSearchInput)\r
- {\r
- aToolbarOrder[aToolbarOrder.length] = "searchform";\r
- }\r
- aToolbarOrder[aToolbarOrder.length] = "banner";\r
- var aToolbarOrderNew = new Array();\r
- for (i=0;i<aToolbarOrder.length;i++)\r
- {\r
- if (isAPane(aToolbarOrder[i]))\r
- {\r
- if (oMsg1.oParam.aPanes && oMsg1.oParam.aPanes.length)\r
- {\r
- for (var j=0;j<oMsg1.oParam.aPanes.length;j++)\r
- {\r
- if (aToolbarOrder[i] == oMsg1.oParam.aPanes[j].sPaneName)\r
- {\r
- aToolbarOrderNew[aToolbarOrderNew.length] = aToolbarOrder[i];\r
- break;\r
- }\r
- }\r
- }\r
- }\r
- else\r
- aToolbarOrderNew[aToolbarOrderNew.length] = aToolbarOrder[i];\r
- }\r
- oMsg.oParam = aToolbarOrderNew.join("|");\r
- return false;\r
- }\r
- }\r
- }\r
- var sParam="";\r
- if (gsBtns!="invalid")\r
- sParam=gsBtns+"|blankblock|banner";\r
- else\r
- sParam = gsToolbarOrder;\r
-\r
- if (gnOpts!=-1)\r
- {\r
- var nPosForm=sParam.indexOf("|searchform|");\r
- if (gnOpts&PANE_OPT_SEARCH)\r
- {\r
- if (nPosForm == -1 && sParam.indexOf("|fts|") != -1)\r
- {\r
- var nPos=sParam.indexOf("banner");\r
- if (nPos!=-1)\r
- {\r
- sParam=sParam.substring(0, nPos) + "searchform|" + sParam.substring(nPos);\r
- }\r
- }\r
- }\r
- else\r
- {\r
- if (nPosForm!=-1)\r
- {\r
- sParam=sParam.substring(0,nPosForm) + sParam.substring(nPosForm+11);\r
- }\r
- }\r
- }\r
- oMsg.oParam=sParam;\r
- return false;\r
- }\r
- else if (nMsgId == WH_MSG_MINIBARORDER)\r
- {\r
- var sMinParam=gsMinibarOrder;\r
- if (gnOpts!=-1)\r
- {\r
- var nPosBro=gsMinibarOrder.indexOf("avprev|avnext");\r
- if (gnOpts&PANE_OPT_BROWSESEQ)\r
- {\r
- if (nPosBro==-1)\r
- {\r
- sMinParam ="avprev|avnext|" + gsMinibarOrder;\r
- }\r
- }\r
- else\r
- {\r
- if (nPosBro!=-1)\r
- {\r
- if (nPosBro!=0)\r
- sMinParam=gsMinibarOrder.substring(0, nPosBro) + gsMinibarOrder.substring(nPosBro+14);\r
- else\r
- sMinParam=gsMinibarOrder.substring(14);\r
- }\r
- }\r
- }\r
- oMsg.oParam = sMinParam;\r
- return false;\r
- }\r
- else if (nMsgId == WH_MSG_ISSYNCSSUPPORT)\r
- {\r
- if (this.cMRServer && cMRServer.m_strVersion)\r
- {\r
- if (cMRServer.m_bShowSync)\r
- oMsg.oParam=true;\r
- else\r
- oMsg.oParam=false;\r
- return false;\r
- }\r
- else\r
- {\r
- if(typeof(nViewFrameType)!="undefined")\r
- {\r
- oMsg.oParam= (nViewFrameType < 3);\r
- return false;\r
- }\r
- }\r
- }\r
- else if (nMsgId == WH_MSG_ISAVENUESUPPORT)\r
- {\r
- if (this.cMRServer && cMRServer.m_strVersion)\r
- {\r
- if (cMRServer.m_bShowBrowseSequences)\r
- oMsg.oParam=true;\r
- else\r
- oMsg.oParam=false;\r
- }\r
- else\r
- {\r
- oMsg.oParam=true;\r
- }\r
- return false;\r
- }\r
- else if (nMsgId == WH_MSG_ISSEARCHSUPPORT)\r
- {\r
- if(typeof(nViewFrameType)!="undefined")\r
- {\r
- oMsg.oParam= (nViewFrameType < 3);\r
- return false;\r
- }\r
- }\r
- else if (nMsgId == WH_MSG_GETPANETYPE)\r
- {\r
- if(typeof(nViewFrameType)!="undefined")\r
- {\r
- var oPaneInfo = new Object();\r
- oPaneInfo.nType = nViewFrameType;\r
- oPaneInfo.sPaneURL = strPane;\r
- oMsg.oParam = oPaneInfo;\r
- return false;\r
- }\r
- }\r
- else if (nMsgId == WH_MSG_GETPANES)\r
- {\r
- if (this.cMRServer && cMRServer.m_strVersion)\r
- {\r
- var oPanes = new Object();\r
- var aAgentNames = null;\r
- if (cMRServer.m_strDefAgent)\r
- oPanes.sDefault = transferAgentNameToPaneName(cMRServer.m_strDefAgent);\r
-\r
- aPanes = new Array();\r
- for(var i=0; i< cMRServer.m_cAgents.length; i++)\r
- {\r
- var nCur = aPanes.length;\r
- aPanes[nCur] = new Object();\r
- aPanes[nCur].sPaneName = transferAgentNameToPaneName(cMRServer.m_cAgents[i].m_strID);\r
- aPanes[nCur].sPaneURL = cMRServer.m_cAgents[i].m_strURL;\r
- }\r
- oPanes.aPanes = aPanes;\r
- oMsg.oParam = oPanes;\r
- return false;\r
- }\r
- else\r
- {\r
- oMsg.oParam = null;\r
- return false;\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_RELOADNS6)\r
- {\r
- if(gbNav6)\r
- gnReload++;\r
- return false;\r
- }\r
- else if(nMsgId==WH_MSG_GETCMD)\r
- {\r
- oMsg.oParam=gnCmd;\r
- return false;\r
- }\r
- else if(nMsgId==WH_MSG_GETPANE)\r
- {\r
- if (gsBtns!="invalid" && oMsg.oParam.sName)\r
- {\r
- if(gsBtns.indexOf(oMsg.oParam.sName) != -1)\r
- oMsg.oParam.bEnable=true;\r
- else\r
- oMsg.oParam.bEnable=false;\r
- }\r
- else\r
- oMsg.oParam.bEnable=true;\r
- return false;\r
- }\r
- else if(nMsgId==WH_MSG_GETDEFPANE)\r
- {\r
- if (gsDefaultBtn!="invalid")\r
- {\r
- oMsg.oParam=gsDefaultBtn;\r
- }\r
- return false;\r
- }\r
- return true;\r
-}\r
-\r
-function transferANToPN2(sAN)\r
-{\r
- if (sAN =="toc")\r
- return "toc";\r
- else if (sAN =="ndx")\r
- return "idx";\r
- else if (sAN =="nls")\r
- return "fts";\r
- else if (sAN =="gls")\r
- return "glo";\r
- else if (sAN =="WebSearch")\r
- return "websearch";\r
- else if (sAN.indexOf("custom_")==0);\r
- return "custom" + sAN.substring(7);\r
- return sAN;\r
-}\r
-\r
-function transferAgentNameToPaneName(sAgentName)\r
-{\r
- if (sAgentName =="toc")\r
- return "toc";\r
- else if (sAgentName =="ndx")\r
- return "idx";\r
- else if (sAgentName =="nls")\r
- return "fts";\r
- else if (sAgentName =="gls")\r
- return "glo";\r
- return "";\r
-}\r
-\r
-function isAPane(sPaneName)\r
-{\r
- if (sPaneName == "toc" || sPaneName == "idx" || sPaneName == "fts" || sPaneName == "glo")\r
- return true;\r
- else\r
- return false;\r
-}
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.002\r
-window.whname="wh_stub";\r
-function getframehandle(frames,framename)\r
-{\r
- var frame=null;\r
- if(null==frames) return null;\r
- for(var i=0;i<frames.length;i++)\r
- {\r
- if(typeof(frames[i].name)!="unknown")\r
- {\r
- if(frames[i].name==framename)\r
- return frames[i];\r
- }\r
- if(frames[i].frames.length>0)\r
- {\r
- frame=getframehandle(frames[i].frames,framename);\r
- if(null!=frame)\r
- return frame;\r
- }\r
- }\r
- return frame;\r
-}\r
-\r
-function AddToArray(arr,obj)\r
-{\r
- var bFound=false;\r
- for(var i=0;i<arr.length;i++){\r
- if(arr[i]==obj){\r
- bFound=true;\r
- break;\r
- }\r
- else if(arr[i]==null){\r
- break;\r
- }\r
- }\r
- if(!bFound) arr[i]=obj;\r
-}\r
-\r
-var gArrayRegistedMessage=new Array();\r
-var gArrayCompoentsArray=new Array();\r
-\r
-function GetComponentsArray(nMessageId)\r
-{\r
- var len=gArrayRegistedMessage.length;\r
- for(var i=0;i<len;i++)\r
- {\r
- if(gArrayRegistedMessage[i]==nMessageId){\r
- if(gArrayCompoentsArray.length>i)\r
- return gArrayCompoentsArray[i];\r
- else\r
- return null;\r
- }\r
- }\r
- return null;\r
-}\r
-\r
-function CreateComponentsArray(nMessageId)\r
-{\r
- var len=gArrayRegistedMessage.length;\r
- gArrayRegistedMessage[len]=nMessageId;\r
- gArrayCompoentsArray[len]=new Array();\r
- return gArrayCompoentsArray[len];\r
-}\r
-\r
-function listener(sName,oWindow)\r
-{\r
- this.sName=sName;\r
- this.oWindow=oWindow;\r
-}\r
-\r
-function RegisterListener(windowName,nMessageId)\r
-{\r
- var arrayComponents=GetComponentsArray(nMessageId);\r
- if(arrayComponents==null)\r
- arrayComponents=CreateComponentsArray(nMessageId);\r
- \r
- if(arrayComponents!=null)\r
- {\r
- for (var i=0;i<arrayComponents.length;i++)\r
- {\r
- if (arrayComponents[i].sName == windowName)\r
- return false;\r
- }\r
- var oListener=new listener(windowName,null);\r
- AddToArray(arrayComponents,oListener);\r
- return true;\r
- }\r
- else\r
- return false;\r
-}\r
-\r
-function RegisterListener2(oWindow,nMessageId)\r
-{\r
- var arrayComponents=GetComponentsArray(nMessageId);\r
- if(arrayComponents==null)\r
- arrayComponents=CreateComponentsArray(nMessageId);\r
- \r
- if(arrayComponents!=null)\r
- {\r
- var oListener=new listener("",oWindow);\r
- AddToArray(arrayComponents,oListener);\r
- return true;\r
- }\r
- else\r
- return false;\r
-}\r
-\r
-function UnRegisterListener2(oWindow,nMessageId)\r
-{\r
- var arrayComponents=GetComponentsArray(nMessageId);\r
- if(arrayComponents!=null)\r
- {\r
- for(var i=0;i<arrayComponents.length;i++)\r
- {\r
- if(arrayComponents[i].oWindow==oWindow)\r
- {\r
- removeItemFromArray(arrayComponents,i);\r
- return true;\r
- }\r
- }\r
- }\r
- else\r
- return false;\r
-}\r
-\r
-function SendMessage(oMessage)\r
-{\r
- var bDelivered=false;\r
- var arrayComponents=GetComponentsArray(oMessage.nMessageId);\r
- if(arrayComponents!=null&&arrayComponents.length>0){\r
- for(var i=0;i<arrayComponents.length;i++)\r
- {\r
- if(null!=arrayComponents[i])\r
- {\r
- var pFrame;\r
- if(arrayComponents[i].oWindow==null)\r
- pFrame=getframehandle(frames,arrayComponents[i].sName);\r
- else\r
- pFrame=arrayComponents[i].oWindow;\r
- if(null!=pFrame)\r
- {\r
- if(pFrame.onSendMessageX)\r
- {\r
- bDelivered=true;\r
- if(!pFrame.onSendMessageX(oMessage))\r
- break;\r
- }\r
- if(pFrame.onSendMessage)\r
- {\r
- bDelivered=true;\r
- if(!pFrame.onSendMessage(oMessage))\r
- break;\r
- }\r
- }\r
- }\r
- }\r
- }\r
- return bDelivered;\r
-}
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.006\r
-var gaButtons=new Array();\r
-var gaTypes=new Array();\r
-var gaBtnBgColor=new Array();\r
-var gaSelBtnBgColor=new Array();\r
-var gaOrders=null;\r
-var gaObjBtns=new Array();\r
-var BTN_TEXT=1;\r
-var BTN_IMG=2;\r
-var BTN_IMG_TOP=4\r
-var BTN_IMG_BOTTOM=8;\r
-var BTN_IMG_LEFT=16;\r
-var BTN_IMG_RIGHT=32;\r
-var gsAlign="left";\r
-var gsBgImage="";\r
-var gsBgColor="#99ccff";\r
-var gsShadow="#cccccc";\r
-var gsTBBgImage="";\r
-var gnShowHideStyle=0;\r
-var goTocInfo=null;\r
-var gbTocInfoInited=false;\r
-var goWebSearch=null;\r
-var gsTBFontFamily="Arial";\r
-var gsTBFontSize="xx-small";\r
-var gsTBFontColor="#003063";\r
-var gsTBDarkColor="#808080";\r
-var gsTBLightColor="#FFFAFA";\r
-var gsTBSelectedBgColor="#639ace";\r
-var gsTBFontSelectedColor="#ffffff";\r
-var gaOnLoads=new Array();\r
-var goWebSearchEnable=true;\r
-\r
-var goShow=null;\r
-var goHide=null;\r
-var goHide2=null;\r
-var goSync=null;\r
-\r
-var goToc=null;\r
-var goIdx=null;\r
-var goFts=null;\r
-var goGlo=null;\r
-var goNext=null;\r
-var goPrev=null;\r
-\r
-var LAYOUT=1;\r
-var HLAYOUT=0;\r
-var VLAYOUT=1;\r
-var ALIGN=2;\r
-var BALIGN=0;\r
-var EALIGN=2;\r
-var goEl=null;\r
-var gnRE=0;\r
-\r
-var gnButtonLayout=0;\r
-var gnShowHide=-1;\r
-\r
-var gbEqualSize=false;\r
-var goCusButton=new Array();\r
-var gsBtnStyle="";\r
-var gaAvenues=null;\r
-var gsCurAveName="";\r
-\r
-var gsIToc=null;\r
-var gsITocS=null;\r
-var gsIIndex=null;\r
-var gsIIndexS=null;\r
-var gsISearch=null;\r
-var gsISearchS=null;\r
-var gsIGlossary=null;\r
-var gsIGlossaryS=null;\r
-var gsIBanner=null;\r
-var gsIGo=null;\r
-\r
-var gsIHide=null;\r
-var gsIPrev=null;\r
-var gsINext=null;\r
-var gsISync=null;\r
-var gsINextD=null;\r
-var gsIPrevD=null;\r
-var gsIWebSearch=null;\r
-var gsIWebSearchD=null;\r
-\r
-var gbAveButttnInited=false;\r
-var goNextParent=null;\r
-var goPrevParent=null;\r
-var gsSearchPrompt="- Search -";\r
-\r
-var gstrSearch="";\r
-var gbPreview=false;\r
-gbPreview=false; \r
-var gsSearchFormTitle="";\r
-var gnHasNavPane=-1;\r
-var gbInitBtn=false;\r
-var gaBtns=new Array();\r
-var gbWhTBar=false;\r
-var goTextFont=null;\r
-var goSelTextFont=null;\r
-var gsPane="";\r
-var gbNeedUpdateAve=false;\r
-var gbUpdateTimerCount=0;\r
-\r
-function setGoImage(sGoImage)\r
-{\r
- if(sGoImage)\r
- {\r
- gsIGo=sGoImage;\r
- }\r
-}\r
-\r
-function btnBgColor(sType,sColor)\r
-{\r
- this.sType=sType;\r
- this.sColor=sColor;\r
-}\r
-\r
-function setBackground(sBgImage)\r
-{\r
- gsBgImage=sBgImage;\r
-}\r
-\r
-function setBackgroundcolor(sBgColor)\r
-{\r
- gsBgColor=sBgColor;\r
-}\r
-\r
-function setAlignment(strAlignment)\r
-{\r
- gnButtonLayout=0;\r
- if(strAlignment=="left")\r
- {\r
- gnButtonLayout=HLAYOUT|BALIGN;\r
- }\r
- else if(strAlignment=="right")\r
- {\r
- gnButtonLayout=HLAYOUT|EALIGN;\r
- }\r
- else if(strAlignment=="top")\r
- {\r
- gnButtonLayout=VLAYOUT|BALIGN;\r
- }\r
- else if(strAlignment=="bottom")\r
- {\r
- gnButtonLayout=VLAYOUT|EALIGN;\r
- }\r
-}\r
-\r
-function writeStyle(bMiniBar)\r
-{\r
- var sStyle="";\r
- sStyle+="<style type='text/css'>\n";\r
- sStyle+="<!--\n";\r
- sStyle+=".clsBtnNormal {\n";\r
- if(!(gbNav4&&!gbNav6))\r
- if (bMiniBar)\r
- sStyle+="padding:2px;\n";\r
- else\r
- sStyle+="padding:5px;\n";\r
- sStyle+="cursor:hand;\n";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=".clsNoBNormal {\n";\r
- sStyle+="padding-left:2px;padding-right:2px;\n";\r
- sStyle+="cursor:hand;\n";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=".clsBtnDisable {\n";\r
- if(!(gbNav4&&!gbNav6))\r
- if (bMiniBar)\r
- sStyle+="padding:2px;\n";\r
- else\r
- sStyle+="padding:5px;\n";\r
- sStyle+="cursor:default;\n";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=".clsNoBDisable {\n";\r
- sStyle+="padding-left:2px;padding-right:2px;\n";\r
- sStyle+="cursor:default;\n";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
-\r
- sStyle+=".clsNotBtn {\n";\r
- if(!(gbNav4&&!gbNav6))\r
- if (bMiniBar)\r
- sStyle+="padding:2px;\n";\r
- else\r
- sStyle+="padding:5px;\n";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=".clsBtnUp{\n";\r
- if(!(gbNav4&&!gbNav6))\r
- if (bMiniBar)\r
- sStyle+="padding:1px;\n";\r
- else\r
- sStyle+="padding:4px;\n";\r
- sStyle+="border-bottom:"+gsTBDarkColor+" 1px solid;\n";\r
- sStyle+="border-left:"+gsTBLightColor+" 1px solid;\n";\r
- sStyle+="border-right:"+gsTBDarkColor+" 1px solid;\n";\r
- sStyle+="border-top:"+gsTBLightColor+" 1px solid;\n";\r
- sStyle+="cursor:hand;";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=".clsNoBUp{\n";\r
- sStyle+="padding-left:2px;padding-right:2px;\n";\r
- sStyle+="cursor:hand;";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=".clsBtnDown{\n";\r
- if(!(gbNav4&&!gbNav6))\r
- if (bMiniBar)\r
- sStyle+="padding:1px;\n";\r
- else\r
- sStyle+="padding:4px;\n";\r
- sStyle+="border-bottom:"+gsTBLightColor+" 1px solid;\n";\r
- sStyle+="border-left:"+gsTBDarkColor+" 1px solid;\n";\r
- sStyle+="border-right:"+gsTBLightColor+" 1px solid;\n";\r
- sStyle+="border-top:"+gsTBDarkColor+" 1px solid;\n";\r
- sStyle+="color:"+gsTBFontColor+";\n";\r
- sStyle+="cursor:hand;\n";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";}\n";\r
-\r
- sStyle+=".clsNoBDown{\n";\r
- sStyle+="padding-left:2px;padding-right:2px;\n";\r
- sStyle+="cursor:hand;";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=getDefaultButtonFont();\r
- sStyle+=gsBtnStyle;\r
- sStyle+=".clsToolbarBackground{\n";\r
- sStyle+="margin:2px;}\n";\r
- sStyle+="-->\n";\r
- sStyle+=" body {\n";\r
- if (gsBgImage)\r
- sStyle+="border-top:"+gsBgColor+" 1px solid;}\n";\r
- else\r
- sStyle+="border-top:black 1px solid;}\n";\r
- sStyle+="-->\n";\r
- sStyle+="</style>\n";\r
- document.write(sStyle);\r
-}\r
-\r
-function button(sType,sText,nWidth,nHeight)\r
-{\r
- this.sType=sType;\r
- this.sText=sText;\r
- this.nWidth=nWidth;\r
- this.nHeight=nHeight;\r
- \r
- this.aIs=new Array();\r
- var i=0;\r
- while(button.arguments.length>i+4)\r
- {\r
- if (button.arguments[4+i])\r
- this.aIs[i]=_getFullPath(_getPath(document.location.href),button.arguments[4+i]);\r
- else\r
- this.aIs[i]="";\r
- i++;\r
- }\r
-}\r
-\r
-function getImage(oImage,sTitle)\r
-{\r
- if(oImage.aIs[0])\r
- {\r
- var sI="";\r
- if(sTitle=="")\r
- sTitle=oImage.sText;\r
- sI+="<img alt=\""+sTitle+"\" src=\""+oImage.aIs[0]+"\"";\r
- if(oImage.nWidth>0)\r
- sI+=" width="+oImage.nWidth;\r
- if(oImage.nHeight>0)\r
- sI+=" height="+oImage.nHeight;\r
- sI+=" border=0 align=\"absmiddle\">";\r
- return sI;\r
- }\r
- return "";\r
-}\r
-\r
-function getCurrentAveName()\r
-{\r
- var oSelect=getElement("avenue");\r
- if(oSelect)\r
- return oSelect.value;\r
- else\r
- return "";\r
-}\r
-\r
-function updateWebSearch(bEnable)\r
-{\r
- var oWebSearch=getElement("btnwebsearch");\r
- var oWebSearchParent=null;\r
- if(oWebSearch)\r
- oWebSearchParent=getParentNode(oWebSearch);\r
- goWebSearchEnable=bEnable;\r
- if(oWebSearchParent)\r
- {\r
- if(bEnable)\r
- enableButton(oWebSearchParent,goWebSearch);\r
- else\r
- disableButton(oWebSearchParent,goWebSearch);\r
- }\r
-\r
-}\r
-\r
-function setState(oEL,sState)\r
-{\r
- if(gbNav6||gbOpera)\r
- oEL.setAttribute("state",sState);\r
- else\r
- oEL.state=sState; \r
-}\r
-\r
-function updateAvenueIfNeeded()\r
-{\r
- gbUpdateTimerCount--;\r
- if (gbNeedUpdateAve&&gbUpdateTimerCount==0)\r
- {\r
- updateAvenue();\r
- }\r
-}\r
-\r
-function updateAvenue()\r
-{\r
- var sSelect=getAvenueHTML(gaAvenues);\r
- var oSelect=getElement("avenue");\r
- if(oSelect)\r
- {\r
- if(gbNav6)\r
- {\r
- var oParent=getParentNode(oSelect);\r
- \r
- if(oParent)\r
- {\r
- removeThis(oSelect);\r
- oParent.insertAdjacentHTML("afterBegin",sSelect);\r
- }\r
- }\r
- else\r
- oSelect.outerHTML=sSelect; \r
- oSelect=getElement("avenue");\r
- if(isValidAvenue(gaAvenues,gsCurAveName))\r
- oSelect.value=gsCurAveName;\r
- }\r
- updateAveButton();\r
-}\r
-\r
-function initAveButtonObj()\r
-{\r
- if(!gbAveButttnInited)\r
- {\r
- var oNext=getElement("btnavnext");\r
- if(oNext)\r
- goNextParent=getParentNode(oNext);\r
-\r
- var oPrev=getElement("btnavprev");\r
- if(oPrev)\r
- goPrevParent=getParentNode(oPrev);\r
- }\r
- gbAveButttnInited=true;\r
-}\r
-\r
-function disableAveButton()\r
-{\r
- initAveButtonObj();\r
- if(goNextParent)\r
- disableButton(goNextParent,goNext);\r
- if(goPrevParent)\r
- disableButton(goPrevParent,goPrev);\r
-}\r
-\r
-function disableButton(oEl,oBtn)\r
-{\r
- setState(oEl,"disable");\r
- var sPF=oEl.className.substring(0,6);\r
- oEl.className=sPF+"Disable";\r
- var oAs = getElementsByTag(oEl,"a");\r
- if (oAs.length>0)\r
- {\r
- oAs[0].style.cursor="default";\r
- }\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>3)\r
- {\r
- if(oBtn.aIs[3])\r
- oIs[0].src=oBtn.aIs[3];\r
- }\r
- else\r
- oEl.style.visibility="hidden";\r
-}\r
-\r
-function enableButton(oEl,oBtn)\r
-{\r
- setState(oEl,"normal");\r
- if(oEl==goEl)\r
- {\r
- var sPF=oEl.className.substring(0,6);\r
- oEl.className=sPF+"Up";\r
- }\r
- var oAs = getElementsByTag(oEl,"a");\r
- if (oAs.length>0)\r
- {\r
- oAs[0].style.cursor="hand";\r
- }\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>0)\r
- {\r
- if(oBtn.aIs[0])\r
- oIs[0].src=oBtn.aIs[0];\r
- }\r
- oEl.style.visibility="visible";\r
-}\r
-\r
-function updateAveButton()\r
-{\r
- initAveButtonObj(); \r
- var strAveName=getCurrentAvenue();\r
- if(strAveName!="")\r
- {\r
- if(gaAvenues)\r
- {\r
- for(var i=0;i<gaAvenues.length;i++)\r
- if(gaAvenues[i].sName==strAveName)\r
- {\r
- if(goNextParent)\r
- {\r
- if(gaAvenues[i].sNext!=null&&gaAvenues[i].sNext!="")\r
- enableButton(goNextParent,goNext);\r
- else\r
- disableButton(goNextParent,goNext);\r
- }\r
- if(goPrevParent)\r
- {\r
- if(gaAvenues[i].sPrev!=null&&gaAvenues[i].sPrev!="")\r
- enableButton(goPrevParent,goPrev);\r
- else\r
- disableButton(goPrevParent,goPrev);\r
- } \r
- break;\r
- }\r
- }\r
- }\r
- else\r
- {\r
- var bNext=false;\r
- var bPrev=false;\r
- if(gaAvenues&&gaAvenues.length>0)\r
- {\r
- for(var i=0;i<gaAvenues.length&&(!bNext||!bPrev);i++)\r
- {\r
- if(!bNext)\r
- if(gaAvenues[i].sNext!=null&&gaAvenues[i].sNext!="")\r
- bNext=true; \r
- if(!bPrev)\r
- if(gaAvenues[i].sPrev!=null&&gaAvenues[i].sPrev!="")\r
- bPrev=true; \r
- }\r
- }\r
- if(goNextParent)\r
- {\r
- if(bNext)\r
- enableButton(goNextParent,goNext);\r
- else\r
- disableButton(goNextParent,goNext);\r
- }\r
- \r
- if(goPrevParent)\r
- {\r
- if(bPrev)\r
- enableButton(goPrevParent,goPrev);\r
- else\r
- disableButton(goPrevParent,goPrev);\r
- }\r
- }\r
- \r
-}\r
-\r
-function isValidAvenue(aAvenues,sValue)\r
-{\r
- if(aAvenues)\r
- {\r
- for(var i=0;i<aAvenues.length;i++)\r
- {\r
- if(aAvenues[i].sName==sValue)\r
- return true;\r
- }\r
- }\r
- return false;\r
-}\r
-\r
-function getAvenueHTML(aAvenues)\r
-{\r
- var sSelect="<select id=\"avenue\" size=\"1\" name=\"avenue\" onchange=\"updateAveButton();\">";\r
- sSelect+="<option value=\"\" selected> - Select Avenue - </option>";\r
- if(aAvenues)\r
- {\r
- for(var i=0;i<aAvenues.length;i++)\r
- {\r
- sSelect+="<option value=\""+aAvenues[i].sName+"\">"+aAvenues[i].sName+"</option>";\r
- }\r
- }\r
- sSelect+="</select>";\r
- return sSelect;\r
-}\r
-\r
-function addAvenueSelection()\r
-{\r
- var oMsg=new whMessage(WH_MSG_GETAVIAVENUES,this,1,new Object());\r
- var sButton="";\r
- if(SendMessage(oMsg))\r
- {\r
- sButton=getAvenueHTML(oMsg.oParam.aAvenues);\r
- }\r
- else\r
- {\r
- sButton=getAvenueHTML(null);\r
- }\r
- gaButtons[gaButtons.length]="<td NOWRAP align=\"center\" valign=\"middle\">"+sButton+"</td>";\r
-}\r
-\r
-function setSearchFormTitle(sTitle)\r
-{\r
- gsSearchFormTitle=sTitle;\r
-}\r
-\r
-function highLightIfNeeded()\r
-{\r
- if(document.searchForm.searchString.value==gsSearchPrompt)\r
- {\r
- document.searchForm.searchString.select();\r
- }\r
-}\r
-\r
-function addSearchForm()\r
-{\r
- var sPropmptString=gsSearchPrompt;\r
-\r
- var nWidth=20;\r
- if(!nWidth) nWidth=20;\r
- if(gbNav4) nWidth=nWidth*.6;\r
-\r
- if(gsSearchFormTitle)\r
- sPropmptString="";\r
- var sButton="<table id=\"searchInput\" CELLSPACING=0 CELLPADDING=1><tr><td valign=\"middle\" NOWRAP class=\"clsNotBtn\"><span class=\"btnsearchform\">"+_textToHtml(gsSearchFormTitle)+"</span></td><td NOWRAP valign=\"middle\"><input class=\"inputsearchform\" type=\"text\" onfocus=\"highLightIfNeeded();\" name=\"searchString\" value=\""+sPropmptString+"\" size=\""+nWidth+"\"></td>";\r
- if(gbNav6)\r
- sButton="<form id=\"searchInput\" name=\"searchForm\" method=\"POST\" action=\"javascript:searchB()\">"+sButton;\r
- if("image"=="text")\r
- {\r
- sButton+="<td NOWRAP valign=\"middle\"><a class=\"searchbtn\" href=\"javascript:void(0);\" onclick=\"searchForm.submit(); return false;\"></a></td>";\r
- }\r
- else if("image"=="image"&&gsIGo)\r
- {\r
- sButton+="<td NOWRAP valign=\"middle\"><a class=\"searchbtn\" href=\"javascript:void(0);\" onclick=\"searchForm.submit(); return false;\">"\r
- sButton+="<img alt=\"Go\" src=\""+gsIGo+"\" border=0 align=\"absmiddle\"></a></td>";\r
- }\r
- sButton+="</tr></table>";\r
- if(gbNav6)\r
- sButton+="</form>";\r
- var nBtn=gaButtons.length;\r
- gaButtons[nBtn]="<td NOWRAP align=\"center\" valign=\"middle\">"+sButton+"</td>";\r
- gaTypes[nBtn]="searchform";\r
-}\r
-\r
-function getShowHide()\r
-{\r
- var sText="";\r
- var sI="";\r
- if(hasNavPane())\r
- {\r
- if(goHide)\r
- {\r
- if(gnShowHideStyle&BTN_TEXT)\r
- sText=goHide.sText;\r
- if(gnShowHideStyle&BTN_IMG)\r
- sI=getImage(goHide,"Hide");\r
- }\r
- }\r
- else\r
- {\r
- if(goShow)\r
- {\r
- if(gnShowHideStyle&BTN_TEXT)\r
- sText=goShow.sText;\r
- if(gnShowHideStyle&BTN_IMG)\r
- sI=getImage(goShow,"Show");\r
- }\r
- }\r
- var sButton=genButton(sText,sI,gnShowHideStyle);\r
- return sButton;\r
-}\r
-\r
-function addBanner(sImage)\r
-{\r
- if(sImage)\r
- {\r
- var nBtn=gaButtons.length;\r
- gaButtons[nBtn]="<td NOWRAP align=\"center\" valign=\"middle\"> <a href=\"javascript:void(0);\" onclick=\"showBanner();return false;\"><img alt=\"About WebHelp\"src=\""+sImage+"\" border=0 align=\"absmiddle\"></a></td>";\r
- gaTypes[nBtn]="banner";\r
- }\r
-}\r
-\r
-function showBanner()\r
-{\r
- if (!gbPreview)\r
- {\r
- var nWidth=390;\r
- var nHeight=204;\r
- var nScreenWidth=screen.width;\r
- var nScreenHeight=screen.height;\r
- var nLeft=(nScreenWidth-nWidth)/2;\r
- var nTop=(nScreenHeight-nHeight)/2;\r
- if (gbIE4)\r
- {\r
- if (gbIE5)\r
- nHeight+=20;\r
- else\r
- nHeight+=40;\r
- window.showModalDialog("whskin_banner.htm","","dialogHeight:"+nHeight+"px;dialogWidth:"+nWidth+"px;resizable:no;status:no;scroll:no;help:no;center:yes;");\r
- }\r
- else\r
- window.open("whskin_banner.htm","banner","dependent,innerHeight="+nHeight+",innerWidth="+nWidth+",height="+nHeight+",width="+nWidth+",resizable=no,menubar=no,location=no,personalbar=no,status=no,scrollbar=no,toolbar=no,screenX="+nLeft+",screenY="+nTop);\r
- }\r
-}\r
-\r
-function addButton(sType,nStyle,sTitle,sHref,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6)\r
-{\r
- var sButton="";\r
- var bMini=false;\r
- var sText="";\r
- var sI="";\r
- var bState=false;\r
- var nBtn=gaButtons.length;\r
- var bHref=false;\r
- if(sType=="show"&&isShowHideEnable())\r
- {\r
- var svTitle="Show Navigation Component";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnshowhide\" class=\"btnshow\" href=\"javascript:void(0);\" onclick=\"showHidePane();return false;\">";\r
- gnShowHideStyle=nStyle;\r
- goShow=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3);\r
- gaObjBtns[nBtn]=goShow;\r
- if(gnShowHide!=-1)\r
- {\r
- nBtn=gnShowHide;\r
- }\r
- else\r
- {\r
- gnShowHide=nBtn;\r
- }\r
- sButton+=getShowHide();\r
- sButton+="</a>";\r
- bState=true;\r
- }\r
- else if(sType=="hide"&&isShowHideEnable())\r
- {\r
- var svTitle="Hide Navigation Component";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnshowhide\" class=\"btnhide\" href=\"javascript:void(0);\" onclick=\"showHidePane();return false;\">";\r
- gnShowHideStyle=nStyle;\r
- goHide=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3);\r
- gaObjBtns[nBtn]=goHide;\r
- if(gnShowHide!=-1)\r
- {\r
- nBtn=gnShowHide;\r
- }\r
- else\r
- {\r
- gnShowHide=nBtn;\r
- }\r
- sButton+=getShowHide();\r
- sButton+="</a>";\r
- bState=true;\r
- }\r
- else if(sType=="hide2"&&(!gbNav4)&&(!gbOpera))\r
- {\r
- var svTitle="Hide Navigation Component";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnhide\" class=\"btnhide\" href=\"javascript:void(0);\" onclick=\"showHidePane();return false;\">";\r
- gnShowHideStyle=nStyle;\r
- if(!sI1)\r
- sI1=gsIHide;\r
- goHide2=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3);\r
- gaObjBtns[nBtn]=goHide2;\r
- if(nStyle&BTN_TEXT)\r
- sText=goHide2.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goHide2,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bMini=true;\r
- }\r
- else if(sType=="synctoc")\r
- {\r
- var svTitle="Sync TOC";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnsynctoc\" class=\"btnsynctoc\" href=\"javascript:void(0);\" onclick=\"syncWithShow();return false;\">";\r
- if(!sI1)\r
- sI1=gsISync;\r
- goSync=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3);\r
- gaObjBtns[nBtn]=goSync;\r
- if(nStyle&BTN_TEXT)\r
- sText=goSync.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goSync,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bMini=true;\r
- }\r
- else if(sType=="toc")\r
- {\r
- var svTitle="Contents";\r
- sButton="<a title=\""+svTitle+"\" id=\"btntoc\" class=\"btntoc\" href=\"javascript:void(0);\" onclick=\"showToc();return false;\">";\r
- if(!sI1)\r
- sI1=gsIToc;\r
- if(!sI2)\r
- sI2=gsITocS;\r
- if(!sI4)\r
- sI4=gsITocS;\r
- goToc=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goToc;\r
- if(nStyle&BTN_TEXT)\r
- sText=goToc.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goToc,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bState=true;\r
- }\r
- else if(sType=="idx")\r
- {\r
- var svTitle="Index";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnidx\" class=\"btnidx\" href=\"javascript:void(0);\" onclick=\"showIndex();return false;\">";\r
- if(!sI1)\r
- sI1=gsIIndex;\r
- if(!sI2)\r
- sI2=gsIIndexS;\r
- if(!sI4)\r
- sI4=gsIIndexS;\r
- goIdx=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goIdx;\r
- if(nStyle&BTN_TEXT)\r
- sText=goIdx.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goIdx,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bState=true;\r
- }\r
- else if(sType=="fts")\r
- {\r
- var svTitle="Search";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnfts\" class=\"btnfts\" href=\"javascript:void(0);\" onclick=\"showFts();return false;\">";\r
- if(!sI1)\r
- sI1=gsISearch;\r
- if(!sI2)\r
- sI2=gsISearchS;\r
- if(!sI4)\r
- sI4=gsISearchS;\r
- goFts=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goFts;\r
- if(nStyle&BTN_TEXT)\r
- sText=goFts.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goFts,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bState=true;\r
- }\r
- else if(sType=="glo")\r
- {\r
- var svTitle="Glossary";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnglo\" class=\"btnglo\" href=\"javascript:void(0);\" onclick=\"showGlossary();return false;\">";\r
- if(!sI1)\r
- sI1=gsIGlossary;\r
- if(!sI2)\r
- sI2=gsIGlossaryS;\r
- if(!sI4)\r
- sI4=gsIGlossaryS;\r
- goGlo=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goGlo;\r
- if(nStyle&BTN_TEXT)\r
- sText=goGlo.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goGlo,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bState=true;\r
- }\r
- else if(sType=="avnext")\r
- {\r
- var svTitle="Next Topic";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnavnext\" class=\"btnavnext\" href=\"javascript:void(0);\" onclick=\"goAveNext();return false;\">";\r
- if(!sI1)\r
- sI1=gsINext;\r
- if(!sI4)\r
- sI4=gsINextD;\r
- goNext=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goNext;\r
- if(nStyle&BTN_TEXT)\r
- sText=goNext.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goNext,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bMini=true;\r
- }\r
- else if(sType=="avprev")\r
- {\r
- var svTitle="Previous Topic";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnavprev\" class=\"btnavprev\" href=\"javascript:void(0);\" onclick=\"goAvePrev();return false;\">";\r
- if(!sI1)\r
- sI1=gsIPrev;\r
- if(!sI4)\r
- sI4=gsIPrevD;\r
- goPrev=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goPrev;\r
- if(nStyle&BTN_TEXT)\r
- sText=goPrev.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goPrev,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bMini=true;\r
- }\r
- else if(sType=="blankblock")\r
- {\r
- gaButtons[nBtn]=null;\r
- gaTypes[nBtn]=sType;\r
- }\r
- else if(sType=="websearch")\r
- {\r
- var svTitle="WebSearch";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnwebsearch\" class=\"btnwebsearch\" href=\"javascript:void(0);\" onclick=\"doWebSearch();return false;\">";\r
- if(!sI1)\r
- sI1=gsIWebSearch;\r
- if(!sI4)\r
- sI4=gsIWebSearchD;\r
- goWebSearch=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goWebSearch;\r
- if(nStyle&BTN_TEXT)\r
- sText=goWebSearch.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goWebSearch,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- }\r
- else if(sType.indexOf("custom")==0)\r
- {\r
- var nCusBtnIdx=goCusButton.length;\r
- goCusButton[nCusBtnIdx]=new cusButton(sType,sTitle,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight,sI1,sI2,sI3);\r
- gaObjBtns[nBtn]=goCusButton[nCusBtnIdx];\r
- var re=new RegExp("\"","g");\r
- var svTitle=sTitle.replace(re, """);\r
- if(sHref&&sHref.length!=0)\r
- {\r
- sButton="<a title=\""+svTitle+"\" id=\"btn"+sType+"\" class=\"btn"+sType+"\" target=\"bsscright\" href=\""+sHref+"\" onclick=\"cusOnClick("+nCusBtnIdx+");";\r
- bHref=true;\r
- }\r
- else\r
- sButton="<a title=\""+svTitle+"\" id=\"btn"+sType+"\" class=\"btn"+sType+"\" href=\"javascript:void(0);\" onclick=\"cusOnClick("+nCusBtnIdx+");return false;";\r
- sButton+="\" onmouseover=\"cusOnMouseOver("+nCusBtnIdx+");\" title=\""+sType+"\">";\r
- if(nStyle&BTN_TEXT)\r
- sText=sTitle;\r
- if(nStyle&BTN_IMG)\r
- sI+=getImage(goCusButton[nCusBtnIdx],sTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- }\r
- if(sButton.length!=0)\r
- {\r
- var btnClass="";\r
- if(sText||bMini)\r
- btnClass="clsBtnNormal";\r
- else\r
- btnClass="clsNoBNormal";\r
-\r
- if(!bState)\r
- {\r
- if(bHref)\r
- gaButtons[nBtn]="<td NOWRAP valign=\"middle\" align=\"center\" class="+btnClass+" onclick=\"onBtnClick(event);\" onmousedown=\"onBtnMouseDown(event, "+nBtn+");\" onmouseup=\"onBtnMouseUp(event, "+nBtn+");\" onmouseover=\"onBtnMouseOver(event, "+nBtn+");\" onmouseout=\"onBtnMouseOut(event, "+nBtn+");\">"+sButton+"</td>";\r
- else\r
- gaButtons[nBtn]="<td NOWRAP valign=\"middle\" align=\"center\" class="+btnClass+" onclick=\"onBtnClick(event);return false;\" onmousedown=\"onBtnMouseDown(event, "+nBtn+");\" onmouseup=\"onBtnMouseUp(event, "+nBtn+");\" onmouseover=\"onBtnMouseOver(event, "+nBtn+");\" onmouseout=\"onBtnMouseOut(event, "+nBtn+");\">"+sButton+"</td>";\r
- }\r
- else\r
- gaButtons[nBtn]="<td NOWRAP valign=\"middle\" align=\"center\" class="+btnClass+" state=\"up\" onclick=\"onBtnClick(event);return false;\" onmousedown=\"onBtnMouseDown(event, "+nBtn+");\" onmouseup=\"onBtnMouseUp(event, "+nBtn+");\" onmouseover=\"onBtnMouseOver(event, "+nBtn+");\" onmouseout=\"onBtnMouseOut(event, "+nBtn+");\">"+sButton+"</td>";\r
- gaTypes[nBtn]=sType;\r
- }\r
-\r
- if(sType=="avenuesel")\r
- addAvenueSelection();\r
- else if(sType=="searchform")\r
- addSearchForm();\r
- else if(sType=="banner")\r
- {\r
- if(!sI1)\r
- sI1=gsIBanner;\r
- addBanner(sI1);\r
- }\r
-}\r
-\r
-function isShowHideEnable()\r
-{\r
- if(gbIE4)\r
- return true;\r
- else\r
- return false;\r
-}\r
-\r
-function genButton(sText,sI,nStyle)\r
-{\r
- var sButton="";\r
- var sShowText=_textToHtml(sText);\r
- if (gbNav4 && !gbNav6)\r
- sShowText += " ";\r
- if(sText!=""&&sI!="")\r
- {\r
- if(nStyle&BTN_IMG_TOP)\r
- sButton+=sI+"<br>"+ sShowText;\r
- else if(nStyle&BTN_IMG_BOTTOM)\r
- sButton+=sText+"<br>"+sI;\r
- else if(nStyle&BTN_IMG_RIGHT)\r
- sButton+=sText+" "+sI;\r
- else\r
- sButton+=sI+" "+sShowText;\r
- }\r
- else if(sText!="")\r
- {\r
- sButton+=sShowText;\r
- }\r
- else if(sI!="")\r
- {\r
- sButton+=sI;\r
- }\r
- return sButton;\r
-}\r
-\r
-function searchB()\r
-{\r
- var onMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null);\r
- SendMessage(onMsg);\r
-\r
- var oMsg=new whMessage(WH_MSG_SEARCHTHIS,this,1,document.searchForm.searchString.value);\r
- if(!SendMessage(oMsg))\r
- gstrSearch=document.searchForm.searchString.value;\r
- else\r
- gstrSearch="";\r
-}\r
-\r
-function ReSortToolbarButtons()\r
-{\r
- var bSearchEnabled=isSearchEnabled();\r
- var strOrder="";\r
- var oMsg=new whMessage(WH_MSG_TOOLBARORDER,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- strOrder=oMsg.oParam;\r
- }\r
- if(strOrder.length>0)\r
- {\r
- gaOrders=strOrder.split("|");\r
- var aTempButtons=new Array();\r
- var ti=0;\r
- for(var si=0;si<gaOrders.length;si++)\r
- {\r
- if(gaOrders[si]!="searchform"||bSearchEnabled)\r
- {\r
- var sb=-1;\r
- for(var st=0;st<gaTypes.length;st++)\r
- {\r
- if(gaOrders[si]==gaTypes[st])\r
- {\r
- sb=st;\r
- break;\r
- }\r
- }\r
- if(sb!=-1)\r
- {\r
- aTempButtons[aTempButtons.length]=gaButtons[sb];\r
- }\r
- }\r
- }\r
- gaButtons=aTempButtons;\r
- }\r
-}\r
-\r
-function isSyncEnabled()\r
-{\r
- var bEnabled=false;\r
- var oMsg=new whMessage(WH_MSG_ISSYNCSSUPPORT,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- bEnabled=oMsg.oParam;\r
- }\r
- return bEnabled;\r
-}\r
-\r
-function isAvenueEnabled()\r
-{\r
- var bEnabled=false;\r
- var oMsg=new whMessage(WH_MSG_ISAVENUESUPPORT,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- bEnabled=oMsg.oParam;\r
- }\r
- return bEnabled;\r
-}\r
-\r
-function isSearchEnabled()\r
-{\r
- var bEnabled=false;\r
- var oMsg=new whMessage(WH_MSG_ISSEARCHSUPPORT,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- bEnabled=oMsg.oParam;\r
- }\r
- return bEnabled;\r
-}\r
-\r
-function ReSortMinibarButtons()\r
-{\r
- var bSyncEnabled=isSyncEnabled();\r
- var bAvenueEnabled=isAvenueEnabled();\r
- var strOrder="";\r
- var oMsg=new whMessage(WH_MSG_MINIBARORDER,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- strOrder=oMsg.oParam;\r
- }\r
- if(strOrder.length>0)\r
- {\r
- gaOrders=strOrder.split("|");\r
- var aTempButtons=new Array();\r
- var ti=0;\r
- for(var si=0;si<gaOrders.length;si++)\r
- {\r
- if((gaOrders[si]!="synctoc"||bSyncEnabled)&&\r
- ((gaOrders[si]!="avnext"&&gaOrders[si]!="avprev")||bAvenueEnabled))\r
- {\r
- var sb=-1;\r
- for(var st=0;st<gaTypes.length;st++)\r
- {\r
- if(gaOrders[si]==gaTypes[st])\r
- {\r
- sb=st;\r
- break;\r
- }\r
- }\r
- if(sb!=-1)\r
- {\r
- aTempButtons[aTempButtons.length]=gaButtons[sb];\r
- }\r
- }\r
- }\r
- gaButtons=aTempButtons;\r
- }\r
-}\r
-\r
-function writeToolBar()\r
-{\r
- var sHTML="";\r
- if(gaButtons.length>0)\r
- {\r
- var strHeight="100%";\r
- var strWidth="100%";\r
- if (gbNav4)\r
- {\r
- strHeight=window.innerHeight-4;\r
- strWidth=window.innerWidth-4;\r
- }\r
- if (gbIE4)\r
- {\r
- strHeight=document.body.clientHeight-4;\r
- strWidth=document.body.clientWidth-4;\r
- }\r
- if(gbNav6)\r
- sHTML="<table class=\"clsToolbarBackground\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" height=\""+strHeight+"\" width=\""+strWidth+"\">";\r
- else\r
- sHTML="<form name=\"searchForm\" method=\"POST\" action=\"javascript:searchB()\"><table class=\"clsToolbarBackground\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" height=\""+strHeight+"\" width=\""+strWidth+"\">";\r
- if((gnButtonLayout&LAYOUT)==HLAYOUT)\r
- {\r
- sHTML+="<tr>";\r
- for(var i=0;i<gaButtons.length;i++)\r
- {\r
- if(gaButtons[i])\r
- sHTML+=gaButtons[i];\r
- else\r
- sHTML+="<td width=\"100%\"></td>";\r
- }\r
- sHTML+="</tr>";\r
- }\r
- else\r
- {\r
- for(var i=0;i<gaButtons.length;i++)\r
- {\r
- if(gaButtons[i])\r
- sHTML+="<tr width=\"100%\">"+gaButtons[i]+"</tr>";\r
- else\r
- sHTML+="<tr height=\"100%\"><td></td></tr>";\r
- }\r
- }\r
- if(gbNav6)\r
- sHTML+="</table>";\r
- else\r
- sHTML+="</table></form>";\r
- }\r
- document.write(sHTML);\r
- if(document.body)\r
- document.body.onselectstart=onSelect;\r
- updateAveButton();\r
-}\r
-\r
-function hasNavPane()\r
-{\r
- if(gnHasNavPane==-1)\r
- {\r
- gnHasNavPane=0;\r
- var oParam=new Object();\r
- oParam.bVisible=false;\r
- var oMsg=new whMessage(WH_MSG_ISPANEVISIBLE,this,1,oParam);\r
- if(SendMessage(oMsg))\r
- {\r
- if(oParam.bVisible)\r
- gnHasNavPane=1;\r
- }\r
- \r
- }\r
- if(gnHasNavPane==1)\r
- return true;\r
- else\r
- return false;\r
-}\r
-\r
-function getTocInfo()\r
-{\r
- var oParam=new Object();\r
- oParam.oTocInfo=null;\r
- var oMsg=new whMessage(WH_MSG_GETTOCPATHS,this,1,oParam);\r
- if(SendMessage(oMsg))\r
- {\r
- goTocInfo=oParam.oTocInfo;\r
- gbTocInfoInited=true;\r
- }\r
-}\r
-\r
-function onBtnClick(e)\r
-{\r
- var oEl=null;\r
- var oElo=null;\r
- if(gbNav6)\r
- {\r
- oElo=e.target;\r
- while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo);\r
- oEl=oElo;\r
- }\r
- else\r
- {\r
- oElo=event.srcElement;\r
- oEl=oElo;\r
- event.cancelBubble=true;\r
- }\r
- while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB"))\r
- {\r
- oEl=getParentNode(oEl);\r
- if(!oEl) return;\r
- }\r
- if(oElo.tagName=="A"||oElo.tagName=="IMG") return true;\r
- var oaA=getElementsByTag(oElo,"A");\r
- if(oaA&&oaA.length)\r
- {\r
- var oA=oaA[0];\r
- if(gbNav6)\r
- {\r
- var sCmd=oA.getAttribute("onclick");\r
- var nCmd=sCmd.indexOf("return false;");\r
- if(nCmd!=-1);\r
- sCmd=sCmd.substring(0,nCmd);\r
- setTimeout(sCmd,1);\r
- }\r
- else\r
- oA.onclick();\r
- }\r
-}\r
-\r
-function onBtnMouseDown(e,nBtn)\r
-{\r
- var oEl=null;\r
- if(gbNav6)\r
- {\r
- var oElo=e.target;\r
- while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo);\r
- oEl=oElo;\r
- }\r
- else\r
- {\r
- oEl=event.srcElement;\r
- event.cancelBubble=true;\r
- }\r
- while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB"))\r
- {\r
- oEl=getParentNode(oEl);\r
- if(!oEl) return;\r
- }\r
- var sPF=oEl.className.substring(0,6);\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>2)\r
- {\r
- if(gaObjBtns[nBtn].aIs[2])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[2];\r
- }\r
- var sState=getState(oEl);\r
- if(sState!="disable")\r
- {\r
- oEl.className=sPF+"Down";\r
- }\r
-}\r
-\r
-function onBtnMouseUp(e,nBtn)\r
-{\r
- var oEl=null;\r
- if(gbNav6)\r
- {\r
- var oElo=e.target;\r
- while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo);\r
- oEl=oElo;\r
- }\r
- else\r
- {\r
- oEl=event.srcElement;\r
- event.cancelBubble=true;\r
- }\r
- while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB"))\r
- {\r
- oEl=getParentNode(oEl);\r
- if(!oEl) return;\r
- }\r
- var sPF=oEl.className.substring(0,6);\r
- var sState=getState(oEl);\r
- if(sState=="down"||sState=="disable")\r
- {\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>3)\r
- {\r
- if(gaObjBtns[nBtn].aIs[3])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[3];\r
- }\r
- }\r
- else\r
- {\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>0)\r
- {\r
- if(gaObjBtns[nBtn].aIs[0])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[0];\r
- }\r
- }\r
- if(goEl==oEl)\r
- {\r
- if(sState!="down"&&sState!="disable")\r
- {\r
- oEl.className=sPF+"Up";\r
- }\r
- }\r
-}\r
-\r
-function getState(oEl)\r
-{\r
- var sState="";\r
- if(gbNav6||gbOpera)\r
- sState=oEl.getAttribute("state");\r
- else\r
- if(oEl.state)\r
- sState=oEl.state;\r
- return sState;\r
-}\r
-\r
-function onBtnMouseOver(e,nBtn)\r
-{\r
- markButton(e);\r
- var oEl=null;\r
- if(gbNav6)\r
- {\r
- var oElo=e.target;\r
- while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo);\r
- oEl=oElo;\r
- }\r
- else\r
- {\r
- oEl=event.srcElement;\r
- event.cancelBubble=true;\r
- }\r
- while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB"))\r
- {\r
- oEl=getParentNode(oEl);\r
- if(!oEl) return;\r
- }\r
- var sPF=oEl.className.substring(0,6);\r
- var sState=getState(oEl);\r
- if(sState=="down"||sState=="disable")\r
- {\r
- if(sState=="down")\r
- oEl.className=sPF+"Down";\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>4)\r
- {\r
- if(gaObjBtns[nBtn].aIs[4])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[4];\r
- }\r
- }\r
- else\r
- {\r
- oEl.className=sPF+"Up";\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>1)\r
- {\r
- if(gaObjBtns[nBtn].aIs[1])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[1];\r
- }\r
- }\r
-}\r
-\r
-function onBtnMouseOut(e,nBtn)\r
-{\r
- goEl=null;\r
- var oEl=null;\r
- if(gbNav6)\r
- {\r
- var oElo=e.target;\r
- while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo);\r
- oEl=oElo;\r
- }\r
- else\r
- {\r
- oEl=event.srcElement;\r
- event.cancelBubble=true;\r
- }\r
- while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB"))\r
- {\r
- oEl=getParentNode(oEl);\r
- if(!oEl) return;\r
- }\r
- var sPF=oEl.className.substring(0,6);\r
- var sState=getState(oEl);\r
- if(sState=="down"||sState=="disable")\r
- {\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>3)\r
- {\r
- if(gaObjBtns[nBtn].aIs[3])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[3];\r
- }\r
- if(sState=="down")\r
- oEl.className=sPF+"Down";\r
- }\r
- else\r
- {\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>0)\r
- {\r
- if(gaObjBtns[nBtn].aIs[0])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[0];\r
- }\r
- oEl.className=sPF+"Normal";\r
- }\r
-}\r
-\r
-function showToc()\r
-{\r
- var oMsg=new whMessage(WH_MSG_SHOWTOC,this,1,null)\r
- SendMessage(oMsg);\r
-}\r
-\r
-function showIndex()\r
-{\r
- var oMsg=new whMessage(WH_MSG_SHOWIDX,this,1,null)\r
- SendMessage(oMsg);\r
-}\r
-\r
-function showFts()\r
-{\r
- var oMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null)\r
- SendMessage(oMsg);\r
-}\r
-\r
-function showGlossary()\r
-{\r
- var oMsg=new whMessage(WH_MSG_SHOWGLO,this,1,null)\r
- SendMessage(oMsg);\r
-}\r
-\r
-function syncWithShow()\r
-{\r
- if(!gbTocInfoInited)\r
- {\r
- getTocInfo();\r
- }\r
- if(goTocInfo)\r
- {\r
- showToc();\r
- var oParam=goTocInfo;\r
- var oMsg=new whMessage(WH_MSG_SYNCTOC,this,1,oParam);\r
- SendMessage(oMsg);\r
- }\r
-}\r
-\r
-function markButton(e)\r
-{\r
- var oEl=null;\r
- if(gbNav6)\r
- {\r
- var oElo=e.target;\r
- while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo);\r
- oEl=oElo;\r
- }\r
- else\r
- oEl=event.srcElement;\r
- while(oEl&&oEl.tagName!="TD") oEl=getParentNode(oEl);\r
- if(oEl)\r
- goEl=oEl;\r
-}\r
-\r
-function showHidePane()\r
-{\r
- var oMsg=null;\r
- if(hasNavPane())\r
- oMsg=new whMessage(WH_MSG_HIDEPANE,this,1,null);\r
- else\r
- oMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(oMsg);\r
-}\r
-\r
-function goAveNext()\r
-{\r
- goAvenue(true);\r
-}\r
-\r
-function goAvePrev()\r
-{\r
- goAvenue(false);\r
-}\r
-\r
-function doWebSearch()\r
-{\r
- if (goWebSearchEnable)\r
- {\r
- var oMsg=new whMessage(WH_MSG_WEBSEARCH,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
-}\r
-\r
-function goAvenue(bNext)\r
-{\r
- var oMsg=null;\r
- initAveButtonObj();\r
- gsCurAveName=getCurrentAveName();\r
- if(gbNav4&&!gbNav6)\r
- {\r
- if(bNext)\r
- {\r
- gaAvenues=null;\r
- updateAvenue();\r
- oMsg=new whMessage(WH_MSG_NEXT,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- else if(!bNext)\r
- {\r
- gaAvenues=null;\r
- updateAvenue();\r
- oMsg=new whMessage(WH_MSG_PREV,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
- else\r
- {\r
- if(bNext&&goNextParent)\r
- {\r
- var sState=getState(goNextParent);\r
- if(sState!="disable")\r
- {\r
- gaAvenues=null;\r
- gbNeedUpdateAve=true;\r
- gbUpdateTimerCount++;\r
- setTimeout("updateAvenueIfNeeded();", 2000);\r
- oMsg=new whMessage(WH_MSG_NEXT,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
- else if(!bNext&&goPrevParent)\r
- {\r
- var sState=getState(goPrevParent);\r
- if(sState!="disable")\r
- {\r
- gaAvenues=null;\r
- gbNeedUpdateAve=true;\r
- gbUpdateTimerCount++;\r
- setTimeout("updateAvenueIfNeeded();", 2000);\r
- oMsg=new whMessage(WH_MSG_PREV,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
- }\r
-}\r
-\r
-function window_Unload()\r
-{\r
- if(!gbNav4||gbNav6)\r
- {\r
- UnRegisterListener2(this,WH_MSG_GETSEARCHS);\r
- UnRegisterListener2(this,WH_MSG_PANESTATUE);\r
- UnRegisterListener2(this,WH_MSG_SYNCINFO);\r
- UnRegisterListener2(this,WH_MSG_PANEINFO);\r
- UnRegisterListener2(this,WH_MSG_AVENUEINFO);\r
- UnRegisterListener2(this,WH_MSG_GETCURRENTAVENUE);\r
- UnRegisterListener2(this,WH_MSG_ENABLEWEBSEARCH);\r
- UnRegisterListener2(this,WH_MSG_INITSEARCHSTRING);\r
- UnRegisterListener2(this,WH_MSG_NOSEARCHINPUT);\r
- UnRegisterListener2(this,WH_MSG_NOSYNC);\r
- }\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if(!gbOpera7&&document.body)\r
- {\r
- if(gsBgImage&&gsBgImage.length>0)\r
- {\r
- document.body.background=gsBgImage;\r
- }\r
- if(gsBgColor&&gsBgColor.length>0)\r
- {\r
- document.body.bgColor=gsBgColor;\r
- }\r
- }\r
- doCusOnLoad();\r
- var oMsg=new whMessage(WH_MSG_GETPANEINFO,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- setTimeout("flipPaneButton(\""+oMsg.oParam+"\");",1);\r
- }\r
- if (!gaAvenues)\r
- {\r
- var oMsg2=new whMessage(WH_MSG_GETAVIAVENUES,this,1,new Object());\r
- if(SendMessage(oMsg2))\r
- {\r
- gaAvenues=oMsg2.oParam.aAvenues;\r
- gbNeedUpdateAve=false;\r
- setTimeout("updateAvenue();",1);\r
- }\r
- }\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- var nMsgId=oMsg.nMessageId;\r
- if(nMsgId==WH_MSG_GETSEARCHS)\r
- {\r
- if(document.searchForm&&document.searchForm.searchString)\r
- {\r
- oMsg.oParam.sValue=document.searchForm.searchString.value;\r
- return false;\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_PANESTATUE)\r
- {\r
- if(oMsg.oParam=="visible")\r
- {\r
- if(isShowHideEnable())\r
- setTimeout("flipShowHide(true);",1);\r
- setTimeout("showPaneButton();",1);\r
- }\r
- else\r
- {\r
- if(isShowHideEnable())\r
- setTimeout("flipShowHide(false);",1);\r
- setTimeout("hidePaneButton();",1);\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_PANEINFO)\r
- {\r
- if(oMsg.oParam)\r
- setTimeout("flipPaneButton(\""+oMsg.oParam+"\");",1);\r
- else\r
- setTimeout("hidePaneButton();",1);\r
- }\r
- else if(nMsgId==WH_MSG_SYNCINFO)\r
- {\r
- if(oMsg.oParam)\r
- goTocInfo=oMsg.oParam;\r
- else\r
- goTocInfo=null;\r
- gbTocInfoInited=true;\r
- }\r
- else if(nMsgId==WH_MSG_AVENUEINFO)\r
- {\r
- gaAvenues=oMsg.oParam;\r
- gbNeedUpdateAve=false;\r
- setTimeout("updateAvenue();",1);\r
- }\r
- else if(nMsgId==WH_MSG_GETCURRENTAVENUE)\r
- {\r
- var sAveName=getCurrentAvenue();\r
- if(sAveName!="")\r
- {\r
- oMsg.oParam.sAvenue=sAveName;\r
- return false;\r
- }\r
- else\r
- return true;\r
- }\r
- else if(nMsgId==WH_MSG_ENABLEWEBSEARCH)\r
- {\r
- setTimeout("updateWebSearch("+oMsg.oParam+");",1);\r
- }\r
- else if(nMsgId==WH_MSG_INITSEARCHSTRING)\r
- {\r
- if(gstrSearch!="")\r
- {\r
- oMsg.oParam=gstrSearch;\r
- gstrSearch="";\r
- return false;\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_NOSEARCHINPUT)\r
- {\r
- var oSearchInput = getElement("searchInput");\r
- if (oSearchInput)\r
- {\r
- oSearchInput.style.visibility = "hidden";\r
- return false;\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_NOSYNC)\r
- {\r
- var oSync = getElement("btnsynctoc");\r
- if (oSync)\r
- {\r
- oSync.style.visibility = "hidden";\r
- return false;\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-function getCurrentAvenue()\r
-{\r
- var strAveName="";\r
- var oSelect=getElement("avenue");\r
- if(oSelect)\r
- {\r
- strAveName=oSelect.value;\r
- }\r
- return strAveName;\r
-}\r
-\r
-function initBtn()\r
-{\r
- var oBtn=null;\r
- oBtn=getElement("btntoc");\r
- if(oBtn)\r
- gaBtns[gaBtns.length]=oBtn;\r
- oBtn=getElement("btnidx");\r
- if(oBtn)\r
- gaBtns[gaBtns.length]=oBtn;\r
- oBtn=getElement("btnfts");\r
- if(oBtn)\r
- gaBtns[gaBtns.length]=oBtn;\r
- oBtn=getElement("btnglo");\r
- if(oBtn)\r
- gaBtns[gaBtns.length]=oBtn;\r
- gbInitBtn=true;\r
-}\r
-\r
-function showPaneButton()\r
-{\r
- flipPaneButton(gsPane);\r
-}\r
-\r
-function hidePaneButton()\r
-{\r
- flipPaneButton("");\r
-}\r
-\r
-function flipPaneButton(sPane)\r
-{\r
- if (sPane)\r
- gsPane=sPane;\r
- if(!gbInitBtn)\r
- initBtn();\r
-\r
- var oUp=null;\r
- if(sPane)\r
- {\r
- oUp=getElement("btn"+sPane);\r
- }\r
- for(var i=0;i<gaBtns.length;i++)\r
- {\r
- if(gaBtns[i])\r
- {\r
- if(gaBtns[i]==oUp)\r
- {\r
- var oEl=getParentNode(oUp);\r
- var sPF=oEl.className.substring(0,6);\r
- var sState=getState(oEl);\r
- if(sState=="up")\r
- {\r
- setState(oEl,"down");\r
- oEl.className=sPF+"Down";\r
- if(sPF=="clsBtn")\r
- {\r
- if(gaBtns[i].id)\r
- {\r
- var sColor=getBtnColor(gaBtns[i].id.substring(3),true);\r
- if(sColor)\r
- {\r
- oEl.style.backgroundColor=sColor\r
- }\r
- else\r
- {\r
- oEl.style.backgroundColor="";\r
- }\r
- }\r
- var oaA=getElementsByTag(oEl,"A");\r
- if(oaA.length>0)\r
- {\r
- var strClassName=oaA[0].className;\r
- oaA[0].className="btnsel"+strClassName.substring(3);\r
- }\r
- }\r
- var oIs=getElementsByTag(oEl,"img");\r
- var oBtn=getButtonObjByType(gaBtns[i].id.substring(3));\r
- if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>3)\r
- {\r
- if(oBtn.aIs[3])\r
- oIs[0].src=oBtn.aIs[3];\r
- }\r
- }\r
- }\r
- else\r
- {\r
- var oEl=getParentNode(gaBtns[i]);\r
- var sState=getState(oEl);\r
- var sPF=oEl.className.substring(0,6);\r
- if(sState=="down")\r
- {\r
- setState(oEl,"up");\r
- if(oEl==goEl)\r
- oEl.className=sPF+"Up";\r
- else\r
- oEl.className=sPF+"Normal";\r
-\r
- if(sPF=="clsBtn")\r
- {\r
- if(gaBtns[i].id)\r
- {\r
- var sColor=getBtnColor(gaBtns[i].id.substring(3),false);\r
- if(sColor)\r
- {\r
- oEl.style.backgroundColor=sColor\r
- }\r
- else\r
- {\r
- oEl.style.backgroundColor="";\r
- }\r
- }\r
-\r
- var oaA=getElementsByTag(oEl,"A");\r
- if(oaA.length>0)\r
- {\r
- var strClassName=oaA[0].className;\r
- oaA[0].className="btn"+strClassName.substring(6);\r
- }\r
- }\r
- var oIs=getElementsByTag(oEl,"img");\r
- var oBtn=getButtonObjByType(gaBtns[i].id.substring(3));\r
- if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>0)\r
- {\r
- if(oBtn.aIs[0])\r
- oIs[0].src=oBtn.aIs[0];\r
- }\r
- }\r
- }\r
- }\r
- }\r
-}\r
-\r
-function flipShowHide(bShow)\r
-{\r
- gnHasNavPane=-1; \r
- var oA=getElement("btnshowhide");\r
- if(oA)\r
- {\r
- var oEl=getParentNode(oA);\r
- var sPF=oEl.className.substring(0,6);\r
- if(oEl&&oEl.state)\r
- {\r
- if(bShow)\r
- {\r
- oEl.state="down";\r
- oEl.className=sPF+"Down";\r
- }\r
- else\r
- {\r
- oEl.state="up";\r
- \r
- if(oEl==goEl)\r
- oEl.className=sPF+"Up";\r
- else\r
- oEl.className=sPF+"Normal";\r
- }\r
- }\r
- oA.innerHTML=getShowHide();\r
- }\r
-}\r
-\r
-function cusOnClick(nIdx)\r
-{\r
- if(goCusButton.length>nIdx)\r
- {\r
- var sOnClick=goCusButton[nIdx].sOnClick;\r
- if(sOnClick&&sOnClick.length>0)\r
- {\r
- if(!gbPreview)\r
- eval(sOnClick);\r
- return false;\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-function cusOnMouseOver(nIdx)\r
-{\r
- if(goCusButton.length>nIdx)\r
- {\r
- var sOnMouseOver=goCusButton[nIdx].sOnMouseOver;\r
- if(sOnMouseOver&&sOnMouseOver.length>0)\r
- {\r
- if(!gbPreview)\r
- eval(sOnMouseOver);\r
- return false;\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-function doCusOnLoad()\r
-{\r
- if(!gbPreview&&gaOrders)\r
- {\r
- for(var i=0;i<gaOrders.length;i++)\r
- {\r
- for(var j=0;j<gaOnLoads.length;j++)\r
- {\r
- if(gaOrders[i]==gaOnLoads[j].sType)\r
- {\r
- eval(gaOnLoads[j].sOnLoad);\r
- break;\r
- }\r
- }\r
- }\r
- }\r
-}\r
-\r
-function registerOnLoad(sOnLoad,sType)\r
-{\r
- gaOnLoads[gaOnLoads.length]=new cusOnLoad(sType,sOnLoad); \r
-}\r
-\r
-function cusOnLoad(sType,sOnLoad)\r
-{\r
- this.sType=sType;\r
- this.sOnLoad=sOnLoad;\r
-}\r
-\r
-function cusButton(sType,sText,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight)\r
-{\r
- this.sType=sType;\r
- this.sText=sText;\r
- this.sOnClick=sOnClick;\r
- this.sOnMouseOver=sOnMouseOver;\r
- this.sOnLoad=sOnLoad;\r
- this.nWidth=nWidth;\r
- this.nHeight=nHeight;\r
- this.aIs=new Array();\r
- var i=0;\r
- while(cusButton.arguments.length>i+7)\r
- {\r
- if (cusButton.arguments[7+i])\r
- this.aIs[i]=_getFullPath(_getPath(document.location.href),cusButton.arguments[7+i]);\r
- else\r
- this.aIs[i]="";\r
- i++;\r
- }\r
- if(sOnLoad)\r
- {\r
- registerOnLoad(sOnLoad,sType);\r
- }\r
-}\r
-\r
-function getBtnColor(sType,bSel)\r
-{\r
- var aBtnColors=null;\r
- if(bSel)\r
- aBtnColors=gaSelBtnBgColor;\r
- else\r
- aBtnColors=gaBtnBgColor;\r
- if(aBtnColors)\r
- {\r
- for(var i=0;i<aBtnColors.length;i++)\r
- {\r
- if(aBtnColors[i].sType==sType)\r
- return aBtnColors[i].sColor;\r
- }\r
- }\r
- return "";\r
-}\r
-\r
-function setButtonBgColor(sType,sColor,bSel)\r
-{\r
- if(sColor)\r
- {\r
- var aBtnColors=null;\r
- if(bSel)\r
- aBtnColors=gaSelBtnBgColor;\r
- else\r
- aBtnColors=gaBtnBgColor;\r
- if(aBtnColors!=null)\r
- {\r
- for(var i=0;i<aBtnColors.length;i++)\r
- {\r
- if(aBtnColors[i].sType==sType)\r
- {\r
- aBtnColors[i].sColor=sColor;\r
- return;\r
- }\r
- }\r
- aBtnColors[aBtnColors.length]=new btnBgColor(sType,sColor);\r
- }\r
- }\r
-}\r
-\r
-function getDefaultButtonFont()\r
-{\r
- var strFontStyle="";\r
- for(var i=0;i<gaTypes.length;i++)\r
- {\r
- strFontStyle+=".btnsel"+gaTypes[i]+"{"+getFontStyle(goSelTextFont)+"}";\r
- strFontStyle+=".btn"+gaTypes[i]+"{"+getFontStyle(goTextFont)+"}";\r
- }\r
- return strFontStyle;\r
-}\r
-\r
-function setButtonFont(sType,sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration,bSel)\r
-{\r
- if(sFontName)\r
- {\r
- var vFont=new whFont(sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration);\r
- if(bSel)\r
- gsBtnStyle+=".btnsel"+sType+"{"+getFontStyle(vFont)+"}\n";\r
- else\r
- gsBtnStyle+=".btn"+sType+"{"+getFontStyle(vFont)+"}\n";\r
- }\r
- if (sType=="searchform"&&!bSel)\r
- {\r
- var vFont1=new whFont(sFontName,sFontSize,"black",sFontStyle,sFontWeight,sFontDecoration);\r
- gsBtnStyle+=".inputsearchform {" + getFontStyle(vFont1)+"}\n";\r
- }\r
-}\r
-\r
-function getButtonObjByType(sType)\r
-{\r
- for(var i=0;i<gaObjBtns.length;i++)\r
- {\r
- if(gaObjBtns[i].sType==sType)\r
- return gaObjBtns[i];\r
- }\r
- return null;\r
-}\r
-\r
-function onSelect()\r
-{\r
- if (event.srcElement&&event.srcElement.name)\r
- {\r
- if (event.srcElement.name=="searchString")\r
- return true;\r
- }\r
- return false;\r
-}\r
-\r
-function window_onResize()\r
-{\r
- gnRE++;\r
- setTimeout("tryReload();", 100);\r
-}\r
-\r
-function tryReload()\r
-{\r
- if (gnRE==1)\r
- document.location.reload();\r
- gnRE--;\r
-}\r
-\r
-if(window.gbWhUtil&&window.gbWhMsg&&window.gbWhVer&&window.gbWhProxy)\r
-{\r
- RegisterListener2(this,WH_MSG_GETSEARCHS);\r
- RegisterListener2(this,WH_MSG_PANESTATUE);\r
- RegisterListener2(this,WH_MSG_SYNCINFO);\r
- RegisterListener2(this,WH_MSG_PANEINFO);\r
- RegisterListener2(this,WH_MSG_AVENUEINFO);\r
- RegisterListener2(this,WH_MSG_GETCURRENTAVENUE);\r
- RegisterListener2(this,WH_MSG_ENABLEWEBSEARCH);\r
- RegisterListener2(this,WH_MSG_INITSEARCHSTRING);\r
- RegisterListener2(this,WH_MSG_NOSEARCHINPUT);\r
- RegisterListener2(this,WH_MSG_NOSYNC);\r
-\r
- window.onload=window_OnLoad;\r
- window.onunload=window_Unload;\r
- window.onresize=window_onResize;\r
- goTextFont=new whFont("Verdana","8pt","#003063","normal","normal","none");\r
- goSelTextFont=new whFont("Verdana","8pt","white","normal","normal","none");\r
- gbWhTBar=true;\r
-}\r
-else\r
- document.location.reload();\r
-\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Table of contents</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<base target="bsscright">\r
-</head>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmozemu.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whthost.js"></script>\r
-<script LANGUAGE="javascript1.2">\r
-<!--\r
-if (window.gbWhTHost)\r
-{\r
- setBackgroundcolor( "White"); \r
- \r
- setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none");\r
- setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline");\r
- setActiveBgColor("Silver");\r
- \r
- \r
- setIcon("BookOpen","wht_toc2.gif");\r
- setIcon("BookClose","wht_toc1.gif");\r
- setIcon("Item","wht_toc3.gif");\r
- setIcon("RemoteItem","wht_toc4.gif");\r
- \r
- \r
- \r
- \r
- TocWriteClassStyle();\r
- TocWriteFixedWidth(true,400);\r
-}\r
-else\r
- document.location.reload();\r
-//-->\r
-</script>\r
-<body topmargin="2" leftmargin="2" marginwidth="0" marginheight="0" bgproperties="fixed" bgcolor="white" scroll="auto">\r
-<script LANGUAGE="javascript1.2">\r
-<!--\r
-TocWriteFixedWidth(false,400);\r
-TocInitPage();\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.007\r
-var gaHSLoad=new Array();\r
-var gnMinIdx=0;\r
-var gnInsIdx=-1;\r
-var gsLoadingDivID="LoadingDiv";\r
-var gsLoadingMsg="Loading, click here to cancel...";\r
-var gaProj=null;\r
-var gaTocs=new Array();\r
-var goChunk=null;\r
-var gbReady=false;\r
-var gbToc=false;\r
-var gbXML=false;\r
-var gaRoot=new Array();\r
-var gnCC=-1;\r
-var gsTP="";\r
-var gaBTPs="";\r
-var gsCTPath="";\r
-var gnLT=-1;\r
-var gsPathSplit="\n";\r
-var gsBgColor="#ffffff";\r
-var gsBgImage="";\r
-var goFont=null;\r
-var goHFont=null;\r
-\r
-var gsMargin="0pt";\r
-var gsIndent="15pt";\r
-var gsABgColor="#cccccc";\r
-\r
-var giBookClose="";\r
-var giBookOpen="";\r
-var giBookItem="";\r
-var giURLItem="";\r
-var giNewBookClose="";\r
-var giNewBookOpen="";\r
-var giNewBookItem="";\r
-var giNewURLItem="";\r
-var gnImages=0;\r
-var gnLoadedImages=0;\r
-var gaImgs=new Array();\r
-var gbLoadData=false;\r
-var gobj=null;\r
-var gaTocsNs61Fix=null;\r
-var gbWhTHost=false;\r
-var gBookItems=new Array();\r
-var gInSync=false;\r
-var gbLData=false;\r
-var gbNeedFillStub=false;\r
-var gbLoadToc=false;\r
-\r
-function chunkInfoQueue()\r
-{\r
- this.aContent=new Array();\r
- this.inQueue=function(cInfo)\r
- {\r
- this.aContent[this.aContent.length]=cInfo;\r
- }\r
- this.deQueue=function()\r
- {\r
- var cInfo=null;\r
- if(this.aContent.length>0)\r
- {\r
- cInfo=this.aContent[0];\r
- for(var i=1;i<this.aContent.length;i++)\r
- this.aContent[i-1]=this.aContent[i];\r
- this.aContent.length--;\r
- }\r
- return cInfo;\r
- }\r
- this.length=function()\r
- {\r
- return this.aContent.length;\r
- }\r
-}\r
-\r
-var gchunkRequestQueue=new chunkInfoQueue();\r
-\r
-function chunkInfo(nIdx, bLocal)\r
-{\r
- this.nIdx=nIdx;\r
- this.bLocal=bLocal;\r
-}\r
-\r
-function setBackground(sBgImage)\r
-{\r
- gsBgImage=sBgImage;\r
-}\r
-\r
-function setBackgroundcolor(sBgColor)\r
-{\r
- gsBgColor=sBgColor;\r
-}\r
-\r
-function setFont(sType,sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration)\r
-{\r
- var vFont=new whFont(sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration);\r
- if(sType=="Normal") goFont=vFont;\r
- else if(sType=="Hover") goHFont=vFont;\r
-}\r
-\r
-function setActiveBgColor(sBgColor){gsABgColor=sBgColor;}\r
-\r
-function setMargin(sMargin){gsMargin=sMargin;}\r
-\r
-function setIndent(sIndent){gsIndent=sIndent;}\r
-\r
-function setIcon(sType,sURL)\r
-{\r
- if(sType=="BookOpen")\r
- giBookOpen=sURL;\r
- else if(sType=="BookClose")\r
- giBookClose=sURL;\r
- else if(sType=="Item")\r
- giBookItem=sURL;\r
- else if(sType=="RemoteItem")\r
- giURLItem=sURL;\r
- else if(sType=="NewBookClose")\r
- giNewBookClose=sURL;\r
- else if(sType=="NewBookOpen")\r
- giNewBookOpen=sURL;\r
- else if(sType=="NewItem")\r
- giNewBookItem=sURL;\r
- else if(sType=="NewRemoteItem")\r
- giNewURLItem=sURL; \r
-}\r
-\r
-function bookItem(sTarget,sURL)\r
-{\r
- if(sTarget)\r
- this.sTarget=sTarget;\r
- else\r
- this.sTarget="bsscright";\r
- this.sURL=sURL;\r
-}\r
-\r
-function addBookItem(sBookId,sTarget,sURL)\r
-{\r
- gBookItems[sBookId]=new bookItem(sTarget,sURL); \r
-}\r
-\r
-function tocChunk(sPPath,sDPath)\r
-{\r
- this.sPPath=sPPath;\r
- this.sDPath=sDPath;\r
- this.nMI=-1;\r
- this.aTocs=null;\r
-}\r
-\r
-function addTocChunk(sPPath,sDPath)\r
-{\r
- var oChunk=new tocChunk(sPPath,sDPath);\r
- gaTocs[gaTocs.length]=oChunk;\r
- return oChunk;\r
-}\r
-\r
-function isHSLoad(nIdx)\r
-{\r
- for(var i=0;i<gaHSLoad.length;i++)\r
- if(gaHSLoad[i]==nIdx)\r
- return true;\r
- return false;\r
-}\r
-\r
-function setHSLoad(nIdx)\r
-{\r
- if(!isHSLoad(nIdx))\r
- {\r
- var len=gaHSLoad.length;\r
- for(var i=0;i<len;i++)\r
- if(gaHSLoad[i]==-1)\r
- {\r
- gaHSLoad[i]=nIdx;\r
- return;\r
- }\r
- gaHSLoad[len]=nIdx;\r
- }\r
-}\r
-\r
-function setHSUnLoad(nIdx)\r
-{\r
- if(isHSLoad(nIdx))\r
- {\r
- for(var i=0;i<gaHSLoad.length;i++)\r
- if(gaHSLoad[i]==nIdx)\r
- {\r
- gaHSLoad[i]=-1;\r
- return;\r
- }\r
- }\r
-}\r
-\r
-function removeLoadingDiv()\r
-{\r
- var eLoadingDiv=getElement(gsLoadingDivID);\r
- if(eLoadingDiv)\r
- removeThis(eLoadingDiv);\r
-}\r
-\r
-function checkBookItem(nIdx)\r
-{\r
- if(!gInSync)\r
- {\r
- var sBookId=getBookId(nIdx);\r
- if(gBookItems[sBookId])\r
- {\r
- window.open(gBookItems[sBookId].sURL,gBookItems[sBookId].sTarget);\r
- }\r
- }\r
-}\r
-\r
-function insertBookItems(nIdx,num)\r
-{\r
- checkBookItem(nIdx);\r
- var sChildBookId=getCBId(nIdx);\r
- var eChildDiv=getElement(sChildBookId);\r
- if(eChildDiv){\r
- if((eChildDiv.childNodes&&eChildDiv.childNodes.length==0)||\r
- (eChildDiv.all&&eChildDiv.all.length==0)){\r
- var sHTML=writeBookItems(nIdx,num);\r
- eChildDiv.innerHTML=sHTML;\r
- setTimeout("syncInit()",1);\r
- }\r
- }\r
- ExpandIt(nIdx);\r
-}\r
-\r
-function isBookEmpty(nIdx)\r
-{\r
- var num=getItemContentsNum(nIdx);\r
- if (num>0)\r
- {\r
- var nCIdx=0;\r
- do {\r
- nCIdx++;\r
- var i=nIdx+nCIdx;\r
- var nItemType=getItemType(i);\r
- if(nItemType==1){\r
- if (!isBookEmpty(i))\r
- return false;\r
- }\r
- else if(nItemType==4){\r
- var sSrc=getRefURL(i);\r
- var nProj=getProject(sSrc);\r
- if(nProj!=-1){\r
- sSrc=gaRoot[nProj].sToc;\r
- if(sSrc)\r
- return false;\r
- }\r
- }\r
- else if(nItemType==2||nItemType==16||nItemType==8)\r
- return false;\r
- } while(nCIdx<num);\r
- }\r
- return true;\r
-}\r
-\r
-function writeBook(nIdx)\r
-{\r
- var sIcon=getBookImage(nIdx,true);\r
- var sName=_textToHtml(getItemName(nIdx));\r
- sIcon=_textToHtml_nonbsp(sIcon);\r
- \r
- var nType=getItemType(nIdx);\r
- var bLocal=(nType==1);\r
- var bLocalProject=(nType!=4);\r
- \r
- var sHTML="<div id=\""+getPBId(nIdx)+"\" class=";\r
- if(bLocal)\r
- {\r
- if (!isBookEmpty(nIdx))\r
- {\r
- sHTML+="parent><p><nobr><a id=\""+getBookId(nIdx)+"\" href=\"javascript:void(0);\" onfocus=\"markBook("+nIdx+");\" onclick=\"";\r
- sHTML+="insertBookItems("+nIdx+", "+getItemContentsNum(nIdx);\r
- sHTML+=");return false;\" title=\""+sName+"\"><img alt=\"Book\" name=\""+getBId(nIdx)+"\" src=\""+sIcon+"\" border=0 align=\"absmiddle\">";\r
- sHTML+=" "+sName+"</a></nobr></p></div>";\r
- var sURL=_textToHtml_nonbsp(getItemURL(nIdx));\r
- if(sURL!="")\r
- addBookItem(getBookId(nIdx),_textToHtml_nonbsp(getTopicTarget(nIdx)),sURL);\r
- sHTML+="<div id=\""+getCBId(nIdx)+"\" class=child></div>";\r
- }\r
- else\r
- sHTML="";\r
- }\r
- else\r
- {\r
- sHTML+="stub></div>";\r
- gbNeedFillStub=true;\r
- setTimeout("fillStub("+nIdx+","+bLocalProject+");",100);\r
- }\r
- return sHTML;\r
-}\r
-\r
-function checkFillStub()\r
-{\r
- if(!gbLData)\r
- {\r
- if(gchunkRequestQueue.length()>0)\r
- {\r
- var cInfo=gchunkRequestQueue.deQueue();\r
- if(cInfo)\r
- {\r
- fillStub(cInfo.nIdx,cInfo.bLocal);\r
- return;\r
- }\r
- }\r
- }\r
- if(gbNeedFillStub)\r
- {\r
- gbNeedFillStub=false;\r
- setTimeout("syncInit()",1);\r
- }\r
-}\r
-\r
-function fillStub(nIdx,bLocalProject)\r
-{\r
- if(!gbLData)\r
- {\r
- gbLData=true;\r
- var sObj=getElement(getPBId(nIdx));\r
- if(sObj!=null)\r
- {\r
- tocExpandHelpSet(nIdx,bLocalProject);\r
- gbNeedFillStub=false;\r
- setTimeout("syncInit()",1);\r
- }\r
- else\r
- setTimeout("fillStub("+nIdx+","+bLocalProject+");",100);\r
- }\r
- else\r
- gchunkRequestQueue.inQueue(new chunkInfo(nIdx,bLocalProject));\r
-}\r
-\r
-function getBookId(nIdx){return "B_"+nIdx;}\r
-\r
-function getItemId(nIdx){return "I_"+nIdx;}\r
-\r
-function markBook(nIdx)\r
-{\r
- var obj=getElement(getItemId(nIdx));\r
- if(obj==null)\r
- obj=getElement(getBookId(nIdx));\r
- if(gbNav6)\r
- {\r
- gobj=obj;\r
- setTimeout("delayMarkObj();",1);\r
- }\r
- else\r
- markObj(obj);\r
-}\r
-\r
-function delayMarkObj()\r
-{\r
- if(gobj)\r
- {\r
- markObj(gobj);\r
- gobj=null;\r
- }\r
-}\r
-\r
-function markObj(obj)\r
-{\r
- if(obj!=null)\r
- {\r
- HighLightElement(obj,gsABgColor,"transparent");\r
- var sPath=calTocPath(obj);\r
- if(gsCTPath!=sPath)\r
- gsCTPath=sPath;\r
- }\r
-}\r
-\r
-function markItem(nIdx)\r
-{\r
- var obj=getElement(getItemId(nIdx));\r
- if(gbNav6)\r
- {\r
- gobj=obj;\r
- setTimeout("delayMarkObj();",1);\r
- }\r
- else\r
- markObj(getElement(getItemId(nIdx)));\r
-}\r
-\r
-function calTocPath(obj)\r
-{\r
- var sPath=getInnerText2(obj);\r
- var pObj=getParentNode(obj);\r
- do\r
- {\r
- while(pObj!=null&&!isCBId(pObj.id)) pObj=getParentNode(pObj);\r
- if(pObj!=null)\r
- {\r
- var nId=getIdByCBId(pObj.id);\r
- var sObj=getElement(getPBId(nId));\r
- if(sObj!=null)\r
- {\r
- var objs=getItemsByBook(sObj);\r
- for(var i=0;i<objs.length;i++)\r
- {\r
- var sText=getInnerText2(objs[i]);\r
- if(sText.length!=0)\r
- {\r
- sPath=sText+gsPathSplit+sPath;\r
- break;\r
- }\r
- }\r
- }\r
- pObj=getParentNode(pObj);\r
- }\r
- }while(pObj!=null);\r
- return sPath;\r
-}\r
-\r
-function writeAnItem(nIdx)\r
-{\r
- var sTarget=_textToHtml_nonbsp(getTopicTarget(nIdx));\r
- var sIcon=getItemIcon(nIdx,0);\r
- if(sIcon=="")\r
- {\r
- var nItemType=getItemType(nIdx);\r
- if(nItemType&2)\r
- sIcon=getItemImage(nIdx,false);\r
- else\r
- sIcon=getItemImage(nIdx,true);\r
- }\r
- sIcon=_textToHtml_nonbsp(sIcon);\r
- var sName=_textToHtml(getItemName(nIdx));\r
- var sHTML="<p><nobr><a id=\""+getItemId(nIdx)+"\" onfocus=\"markItem("+nIdx+");\""\r
- var sAltString="";\r
- if(nItemType&2)\r
- sAltString="Page";\r
- else\r
- sAltString="Remote Page";\r
- if(sTarget!="")\r
- sHTML+="target=\""+sTarget+"\" ";\r
- sHTML+="href=\""+_textToHtml_nonbsp(getItemURL(nIdx))+"\" title=\""+sName+"\"><img alt=\""+sAltString+"\" src=\""+sIcon+"\" border=0 align=\"absmiddle\"> "+sName+"</a></nobr></p>";\r
- return sHTML;\r
-}\r
-\r
-function writeBookItems(nIdx,num)\r
-{\r
- var sHTML="";\r
- if(num>0){\r
- var nCIdx=0;\r
- do{\r
- nCIdx++;\r
- var i=nIdx+nCIdx;\r
- var nItemType=getItemType(i);\r
- if(nItemType==1||nItemType==4||nItemType==8){\r
- sHTML+=writeBook(i); \r
- nCIdx+=getItemContentsNum(i); \r
- }\r
- else if(nItemType==2||nItemType==16){\r
- sHTML+=writeAnItem(i);\r
- }\r
- }\r
- while(nCIdx<num);\r
- }\r
- return sHTML;\r
-}\r
-\r
-function tocExpandHelpSet(nIdx,bLocal)\r
-{\r
- checkBookItem(nIdx);\r
- removeLoadingDiv();\r
- if(!isHSLoad(nIdx))\r
- {\r
- setHSLoad(nIdx);\r
- var sSrc="";\r
- if(bLocal){\r
- var oChunk=getChunk(nIdx);\r
- if(oChunk)\r
- {\r
- goChunk=addTocChunk(oChunk.sPPath,oChunk.sDPath);\r
- sSrc=oChunk.aTocs[nIdx-oChunk.nMI].sRefURL;\r
- }\r
- }\r
- else{\r
- sSrc=getRefURL(nIdx);\r
- var nProj=getProject(sSrc);\r
- if(nProj!=-1)\r
- {\r
- sSrc=gaRoot[nProj].sToc;\r
- if(sSrc)\r
- goChunk=addTocChunk(gaProj[nProj].sPPath,gaProj[nProj].sDPath);\r
- else\r
- goChunk=null;\r
- }\r
- else\r
- goChunk=null;\r
- }\r
- if(goChunk)\r
- {\r
- PrepareLoading(nIdx);\r
- gbToc=false;\r
- loadData2(goChunk.sPPath+goChunk.sDPath+sSrc);\r
- }\r
- else\r
- {\r
- gbLData=false;\r
- checkFillStub();\r
- }\r
- }\r
-}\r
-\r
-function getProject(sSrc)\r
-{\r
- for(var i=0;i<gaProj.length;i++)\r
- if(isSamePath(getPath(sSrc),gaProj[i].sPPath))\r
- return i;\r
- return -1;\r
-}\r
-\r
-function getPath(sPath)\r
-{\r
- if(sPath!="")\r
- {\r
- sPath=_replaceSlash(sPath);\r
- var nPosFile=sPath.lastIndexOf("/");\r
- sPath=sPath.substring(0,nPosFile+1);\r
- }\r
- return sPath;\r
-}\r
-\r
-function isSamePath(sPath1,sPath2)\r
-{\r
- return (sPath1.toLowerCase()==sPath2.toLowerCase());\r
-}\r
-\r
-function PrepareLoading(nIdx)\r
-{\r
- gnInsIdx=nIdx;\r
- if(!gsTP)\r
- {\r
- var oObj=getElement(getPBId(gnInsIdx));\r
- if(oObj)\r
- oObj.insertAdjacentHTML("afterEnd",writeLoadingDiv(nIdx));\r
- }\r
-}\r
-\r
-function writeLoadingDiv(nIdx)\r
-{\r
- return"<div id=\""+gsLoadingDivID+"\" class=parent onclick=\"removeLoadingDiv();\" style=\"padding-left:4px;background-color:ivory;border-width:1;border-style:solid;border-color:black;width:150px;\">"+gsLoadingMsg+"</div>";\r
-}\r
-\r
-function getItemName(nIdx)\r
-{\r
- var oChunk=getChunk(nIdx);\r
- if(oChunk)\r
- return oChunk.aTocs[nIdx-oChunk.nMI].sItemName;\r
- else\r
- return null;\r
-}\r
-\r
-function getItemContentsNum(nIdx)\r
-{\r
- var oChunk=getChunk(nIdx);\r
- if(oChunk)\r
- return oChunk.aTocs[nIdx-oChunk.nMI].nContents;\r
- else\r
- return null;\r
-}\r
-\r
-function getItemType(nIdx)\r
-{\r
- var oChunk=getChunk(nIdx);\r
- if(oChunk)\r
- return oChunk.aTocs[nIdx-oChunk.nMI].nType;\r
- else\r
- return 0;\r
-}\r
-\r
-function getItemURL(nIdx)\r
-{\r
- var oChunk=getChunk(nIdx);\r
- if(oChunk)\r
- {\r
- var sPath=oChunk.aTocs[nIdx-oChunk.nMI].sItemURL;\r
- if(!(sPath==null||sPath==""))\r
- {\r
- return _getFullPath(oChunk.sPPath,sPath);\r
- }\r
- }\r
- return "";\r
-}\r
-\r
-function getRefURL(nIdx)\r
-{\r
- var oChunk=getChunk(nIdx);\r
- if(oChunk)\r
- {\r
- var sPath=oChunk.aTocs[nIdx-oChunk.nMI].sRefURL;\r
- if(!(sPath==null||sPath==""))\r
- {\r
- return _getFullPath(oChunk.sPPath,sPath)\r
- }\r
- }\r
- return "";\r
-}\r
-\r
-function getTopicTarget(nIdx)\r
-{\r
- var oChunk=getChunk(nIdx);\r
- if(oChunk)\r
- {\r
- if(typeof(oChunk.aTocs[nIdx-oChunk.nMI].sTarget)!="undefined")\r
- return oChunk.aTocs[nIdx-oChunk.nMI].sTarget;\r
- }\r
- return "";\r
-}\r
-\r
-function getItemIcon(nIdx,nIconIdx)\r
-{\r
- var oChunk=getChunk(nIdx);\r
- if(oChunk)\r
- {\r
- if(typeof(oChunk.aTocs[nIdx-oChunk.nMI].sIconRef)!="undefined")\r
- {\r
- var sIconRef=oChunk.aTocs[nIdx-oChunk.nMI].sIconRef;\r
- var nIndex=sIconRef.indexOf(";");\r
- while(nIconIdx-->0&&nIndex!=-1)\r
- {\r
- sIconRef=sIconRef.substring(nIndex+1);\r
- nIndex=sIconRef.indexOf(";");\r
- }\r
- if(nIconIdx<0)\r
- {\r
- if(nIndex!=-1)\r
- sIconRef=sIconRef.substring(0,nIndex);\r
- return _getFullPath(oChunk.sPPath,sIconRef)\r
- }\r
- }\r
- }\r
- return "";\r
-}\r
-\r
-function TocWriteClassStyle()\r
-{\r
- var sStyle="<STYLE TYPE='text/css'>\n";\r
- if(gsBgImage)\r
- sStyle+="body {border-top:"+gsBgColor+" 1px solid;}\n";\r
- else\r
- sStyle+="body {border-top:black 1px solid;}\n";\r
- sStyle+="P {"+getFontStyle(goFont)+"margin-top:"+gsMargin+";margin-bottom:"+gsMargin+";}\n";\r
- sStyle+="DIV {margin-top:"+gsMargin+";margin-bottom:"+gsMargin+";}\n";\r
- sStyle+=".parent {margin-left:0pt;}\n";\r
- sStyle+=".stub {margin-left:0pt;display:none}\n";\r
- sStyle+=".child {display:none;margin-left:"+gsIndent+";}\n";\r
- sStyle+="A:link {"+getFontStyle(goFont)+"}\n";\r
- sStyle+="A:visited {"+getFontStyle(goFont)+"}\n";\r
- sStyle+="A:active {background-color:"+gsABgColor+";}\n";\r
- sStyle +="A:hover {"+getFontStyle(goHFont)+"}\n";\r
- sStyle+="</STYLE>";\r
- document.write(sStyle);\r
-}\r
-\r
-function TocWriteFixedWidth(bBegin,nWidth)\r
-{\r
- if((gbIE4)&&(gbMac)&&(!gbIE5)){\r
- if(bBegin)\r
- document.write("<table width="+nWidth+" border=0><tr><td>");\r
- else\r
- document.write("</td></tr></table>");\r
- }\r
-}\r
-\r
-function TocInitPage()\r
-{\r
- var tempColl=getItemsByBook(document.body);\r
- if(tempColl.length>0)\r
- tempColl[0].focus();\r
-}\r
-\r
-function getItemsFromObj(obj)\r
-{\r
- var aAnchor=new Array();\r
- var tempColl=getChildrenByTag(obj,"P");\r
- if(tempColl&&tempColl.length>0)\r
- {\r
- var anobr=new Array();\r
- for(var i=0;i<tempColl.length;i++)\r
- {\r
- var tempNobr=getChildrenByTag(tempColl[i],"NOBR");\r
- if(tempNobr&&tempNobr.length>0)\r
- for(var j=0;j<tempNobr.length;j++)\r
- anobr[anobr.length]=tempNobr[j];\r
- }\r
- for(var s=0;s<anobr.length;s++)\r
- {\r
- var tempAnchor=getChildrenByTag(anobr[s],"A");\r
- if(tempAnchor&&tempAnchor.length>0)\r
- for(var u=0;u<tempAnchor.length;u++)\r
- aAnchor[aAnchor.length]=tempAnchor[u];\r
- }\r
- }\r
- return aAnchor;\r
-}\r
-\r
-function getItemsByBook(obj)\r
-{\r
- var aAnchor=new Array();\r
- var aTAnchor=getItemsFromObj(obj);\r
- for(var i=0;i<aTAnchor.length;i++)\r
- aAnchor[aAnchor.length]=aTAnchor[i];\r
- var tempBook=getChildrenByTag(obj,"DIV");\r
- if(tempBook&&tempBook.length>0)\r
- for(var j=0;j<tempBook.length;j++)\r
- {\r
- var aTAnchorDiv=getItemsFromObj(tempBook[j]);\r
- for(var s=0;s<aTAnchorDiv.length;s++)\r
- aAnchor[aAnchor.length]=aTAnchorDiv[s];\r
- }\r
- return aAnchor;\r
-}\r
-\r
-function ExpandIt(nId)\r
-{\r
- if(!gsTP)\r
- ExpandIt2(nId,false);\r
-}\r
-\r
-function ExpandIt2(nId,bForceOpen)\r
-{\r
- var oC=TocExpand(nId,true,bForceOpen);\r
- var nNewScroll=document.body.scrollTop;\r
- if(oC.style.display=="block"){\r
- var nTop=oC.offsetTop;\r
- var nBottom=nTop+oC.offsetHeight;\r
- if(document.body.scrollTop+document.body.clientHeight<nBottom){\r
- nNewScroll=nBottom-document.body.clientHeight;\r
- }\r
- if(nBottom-nTop>document.body.clientHeight){\r
- nNewScroll=nTop-20;\r
- }\r
- }\r
- document.body.scrollTop=nNewScroll;\r
-}\r
-\r
-function TocExpand(nId,bChangeImg,bForceOpen)\r
-{\r
- var oDiv=getElement(getCBId(nId));\r
- if(oDiv==null) return null;\r
-\r
- var whichIm=document.images[getBId(nId)];\r
- if((oDiv.style.display!="block")||bForceOpen){\r
- oDiv.style.display="block";\r
- if(bChangeImg){\r
- var sPath=getPath(whichIm.src);\r
- sPath=_getFullPath(sPath,getBookImage(nId,false));\r
- whichIm.src=sPath; \r
- }\r
- }else{\r
- oDiv.style.display="none";\r
- if(bChangeImg){\r
- var sPath=getPath(whichIm.src);\r
- sPath=_getFullPath(sPath,getBookImage(nId,true));\r
- whichIm.src=sPath;\r
- }\r
- if(gbMac&&gbIE5){\r
- this.parent.document.getElementById("tocIFrame").style.width="101%";\r
- this.parent.document.getElementById("tocIFrame").style.width="100%";\r
- }\r
- }\r
- return oDiv;\r
-}\r
-\r
-function getChunkId(n)\r
-{\r
- var nCan=-1;\r
- for(var i=0;i<gaTocs.length;i++)\r
- if(gaTocs[i].nMI<=n&&gaTocs[i].nMI!=-1)\r
- {\r
- if(nCan==-1)\r
- nCan=i;\r
- else\r
- if(gaTocs[i].nMI>=gaTocs[nCan].nMI)\r
- nCan=i;\r
- }\r
- if(nCan!=-1)\r
- return nCan;\r
- else\r
- return -1;\r
-}\r
-\r
-function getChunk(n)\r
-{\r
- if(gnCC!=-1&&gaTocs[gnCC].nMI<=n&&(gnCC==gaTocs.length-1||\r
- gaTocs[gnCC+1].nMI>n))\r
- { \r
- return gaTocs[gnCC];\r
- }\r
- else{\r
- gnCC=getChunkId(n);\r
- if(gnCC!=-1)\r
- return gaTocs[gnCC];\r
- else\r
- return null;\r
- }\r
-}\r
-\r
-function getBookImage(nIdx,bClosed)\r
-{\r
- var nIdx=bClosed?0:1;\r
- var sIcon=getItemIcon(nIdx,nIdx);\r
- if(sIcon=="")\r
- if(bClosed)\r
- sIcon=giBookClose;\r
- else\r
- sIcon=giBookOpen;\r
- return _getFullPath(gaProj[0].sPPath,sIcon);\r
-}\r
-\r
-function getItemImage(nIdx,bRemote)\r
-{\r
- var sIcon=getItemIcon(nIdx,0);\r
- if(sIcon=="")\r
- if(bRemote)\r
- sIcon=giURLItem;\r
- else\r
- sIcon=giBookItem;\r
- return _getFullPath(gaProj[0].sPPath,sIcon);\r
-}\r
-\r
-function getInnerText2(obj)\r
-{\r
- var sText=getInnerText(obj);\r
- if(sText.length>0&&!gbOpera7)\r
- sText=sText.substring(1);\r
- return sText;\r
-}\r
-\r
-function expandToc(oObj,sRest,aIdList)\r
-{\r
- var len=aIdList.length;\r
- var nPos=sRest.indexOf(gsPathSplit);\r
- if(nPos!=-1)\r
- {\r
- sPart=sRest.substring(0,nPos);\r
- sRest=sRest.substring(nPos+1);\r
- }\r
- else\r
- {\r
- sPart=sRest;\r
- var aTagAs=getItemsByBook(oObj);\r
- for(var s=0;s<aTagAs.length;s++)\r
- {\r
- var sText=getInnerText2(aTagAs[s]);\r
- if(sText==sPart)\r
- {\r
- aIdList[len]=aTagAs[s];\r
- return 1;\r
- }\r
- }\r
- return 0;\r
- }\r
- \r
- var aChildren=getChildrenByTag(oObj,"DIV");\r
- for(var i=0;i<aChildren.length;i++)\r
- {\r
- var sPId=aChildren[i].id;\r
- if(!isPBId(sPId))\r
- continue;\r
- var sText=getInnerText2(aChildren[i]);\r
- if(sText!=sPart)\r
- continue;\r
- aIdList[len]=getIdByPBId(sPId);\r
- var sCId=getCBId(aIdList[len]);\r
- var oCObj=getElement(sCId);\r
- if(oCObj)\r
- {\r
- if(oCObj.innerHTML=="")\r
- {\r
- var obj=getItemsByBook(aChildren[i]);\r
- if(obj.length>0)\r
- {\r
- if(gbNav6)\r
- {\r
- var sCommand=obj[0].getAttribute("onClick");\r
- var nCommand=sCommand.indexOf(";");\r
- sCommand=sCommand.substring(0,nCommand);\r
- setTimeout(sCommand,1);\r
- }\r
- else\r
- obj[0].click();\r
- }\r
- return -1;\r
- }\r
- var nRet=expandToc(oCObj,sRest,aIdList);\r
- if(nRet)\r
- return nRet;\r
- }\r
- }\r
- aIdList.length=len;\r
- return 0;\r
-}\r
-\r
-function getIdByPBId(sPId)\r
-{\r
- return parseInt(sPId.substring(2,sPId.length-1));\r
-}\r
-\r
-function getIdByCBId(sCId)\r
-{\r
- return parseInt(sCId.substring(2,sCId.length-1));\r
-}\r
-\r
-function isPBId(sId)\r
-{\r
- return (sId&&sId.indexOf("B_")==0&&sId.lastIndexOf("P")==sId.length-1);\r
-}\r
-\r
-function isCBId(sId)\r
-{\r
- return (sId&&sId.indexOf("B_")==0&&sId.lastIndexOf("C")==sId.length-1);\r
-}\r
-\r
-function getBId(nIdx)\r
-{\r
- return "B_"+nIdx;\r
-}\r
-\r
-function getPBId(nIdx)\r
-{\r
- return getBId(nIdx)+"P";\r
-}\r
-\r
-function getCBId(nIdx)\r
-{\r
- return getBId(nIdx)+"C";\r
-}\r
-\r
-function getClosestTocPath(aPaths)\r
-{\r
- var nMaxSimilarity=0;\r
- var nThatIndex=-1;\r
- var sPath=null;\r
- if(aPaths.length==0) return sPath;\r
- for(var i=0;i<aPaths.length;i++)\r
- {\r
- var nSimilarity=comparePath(gsCTPath,aPaths[i]);\r
- if(nSimilarity>nMaxSimilarity)\r
- {\r
- nMaxSimilarity=nSimilarity;\r
- nThatIndex=i;\r
- }\r
- }\r
- if(nThatIndex!=-1)\r
- sPath=aPaths[nThatIndex];\r
- else\r
- sPath=aPaths[0];\r
- return sPath;\r
-}\r
-\r
-function comparePath(sPath1,sPath2)\r
-{\r
- var nMaxSimilarity=0;\r
- var nStartPos1=0;\r
- var nPos1=-1;\r
- var nStartPos2=0;\r
- var nPos2=-1;\r
- do{\r
- var sCheck1=null;\r
- var sCheck2=null;\r
- nPos1=sPath1.indexOf(gsPathSplit,nStartPos1);\r
- if(nPos1!=-1)\r
- {\r
- sCheck1=sPath1.substring(nStartPos1,nPos1);\r
- nStartPos1=nPos1+1;\r
- }\r
- else\r
- {\r
- sCheck1=sPath1.substring(nStartPos1);\r
- nStartPos1=-1;\r
- }\r
- nPos2=sPath2.indexOf(gsPathSplit,nStartPos2);\r
- if(nPos1!=-1)\r
- {\r
- sCheck2=sPath2.substring(nStartPos2,nPos2);\r
- nStartPos2=nPos2+1;\r
- }\r
- else\r
- {\r
- sCheck2=sPath2.substring(nStartPos2);\r
- nStartPos2=-1;\r
- }\r
- if(sCheck1==sCheck2)\r
- nMaxSimilarity++;\r
- else\r
- break;\r
- }while(nStartPos1!=-1&&nStartPos2!=-1);\r
- return nMaxSimilarity;\r
-}\r
-\r
-function getTocPaths(oTopicParam)\r
-{\r
- var aRelTocPaths=oTopicParam.aPaths;\r
- var aPaths=new Array();\r
- for(var i=0;i<gaProj.length;i++)\r
- if(isSamePath(gaProj[i].sPPath,oTopicParam.sPPath))\r
- {\r
- for(var j=0;j<aRelTocPaths.length;j++)\r
- for (var k=0;k<gaRoot[i].aRPath.length;k++)\r
- {\r
- var sPath=gaRoot[i].aRPath[k]+aRelTocPaths[j];\r
- aPaths[aPaths.length]=sPath.substring(1);\r
- }\r
- break;\r
- }\r
- return aPaths;\r
-}\r
-\r
-function syncInit()\r
-{\r
- if(gsTP&&!gbNeedFillStub)\r
- {\r
- gInSync=true;\r
- var obj=document.body;\r
- var aIdList=new Array();\r
- var nRet=expandToc(obj,gsTP,aIdList);\r
- if(nRet!=-1)\r
- {\r
- if(nRet==1)\r
- {\r
- if(aIdList.length)\r
- for(var i=0;i<aIdList.length-1;i++)\r
- ExpandIt2(aIdList[i],true);\r
- gsCTPath=gsTP;\r
- if(!gbIE55)\r
- aIdList[aIdList.length-1].focus();\r
- else\r
- HighLightElement(aIdList[aIdList.length-1],gsABgColor,"transparent");\r
- }\r
- var aPaths=gaBTPs;\r
- gsTP=null;\r
- gaBTPs=null;\r
- if(aPaths!=null)\r
- {\r
- var sPath=getClosestTocPath(aPaths);\r
- if(sPath!=null)\r
- { \r
- gsTP=sPath; \r
- setTimeout("syncInit()",1);\r
- }\r
- }\r
- }\r
- gInSync=false;\r
- }\r
-}\r
-\r
-function loadToc()\r
-{\r
- if(!gbLoadToc)\r
- {\r
- var oResMsg=new whMessage(WH_MSG_GETPROJINFO,this,1,null);\r
- if(SendMessage(oResMsg)&&oResMsg.oParam)\r
- {\r
- gbLoadToc=true;\r
- var oProj=oResMsg.oParam;\r
- gaProj=oProj.aProj;\r
- gbXML=oProj.bXML;\r
- load1B1();\r
- }\r
- }\r
-}\r
-\r
-function load1B1()\r
-{\r
- if(gnLT+1<gaProj.length)\r
- for(var i=gnLT+1;i<gaProj.length;i++)\r
- if(gaProj[i].sToc)\r
- {\r
- gbToc=true;\r
- gnLT=i;\r
- setTimeout("loadTocInfo()",1);\r
- return true;\r
- }\r
- return false;\r
-}\r
-\r
-function loadTocInfo()\r
-{\r
- loadData2(gaProj[gnLT].sPPath+gaProj[gnLT].sDPath+gaProj[gnLT].sToc);\r
-}\r
-\r
-function loadData2(sFile)\r
-{\r
- if(gbXML)\r
- loadDataXML(sFile);\r
- else\r
- loadData(sFile);\r
-}\r
-\r
-function projReady(sRoot,aProj)\r
-{\r
- if(gaRoot.length<=gnLT||!gaRoot[gnLT])\r
- gaRoot[gnLT]=new Object();\r
- gaRoot[gnLT].sToc=sRoot;\r
- \r
- if(gnLT==0)\r
- {\r
- gaRoot[gnLT].aRPath=new Array();\r
- gaRoot[gnLT].aRPath[0]=gsPathSplit;\r
- }\r
-\r
- updatePTPath(gnLT,aProj);\r
-\r
- if(!((gnLT+1<gaProj.length)&&load1B1()))\r
- {\r
- gbReady=true;\r
- if(gbIE4)\r
- setTimeout("loadImages();",1);\r
- else\r
- setTimeout("loadTData();",1);\r
- }\r
-}\r
-\r
-function loadTData()\r
-{\r
- if(gaProj[0].sToc!="")\r
- {\r
- gbLData=true;\r
- goChunk=addTocChunk(gaProj[0].sPPath,gaProj[0].sDPath);\r
- gbToc=false;\r
- loadData2(gaProj[0].sPPath+gaProj[0].sDPath+gaRoot[0].sToc);\r
- }\r
-}\r
-\r
-function updatePTPath(n,aProj)\r
-{\r
- if(aProj)\r
- for(var i=0;i<aProj.length;i++)\r
- {\r
- var sFullPath=_getFullPath(gaProj[n].sPPath,aProj[i].sPPath);\r
- for(var j=0;j<gaProj.length;j++)\r
- if(isSamePath(sFullPath,gaProj[j].sPPath))\r
- {\r
- if(gaRoot.length<=j||!gaRoot[j])\r
- gaRoot[j]=new Object();\r
- if(!gaRoot[j].aRPath)\r
- gaRoot[j].aRPath=new Array();\r
-\r
- if(gaRoot[n].aRPath)\r
- for(var k=0;k<gaRoot[n].aRPath.length;k++)\r
- {\r
- var bDup=false;\r
- var sTFPath=gaRoot[n].aRPath[k]+aProj[i].sRPath;\r
- for(var l=0;l<gaRoot[j].aRPath.length;l++)\r
- if(gaRoot[j].aRPath[l]==sTFPath)\r
- {\r
- bDup=true;\r
- break;\r
- }\r
- if(!bDup)\r
- gaRoot[j].aRPath[gaRoot[j].aRPath.length]=sTFPath;\r
- }\r
- else\r
- gaRoot[j].aRPath[gaRoot[j].aRPath.length]=aProj[i].sRPath;\r
- break;\r
- }\r
- }\r
-}\r
-\r
-function onLoadXMLError()\r
-{\r
- if(gbToc)\r
- {\r
- var sRoot="";\r
- var aRProj=new Array();\r
- projReady(sRoot,aRProj);\r
- }\r
- else\r
- {\r
- var aToc=new Array();\r
- putData(aToc)\r
- }\r
-}\r
-\r
-function putDataXML(xmlDoc,sDocPath)\r
-{\r
- if(gbToc)\r
- {\r
- var tocNode=xmlDoc.getElementsByTagName("toc")[0];\r
- if(tocNode)\r
- {\r
- var sRoot=tocNode.getAttribute("root");\r
- var rmtProject=tocNode.getElementsByTagName("project");\r
- var aRProj=new Array();\r
- if(rmtProject.length>0)\r
- {\r
- for(var i=0;i<rmtProject.length;i++)\r
- {\r
- aRProj[i]=new Object();\r
- var sURL=rmtProject[i].getAttribute("url");\r
- if(sURL)\r
- {\r
- if(sURL.lastIndexOf("/")!=sURL.length-1)\r
- sURL+="/"; \r
- }\r
- aRProj[i].sPPath=sURL;\r
- aRProj[i].sRPath = "";\r
- var oSubPath = rmtProject[i].getElementsByTagName("subpath")[0];\r
- if (oSubPath)\r
- {\r
- while (oSubPath)\r
- {\r
- aRProj[i].sRPath += oSubPath.getAttribute("name") + "\n";\r
- oSubPath = oSubPath.getElementsByTagName("subpath")[0];\r
- }\r
- }\r
- else\r
- aRProj[i].sRPath=rmtProject[i].getAttribute("path");\r
- }\r
- }\r
- projReady(sRoot,aRProj);\r
- }\r
- }\r
- else\r
- {\r
- var chunkNode=xmlDoc.getElementsByTagName("tocdata")[0];\r
- if(chunkNode)\r
- {\r
- var aToc=new Array();\r
- processBook(chunkNode,aToc);\r
- putData(aToc);\r
- }\r
- }\r
-}\r
-\r
-function processBook(node,aToc)\r
-{\r
- var i=0;\r
- var entry=null;\r
- var prevEntry=null;\r
- var oChild=node.firstChild;\r
- do{\r
- if(oChild)\r
- {\r
- if(oChild.nodeName.indexOf("#")!=0)\r
- {\r
- var sName=oChild.getAttribute("name");\r
- var sURL=oChild.getAttribute("url");\r
- var sRef=oChild.getAttribute("ref");\r
- var sTarget=oChild.getAttribute("target");\r
- var sIcons=oChild.getAttribute("images");\r
- var item=new Object();\r
- item.sItemName=sName;\r
- if(sTarget)\r
- item.sTarget=sTarget;\r
- if(sIcons)\r
- item.sIconRef=sIcons;\r
- if(sURL==null) sURL="";\r
-\r
- item.sItemURL=sURL;\r
- \r
- if(oChild.nodeName=="book")\r
- {\r
- item.nType=1;\r
- aToc[aToc.length]=item;\r
- var nCurrPos=aToc.length;\r
- processBook(oChild,aToc);\r
- item.nContents=aToc.length-nCurrPos;\r
- }\r
- else if(oChild.nodeName=="item")\r
- {\r
- item.nType=2;\r
- item.nContents=0;\r
- aToc[aToc.length]=item;\r
- }\r
- else if(oChild.nodeName=="remoteitem")\r
- {\r
- item.nType=16;\r
- item.nContents=0;\r
- aToc[aToc.length]=item;\r
- }\r
- else if(oChild.nodeName=="project")\r
- {\r
- if(sRef)\r
- {\r
- if(sRef.lastIndexOf("/")!=sRef.length-1)\r
- sRef+="/"; \r
- }\r
- item.nType=4;\r
- item.sRefURL=sRef;\r
- item.nContents=0;\r
- aToc[aToc.length]=item;\r
- }\r
- else if(oChild.nodeName=="chunk")\r
- {\r
- item.nType=8;\r
- item.sRefURL=sRef;\r
- item.nContents=0;\r
- aToc[aToc.length]=item;\r
- }\r
- }\r
- }\r
- else\r
- break;\r
- oChild=oChild.nextSibling;\r
- }while(true);\r
-}\r
-\r
-function putData(aTocs)\r
-{\r
- gaTocsNs61Fix=aTocs;\r
- setTimeout("realPutData();",1);\r
-}\r
-\r
-function realPutData()\r
-{\r
- removeLoadingDiv();\r
- var aTocs=gaTocsNs61Fix;\r
- if(!aTocs) return;\r
- if(goChunk)\r
- {\r
- var n=gnMinIdx;\r
- goChunk.nMI=gnMinIdx;\r
- goChunk.aTocs=aTocs;\r
- gnMinIdx+=aTocs.length;\r
- if(gnInsIdx!=-1)\r
- {\r
- var oObj=getElement(getPBId(gnInsIdx));\r
- if(oObj)\r
- {\r
- oObj.insertAdjacentHTML("afterEnd",writeBookItems(n-1,aTocs.length));\r
- setTimeout("syncInit()",1);\r
- }\r
- }\r
- else{\r
- document.body.insertAdjacentHTML("beforeEnd",writeBookItems(n-1,aTocs.length));\r
- var oParam=new Object();\r
- oParam.oTocInfo=null;\r
- var oMsg=new whMessage(WH_MSG_GETTOCPATHS,this,1,oParam);\r
- if(SendMessage(oMsg))\r
- {\r
- if(oMsg.oParam.oTocInfo)\r
- syncWithPaths(oMsg.oParam.oTocInfo);\r
- }\r
- } \r
- }\r
- gbLData=false;\r
- checkFillStub();\r
-}\r
-\r
-function syncWithPaths(oTopicParam)\r
-{\r
- var aPaths=getTocPaths(oTopicParam);\r
- if(gsTP)\r
- gaBTPs=aPaths;\r
- else{\r
- var sPath=getClosestTocPath(aPaths);\r
- if(sPath!=null)\r
- {\r
- gsTP=sPath;\r
- setTimeout("syncInit()",1);\r
- }\r
- }\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if(gsBgImage&&gsBgImage.length>0)\r
- {\r
- document.body.background=gsBgImage;\r
- }\r
- if(gsBgColor&&gsBgColor.length>0)\r
- {\r
- document.body.bgColor=gsBgColor;\r
- }\r
- loadToc();\r
- var oMsg=new whMessage(WH_MSG_SHOWTOC,this,1,null)\r
- SendMessage(oMsg);\r
-}\r
-\r
-function loadImages()\r
-{\r
- if(giBookClose)\r
- {\r
- gaImgs[gnImages]=giBookClose;\r
- gnImages++;\r
- } \r
- if(giBookOpen)\r
- {\r
- gaImgs[gnImages]=giBookOpen;\r
- gnImages++;\r
- } \r
- if(giBookItem)\r
- {\r
- gaImgs[gnImages]=giBookItem;\r
- gnImages++;\r
- } \r
- if(giURLItem)\r
- {\r
- gaImgs[gnImages]=giURLItem;\r
- gnImages++;\r
- } \r
- if(giNewBookClose)\r
- {\r
- gaImgs[gnImages]=giNewBookClose;\r
- gnImages++;\r
- } \r
- if(giNewBookOpen)\r
- {\r
- gaImgs[gnImages]=giNewBookOpen;\r
- gnImages++;\r
- } \r
- if(giNewBookItem)\r
- {\r
- gaImgs[gnImages]=giNewBookItem;\r
- gnImages++;\r
- } \r
- if(giNewURLItem)\r
- {\r
- gaImgs[gnImages]=giNewURLItem;\r
- gnImages++;\r
- }\r
- if(gnImages>0)\r
- {\r
- setTimeout("loadDataAfter();",1000);\r
- loadImage(gaImgs[0]);\r
- }\r
- else\r
- loadDataAfter();\r
-}\r
-\r
-function loadImage(sURL)\r
-{\r
- var oImg=new Image();\r
- oImg.onload=checkImageLoading;\r
- oImg.onerror=errorImageLoading;\r
- oImg.src=_getFullPath(gaProj[0].sPPath,sURL);\r
-}\r
-\r
-function loadDataAfter()\r
-{\r
- if(!gbLoadData)\r
- {\r
- gbLoadData=true;\r
- loadTData();\r
- }\r
-}\r
-\r
-function errorImageLoading()\r
-{\r
- gnLoadedImages++;\r
- if(gnImages==gnLoadedImages)\r
- loadDataAfter();\r
- else\r
- loadImage(gaImgs[gnLoadedImages]); \r
-}\r
-\r
-function checkImageLoading()\r
-{\r
- gnLoadedImages++;\r
- if(gnImages==gnLoadedImages)\r
- loadDataAfter();\r
- else\r
- loadImage(gaImgs[gnLoadedImages]); \r
-}\r
-\r
-function window_unload()\r
-{\r
- UnRegisterListener2(this,WH_MSG_PROJECTREADY);\r
- UnRegisterListener2(this,WH_MSG_SYNCTOC);\r
- UnRegisterListener2(this,WH_MSG_SHOWTOC);\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- if(oMsg)\r
- {\r
- var nMsgId=oMsg.nMessageId;\r
- if(nMsgId==WH_MSG_PROJECTREADY)\r
- {\r
- loadToc();\r
- }\r
- else if(nMsgId==WH_MSG_SYNCTOC)\r
- {\r
- if(gbReady)\r
- {\r
- syncWithPaths(oMsg.oParam);\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_SHOWTOC)\r
- {\r
- if(!gbNav6)\r
- document.body.focus();\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-if(window.gbWhUtil&&window.gbWhVer&&window.gbWhMsg&&window.gbWhProxy)\r
-{\r
- RegisterListener2(this,WH_MSG_PROJECTREADY);\r
- RegisterListener2(this,WH_MSG_SYNCTOC);\r
- RegisterListener2(this,WH_MSG_SHOWTOC);\r
- goFont=new whFont("Verdana","8pt","#000000","normal","normal","none");\r
- goHFont=new whFont("Verdana","8pt","#007f00","normal","normal","underline");\r
-\r
- window.onload=window_OnLoad;\r
- window.onbeforeunload=window_BUnload;\r
- window.onunload=window_unload;\r
- gbWhTHost=true;\r
-}\r
-else\r
- document.location.reload();
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.005\r
-var gsPPath="";\r
-var gaPaths=new Array();\r
-var gaAvenues=new Array();\r
-\r
-var goFrame=null;\r
-var gsStartPage="";\r
-var gsRelCurPagePath="";\r
-var gsSearchFormHref="";\r
-var gnTopicOnly=-1;\r
-var gnOutmostTopic=-1;\r
-\r
-var BTN_TEXT=1;\r
-var BTN_IMG=2;\r
-\r
-var goSync=null;\r
-\r
-var goShow=null;\r
-var goHide=null;\r
-\r
-var goPrev=null;\r
-var goNext=null;\r
-var gnForm=0;\r
-var goShowNav=null;\r
-var goHideNav=null;\r
-\r
-var goWebSearch=null;\r
-\r
-var gsBtnStyle="";\r
-var gaButtons=new Array();\r
-var gaTypes=new Array();\r
-var whtopic_foldUnload=null;\r
-var gbWhTopic=false;\r
-var gbCheckSync=false;\r
-var gbSyncEnabled=false;\r
-\r
-function setButtonFont(sType,sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration)\r
-{\r
- var vFont=new whFont(sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration);\r
- gsBtnStyle+=".whtbtn"+sType+"{"+getFontStyle(vFont)+"}";\r
-}\r
-\r
-function writeBtnStyle()\r
-{\r
- if(gaButtons.length>0)\r
- {\r
- if(gsBtnStyle.length>0)\r
- {\r
- var sStyle="<style type='text/css'>";\r
- sStyle+=gsBtnStyle+"</style>";\r
- document.write(sStyle);\r
- }\r
- }\r
-}\r
-\r
-function button(sText,nWidth,nHeight)\r
-{\r
- this.sText=sText;\r
- this.nWidth=nWidth;\r
- this.nHeight=nHeight;\r
- \r
- this.aImgs=new Array();\r
- var i=0;\r
- while(button.arguments.length>i+3)\r
- {\r
- this.aImgs[i]=button.arguments[3+i];\r
- i++;\r
- }\r
-}\r
-\r
-//project info\r
-function setRelStartPage(sPath)\r
-{\r
- if(gsPPath.length==0)\r
- {\r
- gsPPath=_getFullPath(_getPath(document.location.href),_getPath(sPath));\r
- gsStartPage=_getFullPath(_getPath(document.location.href),sPath);\r
- gsRelCurPagePath=_getRelativeFileName(gsStartPage,document.location.href);\r
- }\r
-}\r
-\r
-function getImage(oImage,sType)\r
-{\r
- var sImg="";\r
- if(oImage&&oImage.aImgs&&(oImage.aImgs.length>0))\r
- {\r
- sImg+="<img alt=\""+sType+"\" src=\""+oImage.aImgs[0]+"\"";\r
- if(oImage.nWidth>0)\r
- sImg+=" width="+oImage.nWidth;\r
- if(oImage.nHeight>0)\r
- sImg+=" height="+oImage.nHeight;\r
- sImg+=" border=0>";\r
- }\r
- return sImg;\r
-}\r
-\r
-function addTocInfo(sTocPath)\r
-{\r
- gaPaths[gaPaths.length]=sTocPath;\r
-}\r
-\r
-function addAvenueInfo(sName,sPrev,sNext)\r
-{\r
- gaAvenues[gaAvenues.length]=new avenueInfo(sName,sPrev,sNext); \r
-}\r
-\r
-function addButton(sType,nStyle,sText,sHref,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight,sImg1,sImg2,sImg3)\r
-{\r
- var sButton="";\r
- var nBtn=gaButtons.length;\r
- if(sType=="prev")\r
- {\r
- if(canGo(false))\r
- {\r
- var sTitle="Previous Topic";\r
- goPrev=new button(sText,nWidth,nHeight,sImg1,sImg2,sImg3);\r
- sButton="<a title=\""+sTitle+"\" class=\"whtbtnprev\" href=\"javascript:void(0);\" onclick=\"goAvenue(false);return false;\">";\r
- if(nStyle==BTN_TEXT)\r
- sButton+=goPrev.sText;\r
- else\r
- sButton+=getImage(goPrev,sTitle);\r
- sButton+="</a>";\r
- }\r
- }\r
- else if(sType=="next")\r
- {\r
- if(canGo(true))\r
- {\r
- var sTitle="Next Topic";\r
- goNext=new button(sText,nWidth,nHeight,sImg1,sImg2,sImg3);\r
- sButton="<a title=\""+sTitle+"\" class=\"whtbtnnext\" href=\"javascript:void(0);\" onclick=\"goAvenue(true);return false;\">";\r
- if(nStyle==BTN_TEXT)\r
- sButton+=goNext.sText;\r
- else\r
- sButton+=getImage(goNext,sTitle);\r
- sButton+="</a>";\r
- }\r
- }\r
- else if(sType=="show")\r
- {\r
- if(isTopicOnly()&&(!gbOpera6||gbOpera7))\r
- {\r
- var sTitle="Show Navigation Component";\r
- goShow=new button(sText,nWidth,nHeight,sImg1,sImg2,sImg3);\r
- sButton="<a title=\""+sTitle+"\" class=\"whtbtnshow\" href=\"javascript:void(0);\" onclick=\"show();return false;\">";\r
- if(nStyle==BTN_TEXT)\r
- sButton+=goShow.sText;\r
- else\r
- sButton+=getImage(goShow,sTitle);\r
- sButton+="</a>";\r
- }\r
- }\r
- else if(sType=="hide")\r
- {\r
- if(!isTopicOnly()&&!gbOpera6)\r
- {\r
- var sTitle="Hide Navigation Component";\r
- goHide=new button(sText,nWidth,nHeight,sImg1,sImg2,sImg3);\r
- sButton="<a title=\""+sTitle+"\" class=\"whtbtnhide\" href=\"javascript:void(0);\" onclick=\"hide();return false;\">";\r
- if(nStyle==BTN_TEXT)\r
- sButton+=goHide.sText;\r
- else\r
- sButton+=getImage(goHide,sTitle);\r
- sButton+="</a>";\r
- }\r
- }\r
- else if(sType=="shownav")\r
- {\r
- if(isShowHideEnable())\r
- {\r
- var sTitle="Show Navigation Component";\r
- goShowNav=new button(sText,nWidth,nHeight,sImg1,sImg2,sImg3);\r
- sButton="<a title=\""+sTitle+"\" class=\"whtbtnshownav\" href=\"javascript:void(0);\" onclick=\"showHidePane(true);return false;\">";\r
- if(nStyle==BTN_TEXT)\r
- sButton+=goShowNav.sText;\r
- else\r
- sButton+=getImage(goShowNav,sTitle);\r
- sButton+="</a>";\r
- }\r
- }\r
- else if(sType=="hidenav")\r
- {\r
- if(isShowHideEnable())\r
- {\r
- var sTitle="Hide Navigation Component";\r
- goHideNav=new button(sText,nWidth,nHeight,sImg1,sImg2,sImg3);\r
- sButton="<a title=\""+sTitle+"\" class=\"whtbtnhidenav\" href=\"javascript:void(0);\" onclick=\"showHidePane(false);return false;\">";\r
- if(nStyle==BTN_TEXT)\r
- sButton+=goHideNav.sText;\r
- else\r
- sButton+=getImage(goHideNav,sTitle);\r
- sButton+="</a>";\r
- }\r
- }\r
- else if(sType=="synctoc")\r
- {\r
- if(gaPaths.length>0)\r
- {\r
- var sTitle="Sync TOC";\r
- goSync=new button(sText,nWidth,nHeight,sImg1,sImg2,sImg3);\r
- sButton="<a title=\""+sTitle+"\" class=\"whtbtnsynctoc\" href=\"javascript:void(0);\" onclick=\"syncWithShow();return false;\">";\r
- if(nStyle==BTN_TEXT)\r
- sButton+=goSync.sText;\r
- else\r
- sButton+=getImage(goSync,sTitle);\r
- sButton+="</a>";\r
- }\r
- }\r
- else if(sType=="websearch")\r
- {\r
- if(gsSearchFormHref.length>0)\r
- {\r
- var sTitle="WebSearch";\r
- goWebSearch=new button(sText,nWidth,nHeight,sImg1,sImg2,sImg3);\r
- sButton="<a title=\""+sTitle+"\" class=\"whtbtnwebsearch\" href=\""+gsSearchFormHref+"\">";\r
- if(nStyle==BTN_TEXT)\r
- sButton+=goWebSearch.sText;\r
- else\r
- sButton+=getImage(goWebSearch,sTitle);\r
- sButton+="</a>";\r
- }\r
- }\r
- else if(sType=="searchform")\r
- {\r
- gaButtons[nBtn]="NeedSearchForm";\r
- gaTypes[nBtn]=sType;\r
- }\r
- if(sButton.length!=0)\r
- {\r
- if(nStyle==BTN_TEXT)\r
- sButton+=" ";\r
- gaButtons[nBtn]="<td>"+sButton+"</td>";\r
- gaTypes[nBtn]=sType;\r
- }\r
-}\r
-\r
-function isSyncEnabled()\r
-{\r
- if(!gbCheckSync)\r
- {\r
- var oMsg=new whMessage(WH_MSG_ISSYNCSSUPPORT,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- gbSyncEnabled=oMsg.oParam;\r
- }\r
- gbCheckSync=true;\r
- }\r
- return gbSyncEnabled;\r
-}\r
-\r
-function isInPopup()\r
-{\r
- return (window.name.indexOf("BSSCPopup")!=-1);\r
-}\r
-\r
-function getIntopicBar(sAlign)\r
-{\r
- var sHTML="";\r
- if(gaButtons.length>0)\r
- {\r
- sHTML+="<div align="+sAlign+">";\r
-\r
- sHTML+="<table cellpadding=\"2\" cellspacing=\"0\" border=\"0\"><tr>";\r
- for(var i=0;i<gaButtons.length;i++)\r
- {\r
- if(gaTypes[i]!="synctoc"||isSyncEnabled())\r
- {\r
- if(gaButtons[i]=="NeedSearchForm")\r
- sHTML+=getSearchFormHTML();\r
- else\r
- sHTML+=gaButtons[i];\r
- }\r
- }\r
- sHTML+="</tr></table>";\r
-\r
- sHTML+="</div>";\r
- }\r
- return sHTML;\r
-}\r
-\r
-\r
-function writeIntopicBar(nAligns)\r
-{\r
- if(isInPopup()) return;\r
- if(gaButtons.length>0)\r
- {\r
- var sHTML="";\r
- if(nAligns!=0)\r
- {\r
- sHTML+="<table width=100%><tr>"\r
- if(nAligns&1)\r
- sHTML+="<td width=33%>"+getIntopicBar("left")+"</td>";\r
- if(nAligns&2)\r
- sHTML+="<td width=34%>"+getIntopicBar("center")+"</td>";\r
- if(nAligns&4)\r
- sHTML+="<td width=33%>"+getIntopicBar("right")+"</td>";\r
- sHTML+="</tr></table>";\r
- document.write(sHTML);\r
- }\r
- }\r
-}\r
-\r
-function sendAveInfoOut()\r
-{\r
- if(!isInPopup())\r
- setTimeout("sendAveInfo();",100);\r
-}\r
-\r
-function sendAveInfo()\r
-{\r
- var oMsg=new whMessage(WH_MSG_AVENUEINFO,this,1,gaAvenues);\r
- SendMessage(oMsg);\r
-}\r
-\r
-\r
-function onNext()\r
-{\r
- var oMsg=new whMessage(WH_MSG_NEXT,this,1,null);\r
- SendMessage(oMsg);\r
-}\r
-\r
-function onPrev()\r
-{\r
- var oMsg=new whMessage(WH_MSG_PREV,this,1,null);\r
- SendMessage(oMsg);\r
-}\r
-\r
-function createSyncInfo()\r
-{\r
- var oParam=new Object();\r
- if(gsPPath.length==0)\r
- gsPPath=_getPath(document.location.href);\r
- oParam.sPPath=gsPPath;\r
- oParam.sTPath=document.location.href;\r
- oParam.aPaths=gaPaths;\r
- return oParam;\r
-}\r
-\r
-function syncWithShow()\r
-{\r
- if(isTopicOnly())\r
- show();\r
- else\r
- {\r
- sync();\r
- showTocPane();\r
- }\r
-}\r
-\r
-function showTocPane()\r
-{\r
- var oMsg=new whMessage(WH_MSG_SHOWTOC,this,1,null);\r
- SendMessage(oMsg);\r
-}\r
-\r
-function sendSyncInfo()\r
-{\r
- if(!isInPopup())\r
- {\r
- var oParam=null;\r
- if(gaPaths.length>0)\r
- {\r
- oParam=createSyncInfo();\r
- }\r
- var oMsg=new whMessage(WH_MSG_SYNCINFO,this,1,oParam);\r
- SendMessage(oMsg);\r
- }\r
-}\r
-\r
-function sendInvalidSyncInfo()\r
-{\r
- if(!isInPopup())\r
- {\r
- var oMsg=new whMessage(WH_MSG_SYNCINFO,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
-}\r
-\r
-function enableWebSearch(bEnable)\r
-{\r
- if(!isInPopup())\r
- {\r
- var oMsg=new whMessage(WH_MSG_ENABLEWEBSEARCH,this,1,bEnable);\r
- SendMessage(oMsg);\r
- }\r
-}\r
-\r
-function autoSync(nSync)\r
-{\r
- if(nSync==0) return;\r
- if(isInPopup()) return;\r
- if(isOutMostTopic())\r
- sync();\r
-}\r
-\r
-function isOutMostTopic()\r
-{\r
- if(gnOutmostTopic==-1)\r
- {\r
- var oMessage=new whMessage(WH_MSG_ISINFRAMESET,this,1,null);\r
- if(SendMessage(oMessage))\r
- gnOutmostTopic=0;\r
- else\r
- gnOutmostTopic=1;\r
- }\r
- return (gnOutmostTopic==1);\r
-}\r
-\r
-function sync()\r
-{\r
- if(gaPaths.length>0)\r
- {\r
- var oParam=createSyncInfo();\r
- var oMessage=new whMessage(WH_MSG_SYNCTOC,this,1,oParam);\r
- SendMessage(oMessage);\r
- }\r
-}\r
-\r
-\r
-function avenueInfo(sName,sPrev,sNext)\r
-{\r
- this.sName=sName;\r
- this.sPrev=sPrev;\r
- this.sNext=sNext;\r
-}\r
-\r
-function getCurrentAvenue()\r
-{\r
- var oParam=new Object();\r
- oParam.sAvenue=null;\r
- var oMessage=new whMessage(WH_MSG_GETCURRENTAVENUE,this,1,oParam);\r
- SendMessage(oMessage);\r
- return oParam.sAvenue;\r
-}\r
-\r
-function unRegisterListener()\r
-{\r
- sendInvalidSyncInfo();\r
- enableWebSearch(false);\r
- if(whtopic_foldUnload)\r
- whtopic_foldUnload();\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- var nMsgId=oMsg.nMessageId;\r
- if(nMsgId==WH_MSG_GETAVIAVENUES)\r
- {\r
- oMsg.oParam.aAvenues=gaAvenues;\r
- return false;\r
- }\r
- else if(nMsgId==WH_MSG_GETTOCPATHS)\r
- {\r
- if(isOutMostTopic())\r
- {\r
- oMsg.oParam.oTocInfo=createSyncInfo();\r
- return false; \r
- }\r
- else\r
- return true;\r
- }\r
- else if(nMsgId==WH_MSG_NEXT)\r
- {\r
- goAvenue(true);\r
- }\r
- else if(nMsgId==WH_MSG_PREV)\r
- {\r
- goAvenue(false);\r
- }\r
- else if(nMsgId==WH_MSG_WEBSEARCH)\r
- {\r
- websearch();\r
- }\r
- return true;\r
-}\r
-\r
-function goAvenue(bNext)\r
-{\r
- var sTopic=null;\r
- var sAvenue=getCurrentAvenue();\r
- var nAvenue=-1;\r
- if(sAvenue!=null&&sAvenue!="")\r
- {\r
- for(var i=0;i<gaAvenues.length;i++)\r
- {\r
- if(gaAvenues[i].sName==sAvenue)\r
- {\r
- nAvenue=i;\r
- break;\r
- }\r
- }\r
- if(nAvenue!=-1)\r
- {\r
- if(bNext)\r
- sTopic=gaAvenues[nAvenue].sNext;\r
- else\r
- sTopic=gaAvenues[nAvenue].sPrev;\r
- }\r
- }\r
- else\r
- {\r
- for(var i=0;i<gaAvenues.length;i++)\r
- {\r
- if(gaAvenues[i].sNext!=null&&gaAvenues[i].sNext.length>0&&bNext)\r
- {\r
- sTopic=gaAvenues[i].sNext;\r
- break;\r
- }\r
- else if(gaAvenues[i].sPrev!=null&&gaAvenues[i].sPrev.length>0&&!bNext)\r
- {\r
- sTopic=gaAvenues[i].sPrev;\r
- break;\r
- }\r
- }\r
- }\r
- \r
- if(sTopic!=null&&sTopic!="")\r
- {\r
- if(gsPPath!=null&&gsPPath!="")\r
- {\r
- sFullTopicPath=_getFullPath(gsPPath,sTopic);\r
- document.location=sFullTopicPath;\r
- }\r
- }\r
-}\r
-\r
-function canGo(bNext)\r
-{\r
- for(var i=0;i<gaAvenues.length;i++)\r
- {\r
- if((gaAvenues[i].sNext!=null&&gaAvenues[i].sNext.length>0&&bNext)||\r
- (gaAvenues[i].sPrev!=null&&gaAvenues[i].sPrev.length>0&&!bNext))\r
- return true;\r
- }\r
- return false;\r
-}\r
-\r
-function show()\r
-{\r
- if(gsStartPage!="")\r
- window.location=gsStartPage+"#"+gsRelCurPagePath;\r
-}\r
-\r
-function hide()\r
-{\r
- if(goFrame!=null)\r
- {\r
- goFrame.location=window.location;\r
- }\r
-}\r
-\r
-function isTopicOnly()\r
-{\r
- if(gnTopicOnly==-1)\r
- {\r
- var oParam=new Object();\r
- oParam.oFrame=null;\r
- var oMsg=new whMessage(WH_MSG_GETSTARTFRAME,this,1,oParam);\r
- if(SendMessage(oMsg))\r
- {\r
- goFrame=oParam.oFrame;\r
- gnTopicOnly=0;\r
- }\r
- else\r
- gnTopicOnly=1;\r
- }\r
- if(gnTopicOnly==1)\r
- return true;\r
- else\r
- return false;\r
-}\r
-\r
-function websearch()\r
-{\r
- if(gbNav4)\r
- {\r
- if(document.ehelpform)\r
- document.ehelpform.submit();\r
- }\r
- else\r
- {\r
- if(window.ehelpform)\r
- window.ehelpform.submit();\r
- }\r
-}\r
-\r
-function addSearchFormHref(sHref)\r
-{\r
- gsSearchFormHref=sHref;\r
- enableWebSearch(true);\r
-}\r
-\r
-function searchB(nForm)\r
-{\r
- var sValue=eval("document.searchForm"+nForm+".searchString.value");\r
- var oMsg=new whMessage(WH_MSG_SEARCHTHIS,this,1,sValue);\r
- SendMessage(oMsg);\r
-}\r
-\r
-function getSearchFormHTML()\r
-{\r
- var sHTML="";\r
- gnForm++;\r
- var sFormName="searchForm"+gnForm;\r
- var sButton="<form name=\""+sFormName+"\" method=\"POST\" action=\"javascript:searchB("+gnForm+")\">"\r
- sButton+="<input type=\"text\" name=\"searchString\" value=\"- Full Text search -\" size=\"20\"/>";\r
- if(""=="text")\r
- {\r
- sButton+="<a class=\"searchbtn\" href=\"javascript:void(0);\" onclick=\""+sFormName+".submit();return false;\"></a>";\r
- }\r
- else if(""=="image")\r
- {\r
- sButton+="<a class=\"searchbtn\" href=\"javascript:void(0);\" onclick=\""+sFormName+".submit();return false;\">"\r
- sButton+="<img src=\"\" border=0></a>";\r
- }\r
- sButton+="</form>";\r
- sHTML="<td align=\"center\">"+sButton+"</td>";\r
- return sHTML;\r
-}\r
-\r
-function showHidePane(bShow)\r
-{\r
- var oMsg=null;\r
- if(bShow)\r
- oMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- else\r
- oMsg=new whMessage(WH_MSG_HIDEPANE,this,1,null);\r
- SendMessage(oMsg);\r
-}\r
-\r
-function isShowHideEnable()\r
-{\r
- if(gbIE4)\r
- return true;\r
- else\r
- return false;\r
-}\r
-\r
-\r
-function PickupDialog_Invoke()\r
-{\r
- if(!gbIE4||gbMac)\r
- {\r
- if(typeof(_PopupMenu_Invoke)=="function")\r
- return _PopupMenu_Invoke(PickupDialog_Invoke.arguments);\r
- }\r
- else\r
- {\r
- if(PickupDialog_Invoke.arguments.length>2)\r
- {\r
- var sPickup="whskin_pickup.htm";\r
- var sPickupPath=gsPPath+sPickup;\r
- if(gbIE4)\r
- {\r
- var sFrame=PickupDialog_Invoke.arguments[1];\r
- var aTopics=new Array();\r
- for(var i=2;i<PickupDialog_Invoke.arguments.length;i+=2)\r
- {\r
- var j=aTopics.length;\r
- aTopics[j]=new Object();\r
- aTopics[j].m_sName=PickupDialog_Invoke.arguments[i];\r
- aTopics[j].m_sURL=PickupDialog_Invoke.arguments[i+1];\r
- }\r
-\r
- if(aTopics.length>1)\r
- {\r
- var nWidth=300;\r
- var nHeight=180;\r
- var nScreenWidth=screen.width;\r
- var nScreenHeight=screen.height;\r
- var nLeft=(nScreenWidth-nWidth)/2;\r
- var nTop=(nScreenHeight-nHeight)/2;\r
- if(gbIE4)\r
- {\r
- var vRet=window.showModalDialog(sPickupPath,aTopics,"dialogHeight:"+nHeight+"px;dialogWidth:"+nWidth+"px;resizable:yes;status:no;scroll:no;help:no;center:yes;");\r
- if(vRet)\r
- {\r
- var sURL=vRet.m_url;\r
- if(sFrame)\r
- window.open(sURL,sFrame);\r
- else\r
- window.open(sURL,"_self");\r
- }\r
- }\r
- }\r
- else if(aTopics.length==1)\r
- {\r
- var sURL=aTopics[0].m_sURL\r
- if(sFrame)\r
- window.open(sURL,sFrame);\r
- else\r
- window.open(sURL,"_self");\r
- }\r
- }\r
- }\r
- }\r
-}\r
-\r
-if(window.gbWhUtil&&window.gbWhMsg&&window.gbWhVer&&window.gbWhProxy)\r
-{\r
- RegisterListener("bsscright",WH_MSG_GETAVIAVENUES);\r
- RegisterListener("bsscright",WH_MSG_GETTOCPATHS);\r
- RegisterListener("bsscright",WH_MSG_NEXT);\r
- RegisterListener("bsscright",WH_MSG_PREV);\r
- RegisterListener("bsscright",WH_MSG_WEBSEARCH);\r
- if(gbMac&&gbIE4)\r
- {\r
- if(typeof(window.onunload)!="unknown")\r
- if(window.onunload.toString!=unRegisterListener.toString)\r
- whtopic_foldUnload=window.onunload;\r
- }\r
- else\r
- {\r
- if(window.onunload)\r
- if(window.onunload.toString!=unRegisterListener.toString)\r
- whtopic_foldUnload=window.onunload;\r
- }\r
- window.onunload=unRegisterListener;\r
- setButtonFont("show","","10pt","","","","");\r
-\r
- gbWhTopic=true;\r
-}\r
-else\r
- document.location.reload();
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.004\r
-var gsFileName="";\r
-var gsDivName="";\r
-var xmlDoc=null;\r
-var sdocPath=null;\r
-var gsInsertBeforeEndHTML="";\r
-var sReplaceStringsSrc=new Array();\r
-var gsDivName="dataDiv";\r
-var gnLoadDivNum=0;\r
-sReplaceStringsSrc[0]="&";\r
-sReplaceStringsSrc[1]=">";\r
-sReplaceStringsSrc[2]="<";\r
-sReplaceStringsSrc[3]=""";\r
-sReplaceStringsSrc[4]=String.fromCharCode(8364);\r
-sReplaceStringsSrc[5]=" ";\r
-\r
-var sReplaceStringsDst=new Array();\r
-sReplaceStringsDst[0]="&";\r
-sReplaceStringsDst[1]=">";\r
-sReplaceStringsDst[2]="<";\r
-sReplaceStringsDst[3]="\"";\r
-sReplaceStringsDst[4]=String.fromCharCode(128);\r
-sReplaceStringsDst[5]=" ";\r
-var goHighLighted=null;\r
-\r
-function _getRelativePath(strParentPath,strCurrentPath)\r
-{\r
- if(_isAbsPath(strCurrentPath)) return _getPath(strCurrentPath);\r
- strParentPath=_replaceSlash(strParentPath);\r
- strParentPath=_getPath(strParentPath);\r
- strCurrentPath=_replaceSlash(strCurrentPath);\r
- strCurrentPath=_getPath(strCurrentPath);\r
- for(var i=0;i<strParentPath.length&&i<strCurrentPath.length;i++)\r
- {\r
- if(strParentPath.charAt(i)!=strCurrentPath.charAt(i))\r
- break;\r
- }\r
- \r
- strParentPath=strParentPath.substring(i);\r
- strCurrentPath=strCurrentPath.substring(i); \r
- \r
- var nPathPos=0;\r
- while(nPathPos!=-1)\r
- {\r
- nPathPos=strParentPath.indexOf("/");\r
- if(nPathPos!=-1)\r
- {\r
- strParentPath=strParentPath.substring(nPathPos+1);\r
- strCurrentPath="../"+strCurrentPath;\r
- }\r
- }\r
- return strCurrentPath;\r
-}\r
-\r
-function _getRelativeFileName(strParentPath,strCurrentPath)\r
-{\r
- strParentPath=_replaceSlash(strParentPath);\r
- strParentPath=_getPath(strParentPath);\r
- strCurrentPath=_replaceSlash(strCurrentPath);\r
- for(var i=0;i<strParentPath.length&&i<strCurrentPath.length;i++)\r
- {\r
- if(strParentPath.charAt(i)!=strCurrentPath.charAt(i))\r
- break;\r
- }\r
- \r
- strParentPath=strParentPath.substring(i);\r
- strCurrentPath=strCurrentPath.substring(i); \r
- \r
- var nPathPos=0;\r
- while(nPathPos!=-1)\r
- {\r
- nPathPos=strParentPath.indexOf("/");\r
- if(nPathPos!=-1)\r
- {\r
- strParentPath=strParentPath.substring(nPathPos+1);\r
- strCurrentPath="../"+strCurrentPath;\r
- }\r
- }\r
- return strCurrentPath;\r
-}\r
-\r
-function _isAbsPathToHost(sPath)\r
-{\r
- return (sPath.indexOf("/")==0);\r
-}\r
-\r
-function _getHost(sPath)\r
-{\r
- var nPos=sPath.indexOf("//");\r
- if(nPos>0)\r
- {\r
- var nPosx=sPath.indexOf("/",nPos+2);\r
- if(nPosx>0)\r
- return sPath.substring(0,nPosx);\r
- else\r
- return sPath;\r
- }\r
- return sPath;\r
-}\r
-\r
-function _getFullPath(sPath,sRelPath)\r
-{\r
- if(_isAbsPath(sRelPath))\r
- return sRelPath;\r
- else if(_isAbsPathToHost(sRelPath))\r
- return _getHost(sPath)+sRelPath;\r
- else\r
- {\r
- var sFullPath=sPath;\r
- var nPathPos=0;\r
- while(nPathPos!=-1)\r
- {\r
- var nPathPos=sRelPath.indexOf("../");\r
- if(nPathPos!=-1)\r
- {\r
- sRelPath=sRelPath.substring(nPathPos+3);\r
- sFullPath=sFullPath.substring(0,sFullPath.length-1);\r
- var nPos2=sFullPath.lastIndexOf("/");\r
- if(nPos2!=-1)\r
- sFullPath=sFullPath.substring(0,nPos2+1);\r
- else\r
- break;\r
- }\r
- }\r
- sFullPath+=sRelPath;\r
- return sFullPath;\r
- } \r
-}\r
-\r
-function _isAbsPath(strPath)\r
-{\r
- var strUpper=strPath.toUpperCase();\r
- return (strUpper.indexOf(":")!=-1||strUpper.indexOf("\\\\")==0);\r
-}\r
-\r
-function _replaceSlash(strURL)\r
-{ \r
- var re=new RegExp("\\\\","g");\r
- var strReplacedURL=strURL.replace(re,"/");\r
- return strReplacedURL;\r
-}\r
-\r
-function _getPath(strURL)\r
-{\r
- pathpos=strURL.lastIndexOf("/");\r
- if(pathpos>0)\r
- return strURL.substring(0,pathpos+1);\r
- else\r
- return "";\r
-}\r
-\r
-function removeItemFromArray(oArray,i)\r
-{\r
- if(oArray.length&&i>=0&&i<oArray.length)\r
- {\r
- var len=oArray.length;\r
- for(var s=i;s<len-1;s++)\r
- oArray[s]=oArray[s+1];\r
- oArray.length=len-1;\r
- }\r
-}\r
-\r
-function insertItemIntoArray(oArray,i,obj)\r
-{\r
- if(oArray.length&&i>=0&&i<=oArray.length)\r
- {\r
- var len=oArray.length;\r
- for(var s=len;s>i;s--)\r
- oArray[s]=oArray[s-1];\r
- oArray[i]=obj; \r
- }\r
-}\r
-\r
-function loadData(sFileName)\r
-{\r
- var i=gnLoadDivNum;\r
- var sName=gsDivName+gnLoadDivNum++;\r
- loadData_2(sFileName,sName);\r
-}\r
-\r
-function loadData_2(sFileName,sDivName)\r
-{\r
- if(!getElement(sDivName))\r
- {\r
- if(!insertDataDiv(sDivName))\r
- {\r
- gsFileName=sFileName;\r
- gsDivName=sDivName;\r
- return;\r
- }\r
- }\r
- var sHTML="";\r
- if(gbMac)\r
- sHTML+="<iframe src=\""+sFileName+"\"></iframe>";\r
- else\r
- sHTML+="<iframe style=\"visibility:hidden;width:0;height:0\" src=\""+sFileName+"\"></iframe>";\r
- \r
- var oDivCon=getElement(sDivName);\r
- if(oDivCon)\r
- {\r
- if(gbNav6)\r
- {\r
- if(oDivCon.getElementsByTagName&&oDivCon.getElementsByTagName("iFrame").length>0)\r
- {\r
- oDivCon.getElementsByTagName("iFrame")[0].src=sFileName;\r
- }\r
- else\r
- oDivCon.innerHTML=sHTML;\r
- }\r
- else\r
- oDivCon.innerHTML=sHTML;\r
- }\r
-}\r
-\r
-function loadDataXML(sFileName)\r
-{\r
- var sCurrentDocPath=_getPath(document.location.href);\r
- sdocPath=_getFullPath(sCurrentDocPath,sFileName);\r
- if(gbIE5)\r
- {\r
- xmlDoc=new ActiveXObject("Microsoft.XMLDOM");\r
- xmlDoc.async=true;\r
- xmlDoc.onreadystatechange=checkState;\r
- if(document.body!=null)\r
- xmlDoc.load(sdocPath);\r
- }\r
- else if(gbNav6)\r
- {\r
- xmlDoc=document.implementation.createDocument("","",null);\r
- xmlDoc.addEventListener("load",initializeData,false);\r
- xmlDoc.load(sdocPath,"text/xml");\r
- }\r
-}\r
-\r
-function initializeData()\r
-{\r
- if(xmlDoc!=null)\r
- putDataXML(xmlDoc,sdocPath);\r
-}\r
-\r
-function checkState()\r
-{\r
- if(xmlDoc!=null)\r
- {\r
- var state=xmlDoc.readyState;\r
- if(state==4)\r
- {\r
- var err=xmlDoc.parseError;\r
- if(err.errorCode==0)\r
- putDataXML(xmlDoc,sdocPath);\r
- else\r
- onLoadXMLError();\r
- }\r
- }\r
-}\r
-\r
-function insertDataDiv(sName)\r
-{\r
- var sHTML="";\r
- if(gbMac)\r
- sHTML+="<div id="+sName+" style=\"display:none;\"></div>";\r
- else\r
- sHTML+="<div id="+sName+" style=\"visibility:hidden\"></div>";\r
- if((gbIE5||gbNav6)&&document.body)\r
- document.body.insertAdjacentHTML("beforeEnd",sHTML);\r
- else\r
- {\r
- gsInsertBeforeEndHTML=sHTML;\r
- setTimeout("insertWhenBodyReady();",100);\r
- return false;\r
- }\r
- return true;\r
-}\r
-\r
-function insertWhenBodyReady()\r
-{\r
- if(gsInsertBeforeEndHTML=="") return;\r
- if(document.body)\r
- {\r
- document.body.insertAdjacentHTML("beforeEnd",gsInsertBeforeEndHTML);\r
- gsInsertBeforeEndHTML="";\r
- loadData_2(gsFileName,gsDivName);\r
- }\r
- else\r
- {\r
- setTimeout("insertWhenBodyReady();",100);\r
- }\r
-}\r
-\r
-function window_BUnload()\r
-{\r
- for(var i=0;i<gnLoadDivNum;i++)\r
- {\r
- var oDivCon=getElement(gsDivName+i);\r
- if(oDivCon)\r
- oDivCon.innerHTML="";\r
- }\r
-}\r
-\r
-function removeThis(obj)\r
-{\r
- if(obj.parentNode)\r
- obj.parentNode.removeChild(obj);\r
- else\r
- obj.outerHTML="";\r
-}\r
-\r
-function getParentNode(obj)\r
-{\r
- if(obj.parentNode)\r
- return obj.parentNode;\r
- else if(obj.parentElement)\r
- return obj.parentElement;\r
- return null;\r
-}\r
-\r
-function getElement(sID)\r
-{\r
- if(document.getElementById)\r
- return document.getElementById(sID);\r
- else if(document.all)\r
- return document.all(sID);\r
- return null;\r
-}\r
-\r
-function getChildrenByTag(obj,sTagName)\r
-{\r
- if(obj.getElementsByTagName)\r
- {\r
- var aChildren=new Array();\r
- var aElements=getElementsByTag(obj,sTagName);\r
- if(aElements!=null)\r
- {\r
- for(var i=0;i<aElements.length;i++)\r
- {\r
- if(aElements[i].parentNode==obj)\r
- aChildren[aChildren.length]=aElements[i];\r
- }\r
- return aChildren;\r
- }\r
- else\r
- return new Array();\r
- }\r
- else if(obj.children)\r
- return obj.children.tags(sTagName);\r
-}\r
-\r
-function getElementsByTag(obj,sTagName)\r
-{\r
- if(obj.getElementsByTagName)\r
- return obj.getElementsByTagName(sTagName);\r
- else if(obj.all)\r
- return obj.all.tags(sTagName);\r
- return null;\r
-}\r
-\r
-function _htmlToText(sHTML)\r
-{\r
- if(sHTML==null) return null;\r
- var sText=sHTML;\r
- for(var i=0;i<sReplaceStringsSrc.length;i++)\r
- {\r
- var re=new RegExp(sReplaceStringsSrc[i],"g");\r
- sText=sText.replace(re,sReplaceStringsDst[i]);\r
- } \r
- return sText;\r
-}\r
-\r
-function _textToHtml_nonbsp(sText)\r
-{\r
- if(sText==null) return null;\r
- var sHTML=sText;\r
- for(var i=0;i<sReplaceStringsSrc.length-1;i++)\r
- {\r
- var re=new RegExp(sReplaceStringsDst[i],"g");\r
- sHTML=sHTML.replace(re,sReplaceStringsSrc[i]);\r
- } \r
- return sHTML;\r
-}\r
-\r
-function _textToHtml(sText)\r
-{\r
- if(sText==null) return null;\r
- var sHTML=sText;\r
- for(var i=0;i<sReplaceStringsSrc.length;i++)\r
- {\r
- var re=new RegExp(sReplaceStringsDst[i],"g");\r
- sHTML=sHTML.replace(re,sReplaceStringsSrc[i]);\r
- } \r
- return sHTML;\r
-}\r
-\r
-\r
-function getInnerText(obj)\r
-{\r
- var renbsp2sp=new RegExp("\xa0","g");\r
- if(obj.innerText)\r
- {\r
- var sText=obj.innerText;\r
- sText=sText.replace(renbsp2sp," ");\r
- return sText;\r
- }\r
- else\r
- {\r
- if(obj.nodeValue)\r
- {\r
- var sValue=obj.nodeValue;\r
- sValue=sValue.replace(renbsp2sp," ");\r
- return sValue;\r
- }\r
- else\r
- {\r
- var sText="";\r
- var oChild=obj.firstChild;\r
- while(oChild!=null)\r
- {\r
- sText+=getInnerText(oChild);\r
- oChild=oChild.nextSibling;\r
- }\r
- return sText;\r
- }\r
- }\r
- \r
-}\r
-\r
-function HighLightElement(obj,sHighLightColor,sNormalColor)\r
-{\r
- if(obj!=null)\r
- {\r
- resetHighLight(sNormalColor);\r
- if (obj.style)\r
- obj.style.backgroundColor=sHighLightColor;\r
- goHighLighted=obj;\r
- }\r
-}\r
-\r
-function resetHighLight(sNormalColor)\r
-{\r
- if(goHighLighted!=null)\r
- {\r
- if (goHighLighted.style)\r
- goHighLighted.style.backgroundColor=sNormalColor;\r
- goHighLighted=null;\r
- }\r
-}\r
-\r
-function whFont(sName,sSize,sColor,sStyle,sWeight,sDecoration)\r
-{\r
- this.sName=sName;\r
- this.sSize=sSize;\r
- this.sColor=sColor;\r
- this.sStyle=sStyle;\r
- this.sWeight=sWeight;\r
- this.sDecoration=sDecoration;\r
-}\r
-\r
-function getFontStyle(oFont)\r
-{\r
- var sStyle="";\r
- if(oFont)\r
- {\r
- sStyle+="font-family:"+oFont.sName+";";\r
- if(gbMac)\r
- {\r
- var nSize=parseInt(oFont.sSize);\r
- if(gbIE5)\r
- nSize+=2;\r
- else\r
- nSize+=4;\r
- sStyle+="font-size:"+nSize+"pt;";\r
- }\r
- else\r
- sStyle+="font-size:"+oFont.sSize+";";\r
- \r
- sStyle+="font-style:"+oFont.sStyle+";";\r
- sStyle+="font-weight:"+oFont.sWeight+";";\r
- sStyle+="text-decoration:"+oFont.sDecoration+";";\r
- sStyle+="color:"+oFont.sColor+";";\r
- }\r
- return sStyle;\r
-}\r
-\r
-function _browserStringToText(sBStr)\r
-{\r
- var sText="";\r
- // change %xxx back to the real char.\r
- var nPos=sBStr.indexOf('%');\r
- while(nPos!=-1)\r
- {\r
- sText+=sBStr.substring(0,nPos);\r
- sBStr=sBStr.substring(nPos+1);\r
- var sNum="";\r
- var i=0;\r
- while(sBStr.charAt(i)>='0'&&sBStr.charAt(i)<='9')\r
- {\r
- sNum+=sBStr.charAt(i++); \r
- }\r
- if(sNum!=""){\r
- var nNum=parseInt(sNum,16);\r
- sText+=String.fromCharCode(nNum);\r
- sBStr=sBStr.substring(i);\r
- }\r
- nPos=sBStr.indexOf('%');\r
- }\r
- sText+=sBStr;\r
- return sText;\r
-}\r
-\r
-function excapeSingleQuotandSlash(str)\r
-{\r
- if(str==null) return null;\r
- var nPos=0;\r
- var sRes="";\r
- var nPosNew=str.indexOf("\\",nPos);\r
- while(nPosNew!=-1){\r
- sRes+=str.substring(nPos,nPosNew+1)+"\\";\r
- nPos=nPosNew+1;\r
- nPosNew=str.indexOf("\\",nPos);\r
- }\r
- if(nPos<str.length)\r
- sRes+=str.substring(nPos);\r
- var re=new RegExp("'","g");\r
- sRes=sRes.replace(re,"\\'");\r
- return sRes;\r
-}\r
-\r
-var gbWhUtil=true;
\ No newline at end of file
+++ /dev/null
-// WebHelp 5.10.006\r
-var gbNav=false;\r
-var gbNav6=false;\r
-var gbNav61=false;\r
-var gbNav7=false;\r
-var gbNav4=false;\r
-var gbIE4=false;\r
-var gbIE=false;\r
-var gbIE5=false;\r
-var gbIE55=false;\r
-var gbOpera6=false;\r
-var gbOpera7=false;\r
-var gbKonqueror3=false;\r
-\r
-var gAgent=navigator.userAgent.toLowerCase();\r
-var gbMac=(gAgent.indexOf("mac")!=-1);\r
-var gbSunOS=(gAgent.indexOf("sunos")!=-1);\r
-var gbOpera=(gAgent.indexOf("opera")!=-1);\r
-var gbKonqueror=(gAgent.indexOf("konqueror")!= -1);\r
-var gbSafari=(gAgent.indexOf("safari")!= -1);\r
-var gbWindows=((gAgent.indexOf('win')!= -1)||(gAgent.indexOf('16bit')!= -1));\r
-var gbMozilla=((gAgent.indexOf('gecko')!=-1) && (gAgent.indexOf('netscape')==-1));\r
-\r
-\r
-var gVersion=navigator.appVersion.toLowerCase();\r
-\r
-var gnVerMajor=parseInt(gVersion);\r
-var gnVerMinor=parseFloat(gVersion);\r
-\r
-if(!gbOpera&&!gbKonqueror&&!gbSafari) // opera can mimic IE or Netscape by settings.\r
-{\r
- gbIE=(navigator.appName.indexOf("Microsoft")!=-1);\r
- gbNav=(gAgent.indexOf('mozilla')!=-1) && ((gAgent.indexOf('spoofer')==-1) && (gAgent.indexOf('compatible')==-1));\r
- if(gnVerMajor>=4)\r
- {\r
- if(navigator.appName=="Netscape")\r
- {\r
- gbNav4=true;\r
- if(gnVerMajor>=5)\r
- gbNav6=true;\r
- }\r
- gbIE4=(navigator.appName.indexOf("Microsoft")!=-1);\r
- }\r
- if(gbNav6)\r
- {\r
- var nPos=gAgent.indexOf("gecko");\r
- if(nPos!=-1)\r
- {\r
- var nPos2=gAgent.indexOf("/", nPos);\r
- if(nPos2!=-1)\r
- {\r
- var nVersion=parseFloat(gAgent.substring(nPos2+1));\r
- if(nVersion>=20010726)\r
- {\r
- gbNav61=true;\r
- if (nVersion>=20020823)\r
- gbNav7=true;\r
- }\r
- }\r
- }\r
- }else if(gbIE4)\r
- {\r
- var nPos=gAgent.indexOf("msie");\r
- if(nPos!=-1)\r
- {\r
- var nVersion=parseFloat(gAgent.substring(nPos+5));\r
- if(nVersion>=5)\r
- {\r
- gbIE5=true;\r
- if(nVersion>=5.5)\r
- gbIE55=true;\r
- }\r
- }\r
- }\r
-}\r
-else if (gbOpera)\r
-{\r
- var nPos = gAgent.indexOf("opera");\r
- if(nPos!=-1)\r
- {\r
- var nVersion=parseFloat(gAgent.substring(nPos+6));\r
- if(nVersion>=6)\r
- {\r
- gbOpera6=true;\r
- if(nVersion>=7)\r
- gbOpera7=true;\r
- }\r
- }\r
-}\r
-else if (gbKonqueror)\r
-{\r
- var nPos = gAgent.indexOf("konqueror");\r
- if(nPos!=-1)\r
- {\r
- var nVersion = parseFloat(gAgent.substring(nPos+10));\r
- if (nVersion >= 3)\r
- {\r
- gbKonqueror3=true;\r
- }\r
- }\r
-}\r
-\r
-var gbWhVer=true;
\ No newline at end of file
+++ /dev/null
-<?xml version='1.0' encoding='windows-1252' ?>\r
-<ftstdata>\r
-<topic name="Activation of commands display results" url="activation_of_commands_display_results.htm" />\r
-<topic name="Animation function" url="animation_function.htm" />\r
-<topic name="Cameras" url="cameras.htm" />\r
-<topic name="Command Activation" url="command_activation.htm" />\r
-<topic name="Command Activation in Display Meshes" url="command_activation_in_display_meshes.htm" />\r
-<topic name="Command Activation picking" url="command_activation_picking.htm" />\r
-<topic name="Command Activation Segmentation" url="command_activation_segmentation.htm" />\r
-<topic name="Command activation timestamps animation" url="command_activation_timestamps_animation.htm" />\r
-<topic name="Command deactivation" url="command_deactivation.htm" />\r
-<topic name="Command Description in Display Meshes" url="command_description_in_display_meshes.htm" />\r
-<topic name="Command description segmentation" url="command_description_segmentation.htm" />\r
-<topic name="Command description timestamps animation" url="command_description_timestamps_animation.htm" />\r
-<topic name="Command Result" url="command_result.htm" />\r
-<topic name="Description of commands display results" url="description_of_commands_display_results.htm" />\r
-<topic name="Description of the picking functionality" url="description_of_the_picking_functionality.htm" />\r
-<topic name="Display Meshes General" url="display_meshes_general.htm" />\r
-<topic name="Display results at Gauss Points_General" url="display_results_at_gauss_points_general.htm" />\r
-<topic name="Data Loading General" url="general.htm" />\r
-<topic name="General Navigation within the scene" url="general_navigation_within_the_scene.htm" />\r
-<topic name="General Storage of produced data" url="general_storage_of_produced_data.htm" />\r
-<topic name="General timestamps animation" url="general_timestamps_animation.htm" />\r
-<topic name="Introduction" url="index.htm" />\r
-<topic name="Loading of previously saved data" url="loading_of_previously_saved_data.htm" />\r
-<topic name="Making an AVI clip" url="making_an_avi_clip.htm" />\r
-<topic name="Managing configurations" url="managing_configurations.htm" />\r
-<topic name="Navigation using the keyboard" url="navigation_using_the_keyboard.htm" />\r
-<topic name="Navigation using the mouse" url="navigation_using_the_mouse.htm" />\r
-<topic name="Navigation using the spacemouse" url="navigation_using_the_spacemouse.htm" />\r
-<topic name="Picking General" url="picking_general.htm" />\r
-<topic name="SALOME-VISU preferences display results" url="salome-visu_preferences_display_results.htm" />\r
-<topic name="SALOME-VISU preferences" url="salome_visu_preferences.htm" />\r
-<topic name="Salome-Visu preferences Navigation within the scene" url="salome_visu_preferences_navigation_within_the_scene.htm" />\r
-<topic name="Salome-Visu preferences picking" url="salome_visu_preferences_picking.htm" />\r
-<topic name="Segmentation General" url="segmentation_general.htm" />\r
-<topic name="Specific additional commands for Fields items" url="specific_additional_commands_for_fields_items.htm" />\r
-\r
-</ftstdata> \r
+++ /dev/null
-<?xml version='1.0' encoding='windows-1252' ?>\r
-<fts>\r
-<chunkinfo url="whfwdata0.xml" first="0" last="detection"/>\r
-<chunkinfo url="whfwdata1.xml" first="development" last="nb"/>\r
-<chunkinfo url="whfwdata2.xml" first="nbrfac" last="task"/>\r
-<chunkinfo url="whfwdata3.xml" first="technical" last="zoom"/>\r
-\r
-<tchunkinfo first="0" last="34" url="whftdata0.xml" />\r
-\r
-</fts>\r
+++ /dev/null
-<?xml version='1.0' encoding='windows-1252' ?>\r
-<ftswdata>\r
-<key name="0"> 10,13,32, </key>\r
-<key name="01"> 13, </key>\r
-<key name="1"> 3,9,11,13,14,25,27, </key>\r
-<key name="10"> 9,10,13,27,29, </key>\r
-<key name="100"> 13,32, </key>\r
-<key name="11"> 13,27, </key>\r
-<key name="12"> 13, </key>\r
-<key name="13"> 13, </key>\r
-<key name="14"> 13, </key>\r
-<key name="15"> 13, </key>\r
-<key name="16"> 13, </key>\r
-<key name="16x16"> 13, </key>\r
-<key name="17"> 13, </key>\r
-<key name="18"> 13,29, </key>\r
-<key name="19"> 13, </key>\r
-<key name="2"> 1,2,9,10,12,13,14,27,31,33, </key>\r
-<key name="20"> 13, </key>\r
-<key name="200"> 13, </key>\r
-<key name="21"> 13, </key>\r
-<key name="22"> 13, </key>\r
-<key name="23"> 13, </key>\r
-<key name="24"> 13, </key>\r
-<key name="25"> 13, </key>\r
-<key name="256"> 13, </key>\r
-<key name="26"> 13, </key>\r
-<key name="27"> 34, </key>\r
-<key name="28"> 34, </key>\r
-<key name="29"> 7, </key>\r
-<key name="2d"> 13, </key>\r
-<key name="3"> 1,9,11,13,26, </key>\r
-<key name="30"> 11, </key>\r
-<key name="31"> 11, </key>\r
-<key name="32"> 23, </key>\r
-<key name="33"> 13,23, </key>\r
-<key name="34"> 26, </key>\r
-<key name="35"> 27, </key>\r
-<key name="36"> 27, </key>\r
-<key name="37"> 2, </key>\r
-<key name="38"> 2, </key>\r
-<key name="39"> 24, </key>\r
-<key name="3d"> 0,2,5,6,9,10,12,13,14,15,16,18,23,24,27,28,31,32,34, </key>\r
-<key name="4"> 0,2,9,34, </key>\r
-<key name="40"> 24, </key>\r
-<key name="41"> 24, </key>\r
-<key name="42"> 31, </key>\r
-<key name="43"> 31, </key>\r
-<key name="44"> 28, </key>\r
-<key name="45"> 28, </key>\r
-<key name="46"> 5,6, </key>\r
-<key name="47"> 14, </key>\r
-<key name="48"> 14, </key>\r
-<key name="49"> 32, </key>\r
-<key name="5"> 0,10,14, </key>\r
-<key name="50"> 13,32, </key>\r
-<key name="51"> 10, </key>\r
-<key name="512"> 13, </key>\r
-<key name="52"> 10, </key>\r
-<key name="53"> 10, </key>\r
-<key name="54"> 10, </key>\r
-<key name="55"> 10, </key>\r
-<key name="56"> 10, </key>\r
-<key name="57"> 10, </key>\r
-<key name="58"> 10, </key>\r
-<key name="59"> 10, </key>\r
-<key name="6"> 0,13,27,32, </key>\r
-<key name="60"> 10, </key>\r
-<key name="61"> 19, </key>\r
-<key name="62"> 19, </key>\r
-<key name="63"> 22, </key>\r
-<key name="7"> 0, </key>\r
-<key name="8"> 13, </key>\r
-<key name="9"> 13, </key>\r
-<key name="ability"> 10, </key>\r
-<key name="abl"> 24, </key>\r
-<key name="abscissa"> 13, </key>\r
-<key name="absolut"> 13, </key>\r
-<key name="acceptabl"> 13, </key>\r
-<key name="acces"> 16,19,30, </key>\r
-<key name="accessibl"> 0,2,3,4,15, </key>\r
-<key name="accord"> 2,10,13,24,27, </key>\r
-<key name="act"> 5,6,11, </key>\r
-<key name="action"> 4,9,24,25,26,27,28,34, </key>\r
-<key name="activ"> 5,6,10,13,14,23,24,25,27, </key>\r
-<key name="activat"> 2,5,6,7,9,10,13,23,24,28,34, </key>\r
-<key name="activation"> 0,3,4,5,6,7,8, </key>\r
-<key name="actor"> 28, </key>\r
-<key name="ad"> 0,5,6,10,16,24,27,29, </key>\r
-<key name="adapt"> 14, </key>\r
-<key name="adaptabl"> 13, </key>\r
-<key name="addition"> 9,10,14, </key>\r
-<key name="additional"> 30,29,34, </key>\r
-<key name="adjust"> 10, </key>\r
-<key name="advanc"> 1,33, </key>\r
-<key name="affect"> 9,24, </key>\r
-<key name="algorithm"> 0, </key>\r
-<key name="allow"> 1,2,3,9,11,13,15,16,19,24,28,31,32,34, </key>\r
-<key name="alon"> 9, </key>\r
-<key name="along"> 10, </key>\r
-<key name="alpha"> 13, </key>\r
-<key name="already"> 4,9,11,17,13,14,24, </key>\r
-<key name="amplify"> 13, </key>\r
-<key name="analys"> 14,34, </key>\r
-<key name="angular"> 2,31, </key>\r
-<key name="animat"> 11, </key>\r
-<key name="animation"> 1,7,11,20,23,34, </key>\r
-<key name="anoth"> 2,5,6,11,14,18,24,28, </key>\r
-<key name="any"> 2,8,23,25,26,27,28, </key>\r
-<key name="anyway"> 0, </key>\r
-<key name="ap"> 2,9,13,24, </key>\r
-<key name="apex"> 32, </key>\r
-<key name="appli"> 0,4,9,10,13,31,34, </key>\r
-<key name="applicabl"> 10,13,14,29,34, </key>\r
-<key name="application"> 9, </key>\r
-<key name="apply"> 24, </key>\r
-<key name="area"> 11,28, </key>\r
-<key name="around"> 10, </key>\r
-<key name="array"> 28, </key>\r
-<key name="assign"> 0, </key>\r
-<key name="associat"> 12,13,32, </key>\r
-<key name="attribut"> 2,5,6,24, </key>\r
-<key name="auto"> 13, </key>\r
-<key name="automatic"> 24, </key>\r
-<key name="automatical"> 10,14,19, </key>\r
-<key name="availabl"> 10,11,13,23,27,28, </key>\r
-<key name="averag"> 13, </key>\r
-<key name="avi"> 23, </key>\r
-<key name="axi"> 10,27, </key>\r
-<key name="axo"> 2, </key>\r
-<key name="back"> 2,10, </key>\r
-<key name="background"> 23, </key>\r
-<key name="backward"> 11,27, </key>\r
-<key name="bar"> 0,4,5,6,8,10,13,14,15,16,19,22,28,29, </key>\r
-<key name="bas"> 9,27,32, </key>\r
-<key name="be"> 14, </key>\r
-<key name="becom"> 14, </key>\r
-<key name="behavior"> 2, </key>\r
-<key name="behaviour"> 2,5,9,17,13,16,19,20,28,30,33, </key>\r
-<key name="below"> 10,27,32, </key>\r
-<key name="besid"> 13,33, </key>\r
-<key name="bicolor"> 13, </key>\r
-<key name="big"> 13,30, </key>\r
-<key name="bitmap"> 11, </key>\r
-<key name="black"> 13,14, </key>\r
-<key name="block"> 13, </key>\r
-<key name="blu"> 13, </key>\r
-<key name="both"> 9,10,13,14,28,32, </key>\r
-<key name="bottom"> 10,13, </key>\r
-<key name="bound"> 10, </key>\r
-<key name="boundari"> 9, </key>\r
-<key name="boundary"> 10,32, </key>\r
-<key name="box"> 3,6,10,13,24,28,33, </key>\r
-<key name="brief"> 17,16,20, </key>\r
-<key name="brightnes"> 13, </key>\r
-<key name="brows"> 0,2,3,4,7,9,12,19,22,24,28, </key>\r
-<key name="button"> 0,1,3,4,5,6,7,9,10,11,13,14,22,23,24,26,27,28,31, </key>\r
-<key name="cad"> 10, </key>\r
-<key name="cal"> 10, </key>\r
-<key name="calculation"> 16, </key>\r
-<key name="camera"> 2,13,14,18,19,24,31,32, </key>\r
-<key name="cancel"> 0,9,10,13, </key>\r
-<key name="cannot"> 13, </key>\r
-<key name="cap"> 27, </key>\r
-<key name="capabiliti"> 10,17, </key>\r
-<key name="capability"> 16,26,27, </key>\r
-<key name="car"> 2, </key>\r
-<key name="cas"> 0,2,5,6,8,9,10,13,14,23,34, </key>\r
-<key name="cel"> 13, </key>\r
-<key name="cell"> 9,28, </key>\r
-<key name="cent"> 2,14, </key>\r
-<key name="centr"> 10,14,25,26,32, </key>\r
-<key name="certain"> 2,10,25,34, </key>\r
-<key name="chang"> 2,9,10,13,14,20,24,27,31, </key>\r
-<key name="channel"> 13, </key>\r
-<key name="chapt"> 10,11,34, </key>\r
-<key name="characteristic"> 13, </key>\r
-<key name="check"> 0,5,6,11,13,14,30, </key>\r
-<key name="child"> 2,24, </key>\r
-<key name="choic"> 3,9,13, </key>\r
-<key name="choos"> 10,13,31,32, </key>\r
-<key name="chosen"> 13, </key>\r
-<key name="clamp"> 13, </key>\r
-<key name="clear"> 9,11,22, </key>\r
-<key name="click"> 0,1,2,3,4,7,14,24,30, </key>\r
-<key name="clip"> 23, </key>\r
-<key name="clockwis"> 27, </key>\r
-<key name="clos"> 9,11, </key>\r
-<key name="co"> 27, </key>\r
-<key name="code_ast"> 21, </key>\r
-<key name="collaps"> 12, </key>\r
-<key name="color"> 9,10,13,14,28, </key>\r
-<key name="colour"> 13, </key>\r
-<key name="combin"> 27,31, </key>\r
-<key name="command"> 0,2,3,4,5,6,7,8,9,10,11,12,13,15,16,19,20,22,24,26,27,30,29,34, </key>\r
-<key name="component"> 13,14, </key>\r
-<key name="comput"> 0,2,4,11,13,31, </key>\r
-<key name="computation"> 0,13, </key>\r
-<key name="concern"> 0,2,4,21, </key>\r
-<key name="config"> 24, </key>\r
-<key name="configur"> 10,31, </key>\r
-<key name="configuration"> 10,11,13,19,24,29,31,32, </key>\r
-<key name="connect"> 5,26, </key>\r
-<key name="connectivity"> 26, </key>\r
-<key name="consid"> 11,16, </key>\r
-<key name="consider"> 11,13, </key>\r
-<key name="consist"> 2,17,33, </key>\r
-<key name="contain"> 0,10, </key>\r
-<key name="content"> 10,13,23, </key>\r
-<key name="contextual"> 0,2,4,15,16, </key>\r
-<key name="continu"> 13,23, </key>\r
-<key name="control"> 10,13,23,27, </key>\r
-<key name="convenienc"> 14,28, </key>\r
-<key name="convention"> 26,33, </key>\r
-<key name="coordinat"> 0,10,14,27, </key>\r
-<key name="corn"> 32, </key>\r
-<key name="correct"> 0, </key>\r
-<key name="correspond"> 2,4,5,6,10,11,12,13,14,15,16,23,27,28,31,34, </key>\r
-<key name="could"> 0, </key>\r
-<key name="counterclockwis"> 27, </key>\r
-<key name="creat"> 2,4,10,19,22,24,25, </key>\r
-<key name="ctrl"> 25,26, </key>\r
-<key name="current"> 0,2,4,8,9,12,13,14,16,24,27,32,34, </key>\r
-<key name="cursor"> 10,13,14,19,24,32,33, </key>\r
-<key name="customiz"> 13,29,31,32, </key>\r
-<key name="cut"> 33, </key>\r
-<key name="d"> 10, </key>\r
-<key name="dat"> 1, </key>\r
-<key name="data"> 0,4,12,19,21,22,28,32,34, </key>\r
-<key name="deactivation"> 5,6,8, </key>\r
-<key name="debug"> 0, </key>\r
-<key name="decid"> 24, </key>\r
-<key name="decreas"> 25,26,27, </key>\r
-<key name="dedicat"> 0,13, </key>\r
-<key name="default"> 4,10,13,14,26,27,30,29,31, </key>\r
-<key name="defin"> 1,2,3,4,5,9,10,11,13,14,15,16,19,20,23,24,25,26,27,28,30,29,31,32,33, </key>\r
-<key name="definition"> 10,13,32, </key>\r
-<key name="deform"> 13, </key>\r
-<key name="deformation"> 13, </key>\r
-<key name="degre"> 27,31, </key>\r
-<key name="delet"> 2,9,24, </key>\r
-<key name="demand"> 30, </key>\r
-<key name="depend"> 0,10,13, </key>\r
-<key name="depth"> 10,24, </key>\r
-<key name="describ"> 2,10,11,16,18,21,28,34, </key>\r
-<key name="description"> 2,9,10,11,13,14,27,32,34, </key>\r
-<key name="design"> 13, </key>\r
-<key name="desktop"> 10, </key>\r
-<key name="detail"> 32, </key>\r
-<key name="detect"> 14,28, </key>\r
-<key name="detection"> 14, </key>\r
-\r
-</ftswdata> \r
+++ /dev/null
-<?xml version='1.0' encoding='windows-1252' ?>\r
-<ftswdata>\r
-<key name="development"> 13, </key>\r
-<key name="diagonal"> 10, </key>\r
-<key name="dialog"> 2,3,9,10,11,13,19,22,23,24,28,29,31,32,34, </key>\r
-<key name="diamet"> 10, </key>\r
-<key name="differenc"> 13, </key>\r
-<key name="different"> 0,10,13,14,34, </key>\r
-<key name="dimension"> 13, </key>\r
-<key name="direct"> 10, </key>\r
-<key name="direction"> 10,24,25,26,27, </key>\r
-<key name="directory"> 13,22, </key>\r
-<key name="disabl"> 13,23,27,34, </key>\r
-<key name="discus"> 13, </key>\r
-<key name="disk"> 11,13,19, </key>\r
-<key name="displacement"> 2,31, </key>\r
-<key name="display"> 0,1,3,4,5,6,8,9,10,12,13,14,15,16,24,28,29,31,32,34, </key>\r
-<key name="distanc"> 2,14,24,31,32, </key>\r
-<key name="distinguish"> 9, </key>\r
-<key name="divid"> 10,13,27, </key>\r
-<key name="do"> 17,25,27,28,33, </key>\r
-<key name="dock"> 10, </key>\r
-<key name="document"> 19,22,24, </key>\r
-<key name="documentation"> 21, </key>\r
-<key name="dominant"> 27,31, </key>\r
-<key name="don"> 5,6,9,13, </key>\r
-<key name="down"> 2,27, </key>\r
-<key name="drag"> 10, </key>\r
-<key name="draw"> 9, </key>\r
-<key name="driv"> 28, </key>\r
-<key name="duplicat"> 34, </key>\r
-<key name="dynamic"> 2,13,14,25,26,27, </key>\r
-<key name="dynamical"> 13,32, </key>\r
-<key name="e"> 2,9,10,12,13, </key>\r
-<key name="edf"> 28, </key>\r
-<key name="edg"> 9,28, </key>\r
-<key name="edit"> 10,13,24,34, </key>\r
-<key name="editabl"> 13, </key>\r
-<key name="edition"> 10,13,24,34, </key>\r
-<key name="effect"> 10,13, </key>\r
-<key name="eith"> 5,6,9,12,13,28, </key>\r
-<key name="element"> 0,2,4,8,9,10,14,16,24,28, </key>\r
-<key name="els"> 13, </key>\r
-<key name="embed"> 15, </key>\r
-<key name="enabl"> 5,6, </key>\r
-<key name="end"> 10,13,28,32, </key>\r
-<key name="enhancement"> 17, </key>\r
-<key name="ensur"> 2, </key>\r
-<key name="entiti"> 0,12,15, </key>\r
-<key name="entri"> 4, </key>\r
-<key name="entry"> 0,2,24, </key>\r
-<key name="environment"> 13, </key>\r
-<key name="equal"> 10,13, </key>\r
-<key name="equivalent"> 9,34, </key>\r
-<key name="eras"> 5,6,8,9,10,14,24, </key>\r
-<key name="establish"> 33, </key>\r
-<key name="even"> 24, </key>\r
-<key name="exampl"> 10, </key>\r
-<key name="exceed"> 13, </key>\r
-<key name="except"> 8, </key>\r
-<key name="execut"> 19, </key>\r
-<key name="exist"> 0,9,17,13,16,24,28, </key>\r
-<key name="exit"> 8,9,10,11,13, </key>\r
-<key name="expand"> 12, </key>\r
-<key name="expect"> 10, </key>\r
-<key name="expectation"> 28, </key>\r
-<key name="explain"> 5,10,17,13,20, </key>\r
-<key name="explanation"> 11,26, </key>\r
-<key name="explod"> 9, </key>\r
-<key name="extend"> 1,9,20,34, </key>\r
-<key name="extension"> 13, </key>\r
-<key name="extra"> 26, </key>\r
-<key name="fac"> 13,28, </key>\r
-<key name="factor"> 13, </key>\r
-<key name="famili"> 0,4,9,34, </key>\r
-<key name="far"> 13, </key>\r
-<key name="featur"> 13, </key>\r
-<key name="few"> 9,30,29, </key>\r
-<key name="field"> 0,1,7,11,28,34, </key>\r
-<key name="fig"> 0,2,3,5,6,7,9,10,11,12,13,14,19,22,23,24,26,27,28,29,31,32,34, </key>\r
-<key name="figur"> 2, </key>\r
-<key name="fil"> 0,2,3,4,11,12,13,19,22,23,30, </key>\r
-<key name="filt"> 13,28,31, </key>\r
-<key name="final"> 2,13, </key>\r
-<key name="first"> 0,10,11,17,13,14,19,23,32, </key>\r
-<key name="fix"> 13,32, </key>\r
-<key name="flyto"> 31, </key>\r
-<key name="focal"> 2,14,24,25,26,31,32, </key>\r
-<key name="focu"> 2,14, </key>\r
-<key name="follow"> 2,8,10,11,13,14,20,23,24,25,26,27,28,31,32,33,34, </key>\r
-<key name="font"> 13, </key>\r
-<key name="forth"> 13, </key>\r
-<key name="forward"> 11,27, </key>\r
-<key name="found"> 13, </key>\r
-<key name="fram"> 1,9,10,11,13,20,24,26, </key>\r
-<key name="fre"> 24,26,31, </key>\r
-<key name="freedom"> 27, </key>\r
-<key name="front"> 2,10, </key>\r
-<key name="ful"> 16,28,30, </key>\r
-<key name="full"> 30, </key>\r
-<key name="function"> 1,8,10,13,20,28,31,32,33,34, </key>\r
-<key name="functionality"> 2,5,6,9,10,14,15,16,20,21,23,28,32, </key>\r
-<key name="futur"> 10, </key>\r
-<key name="gaus"> 0,1,5,6,8,10,17,13,14,16,20,21,24,27,28,29,31,32,33,34, </key>\r
-<key name="general"> 17,15,16,18,20,28,33, </key>\r
-<key name="generat"> 11,32, </key>\r
-<key name="geometrical"> 10,13, </key>\r
-<key name="geometry"> 0,13,28, </key>\r
-<key name="giv"> 0,31, </key>\r
-<key name="given"> 13,34, </key>\r
-<key name="global"> 13, </key>\r
-<key name="glyph"> 10, </key>\r
-<key name="go"> 0,11,18,30, </key>\r
-<key name="graphic"> 13,14,18,28, </key>\r
-<key name="graphical"> 4,10,21,28, </key>\r
-<key name="great"> 13, </key>\r
-<key name="grey"> 13, </key>\r
-<key name="group"> 4,9,23,34, </key>\r
-<key name="gui"> 11,16,21,23, </key>\r
-<key name="half"> 13,33, </key>\r
-<key name="handl"> 17, </key>\r
-<key name="hardwar"> 13, </key>\r
-<key name="hdf"> 19,22, </key>\r
-<key name="head"> 27, </key>\r
-<key name="height"> 13,32, </key>\r
-<key name="her"> 17,13,16, </key>\r
-<key name="hierarchical"> 12, </key>\r
-<key name="hierarchy"> 3, </key>\r
-<key name="high"> 13, </key>\r
-<key name="highlight"> 10,14,24,28, </key>\r
-<key name="him"> 0, </key>\r
-<key name="homothetic"> 9, </key>\r
-<key name="horizontal"> 13, </key>\r
-<key name="how"> 17,18,20, </key>\r
-<key name="i"> 2,9,10,12,13,14, </key>\r
-<key name="icon"> 2,5,6, </key>\r
-<key name="id"> 14, </key>\r
-<key name="if"> 0,4,8,11,13,14,24,32, </key>\r
-<key name="ii"> 14, </key>\r
-<key name="immediate"> 10,13, </key>\r
-<key name="implement"> 5,6,9,23,32, </key>\r
-<key name="implementation"> 32, </key>\r
-<key name="import"> 3, </key>\r
-<key name="improvement"> 10, </key>\r
-<key name="inactiv"> 13, </key>\r
-<key name="includ"> 9,13, </key>\r
-<key name="incorrect"> 0, </key>\r
-<key name="increas"> 14,25,26,27, </key>\r
-<key name="increment"> 25,27,31, </key>\r
-<key name="incremental"> 24, </key>\r
-<key name="independent"> 24,27, </key>\r
-<key name="individual"> 14, </key>\r
-<key name="info"> 5,28,34, </key>\r
-<key name="inform"> 0,14, </key>\r
-<key name="information"> 8,10,13,14,16,19,28,32, </key>\r
-<key name="initial"> 2, </key>\r
-<key name="input"> 2,9,24, </key>\r
-<key name="insid"> 9,10, </key>\r
-<key name="insidefram"> 9, </key>\r
-<key name="inspect"> 10,13,14,33, </key>\r
-<key name="integ"> 24, </key>\r
-<key name="intend"> 10, </key>\r
-<key name="intensity"> 13, </key>\r
-<key name="interfac"> 21, </key>\r
-<key name="intermediary"> 31, </key>\r
-<key name="interpolat"> 2, </key>\r
-<key name="introduc"> 24,26,27,34, </key>\r
-<key name="introduction"> 21, </key>\r
-<key name="item"> 0,2,4,5,6,9,14,24,28,34, </key>\r
-<key name="keep"> 19, </key>\r
-<key name="kept"> 2,9,11, </key>\r
-<key name="key"> 10,13,14,25,26,27,31, </key>\r
-<key name="keyboard"> 10,13,14,18,25,26,27,31, </key>\r
-<key name="kind"> 31, </key>\r
-<key name="known"> 16, </key>\r
-<key name="label"> 13, </key>\r
-<key name="largest"> 13, </key>\r
-<key name="last"> 13,24, </key>\r
-<key name="latest"> 0, </key>\r
-<key name="latitud"> 13, </key>\r
-<key name="launch"> 11, </key>\r
-<key name="left"> 2,5,6,10,13,14,27,28,32, </key>\r
-<key name="length"> 13,32, </key>\r
-<key name="let"> 0, </key>\r
-<key name="level"> 2,34, </key>\r
-<key name="lik"> 0,9, </key>\r
-<key name="limit"> 13, </key>\r
-<key name="lin"> 9,13,14, </key>\r
-<key name="linear"> 9,13, </key>\r
-<key name="list"> 9,11, </key>\r
-<key name="load"> 4,12,13,15,22,30, </key>\r
-<key name="local"> 13,27, </key>\r
-<key name="locat"> 2,10,13, </key>\r
-<key name="location"> 10,13,19, </key>\r
-<key name="logical"> 12, </key>\r
-<key name="longitud"> 13, </key>\r
-<key name="look"> 13, </key>\r
-<key name="lot"> 1,11,13, </key>\r
-<key name="low"> 10, </key>\r
-<key name="m"> 13, </key>\r
-<key name="magnification"> 13,27,31, </key>\r
-<key name="main"> 2,5,9,10,13,23,24, </key>\r
-<key name="mak"> 23, </key>\r
-<key name="manag"> 23,24,27, </key>\r
-<key name="manual"> 10, </key>\r
-<key name="mark"> 5,6,8,14, </key>\r
-<key name="marker"> 13, </key>\r
-<key name="matrix"> 13, </key>\r
-<key name="max"> 13, </key>\r
-<key name="maximum"> 13, </key>\r
-<key name="mb1"> 26, </key>\r
-<key name="mb2"> 26, </key>\r
-<key name="mb3"> 26, </key>\r
-<key name="mean"> 13, </key>\r
-<key name="memoriz"> 24, </key>\r
-<key name="memory"> 11,30, </key>\r
-<key name="menu"> 0,1,2,3,4,5,6,7,9,11,14,15,16,19,22,24,28,30,29,32,34, </key>\r
-<key name="mesh"> 0,4,8,9,10,13,14,15,16,19,28,33, </key>\r
-<key name="messag"> 0,13, </key>\r
-<key name="millimetr"> 31, </key>\r
-<key name="min"> 13, </key>\r
-<key name="minimum"> 10,13, </key>\r
-<key name="mm"> 10, </key>\r
-<key name="mod"> 0,4,9,11,13,14,16,23,29,34, </key>\r
-<key name="model"> 0,27, </key>\r
-<key name="modeles"> 9,11, </key>\r
-<key name="modifi"> 0,2,17,13,14,16,31,32, </key>\r
-<key name="modification"> 13,14,19, </key>\r
-<key name="modify"> 0,10,13,15,34, </key>\r
-<key name="modul"> 3,9,17,15,16,30,29,33, </key>\r
-<key name="modulu"> 13, </key>\r
-<key name="mous"> 0,1,2,4,7,10,14,18,24,26,28,31, </key>\r
-<key name="mov"> 0,10,11,13,14,27,28,31, </key>\r
-<key name="movement"> 2,14,18,25,26,27,31,32, </key>\r
-<key name="multip"> 10,13,27, </key>\r
-<key name="multipli"> 10,13,32, </key>\r
-<key name="mutual"> 22, </key>\r
-<key name="my"> 10, </key>\r
-<key name="n"> 13, </key>\r
-<key name="nam"> 2,9,12,14,19,24,33, </key>\r
-<key name="navigat"> 18,24,25,27,31, </key>\r
-<key name="navigation"> 12,13,24,25,26,27,31, </key>\r
-<key name="nb"> 13, </key>\r
-\r
-</ftswdata> \r
+++ /dev/null
-<?xml version='1.0' encoding='windows-1252' ?>\r
-<ftswdata>\r
-<key name="nbrfac"> 13, </key>\r
-<key name="ne"> 17, </key>\r
-<key name="necessity"> 13, </key>\r
-<key name="need"> 30,32, </key>\r
-<key name="negativ"> 13, </key>\r
-<key name="nev"> 4,13, </key>\r
-<key name="nevertheles"> 13, </key>\r
-<key name="new"> 0,2,5,6,9,10,13,16,19,22,24,26,27,28,29,33,34, </key>\r
-<key name="next"> 4,10,11,14,16, </key>\r
-<key name="nod"> 2,9,12,16,24,28, </key>\r
-<key name="normal"> 10, </key>\r
-<key name="not"> 0,5,6,9,10,13,14,16,24,27, </key>\r
-<key name="noth"> 12, </key>\r
-<key name="notification"> 0,13, </key>\r
-<key name="notify"> 13, </key>\r
-<key name="nth"> 13,14, </key>\r
-<key name="null"> 13, </key>\r
-<key name="numb"> 2,10,13,31,34, </key>\r
-<key name="object"> 28, </key>\r
-<key name="objectiv"> 17, </key>\r
-<key name="occur"> 14, </key>\r
-<key name="ok"> 9,13, </key>\r
-<key name="on"> 0,2,7,9,10,11,13,14,16,18,23,29,31, </key>\r
-<key name="onc"> 9,10,13,14,22,30, </key>\r
-<key name="opacity"> 9, </key>\r
-<key name="opaqu"> 32, </key>\r
-<key name="open"> 2,3,7,9,10,11,13,19,22,24,28, </key>\r
-<key name="opengl"> 10,13, </key>\r
-<key name="operation"> 0,13, </key>\r
-<key name="optimisation"> 32, </key>\r
-<key name="optimiz"> 30, </key>\r
-<key name="option"> 0,1,2,4,5,6,7,9,13,14,19,30,29,34, </key>\r
-<key name="ord"> 23, </key>\r
-<key name="ordinat"> 13,27, </key>\r
-<key name="orientation"> 2,10,13, </key>\r
-<key name="origin"> 10,13,24, </key>\r
-<key name="out"> 0,10, </key>\r
-<key name="output"> 23, </key>\r
-<key name="outsid"> 10, </key>\r
-<key name="own"> 23, </key>\r
-<key name="º"> 3,5,6,19,22,28,30,29,31,32, </key>\r
-<key name="p"> 14, </key>\r
-<key name="pagedn"> 25, </key>\r
-<key name="pageup"> 25, </key>\r
-<key name="palet"> 13, </key>\r
-<key name="pan"> 25,26,27,31, </key>\r
-<key name="paragraph"> 2,4,13,16,28, </key>\r
-<key name="paramet"> 2,13,31,32, </key>\r
-<key name="parameter"> 2,10,13,24,30,29,32,34, </key>\r
-<key name="parameterisation"> 10, </key>\r
-<key name="parameteriz"> 13, </key>\r
-<key name="parent"> 8,14, </key>\r
-<key name="part"> 10,13, </key>\r
-<key name="path"> 2, </key>\r
-<key name="pathnam"> 19, </key>\r
-<key name="paus"> 23, </key>\r
-<key name="pc"> 3, </key>\r
-<key name="percentag"> 10, </key>\r
-<key name="perfect"> 10, </key>\r
-<key name="perform"> 8,13,23, </key>\r
-<key name="persistenc"> 2,24, </key>\r
-<key name="physical"> 30, </key>\r
-<key name="pick"> 2,5,6,8,10,14,24,28,32,34, </key>\r
-<key name="pictur"> 10, </key>\r
-<key name="pixel"> 13, </key>\r
-<key name="plan"> 6,10,33, </key>\r
-<key name="play"> 11,23, </key>\r
-<key name="plu"> 13, </key>\r
-<key name="point"> 0,1,2,5,6,8,9,10,17,13,14,16,18,20,21,24,25,26,27,28,29,31,32,33,34, </key>\r
-<key name="pointer"> 31, </key>\r
-<key name="populat"> 12, </key>\r
-<key name="popup"> 0,1,2,4,5,6,7,9,11,14,15,16,24,28,34, </key>\r
-<key name="position"> 2,14,24,31,32, </key>\r
-<key name="positiv"> 13, </key>\r
-<key name="possib"> 14, </key>\r
-<key name="possibility"> 0,10,13,14, </key>\r
-<key name="possibl"> 0,4,5,6,10,12,13,14,23,28,32,34, </key>\r
-<key name="post"> 2,24,30,29,31,32, </key>\r
-<key name="pr"> 2,10,14,28, </key>\r
-<key name="predefin"> 2,10, </key>\r
-<key name="preferenc"> 2,13,27,30,29,31,32, </key>\r
-<key name="pres"> 3,5,6,9,10,12,13,22,23,28, </key>\r
-<key name="present"> 13,16, </key>\r
-<key name="presentation"> 0,4,5,6,9,10,11,13,14,16,24,28,29,34, </key>\r
-<key name="previou"> 2,10,13, </key>\r
-<key name="previous"> 22,23,25, </key>\r
-<key name="primitiv"> 10,13,14,29, </key>\r
-<key name="pro"> 2,24,30,29,31,32, </key>\r
-<key name="proces"> 12,13,16, </key>\r
-<key name="produc"> 14, </key>\r
-<key name="progres"> 13, </key>\r
-<key name="progression"> 13, </key>\r
-<key name="project"> 2,9,10,13,16,20,24,26, </key>\r
-<key name="prompt"> 13, </key>\r
-<key name="properti"> 9,11,13,15, </key>\r
-<key name="property"> 9, </key>\r
-<key name="propos"> 4,9,10,23,24, </key>\r
-<key name="provid"> 2,5,6,10,19,22,25,27,31, </key>\r
-<key name="pseudo"> 34, </key>\r
-<key name="publish"> 19, </key>\r
-<key name="pull"> 27, </key>\r
-<key name="purpos"> 0,2,9,13,16,24,34, </key>\r
-<key name="push"> 23,27, </key>\r
-<key name="pyramid"> 14,32, </key>\r
-<key name="quadrangular"> 9, </key>\r
-<key name="quadratic"> 9, </key>\r
-<key name="quality"> 33, </key>\r
-<key name="quit"> 13, </key>\r
-<key name="radiu"> 10, </key>\r
-<key name="rainbow"> 13, </key>\r
-<key name="rang"> 11,13, </key>\r
-<key name="ratio"> 10,13,25,26,27,32, </key>\r
-<key name="read"> 13, </key>\r
-<key name="real"> 2,9,10,13, </key>\r
-<key name="realiz"> 2,9,24, </key>\r
-<key name="recommend"> 30, </key>\r
-<key name="record"> 11,23, </key>\r
-<key name="red"> 13, </key>\r
-<key name="redefin"> 2,9,24,28, </key>\r
-<key name="redisplay"> 28, </key>\r
-<key name="referenc"> 13, </key>\r
-<key name="refin"> 13,29, </key>\r
-<key name="refresh"> 28, </key>\r
-<key name="regard"> 13, </key>\r
-<key name="register"> 2,24, </key>\r
-<key name="regular"> 13, </key>\r
-<key name="relat"> 9,28, </key>\r
-<key name="releas"> 5,6, </key>\r
-<key name="remain"> 2,5,6,13, </key>\r
-<key name="remark"> 9, </key>\r
-<key name="remind"> 5,6,17, </key>\r
-<key name="remov"> 2,8,9,24, </key>\r
-<key name="renam"> 2,9,19,24, </key>\r
-<key name="rend"> 13, </key>\r
-<key name="render"> 10,13, </key>\r
-<key name="represent"> 9, </key>\r
-<key name="representation"> 4,9, </key>\r
-<key name="representativ"> 13, </key>\r
-<key name="request"> 23, </key>\r
-<key name="requir"> 0,13, </key>\r
-<key name="resolution"> 13, </key>\r
-<key name="resourc"> 15, </key>\r
-<key name="resp"> 13,24,25, </key>\r
-<key name="respective"> 10,13,27, </key>\r
-<key name="restor"> 2,24, </key>\r
-<key name="result"> 0,1,8,10,12,13,14,16,19,20,28,29,33,34, </key>\r
-<key name="retriev"> 2,24, </key>\r
-<key name="revers"> 14, </key>\r
-<key name="reversib"> 5,6,16,30, </key>\r
-<key name="right"> 0,1,2,4,7,10,13,24,27, </key>\r
-<key name="root"> 24, </key>\r
-<key name="rotat"> 10,27, </key>\r
-<key name="rotation"> 2,14,25,26,27,31, </key>\r
-<key name="rough"> 13, </key>\r
-<key name="run"> 19,20, </key>\r
-<key name="s"> 14, </key>\r
-<key name="salom"> 2,3,17,14,15,16,19,20,21,22,24,25,26,27,28,30,29,31,32,33, </key>\r
-<key name="salomed"> 2,24, </key>\r
-<key name="sam"> 2,9,10,13,14,23,24,27,29,34, </key>\r
-<key name="sampl"> 14, </key>\r
-<key name="sat"> 23, </key>\r
-<key name="satisfy"> 23, </key>\r
-<key name="sav"> 2,11,19,22, </key>\r
-<key name="scal"> 13, </key>\r
-<key name="scalar"> 0,8,10,13,14,29, </key>\r
-<key name="scen"> 2,10,13,18,23,25,27,31, </key>\r
-<key name="scop"> 0,10, </key>\r
-<key name="screen"> 27, </key>\r
-<key name="se"> 2,6,8,10,11,12,13,24,28,32, </key>\r
-<key name="search"> 32, </key>\r
-<key name="second"> 0,5,10,11,17,13, </key>\r
-<key name="section"> 13,18,20,32, </key>\r
-<key name="seen"> 2,13, </key>\r
-<key name="segment"> 23, </key>\r
-<key name="segmentation"> 5,6,10,13,19,23,24,33, </key>\r
-<key name="select"> 0,2,4,8,11,13,14,22,24,28,32,34, </key>\r
-<key name="selection"> 2,3,4,5,6,10,11,14,24,28,34, </key>\r
-<key name="semi"> 10,14, </key>\r
-<key name="separate"> 23, </key>\r
-<key name="session"> 19,22,23,24,25,27,30, </key>\r
-<key name="set"> 9,10,13,14, </key>\r
-<key name="setting"> 2, </key>\r
-<key name="setup"> 11, </key>\r
-<key name="shad"> 9,13,28, </key>\r
-<key name="shap"> 13, </key>\r
-<key name="should"> 0,23, </key>\r
-<key name="show"> 10,11,13,14,20, </key>\r
-<key name="shown"> 2, </key>\r
-<key name="shrink"> 9, </key>\r
-<key name="sid"> 5,6,13, </key>\r
-<key name="similar"> 13,16, </key>\r
-<key name="simpl"> 2,13,33, </key>\r
-<key name="simplify"> 26, </key>\r
-<key name="simultaneous"> 10,13, </key>\r
-<key name="sinc"> 5,6,28, </key>\r
-<key name="situation"> 2,14, </key>\r
-<key name="six"> 14, </key>\r
-<key name="siz"> 10,13, </key>\r
-<key name="skin"> 9, </key>\r
-<key name="slid"> 9, </key>\r
-<key name="slow"> 2, </key>\r
-<key name="smallest"> 13, </key>\r
-<key name="smesh"> 9,33, </key>\r
-<key name="smooth"> 2,14, </key>\r
-<key name="so"> 9,11,13,23,30,32,33, </key>\r
-<key name="spac"> 13,33, </key>\r
-<key name="spacemous"> 13,18,27,31, </key>\r
-<key name="spe"> 11,25,27,31, </key>\r
-<key name="spec"> 11, </key>\r
-<key name="specific"> 2,14,34, </key>\r
-<key name="specification"> 0,13,16, </key>\r
-<key name="spher"> 6,10,13,33, </key>\r
-<key name="sprit"> 10,13,32, </key>\r
-<key name="stamp"> 0,13,28, </key>\r
-<key name="standard"> 2,9,10,17,13,15,19,20,24,26,28,31,34, </key>\r
-<key name="star"> 27, </key>\r
-<key name="start"> 12,23, </key>\r
-<key name="stat"> 2,23, </key>\r
-<key name="step"> 2,13,31, </key>\r
-<key name="still"> 12, </key>\r
-<key name="stop"> 11,23, </key>\r
-<key name="stor"> 2,19,24, </key>\r
-<key name="storag"> 19, </key>\r
-<key name="structur"> 12,13,22,32, </key>\r
-<key name="study"> 2,7,9,12,19,22,24,30, </key>\r
-<key name="sub"> 0,4,9, </key>\r
-<key name="suggest"> 13, </key>\r
-<key name="suitabl"> 28, </key>\r
-<key name="support"> 0,17,25,26,27, </key>\r
-<key name="surfac"> 9, </key>\r
-<key name="surfacefram"> 9, </key>\r
-<key name="sweep"> 29,34, </key>\r
-<key name="switch"> 27, </key>\r
-<key name="synchroniz"> 13, </key>\r
-<key name="system"> 0,2,8,13,27, </key>\r
-<key name="systematical"> 13, </key>\r
-<key name="tab"> 10,13, </key>\r
-<key name="tak"> 2, </key>\r
-<key name="taken"> 13, </key>\r
-<key name="task"> 8,23, </key>\r
-\r
-</ftswdata> \r
+++ /dev/null
-<?xml version='1.0' encoding='windows-1252' ?>\r
-<ftswdata>\r
-<key name="technical"> 13, </key>\r
-<key name="tensor"> 13, </key>\r
-<key name="term"> 24, </key>\r
-<key name="text"> 13, </key>\r
-<key name="textur"> 13, </key>\r
-<key name="them"> 24,27, </key>\r
-<key name="therefor"> 0,10,13,24, </key>\r
-<key name="thos"> 23, </key>\r
-<key name="thought"> 13, </key>\r
-<key name="thre"> 10,13,23, </key>\r
-<key name="threshold"> 13, </key>\r
-<key name="thu"> 5,6,13,14,25,27, </key>\r
-<key name="till"> 10, </key>\r
-<key name="tilt"> 27, </key>\r
-<key name="tim"> 0,9,10,12,13,14,19,23,24,25,27,28,34, </key>\r
-<key name="timestamp"> 1,5,6,11,20,24, </key>\r
-<key name="toggl"> 5,6,9,14,27,30, </key>\r
-<key name="toolbar"> 0,4,5,6,10,15,16,23, </key>\r
-<key name="top"> 2,10,32, </key>\r
-<key name="total"> 13, </key>\r
-<key name="touch"> 32, </key>\r
-<key name="transformation"> 2,9, </key>\r
-<key name="translation"> 0,10,25,26,31, </key>\r
-<key name="transparency"> 9,13,32, </key>\r
-<key name="transparent"> 10,14,32, </key>\r
-<key name="tre"> 0,2,4,7,12,19,24,34, </key>\r
-<key name="triangl"> 9, </key>\r
-<key name="twic"> 13, </key>\r
-<key name="twist"> 27, </key>\r
-<key name="two"> 0,2,9,10,11,13,14, </key>\r
-<key name="typ"> 18,31, </key>\r
-<key name="unchang"> 13, </key>\r
-<key name="uncheck"> 30, </key>\r
-<key name="underly"> 32, </key>\r
-<key name="understand"> 2,10,13, </key>\r
-<key name="understood"> 0,31, </key>\r
-<key name="uniqu"> 4,10,13, </key>\r
-<key name="unit"> 9,13, </key>\r
-<key name="unselect"> 8,14, </key>\r
-<key name="unshrink"> 9, </key>\r
-<key name="up"> 10,13,22,27, </key>\r
-<key name="updat"> 6,10,12,13,14,19,24, </key>\r
-<key name="us"> 0,1,2,3,4,5,6,8,9,10,11,13,14,15,16,18,19,21,22,23,24,25,26,27,28,29,31,32,34, </key>\r
-<key name="usag"> 30, </key>\r
-<key name="v"> 10, </key>\r
-<key name="validat"> 3,13, </key>\r
-<key name="validation"> 12, </key>\r
-<key name="valu"> 0,9,10,13,14,31,32,34, </key>\r
-<key name="variabl"> 10,11,13,24, </key>\r
-<key name="vector"> 0,13, </key>\r
-<key name="version"> 1, </key>\r
-<key name="vertex"> 13, </key>\r
-<key name="vertical"> 13, </key>\r
-<key name="very"> 13, </key>\r
-<key name="video"> 14,23, </key>\r
-<key name="view"> 0,1,2,5,6,9,10,12,13,14,15,16,18,21,23,24,27,28,32,34, </key>\r
-<key name="visibl"> 10,13,19, </key>\r
-<key name="visu"> 0,3,17,13,14,15,16,25,27,30,29,31,32,33,34, </key>\r
-<key name="visualiz"> 16, </key>\r
-<key name="visualization"> 0, </key>\r
-<key name="volum"> 28, </key>\r
-<key name="vtk"> 13,23,31, </key>\r
-<key name="vtkpointlocator"> 32, </key>\r
-<key name="vtkpointpick"> 32, </key>\r
-<key name="vtkrenderwindowinteractor"> 31, </key>\r
-<key name="want"> 11,23, </key>\r
-<key name="way"> 2,13,14,15,16,19,20,23,24,25,27,34, </key>\r
-<key name="well"> 13, </key>\r
-<key name="whatev"> 13, </key>\r
-<key name="wheth"> 0, </key>\r
-<key name="whol"> 0,13, </key>\r
-<key name="width"> 9,13, </key>\r
-<key name="will"> 0,1,2,5,6,9,10,17,13,16,19,20,23,24,25,26,27,28,29,32,34, </key>\r
-<key name="window"> 8,10,14,32, </key>\r
-<key name="wirefram"> 9,14, </key>\r
-<key name="within"> 10,12,13,14,15,18,19,22,24,25,27,31, </key>\r
-<key name="without"> 2,8,14,19,24, </key>\r
-<key name="work"> 17, </key>\r
-<key name="written"> 13, </key>\r
-<key name="x"> 13,14,24,27, </key>\r
-<key name="y"> 13,27, </key>\r
-<key name="yet"> 4,12,14, </key>\r
-<key name="z"> 27, </key>\r
-<key name="zoom"> 13,14,25,26,27,31,32, </key>\r
-\r
-</ftswdata> \r
+++ /dev/null
-<?xml version='1.0' encoding='windows-1252' ?>\r
-<glossary>\r
-\r
-</glossary>
\ No newline at end of file
+++ /dev/null
-<?xml version='1.0' encoding='windows-1252' ?>\r
-<index>\r
-\r
-</index>\r
+++ /dev/null
-<?xml version='1.0' encoding='windows-1252' ?>\r
-<tocdata>\r
-<book name="Introduction to Gauss Points Viewer" >\r
- <item name="Introduction" url="index.htm" />\r
-</book>\r
-<book name=" Loading of data" >\r
- <item name="General" url="general.htm" />\r
- <item name="Command Activation" url="command_activation.htm" />\r
- <item name="Command Result" url="command_result.htm" />\r
- <item name="Salome-Visu preferences" url="salome_visu_preferences.htm" />\r
-</book>\r
-<book name="Display of meshes and mesh groups " >\r
- <item name="General" url="display_meshes_general.htm" />\r
- <item name="Activation of commands" url="command_activation_in_display_meshes.htm" />\r
- <item name="Description of commands" url="command_description_in_display_meshes.htm" />\r
-</book>\r
-<book name="Display results at Gauss points" >\r
- <item name="General" url="display_results_at_gauss_points_general.htm" />\r
- <item name="Activation of commands" url="activation_of_commands_display_results.htm" />\r
- <item name="Description of commands" url="description_of_commands_display_results.htm" />\r
- <item name="Specific additional commands for Fields items" url="specific_additional_commands_for_fields_items.htm" />\r
- <item name="Animation function" url="animation_function.htm" />\r
- <item name="Salome-Visu preferences" url="salome-visu_preferences_display_results.htm" />\r
-</book>\r
-<book name="Timestamps animation" >\r
- <item name="General" url="general_timestamps_animation.htm" />\r
- <item name="Command activation" url="command_activation_timestamps_animation.htm" />\r
- <item name="Command description" url="command_description_timestamps_animation.htm" />\r
-</book>\r
-<book name="Making an AVI clip" >\r
- <item name="Making an AVI clip" url="making_an_avi_clip.htm" />\r
-</book>\r
-<book name="Navigation within the scene" >\r
- <item name="General" url="general_navigation_within_the_scene.htm" />\r
- <item name="Navigation using the mouse" url="navigation_using_the_mouse.htm" />\r
- <item name="Navigation using the keyboard" url="navigation_using_the_keyboard.htm" />\r
- <item name="Navigation using the spacemouse" url="navigation_using_the_spacemouse.htm" />\r
- <item name="Cameras" url="cameras.htm" />\r
- <item name="Managing configurations" url="managing_configurations.htm" />\r
- <item name="Salome-Visu preferences" url="salome_visu_preferences_navigation_within_the_scene.htm" />\r
-</book>\r
-<book name="Picking" >\r
- <item name="General" url="picking_general.htm" />\r
- <item name="Command activation" url="command_activation_picking.htm" />\r
- <item name="Description of the picking functionality" url="description_of_the_picking_functionality.htm" />\r
- <item name="Command deactivation" url="command_deactivation.htm" />\r
- <item name="Salome-Visu preferences" url="salome_visu_preferences_picking.htm" />\r
-</book>\r
-<book name="Segmentation" >\r
- <item name="General" url="segmentation_general.htm" />\r
- <item name="Command Activation" url="command_activation_segmentation.htm" />\r
- <item name="Command description" url="command_description_segmentation.htm" />\r
-</book>\r
-<book name="Storage of produced data" >\r
- <item name="Saving data" url="general_storage_of_produced_data.htm" />\r
-</book>\r
-<book name="Loading of previously saved data" >\r
- <item name="Loading previously saved data" url="loading_of_previously_saved_data.htm" />\r
-</book>\r
-\r
-</tocdata>\r
+++ /dev/null
-<?xml version='1.0' encoding='windows-1252' ?>\r
-<toc root="whtdata0.xml">\r
-\r
-</toc>\r
-# Copyright (C) 2003 CEA/DEN, EDF R&D
+# Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : Makefile.in
# Author : Vasily Rusyaev (Open Cascade NN)
@COMMENCE@
-docs:
+usr_docs:
cp -fr $(srcdir)/VISU ./
- cp -fr $(srcdir)/GAUSS ./
- -find $(PWD) -name CVS -exec rm -rf {} \;
+ -find $(PWD) -name CVS -prune -exec rm -rf {} \;
+
+docs: usr_docs
clean:
rm -fr `ls | grep -v "Makefile"`
distclean: clean
rm -fr VISU
- rm -fr GAUSS
install:
mkdir -p $(docdir)/gui
cp -rf VISU $(docdir)/gui
- cp -rf GAUSS $(docdir)/gui
- -find $(PWD) -name CVS -exec rm -rf {} \;
+ -find $(PWD) -name CVS -prune -exec rm -rf {} \;
uninstall:
rm -rf $(docdir)/gui/VISU
- rm -rf $(docdir)/gui/GAUSS
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nGauss Points Presentations\nRecording in Gauss Viewer");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Recording in Gauss Viewer</h1>\r
\r
<p><span style="font-weight: bold;"><B><img src="i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs1"></B></span>In the addition \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nViewing 3D presentations\nClipping ");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Clipping</h1>\r
\r
<p>Using this menu you can create cross-section views (clipping planes) \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\nTable presentations\nCreating tables from Cut Lines presentations");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1"><span style="font-family: 'Times New Roman', serif;">Creating \r
tables from Cut Lines presentations</span></h1>\r
\r
<html>\r
<head>\r
-<title>Post-Pro Reference Manual</title>\r
+<title>Post-Pro Module Reference Manual</title>\r
\r
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
<meta name="description" content="WebHelp 5.50">\r
<html>\r
<head>\r
-<title>Post-Pro Reference Manual</title>\r
+<title>Post-Pro Module Reference Manual</title>\r
\r
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
<meta name="description" content="WebHelp 5.50">\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
- addTocInfo("Post-Pro module\nAbout the structure of MED objects");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+ addTocInfo("Post-Pro module\nStructure of MED objects");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
-<h1 class="whs1">About the structure \r
- of MED objects</h1>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
+<h1 class="whs1">Structure of MED objects</h1>\r
\r
<p> <img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs2">In <span style="font-weight: bold;"><B>Post-Pro</B></span> module \r
3d representations are constructed on the base of submeshes \r
\r
<p class="whs9"><span \r
style="font-weight: bold;"><B>Fields </B></span>represent the results of calculations \r
- (it can be scalar or vector values), grouped together under one physical \r
- concept. </p>\r
+ (scalar or vector values), grouped together under one physical concept. \r
+ </p>\r
\r
<p class="whs9">These \r
values are applied to the cells of a definite submesh, which is indicated \r
often the calculations are performed during some period of time. That's \r
why <span style="font-weight: bold;"><B>fields </B></span>include <span style="font-weight: bold;"><B>Time \r
Stamps, </B></span>representing the results of calculations in one definite \r
- moment. In <span style="font-weight: bold;"><B>Post-Pro </B></span>field presentation \r
- are constructed on the base of these <span style="font-weight: bold;"><B>Time \r
+ moment. In <span style="font-weight: bold;"><B>Post-Pro </B></span>field presentations \r
+ are constructed basing on these <span style="font-weight: bold;"><B>Time \r
Stamps. </B></span>(<a href="creating_field_presentations.htm">See: Creating \r
field presentations</a>) </p>\r
\r
-<p class="whs9"> </p>\r
-\r
<p class="whs3"> </p>\r
\r
<p class="whs3">\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\nTable presentations\nAbout tables");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">About tables</h1>\r
\r
<p class="whs2">Functionality of <span \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nAnimating presentations");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Animating presentations</h1>\r
\r
<p class="whs2"><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs3">In <span style="font-weight: bold;"><B>Post-Pro \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nViewing 3D presentations\nViewing 3D Presentations");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Viewing 3D presentations. \r
</h1>\r
\r
the viewer.</p></li>\r
\r
<li class=kadov-p><p class="whs8">Representation - <span \r
- style="font-weight: normal;">allows to switch among the available types \r
- representation.</span></p></li>\r
+ style="font-weight: normal;">allows to switch among the available representation \r
+ types.</span></p></li>\r
</ul>\r
\r
<p class="whs9"> </p>\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\nXY plots\nCreating curves");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Creating curves</h1>\r
\r
<p class="whs2"><span style="font-weight: bold;"><B><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs3">Post-Pro </B></span>functionality allows to create <span style="font-weight: bold;"><B> Curve \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nCreating field presentations");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Creating field presentations</h1>\r
\r
<p class=TODO>To create a field presentation (<a href="about_structure_of_med_object.htm#Fields">see \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nPresentation of a submesh");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Presentation of a submesh</h1>\r
\r
<p class=TODO>To create a presentation of a submesh: </p>\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\nXY plots\nCreating XY plots");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Creating XY plots</h1>\r
\r
<p class=TODO>To create a XY plot based on one definite curve:</p>\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nCut Lines presentation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Cut \r
Lines presentation</h1>\r
\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nCut Planes presentation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Cut Planes presentation</h1>\r
\r
<p><span style="font-weight: bold;"><B><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs2">Cut Planes </B></span>is a \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nDeformed Shape presentation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Deformed Shape presentation</h1>\r
\r
<p class="whs2"><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs3">Deformed Shape <span style="font-weight: normal;">is \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
- addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+ addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Operations with presentations</h1>\r
\r
<p class="whs2"><img src="../pics/image39.gif" x-maintain-ratio="TRUE" width="154px" height="311px" border="0" class="img_whs3"></p>\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\nTable presentations\nDisplaying tables");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Displaying tables</h1>\r
\r
<p class=TODO>To display a table:</p>\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nViewing 3D presentations\nSelection Info");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Selection Info </h1>\r
\r
<p class=TODO>To view the attributes of elements (cells, points, meshes) \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
- addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+ addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
+</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
</script><script type="text/javascript" language="JavaScript1.2" src="../ehlpdhtm.js" x-save-method="compute-relative" name="EHELP_DHTM"></script>\r
<script type="text/javascript"\r
language=JavaScript1.2>\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\nImporting MED files");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Importing MED file</h1>\r
\r
<p class=TODO>To import a MED file:</p>\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\nTable presentations\nImporting/exporting tables");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Importing/exporting \r
tables</h1>\r
\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
- addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+ addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<p><img src="../image19.jpg" width="422px" height="293px" border="0" class="img_whs1"></p>\r
\r
<script type="text/javascript" language="javascript1.2">\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\nIntroduction to Post-Pro");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Introduction to Post-Pro</h1>\r
\r
<p class="whs1"><span style="font-family: 'Times New Roman', serif;"><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs2">Post-processing module <span style="font-weight: bold;"><B>Post-Pro \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nIso Surfaces presentation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Iso Surfaces presentation</h1>\r
\r
<p><span style="font-weight: bold;"><B><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs2">Iso Surfaces </B></span>presentation \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
- addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+ addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<p><img src="../pics/points.jpg" x-maintain-ratio="TRUE" width="422px" height="220px" border="0" class="img_whs1"></p>\r
\r
<script type="text/javascript" language="javascript1.2">\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\nRunning Post-Pro");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Running Post-Pro</h1>\r
\r
<p>To start Post-Pro <span class=glossterm>module</span> in the SALOME \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nScalar Map presentation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Scalar Map presentation</h1>\r
\r
<p class="whs2"><span style="font-weight: bold;"><B><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs3">Scalar Map</B></span> is the basic type of visualization of calculation \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nViewing 3D presentations\nTranslate Presentation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Translate Presentation</h1>\r
\r
<p class="whs2"><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs3">In SALOME \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\nXY plots\nSetting properties of XY plots");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Setting properties of XY plots</h1>\r
\r
<p class=TODO>To define properties of XY plots:</p>\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
- addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+ addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<p><img src="../pics/shrink.jpg" x-maintain-ratio="TRUE" width="422px" height="220px" border="0" class="img_whs1"></p>\r
\r
<script type="text/javascript" language="javascript1.2">\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nStream Lines presentation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Stream Lines presentation</h1>\r
\r
<p class="whs2"><span style="font-weight: bold;"><B><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs3">Stream Lines </B></span>is a type of presentation transforming \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
- addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+ addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<p><img src="../pics/surface.jpg" x-maintain-ratio="TRUE" width="422px" height="223px" border="0" class="img_whs1"></p>\r
\r
<script type="text/javascript" language="javascript1.2">\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
- addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+ addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<p><img src="../image20.jpg" width="422px" height="297px" border="0" class="img_whs1"></p>\r
\r
<script type="text/javascript" language="javascript1.2">\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nViewing 3D presentations\nSweeping");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Sweeping</h1>\r
\r
<p class="whs2"><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs3">In <span \r
style="font-weight: bold;"><B>Post-Pro</B></span> there is an option allowing \r
to display pseudo-animation of a field presentation. For creation of this \r
pseudo-animation you should take one field presentation generated on the \r
- base of <span style="font-weight: bold;"><B>ONE</B></span> Time Step (For comparison, \r
+ base of <span style="font-weight: bold;"><B>ONE</B></span> Time Step (for comparison, \r
<a href="animating_presentations.htm">Animation</a> is \r
generated on the base of <span style="font-weight: bold;"><B>ALL</B></span> Time \r
Steps of a field). The frame displaying this field presentation will be \r
- <span style="font-style: italic;"><I>basic.</I></span> <span style="font-weight: bold;"><B>Post-Pro \r
- </B></span>automatically generates another frame displaying <span style="font-style: italic;"><I>initial</I></span> \r
+ the <span style="font-style: italic;"><I>basic.</I></span> <span style="font-weight: bold;"><B>Post-Pro \r
+ </B></span>automatically generates another frame displaying the <span style="font-style: italic;"><I>initial</I></span> \r
field presentation, which is composed of cells with <span style="font-style: italic;"><I>minimum</I></span> \r
acceptable values regarding the values applied to the cells of the <span \r
style="font-style: italic;"><I>basic</I></span> presentation. It also automatically \r
generates a user-defined number of frames (<span style="font-weight: bold;"><B>steps</B></span>), \r
which will display the process of transformation of the field presentation \r
- from <span style="font-style: italic;"><I>initial </I></span>state into<span \r
+ from the <span style="font-style: italic;"><I>initial </I></span>state in the<span \r
style="font-style: italic;"><I> basic </I></span>state<span style="font-style: italic;"><I>.</I></span> \r
<span style="font-weight: bold;"><B>Sweeping \r
</B></span>is a type of animation composed of these frames: the frame displaying \r
- <span style="font-style: italic;"><I>initial</I></span> field presentation will \r
- start the animation, the frame displaying <span style="font-style: italic;"><I>basic</I></span> \r
+ the <span style="font-style: italic;"><I>initial</I></span> field presentation \r
+ will start the animation, the frame displaying the <span style="font-style: italic;"><I>basic</I></span> \r
field presentation will end it. </p>\r
\r
<p class="whs4"> </p>\r
<p class="whs5">3. From the pop-up menu \r
select <span style="font-weight: bold;"><B>Sweep </B></span>option.</p>\r
\r
-<p class="whs5"> </p>\r
-\r
-<p class="whs5">4. Enjoy it.</p>\r
-\r
<p class="whs2"> </p>\r
\r
<p class="whs2">\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nVectors Presentation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1 class="whs1">Vectors Presentation</h1>\r
\r
<p class="whs2"><span style="font-weight: bold;"><B><img src="../i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs3">Vector Field </B></span>presentation \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="../whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="../whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="../whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
- addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+ addButton("show",BTN_IMG,"Show","","","","",0,0,"../whd_show0.gif","../whd_show2.gif","../whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"../whd_hide0.gif","../whd_hide2.gif","../whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("../visu.htm");\r
+ setRelStartPage("../index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<p><img src="../pics/wireframe.jpg" x-maintain-ratio="TRUE" width="422px" height="218px" border="0" class="img_whs1"></p>\r
\r
<script type="text/javascript" language="javascript1.2">\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nGauss Points Presentations\nCreating a Gauss Points Presentation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Creating a Gauss Points Presentation</h1>\r
\r
<p class=TODO>To create a Gauss Points presentation:</p>\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nGauss Points Presentations\nGauss Viewer");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Gauss Viewer</h1>\r
\r
<p><span style="font-weight: bold;"><B>Gauss Points Viewer</B></span> is the viewer \r
--- /dev/null
+<html>\r
+<head>\r
+<title>Post-Pro Module Reference Manual</title>\r
+\r
+<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
+<meta name="description" content="WebHelp 5.50">\r
+</head>\r
+<script language="javascript1.2" src="whutils.js"></script>\r
+<script language="javascript1.2" src="whmsg.js"></script>\r
+<script language="javascript" src="whver.js"></script>\r
+<script language="javascript1.2" src="whstub.js"></script><script language="javascript1.2" src="whstart.js"></script>\r
+<script language="javascript">\r
+<!--\r
+var strDefaultTopic = "about:blank";\r
+var nWebhelpNavPaneMode = 1; //1: DHTML 2:Applet 3:PureHTML 4:Noframeset\r
+var bNoApplet = false;\r
+var strPaneDHTML = "whd_nvp10.htm"; //whd_nvp10.htm if tab enabled, whnframe.htm if tab disabled.\r
+var strPaneApplet = "whd_nvp20.htm";\r
+var strPaneList = "whgdata/whnvp30.htm";\r
+\r
+var strHTML = "";\r
+var strPane = "";\r
+var nViewFrameType = -1;\r
+\r
+function CMRServer()\r
+{\r
+ this.m_cAgents = new Array;\r
+}\r
+var cMRServer = new CMRServer;\r
+\r
+//figure out which mode is the best\r
+if (!window.gAgent)\r
+{\r
+ // low end browser, we don't even try to determine it.\r
+ document.location = "whnjs.htm";\r
+}\r
+else\r
+{\r
+ if (!gbNav4&&!gbIE4&&!gbOpera7&&!gbSafari)\r
+ document.location = "whnjs.htm";\r
+ else if (gbNav4 && !gbNav6 && ((gnVerMinor <= 4.06)))\r
+ document.location = "whnjs.htm";\r
+ else if (gbMac && gbIE4 && !gbIE5)\r
+ document.location = "whnjs.htm";\r
+ //figure out which mode is the best\r
+ else \r
+ {\r
+ nViewFrameType=nWebhelpNavPaneMode;\r
+ if (nWebhelpNavPaneMode==1||nWebhelpNavPaneMode == 2)\r
+ {\r
+ var gbDHTML=(nWebhelpNavPaneMode==1);\r
+ if (gbNav4) nViewFrameType = 2;\r
+ if (gbNav4&&(gnVerMinor < 4.1)) nViewFrameType = 3;\r
+ if (gbNav4&&(gnVerMinor == 4.6)) nViewFrameType = 3;\r
+ if (gbIE4&&gbDHTML) nViewFrameType = 1;\r
+ if (gbIE4&&gbSunOS&&nWebhelpNavPaneMode==2) nViewFrameType = 3;\r
+ if (gbNav6&&gbDHTML) nViewFrameType = 1;\r
+ if (gbNav6&&!gbNav61&&nWebhelpNavPaneMode == 2) nViewFrameType = 3;\r
+ if (gbMac) nViewFrameType = 3;\r
+ if (gbOpera7&&nViewFrameType == 2) nViewFrameType = 3;\r
+ if ((bNoApplet)&&(nViewFrameType == 2)) nViewFrameType = 3;\r
+ }\r
+ }\r
+}\r
+\r
+if (nViewFrameType!=-1)\r
+{\r
+ var gbWindows = ((gAgent.indexOf("win") != -1) || (gAgent.indexOf("16bit") != -1));\r
+ //The colordepth of the 16 color on Windows is 1. \r
+ if ((gbWindows) && (gbNav4) && (window.screen) && (window.screen.colorDepth <= 4))\r
+ {\r
+ alert("WebHelp has detected that your display is set to 16 colors. For full WebHelp support, please set your display to use 256 or more colors.");\r
+ nViewFrameType = 3;\r
+ }\r
+\r
+ //figure out which one is navpane\r
+ if (nViewFrameType == 1)\r
+ strPane = strPaneDHTML;\r
+ else if (nViewFrameType == 2)\r
+ strPane = strPaneApplet;\r
+ else \r
+ strPane = strPaneList;\r
+\r
+ var oParam = new Object();\r
+ oParam.sTopic = "";\r
+ var oMsg = new whMessage(WH_MSG_GETDEFAULTTOPIC, window, 1, oParam);\r
+ if (SendMessage(oMsg) && oParam.sTopic != "")\r
+ strDefaultTopic = oParam.sTopic;\r
+\r
+\r
+ if (nViewFrameType == 1)\r
+ {\r
+ //DHTML (iframe or xml based)\r
+ strHTML += "<frameset id=\"whPfset\" cols=\"260,*\" frameborder=\"1\">";\r
+ strHTML += "<frame name=\"bsscleft\" title=\"navigation frame\" src=\"" + strPane + "\" scrolling=\"no\"></frame>";\r
+ strHTML += "<frame name=\"bsscright\" title=\"topic frame\" src=\"" + strDefaultTopic + "\" scrolling=\"auto\"></frame></frameset>";\r
+ }\r
+ else if (nViewFrameType == 2)\r
+ {\r
+ //applet (xml based)\r
+ strHTML += "<frameset id=\"whPfset\" cols=\"260,*\" framespacing=\"0\" frameborder=\"0\" border=\"0\">";\r
+ strHTML += "<frame name=\"bsscleft\" title=\"navigation frame\" src=\"" + strPane+ "\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\"></frame>";\r
+ strHTML += "<frame name=\"bsscright\" title=\"topic frame\" src=\"" + strDefaultTopic + "\" scrolling=\"auto\"></frame></frameset>";\r
+ }\r
+ else if (nViewFrameType == 3)\r
+ {\r
+ //generic html (pure html based)\r
+ strHTML += "<frameset id=\"whPfset\" cols=\"260,*\">";\r
+ strHTML += "<frame title=\"navigation frame\" src=\"" + strPane + "\" name=\"bsscleft\" scrolling=\"no\"></frame>";\r
+ strHTML += "<frame title=\"topic frame\" src=\"" + strDefaultTopic + "\" name=\"bsscright\" scrolling=\"auto\"></frame>";\r
+ strHTML += "</frameset>";\r
+ } \r
+ else if (nViewFrameType == 4)\r
+ {\r
+ //no navipane at all\r
+ strHTML += "<frameset id=\"whPfset\" border=\"0\" cols=\"100%,*\">";\r
+ strHTML += "<frame title=\"topic frame\" src=\"" + strDefaultTopic + "\" name=\"bsscright\" framespacing=\"0\" frameborder=\"0\" border=\"0\" scrolling=\"auto\">";\r
+ strHTML += "</frameset>";\r
+ }\r
+\r
+ document.write(strHTML);\r
+\r
+ RegisterListener2(window, WH_MSG_SHOWPANE);\r
+ RegisterListener2(window, WH_MSG_HIDEPANE);\r
+ RegisterListener2(window, WH_MSG_ISPANEVISIBLE);\r
+ window.onunload = window_unload;\r
+}\r
+\r
+function window_unload()\r
+{\r
+ UnRegisterListener2(window, WH_MSG_SHOWPANE);\r
+ UnRegisterListener2(window, WH_MSG_HIDEPANE);\r
+ UnRegisterListener2(window, WH_MSG_ISPANEVISIBLE);\r
+}\r
+\r
+\r
+function onSendMessage(oMsg)\r
+{\r
+ var nMsgId = oMsg.nMessageId;\r
+ if (nMsgId == WH_MSG_SHOWPANE)\r
+ {\r
+ getElement("whPfset").cols = "260,*";\r
+ var onMsg = new whMessage(WH_MSG_PANESTATUE, this, 1, "visible");\r
+ SendMessage(onMsg);\r
+ onMsg = new whMessage(WH_MSG_GETPANEINFO, this, 1, "");\r
+ if (SendMessage(onMsg))\r
+ {\r
+ onMsg = new whMessage(WH_MSG_PANEINFO, this, 1, onMsg.oParam);\r
+ SendMessage(onMsg);\r
+ }\r
+ return false;\r
+ }\r
+ else if (nMsgId == WH_MSG_HIDEPANE)\r
+ {\r
+ getElement("whPfset").cols = "0,*";\r
+ var onMsg = new whMessage(WH_MSG_PANESTATUE, this, 1, "invisible");\r
+ SendMessage(onMsg);\r
+ onMsg = new whMessage(WH_MSG_PANEINFO, this, 1, "");\r
+ SendMessage(onMsg);\r
+ return false;\r
+ }\r
+ else if (nMsgId == WH_MSG_ISPANEVISIBLE)\r
+ {\r
+ var n = parseInt(getElement("whPfset").cols);\r
+ if (n > 0)\r
+ {\r
+ oMsg.oParam.bVisible = true;\r
+ }\r
+ return false;\r
+ }\r
+ return true;\r
+}\r
+//-->\r
+</script>\r
+<body>\r
+<noscript>\r
+ <p> It seems javascript is disabled in your browser, please enable it and reload again, or click <a href="whnjs.htm">here</a> to view without javascript</p>\r
+</noscript>\r
+</body>\r
+</html>\r
--- /dev/null
+<html>\r
+<head>\r
+<title>Post-Pro Module Reference Manual</title>\r
+\r
+<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
+<meta name="description" content="WebHelp 5.50">\r
+<script language="javascript" src="whutils.js"></script>\r
+<script language="javascript">\r
+<!--\r
+var gCSHFileName = "whc_data.htm";\r
+var gCSHSuffixName1 = "_csh.html";\r
+var gCSHSuffixName2 = "_csh.htm";\r
+//-->\r
+</script>\r
+<script language="javascript">\r
+<!--\r
+gCSHFileName="cshdat_webhelp.htm";\r
+//-->\r
+</script>\r
+<script language="javascript">\r
+<!--\r
+var gasProj = new Array();\r
+gasProj[0] = _getPath(document.location.href);\r
+var gCurrent = 0;\r
+\r
+function addProject(strProj)\r
+{\r
+ var len = gasProj.length;\r
+ if (strProj)\r
+ {\r
+ strProj = _replaceSlash(strProj);\r
+ if (strProj.lastIndexOf("/") != strProj.length - 1)\r
+ strProj += "/";\r
+ var strPPath = _getFullPath(_getPath(document.location.href), strProj);\r
+ var bFound = false;\r
+ for (var i = 0; i < len; i ++)\r
+ {\r
+ if (isSamePath(gasProj[i], strPPath))\r
+ {\r
+ bFound = true;\r
+ break;\r
+ }\r
+ }\r
+ if (!bFound)\r
+ gasProj[len] = strPPath;\r
+ }\r
+}\r
+\r
+function isSamePath(strPath1, strPath2)\r
+{\r
+ return strPath1.toLowerCase() == strPath2.toLowerCase();\r
+}\r
+\r
+function goNext()\r
+{\r
+ gCurrent ++;\r
+ var len = gasProj.length;\r
+ if (gCurrent >= len)\r
+ return getHomePage()\r
+ else\r
+ frames["csh"].location = gasProj[gCurrent] + gCSHFileName;\r
+ return "";\r
+}\r
+\r
+function getRelHomePage(strLocation)\r
+{\r
+ var strCurPPath = _getPath(strLocation);\r
+ var strOriPPath = _getPath(getHomePage());\r
+ var strRelPath = _getRelativeFileName(strOriPPath, strCurPPath);\r
+ var strURL = getHomePage() + "#" + strRelPath;\r
+ return strURL;\r
+}\r
+\r
+function getHomePage()\r
+{\r
+ var strHomePage;\r
+ var strTmp = location.toString();\r
+ var nPos = strTmp.indexOf("#");\r
+ if (nPos != -1)\r
+ {\r
+ strHomePage = strTmp.substring(0, nPos);\r
+ }\r
+ else\r
+ {\r
+ strHomePage = strTmp;\r
+ }\r
+ var nPos1 = strHomePage.indexOf(gCSHSuffixName1);\r
+ var nPos = strHomePage.indexOf(gCSHSuffixName2);\r
+ if (nPos != -1)\r
+ {\r
+ strHomePage = strHomePage.substring(0,nPos);\r
+ if (nPos1 != -1)\r
+ strHomePage += ".html";\r
+ else\r
+ strHomePage += ".htm";\r
+ }\r
+ return strHomePage;\r
+}\r
+//-->\r
+</script>\r
+</head>\r
+<frameset rows="1,*">\r
+<frame name="dumb" src="about:blank"></frame>\r
+<frame name="csh" src="cshdat_webhelp.htm"></frame> \r
+</frameset>\r
+</html>
\ No newline at end of file
--- /dev/null
+<html>\r
+<head>\r
+<title>Post-Pro Module Reference Manual</title>\r
+\r
+<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
+<meta name="description" content="WebHelp 5.50">\r
+<script language="javascript" src="whutils.js"></script>\r
+<script language="javascript">\r
+<!--\r
+var gCSHFileName = "whc_data.htm";\r
+var gCSHSuffixName1 = "_rhc.html";\r
+var gCSHSuffixName2 = "_rhc.htm";\r
+//-->\r
+</script>\r
+<script language="javascript">\r
+<!--\r
+gCSHFileName="cshdat_robohelp.htm";\r
+//-->\r
+</script>\r
+<script language="javascript">\r
+<!--\r
+var gasProj = new Array();\r
+gasProj[0] = _getPath(document.location.href);\r
+var gCurrent = 0;\r
+\r
+function addProject(strProj)\r
+{\r
+ var len = gasProj.length;\r
+ if (strProj)\r
+ {\r
+ strProj = _replaceSlash(strProj);\r
+ if (strProj.lastIndexOf("/") != strProj.length - 1)\r
+ strProj += "/";\r
+ var strPPath = _getFullPath(_getPath(document.location.href), strProj);\r
+ var bFound = false;\r
+ for (var i = 0; i < len; i ++)\r
+ {\r
+ if (isSamePath(gasProj[i], strPPath))\r
+ {\r
+ bFound = true;\r
+ break;\r
+ }\r
+ }\r
+ if (!bFound)\r
+ gasProj[len] = strPPath;\r
+ }\r
+}\r
+\r
+function isSamePath(strPath1, strPath2)\r
+{\r
+ return strPath1.toLowerCase() == strPath2.toLowerCase();\r
+}\r
+\r
+function goNext()\r
+{\r
+ gCurrent ++;\r
+ var len = gasProj.length;\r
+ if (gCurrent >= len)\r
+ return getHomePage()\r
+ else\r
+ frames["csh"].location = gasProj[gCurrent] + gCSHFileName;\r
+ return "";\r
+}\r
+\r
+function getRelHomePage(strLocation)\r
+{\r
+ var strCurPPath = _getPath(strLocation);\r
+ var strOriPPath = _getPath(getHomePage());\r
+ var strRelPath = _getRelativeFileName(strOriPPath, strCurPPath);\r
+ var strURL = getHomePage() + "#" + strRelPath;\r
+ return strURL;\r
+}\r
+\r
+function getHomePage()\r
+{\r
+ var strHomePage;\r
+ var strTmp = location.toString();\r
+ var nPos = strTmp.indexOf("#");\r
+ if (nPos != -1)\r
+ {\r
+ strHomePage = strTmp.substring(0, nPos);\r
+ }\r
+ else\r
+ {\r
+ strHomePage = strTmp;\r
+ }\r
+ var nPos1 = strHomePage.indexOf(gCSHSuffixName1);\r
+ var nPos = strHomePage.indexOf(gCSHSuffixName2);\r
+ if (nPos != -1)\r
+ {\r
+ strHomePage = strHomePage.substring(0,nPos);\r
+ if (nPos1 != -1)\r
+ strHomePage += ".html";\r
+ else\r
+ strHomePage += ".htm";\r
+ }\r
+ return strHomePage;\r
+}\r
+//-->\r
+</script>\r
+</head>\r
+<frameset rows="1,*">\r
+<frame name="dumb" src="about:blank"></frame>\r
+<frame name="csh" src="cshdat_robohelp.htm"></frame> \r
+</frameset>\r
+</html>
\ No newline at end of file
--- /dev/null
+<!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">\r
+\r
+<html>\r
+\r
+<head>\r
+<title>Navigation with keyboard and spacemouse</title>\r
+<meta http-equiv="content-type" content="text/html; charset=windows-1252">\r
+<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
+<link rel="stylesheet" href="default_ns.css"><script type="text/javascript" language="JavaScript" title="WebHelpSplitCss">\r
+<!--\r
+if (navigator.appName !="Netscape")\r
+{ document.write("<link rel='stylesheet' href='default.css'>");}\r
+//-->\r
+</script>\r
+<style type="text/css">\r
+<!--\r
+p.whs1 { font-weight:bold; }\r
+table.whs2 { x-cell-content-align:top; width:75.751%; margin-left:40px; border-spacing:0px; }\r
+col.whs3 { width:23.119%; }\r
+col.whs4 { width:24.645%; }\r
+col.whs5 { width:52.235%; }\r
+tr.whs6 { x-cell-content-align:top; }\r
+td.whs7 { width:23.119%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
+td.whs8 { width:24.645%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
+td.whs9 { width:52.235%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
+td.whs10 { width:23.119%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
+td.whs11 { width:24.645%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
+td.whs12 { width:52.235%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
+img_whs13 { border:none; border-style:none; width:51px; height:52px; float:none; }\r
+img_whs14 { border:none; border-style:none; width:50px; height:50px; float:none; }\r
+p.whs15 { font-weight:normal; }\r
+img_whs16 { border:none; width:27px; height:25px; border-style:none; }\r
+p.whs17 { text-align:center; font-weight:bold; }\r
+p.whs18 { font-weight:bold; text-align:center; }\r
+img_whs19 { border:none; border-style:none; width:24px; height:19px; float:none; }\r
+img_whs20 { border:none; border-style:none; width:20px; height:23px; float:none; }\r
+p.whs21 { text-align:center; }\r
+img_whs22 { border:none; border-style:none; width:250px; height:255px; float:none; }\r
+table.whs23 { x-cell-content-align:top; width:83.032%; margin-left:40px; border-spacing:0px; }\r
+col.whs24 { width:22.707%; }\r
+col.whs25 { width:35.785%; }\r
+col.whs26 { width:41.508%; }\r
+td.whs27 { width:22.707%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
+td.whs28 { width:35.785%; padding-right:10px; padding-left:10px; border-top-width:1px; border-top-color:#000000; border-top-style:Solid; border-right-style:Solid; border-right-color:#000000; border-right-width:1px; border-bottom-width:1px; border-bottom-color:#000000; border-bottom-style:Solid; background-color:#008080; }\r
+td.whs29 { width:41.508%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
+td.whs30 { width:22.707%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; x-cell-content-align:center; }\r
+td.whs31 { width:35.785%; padding-right:10px; padding-left:10px; border-right-style:Solid; border-right-color:#000000; border-right-width:1px; border-bottom-width:1px; border-bottom-color:#000000; border-bottom-style:Solid; }\r
+img_whs32 { border:none; border-style:none; width:191px; height:152px; float:none; }\r
+td.whs33 { width:41.508%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
+p.whs34 { font-style:italic; font-weight:bold; }\r
+img_whs35 { border:none; border-style:none; width:190px; height:157px; float:none; }\r
+img_whs36 { border:none; border-style:none; width:216px; height:189px; float:none; }\r
+img_whs37 { border:none; border-style:none; width:198px; height:158px; float:none; }\r
+p.whs38 { margin-left:120px; }\r
+img_whs39 { border:none; border-style:none; width:257px; height:254px; float:none; }\r
+table.whs40 { x-cell-content-align:top; width:72.748%; margin-left:40px; border-spacing:0px; }\r
+col.whs41 { width:22.381%; }\r
+col.whs42 { width:77.619%; }\r
+td.whs43 { width:22.381%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
+td.whs44 { width:77.619%; border-top-style:Solid; border-top-color:#000000; border-top-width:1px; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; background-color:#008080; }\r
+td.whs45 { width:22.381%; border-left-width:1px; border-left-color:#000000; border-left-style:Solid; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
+td.whs46 { width:77.619%; border-right-width:1px; border-right-color:#000000; border-right-style:Solid; border-bottom-style:Solid; border-bottom-color:#000000; border-bottom-width:1px; padding-right:10px; padding-left:10px; }\r
+-->\r
+</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
+<!--\r
+function reDo() {\r
+ if (innerWidth != origWidth || innerHeight != origHeight)\r
+ location.reload();\r
+}\r
+if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {\r
+ origWidth = innerWidth;\r
+ origHeight = innerHeight;\r
+ onresize = reDo;\r
+}\r
+onerror = null; \r
+//-->\r
+</script>\r
+<style type="text/css">\r
+<!--\r
+div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
+-->\r
+</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
+<script type="text/javascript" language="javascript" src="whver.js"></script>\r
+<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
+<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
+<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
+<script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.gbWhTopic)\r
+{\r
+ if (window.setRelStartPage)\r
+ {\r
+ addTocInfo("Post-Pro module\n3D presentations\nField presentations\nGauss Points Presentations\nNavigation in the Gauss viewer");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
+\r
+ }\r
+\r
+\r
+ if (window.setRelStartPage)\r
+ {\r
+ setRelStartPage("index.htm");\r
+\r
+ autoSync(1);\r
+ sendSyncInfo();\r
+ sendAveInfoOut();\r
+ }\r
+\r
+}\r
+else\r
+ if (window.gbIE4)\r
+ document.location.reload();\r
+//-->\r
+</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
+<h1>Navigation in the Gauss viewer</h1>\r
+\r
+<p>Gauss viewer provides some navigation options, which are not available \r
+ in other Salome viewers. </p>\r
+\r
+<h3>Navigation using the mouse</h3>\r
+\r
+<p class="whs1">Salome standard</p>\r
+\r
+<p>The mouse is supported as a standard manipulator in Salome possessing \r
+ the following actions by default:</p>\r
+\r
+<p> </p>\r
+\r
+<table x-use-null-cells cellspacing="0" width="75.751%" class="whs2">\r
+<script language='JavaScript'><!--\r
+if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='75.751%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
+//--></script>\r
+<col class="whs3">\r
+<col class="whs4">\r
+<col class="whs5">\r
+\r
+<tr valign="top" class="whs6">\r
+<td bgcolor="#008080" width="23.119%" class="whs7">\r
+<p>Action</td>\r
+<td bgcolor="#008080" width="24.645%" class="whs8">\r
+<p>Command</td>\r
+<td bgcolor="#008080" width="52.235%" class="whs9">\r
+<p>Movement</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td valign="middle" width="23.119%" class="whs10">\r
+<p>Dynamic rotation</td>\r
+<td valign="middle" width="24.645%" class="whs11">\r
+<p class="whs1">[CTRL] key + Right Mouse Button</td>\r
+<td width="52.235%" class="whs12">\r
+<p><img src="pics/image46.gif" x-maintain-ratio="TRUE" width="51px" height="52px" border="0" class="img_whs13">Rotation about the focal point</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td valign="middle" width="23.119%" class="whs10">\r
+<p>Dynamic panning</td>\r
+<td valign="middle" width="24.645%" class="whs11">\r
+<p class="whs1">[CTRL] key + Central Mouse button</td>\r
+<td width="52.235%" class="whs12">\r
+<p><img src="pics/image47.gif" x-maintain-ratio="TRUE" width="50px" height="50px" border="0" class="img_whs14">Translation in any direction</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td valign="middle" width="23.119%" class="whs10">\r
+<p>Dynamic zoom</td>\r
+<td valign="middle" width="24.645%" class="whs11">\r
+<p class="whs1">[CTRL] key + Left Mouse Button</td>\r
+<td width="52.235%" class="whs12">\r
+<p><img src="pics/image48.gif" x-maintain-ratio="TRUE" width="50px" height="50px" border="0" class="img_whs14"> Increase \r
+ or decrease of zoom ratio</td></tr>\r
+<script language='JavaScript'><!--\r
+if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
+//--></script>\r
+</table>\r
+\r
+<p> </p>\r
+\r
+<p class="whs1">Gauss Viewer</p>\r
+\r
+<p class="whs15">In Gauss Viewer it is possible to manipulate \r
+ objects without locking keyboard keys, switching between the standard \r
+ and the advanced operation modes with <img src="image6.gif" width="27px" height="25px" border="0" class="img_whs16"> <span style="font-weight: bold;"><B>Interaction \r
+ Style Switch</B></span> button from Gauss Viewer Toolbar:</p>\r
+\r
+<p class="whs15"> </p>\r
+\r
+<table x-use-null-cells cellspacing="0" width="75.751%" class="whs2">\r
+<script language='JavaScript'><!--\r
+if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='75.751%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
+//--></script>\r
+<col class="whs3">\r
+<col class="whs4">\r
+<col class="whs5">\r
+\r
+<tr valign="top" class="whs6">\r
+<td bgcolor="#008080" width="23.119%" class="whs7">\r
+<p class="whs1">Action</td>\r
+<td bgcolor="#008080" width="24.645%" class="whs8">\r
+<p class="whs1">Command</td>\r
+<td bgcolor="#008080" width="52.235%" class="whs9">\r
+<p class="whs1">Movement</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td valign="middle" width="23.119%" class="whs10">\r
+<p>Dynamic rotation</td>\r
+<td valign="middle" width="24.645%" class="whs11">\r
+<p align="center" class="whs17">Right Mouse Button</td>\r
+<td width="52.235%" class="whs12">\r
+<p><img src="pics/image46.gif" x-maintain-ratio="TRUE" width="51px" height="52px" border="0" class="img_whs13">Rotation about the focal point</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td valign="middle" width="23.119%" class="whs10">\r
+<p>Dynamic panning</td>\r
+<td valign="middle" width="24.645%" class="whs11">\r
+<p align="center" class="whs17">Central Mouse button</td>\r
+<td width="52.235%" class="whs12">\r
+<p><img src="pics/image47.gif" x-maintain-ratio="TRUE" width="50px" height="50px" border="0" class="img_whs14">Translation in any direction</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td valign="middle" width="23.119%" class="whs10">\r
+<p>Dynamic zoom</td>\r
+<td valign="middle" width="24.645%" class="whs11">\r
+<p align="center" class="whs17">Left Mouse Button + Central Mouse button</td>\r
+<td width="52.235%" class="whs12">\r
+<p><img src="pics/image49.gif" x-maintain-ratio="TRUE" width="50px" height="50px" border="0" class="img_whs14"> Increase \r
+ or decrease of zoom ratio</td></tr>\r
+<script language='JavaScript'><!--\r
+if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
+//--></script>\r
+</table>\r
+\r
+<p> </p>\r
+\r
+<h3>Navigation using the keyboard</h3>\r
+\r
+<p class="whs15">Salome does not allow to manipulate objects \r
+ using keyboard keys, which is possible in Gauss Viewer only. </p>\r
+\r
+<p class="whs15"> </p>\r
+\r
+<table x-use-null-cells cellspacing="0" width="75.751%" class="whs2">\r
+<script language='JavaScript'><!--\r
+if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='75.751%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
+//--></script>\r
+<col class="whs3">\r
+<col class="whs4">\r
+<col class="whs5">\r
+\r
+<tr valign="top" class="whs6">\r
+<td bgcolor="#008080" width="23.119%" class="whs7">\r
+<p class="whs1">Action</td>\r
+<td bgcolor="#008080" width="24.645%" class="whs8">\r
+<p class="whs1">Key</td>\r
+<td bgcolor="#008080" width="52.235%" class="whs9">\r
+<p class="whs1">Movement</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td valign="middle" width="23.119%" class="whs10">\r
+<p>Dynamic rotation</td>\r
+<td valign="middle" width="24.645%" class="whs11">\r
+<p align="center" class="whs18">[CTRL] key +</p>\r
+<p align="center" class="whs18">[ <img src="pics/blue_left.jpg" x-save-file="TRUE" x-save-method="compute-relative" x-maintain-ratio="TRUE" width="24px" height="19px" border="0" class="img_whs19"> ], [ <img src="pics/blue_right.jpg" x-save-file="TRUE" x-save-method="compute-relative" x-maintain-ratio="TRUE" width="24px" height="19px" border="0" class="img_whs19"> ],</p>\r
+<p align="center" class="whs18">[ <img src="pics/blue_up.jpg" x-save-file="TRUE" x-save-method="compute-relative" x-maintain-ratio="TRUE" width="20px" height="23px" border="0" class="img_whs20"> ], [ <img src="pics/blue_down.jpg" x-save-file="TRUE" x-save-method="compute-relative" x-maintain-ratio="TRUE" width="20px" height="23px" border="0" class="img_whs20"> ]</td>\r
+<td width="52.235%" class="whs12">\r
+<p><img src="pics/image46.gif" x-maintain-ratio="TRUE" width="51px" height="52px" border="0" class="img_whs13">Rotation about the focal point</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td valign="middle" width="23.119%" class="whs10">\r
+<p>Dynamic panning</td>\r
+<td valign="middle" width="24.645%" class="whs11">\r
+<p align="center" class="whs18">[ <img src="pics/blue_left.jpg" x-save-file="TRUE" x-save-method="compute-relative" x-maintain-ratio="TRUE" width="24px" height="19px" border="0" class="img_whs19"> ], [ <img src="pics/blue_right.jpg" x-save-file="TRUE" x-save-method="compute-relative" x-maintain-ratio="TRUE" width="24px" height="19px" border="0" class="img_whs19"> ],</p>\r
+<p align="center" class="whs18">[ <img src="pics/blue_up.jpg" x-save-file="TRUE" x-save-method="compute-relative" x-maintain-ratio="TRUE" width="20px" height="23px" border="0" class="img_whs20"> ], [ <img src="pics/blue_down.jpg" x-save-file="TRUE" x-save-method="compute-relative" x-maintain-ratio="TRUE" width="20px" height="23px" border="0" class="img_whs20"> ]</td>\r
+<td width="52.235%" class="whs12">\r
+<p><img src="pics/image47.gif" x-maintain-ratio="TRUE" width="50px" height="50px" border="0" class="img_whs14">Translation in any direction</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td colspan="1" rowspan="1" valign="middle" width="23.119%" class="whs10">\r
+<p>Dynamic zoom</td>\r
+<td colspan="1" rowspan="1" valign="middle" width="24.645%" class="whs11">\r
+<p align="center" class="whs18">[PageUp],</p>\r
+<p align="center" class="whs18">[PageDn]</td>\r
+<td colspan="1" rowspan="1" width="52.235%" class="whs12">\r
+<p> Increase \r
+ or decrease of zoom ratio</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td valign="middle" width="23.119%" class="whs10">\r
+<p>Speed increment</td>\r
+<td valign="middle" width="24.645%" class="whs11">\r
+<p align="center" class="whs18">[ + ],</p>\r
+<p align="center" class="whs18">[ - ]</td>\r
+<td width="52.235%" class="whs12">\r
+<p>Increase or decrease by 1 of the speed increment for the previously \r
+ defined movement. </td></tr>\r
+<script language='JavaScript'><!--\r
+if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
+//--></script>\r
+</table>\r
+\r
+<p> </p>\r
+\r
+<h3>Navigation using the spacemouse</h3>\r
+\r
+<p>Salome does not allow to manipulate objects using a spacemouse, which \r
+ is possible in Gauss Viewer only. </p>\r
+\r
+<p> </p>\r
+\r
+<p>The spacemouse introduces a local coordinate system and 6 degrees of \r
+ freedom, which are independent from the 3D view coordinate system. </p>\r
+\r
+<p> </p>\r
+\r
+<p align="center" class="whs21"><img src="pics/image50.gif" x-maintain-ratio="TRUE" width="250px" height="255px" border="0" class="img_whs22"></p>\r
+\r
+<p align="center" class="whs21"> </p>\r
+\r
+<p>The movement of 3D models in the screen depends on the user manipulations \r
+ with the controller head.</p>\r
+\r
+<p> </p>\r
+\r
+<table x-use-null-cells cellspacing="0" width="83.032%" class="whs23">\r
+<col class="whs24">\r
+<col class="whs25">\r
+<col class="whs26">\r
+\r
+<tr valign="top" class="whs6">\r
+<td bgcolor="#008080" width="22.707%" class="whs27">\r
+<p align="center" class="whs18">Action</td>\r
+<td bgcolor="#008080" width="35.785%" class="whs28">\r
+<p align="center" class="whs18">Move</td>\r
+<td bgcolor="#008080" width="41.508%" class="whs29">\r
+<p align="center" class="whs18">Description</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td rowspan="2" colspan="1" valign="middle" width="22.707%" class="whs30">\r
+<p align="center" class="whs21">Dynamic rotation</td>\r
+<td width="35.785%" class="whs31">\r
+<p><img src="pics/image51.gif" x-maintain-ratio="TRUE" width="191px" height="152px" border="0" class="img_whs32"></td>\r
+<td width="41.508%" class="whs33">\r
+<p><span style="font-weight: bold;"><B>Tilt</B></span> the controller head forward \r
+ and backward to rotate the object about axis X.</p>\r
+<p> </p>\r
+<p class="whs34"> </td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td width="35.785%" class="whs31">\r
+<p><img src="pics/image52.gif" x-maintain-ratio="TRUE" width="190px" height="157px" border="0" class="img_whs35"></td>\r
+<td width="41.508%" class="whs33">\r
+<p><span style="font-weight: bold;"><B>Rotate</B></span> the controller head clockwise \r
+ and counterclockwise to rotate the model about axis Y.</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td valign="middle" width="22.707%" class="whs30">\r
+<p align="center" class="whs21">Dynamic panning</td>\r
+<td width="35.785%" class="whs31">\r
+<p><img src="pics/image53.gif" x-maintain-ratio="TRUE" width="216px" height="189px" border="0" class="img_whs36"></td>\r
+<td width="41.508%" class="whs33">\r
+<p><span style="font-weight: bold;"><B>Pull</B></span> up and<span style="font-weight: bold;"><B> \r
+ push</B></span> down to move the model up and down.</p>\r
+<p><span style="font-weight: bold;"><B>Move left</B></span> and <span style="font-weight: bold;"><B>right</B></span> \r
+ to move the model left and right.</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td valign="middle" width="22.707%" class="whs30">\r
+<p align="center" class="whs21">Dynamic zoom</td>\r
+<td width="35.785%" class="whs31">\r
+<p><img src="pics/image54.gif" x-maintain-ratio="TRUE" width="198px" height="158px" border="0" class="img_whs37"></td>\r
+<td width="41.508%" class="whs33">\r
+<p><span style="font-weight: bold;"><B>Push forward</B></span> or <span style="font-weight: bold;"><B>pull \r
+ backward</B></span> to respectively decrease or increase the zoom ratio.</td></tr>\r
+</table>\r
+\r
+<p> </p>\r
+\r
+<p>Buttons of the spacemouse are also used to change the magnification \r
+ for Gauss points:</p>\r
+\r
+<p> </p>\r
+\r
+<p class="whs38"><img src="pics/image55.gif" x-maintain-ratio="TRUE" width="257px" height="254px" border="0" class="img_whs39"></p>\r
+\r
+<p align="center" class="whs21"> </p>\r
+\r
+<p>By default, buttons are defined as follows, however the user can change \r
+ them in the preferences:</p>\r
+\r
+<p> </p>\r
+\r
+<table x-use-null-cells cellspacing="0" width="72.748%" class="whs40">\r
+<script language='JavaScript'><!--\r
+if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='72.748%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");\r
+//--></script>\r
+<col class="whs41">\r
+<col class="whs42">\r
+\r
+<tr valign="top" class="whs6">\r
+<td bgcolor="#008080" width="22.381%" class="whs43">\r
+<p align="center" class="whs18">Button</td>\r
+<td bgcolor="#008080" width="77.619%" class="whs44">\r
+<p align="center" class="whs18">Description</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td width="22.381%" class="whs45">\r
+<p align="center" class="whs21">Button 1</td>\r
+<td width="77.619%" class="whs46">\r
+<p>Decrease by 1 speed increment used for the keyboard (the same as [-] \r
+ key)</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td width="22.381%" class="whs45">\r
+<p align="center" class="whs21">Button 2</td>\r
+<td width="77.619%" class="whs46">\r
+<p>Increase by 1 speed increment used for the keyboard (the same as [+] \r
+ key)</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td width="22.381%" class="whs45">\r
+<p align="center" class="whs21">Button 10</td>\r
+<td width="77.619%" class="whs46">\r
+<p>Divide the current magnification by the magnification ratio</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td width="22.381%" class="whs45">\r
+<p align="center" class="whs21">Button 11</td>\r
+<td width="77.619%" class="whs46">\r
+<p>Multiply the current magnification by the magnification ratio</td></tr>\r
+\r
+<tr valign="top" class="whs6">\r
+<td width="22.381%" class="whs45">\r
+<p align="center" class="whs21">Button Star</td>\r
+<td width="77.619%" class="whs46">\r
+<p>Toggle button to switch to dominant or combined movements</td></tr>\r
+<script language='JavaScript'><!--\r
+if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");\r
+//--></script>\r
+</table>\r
+\r
+<p> </p>\r
+\r
+<p> </p>\r
+\r
+<script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(0);\r
+//-->\r
+</script>\r
+</body>\r
+</html>\r
p.whs2 { margin-left:40px; }\r
img_whs3 { border:none; width:203px; height:156px; border-style:none; }\r
img_whs4 { border:none; width:25px; height:26px; border-style:none; }\r
-ul.whs5 { list-style:disc; }\r
-img_whs6 { border:none; width:306px; height:501px; float:none; border-style:none; }\r
-p.whs7 { margin-left:38px; }\r
-p.whs8 { margin-left:0px; font-weight:bold; }\r
-p.whs9 { margin-left:38px; font-weight:bold; }\r
-p.whs10 { font-weight:bold; margin-left:0px; }\r
+img_whs5 { border:none; border-style:none; width:207px; height:192px; float:none; }\r
+ul.whs6 { list-style:disc; }\r
+img_whs7 { border:none; width:306px; height:501px; float:none; border-style:none; }\r
+p.whs8 { margin-left:38px; }\r
+p.whs9 { margin-left:0px; font-weight:bold; }\r
+p.whs10 { margin-left:38px; font-weight:bold; }\r
+p.whs11 { font-weight:bold; margin-left:0px; }\r
-->\r
</style><script type="text/javascript" language="JavaScript">\r
<!--\r
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))\r
{\r
var strNSS = "<style type='text/css'>";\r
- strNSS += "p.whs8 {margin-left:1pt; }";\r
- strNSS += "p.whs10 {margin-left:1pt; }";\r
+ strNSS += "p.whs9 {margin-left:1pt; }";\r
+ strNSS += "p.whs11 {margin-left:1pt; }";\r
strNSS +="</style>";\r
document.write(strNSS);\r
}\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nGauss Points Presentations\nPicking");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Picking</h1>\r
\r
<p><span style="font-weight: bold;"><B><img src="i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs1"> </B></span>Picking is a special \r
that apexes of each pyramid touch the point sprite boundary, and the height \r
of the pyramid is fixed. </p>\r
\r
+<p class="whs2"><img src="pics/image69.gif" x-maintain-ratio="TRUE" width="207px" height="192px" border="0" class="img_whs5"></p>\r
+\r
<p>To get information about the point click the left mouse button or press \r
S (or s) key of the keyboard. </p>\r
\r
and a semi-transparent window is displayed next to the selected point \r
and shows the following information:</p>\r
\r
-<ul type="disc" class="whs5">\r
+<ul type="disc" class="whs6">\r
\r
<li class=kadov-p><p>The ID of the point within its parent mesh element</p></li>\r
\r
\r
<p> </p>\r
\r
-<p class="whs2"><img src="pics/picking.png" x-maintain-ratio="TRUE" width="306px" height="501px" border="0" class="img_whs6"></p>\r
+<p class="whs2"><img src="pics/picking.png" x-maintain-ratio="TRUE" width="306px" height="501px" border="0" class="img_whs7"></p>\r
\r
<p> </p>\r
\r
-<ul type="disc" class="whs5">\r
+<ul type="disc" class="whs6">\r
\r
<li class=kadov-p><p><span style="font-weight: bold;"><B>Cursor</B></span> \r
- allows to adjust the <span style="font-weight: bold;"><B>Size</B></span> of \r
(from 0% = opaque to 100% = transparent) and <span style="font-weight: bold;"><B>Position</B></span> \r
of the window, which can be: </p></li>\r
\r
- <li class=kadov-p><p class="whs7"><span style="font-weight: bold;"><B>Centred \r
+ <li class=kadov-p><p class="whs8"><span style="font-weight: bold;"><B>Centred \r
below the point</B></span>, or</p></li>\r
\r
- <li class=kadov-p><p class="whs7">located at <span style="font-weight: bold;"><B>Top-left \r
+ <li class=kadov-p><p class="whs8">located at <span style="font-weight: bold;"><B>Top-left \r
corner of the 3D view</B></span></p></li>\r
\r
- <li class=kadov-p><p class="whs8">Movement \r
+ <li class=kadov-p><p class="whs9">Movement \r
of the Camera <span style="font-weight: normal;">can also be define by \r
the user. </span></p></li>\r
\r
- <li class=kadov-p><p class="whs7"><span style="font-weight: bold;"><B>Zoom \r
+ <li class=kadov-p><p class="whs8"><span style="font-weight: bold;"><B>Zoom \r
at first selected point -</B></span> This value is used to define the focal \r
distance at the first selected point (at the end of the movement of the \r
camera). This value is a ratio that will be multiplied by the current \r
zoom value.</p></li>\r
\r
- <li class=kadov-p><p class="whs9">Number \r
+ <li class=kadov-p><p class="whs10">Number \r
of steps between two positions - <span style="font-weight: normal;">defines \r
the smoothness of camera movement at selection by the number of iterations. \r
If set to 1 the camera is zoomed and centered at the point momentarily. \r
Greater numbers mean very slow camera movement.</span> </p></li>\r
\r
- <li class=kadov-p><p class="whs10">Display \r
+ <li class=kadov-p><p class="whs11">Display \r
parent mesh element - <span style="font-weight: normal;">allows to visualize \r
or hide the parent mesh element of the selected gauss point.</span> </p></li>\r
</ul>\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\nXY plots\nPlot2D Viewer");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Plot 2D viewer</h1>\r
\r
<p><span style="font-weight: bold;"><B>Plot 2d viewer</B></span> is destined to \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nPlot 3D presentation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Plot 3D presentation</h1>\r
\r
<p><span style="font-weight: bold;"><B><img src="i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs1">Plot 3D</B></span> is a presentation \r
<style type="text/css">\r
<!--\r
img_whs1 { border:none; float:none; width:30px; height:30px; border-style:none; }\r
-p.whs2 { font-weight:bold; }\r
-p.whs3 { font-weight:bold; margin-left:40px; }\r
-img_whs4 { border:none; width:511px; height:244px; border-style:none; }\r
-p.whs5 { margin-left:36px; }\r
-img_whs6 { border:none; width:485px; height:141px; border-style:none; }\r
-img_whs7 { border:none; width:484px; height:139px; border-style:none; }\r
-p.whs8 { font-weight:bold; margin-left:0px; }\r
-img_whs9 { border:none; width:186px; height:175px; float:none; border-style:none; }\r
-img_whs10 { border:none; width:191px; height:175px; float:none; border-style:none; }\r
-p.whs11 { margin-left:40px; text-indent:-28px; font-weight:bold; }\r
-p.whs12 { margin-left:0px; font-style:normal; }\r
-p.whs13 { margin-left:80px; font-style:italic; }\r
-p.whs14 { margin-left:80px; font-style:italic; text-align:center; }\r
-img_whs15 { border:none; width:418px; height:154px; float:none; border-style:none; }\r
+p.whs2 { font-weight:bold; margin-left:120px; }\r
+img_whs3 { border:none; border-style:none; width:200px; height:150px; float:none; }\r
+p.whs4 { font-weight:bold; }\r
+p.whs5 { font-weight:bold; margin-left:40px; }\r
+img_whs6 { border:none; width:511px; height:244px; border-style:none; }\r
+p.whs7 { margin-left:36px; }\r
+img_whs8 { border:none; width:485px; height:141px; border-style:none; }\r
+img_whs9 { border:none; width:484px; height:139px; border-style:none; }\r
+p.whs10 { font-weight:bold; margin-left:0px; }\r
+img_whs11 { border:none; width:186px; height:175px; float:none; border-style:none; }\r
+img_whs12 { border:none; width:191px; height:175px; float:none; border-style:none; }\r
+p.whs13 { margin-left:40px; text-indent:-28px; font-weight:bold; }\r
+p.whs14 { margin-left:0px; font-style:normal; }\r
+p.whs15 { margin-left:80px; font-style:italic; }\r
+p.whs16 { margin-left:80px; font-style:italic; text-align:center; }\r
+img_whs17 { border:none; width:418px; height:154px; float:none; border-style:none; }\r
-->\r
</style><script type="text/javascript" language="JavaScript">\r
<!--\r
if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4))\r
{\r
var strNSS = "<style type='text/css'>";\r
- strNSS += "p.whs8 {margin-left:1pt; }";\r
- strNSS += "p.whs11 {text-indent:1pt; }";\r
- strNSS += "p.whs12 {margin-left:1pt; }";\r
+ strNSS += "p.whs10 {margin-left:1pt; }";\r
+ strNSS += "p.whs13 {text-indent:1pt; }";\r
+ strNSS += "p.whs14 {margin-left:1pt; }";\r
strNSS +="</style>";\r
document.write(strNSS);\r
}\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nGauss Points Presentations\nPrimitive Types");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Primitive Types</h1>\r
\r
<p><span style="font-weight: bold;"><B><img src="i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs1"></B></span>Gauss Point presentations \r
within the 3D scene. At a given computed size, a primitive will be bigger \r
when it is close to the camera and smaller at a distance. </p>\r
\r
+<p class="whs2"><img src="pics/image30.gif" x-maintain-ratio="TRUE" width="200px" height="150px" border="0" class="img_whs3"></p>\r
+\r
<p>There are three Basic primitive types which can be used in Gauss Points \r
presentations: <span style="font-weight: bold;"><B>Point Sprites, Open GL \r
Points</B></span> and <span style="font-weight: bold;"><B>Geometrical Spheres.</B></span></p>\r
\r
<p> </p>\r
\r
-<p class="whs2">Point Sprites</p>\r
+<p class="whs4">Point Sprites</p>\r
\r
-<p class="whs2"> </p>\r
+<p class="whs4"> </p>\r
\r
-<p class="whs3"><img src="image33.jpg" width="511px" height="244px" border="0" class="img_whs4"></p>\r
+<p class="whs5"><img src="image33.jpg" width="511px" height="244px" border="0" class="img_whs6"></p>\r
\r
-<p class="whs2"> </p>\r
+<p class="whs4"> </p>\r
\r
<p>Each <span style="font-weight: bold;"><B>Point Sprite</B></span> is visualised \r
in 3D Viewer with two 16*16 textures: <span style="font-weight: bold;"><B>Main \r
you can browse for other .bmp, .png or .jpg files to be used as textures. \r
</p>\r
\r
-<p><span style="font-weight: bold;"><B>Alpha Channel Threshold</B></span> defines \r
- the level of transparency ranging from 0 to 1. </p>\r
+<p class="whs4">Alpha Channel Threshold <span style="font-weight: normal;">defines \r
+ the level of transparency ranging from 0 to 1.</span> </p>\r
\r
<p>The default sizes of point sprites are computed by the system, therefore, \r
these parameters cannot be defined in the preferences, however, the <span \r
\r
<p> </p>\r
\r
-<p class="whs2">OpenGL Points</p>\r
+<p class="whs4">OpenGL Points</p>\r
\r
-<p class="whs2"> </p>\r
+<p class="whs4"> </p>\r
\r
-<p class="whs5"> <img src="image30.gif" width="485px" height="141px" border="0" class="img_whs6"></p>\r
+<p class="whs7"> <img src="image30.gif" width="485px" height="141px" border="0" class="img_whs8"></p>\r
\r
<p> </p>\r
\r
\r
<p> </p>\r
\r
-<p class="whs2">Geometrical Spheres</p>\r
+<p class="whs4">Geometrical Spheres</p>\r
\r
-<p class="whs2"> </p>\r
+<p class="whs4"> </p>\r
\r
-<p class="whs3"><img src="image31.gif" width="484px" height="139px" border="0" class="img_whs7"></p>\r
+<p class="whs5"><img src="image31.gif" width="484px" height="139px" border="0" class="img_whs9"></p>\r
\r
-<p class="whs8"> </p>\r
+<p class="whs10"> </p>\r
\r
-<p class="whs8">Geometrical Spheres <span \r
+<p class="whs10">Geometrical Spheres <span \r
style="font-weight: normal;">display results using a standard sphere with \r
a number of faces be defined thought a </span>Resolution<span style="font-weight: normal;"> \r
parameter. By default the </span>Resolution<span style="font-weight: normal;"> \r
the formula: NbrFaces = 2*Resolution x [Resolution-2] \r
and displayed to the end-user for information purpose.</span></p>\r
\r
-<p class="whs8"><span style="font-weight: normal;">in \r
+<p class="whs10"><span style="font-weight: normal;">in \r
the pictures you can see the spheres with </span>Resolution<span style="font-weight: normal;"> \r
- of</span> <span style="font-size: 36pt;"><font size=7 style="font-size:36pt;">8</font></span> <span style="font-weight: normal;"><img src="pics/image87.gif" x-maintain-ratio="TRUE" width="186px" height="175px" border="0" class="img_whs9"> and \r
- </span><span style="font-size: 36pt;"><font size=7 style="font-size:36pt;">6<img src="pics/image88.gif" x-maintain-ratio="TRUE" width="191px" height="175px" border="0" class="img_whs10"></font></span></p>\r
+ of</span> <span style="font-size: 36pt;"><font size=7 style="font-size:36pt;">8</font></span> <span style="font-weight: normal;"><img src="pics/image87.gif" x-maintain-ratio="TRUE" width="186px" height="175px" border="0" class="img_whs11"> and \r
+ </span><span style="font-size: 36pt;"><font size=7 style="font-size:36pt;">6<img src="pics/image88.gif" x-maintain-ratio="TRUE" width="191px" height="175px" border="0" class="img_whs12"></font></span></p>\r
\r
-<p class="whs11"> </p>\r
+<p class="whs13"> </p>\r
\r
-<p class="whs12"><span style="font-weight: bold;"><B>Notify \r
+<p class="whs14"><span style="font-weight: bold;"><B>Notify \r
when number of faces exceeds </B></span>prompts the user by a dialog to continue \r
or to cancel the display operation if the number of faces is greater than \r
the number defined in the menu. </p>\r
\r
-<p class="whs13"> </p>\r
+<p class="whs15"> </p>\r
\r
-<p align="center" class="whs14"><img src="pics/warning.png" x-maintain-ratio="TRUE" width="418px" height="154px" border="0" class="img_whs15"></p>\r
+<p align="center" class="whs16"><img src="pics/warning.png" x-maintain-ratio="TRUE" width="418px" height="154px" border="0" class="img_whs17"></p>\r
\r
-<p class="whs2"> </p>\r
+<p class="whs4"> </p>\r
\r
<p> </p>\r
\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nGauss Points Presentations\nScalar Bar");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Scalar Bar</h1>\r
\r
<p><span style="font-weight: bold;"><B><img src="i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs1"></B></span>Gauss Points Presentations \r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nScalar Map on Deformed Shape presentation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Scalar Map on Deformed Shape presentation</h1>\r
\r
<p><span style="font-weight: bold;"><B><img src="i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs1"> Scalar Map on Deformed \r
img_whs3 { border:none; width:28px; height:29px; border-style:none; }\r
p.whs4 { margin-left:40px; }\r
img_whs5 { border:none; width:637px; height:545px; float:none; border-style:none; }\r
-img_whs6 { border:none; width:450px; height:264px; border-style:none; }\r
-img_whs7 { border:none; width:636px; height:552px; float:none; border-style:none; }\r
-img_whs8 { border:none; width:449px; height:215px; border-style:none; }\r
+p.whs6 { margin-left:120px; }\r
+img_whs7 { border:none; border-style:none; width:283px; height:177px; float:none; }\r
+img_whs8 { border:none; width:450px; height:264px; border-style:none; }\r
+img_whs9 { border:none; width:636px; height:552px; float:none; border-style:none; }\r
+p.whs10 { margin-left:200px; }\r
+img_whs11 { border:none; border-style:none; width:154px; height:173px; float:none; }\r
+img_whs12 { border:none; width:449px; height:215px; border-style:none; }\r
-->\r
</style><script type="text/javascript" language="JavaScript" title="WebHelpInlineScript">\r
<!--\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nGauss Points Presentations\nSegmentation");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Segmentation</h1>\r
\r
<p><span style="font-weight: bold;"><B><img src="i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs1"> Segmentation</B></span> is \r
\r
<p> </p>\r
\r
-<p class="whs4"><img src="image37.jpg" width="450px" height="264px" border="0" class="img_whs6"></p>\r
+<p class="whs6"><img src="pics/image74.gif" x-maintain-ratio="TRUE" width="283px" height="177px" border="0" class="img_whs7"></p>\r
+\r
+<p> </p>\r
+\r
+<p class="whs4"><img src="image37.jpg" width="450px" height="264px" border="0" class="img_whs8"></p>\r
\r
<p> </p>\r
\r
\r
<p> </p>\r
\r
-<p class="whs4"><img src="pics/spheroid.png" x-maintain-ratio="TRUE" width="636px" height="552px" border="0" class="img_whs7"></p>\r
+<p class="whs4"><img src="pics/spheroid.png" x-maintain-ratio="TRUE" width="636px" height="552px" border="0" class="img_whs9"></p>\r
\r
<p> </p>\r
\r
\r
<p> </p>\r
\r
-<p class="whs4"><img src="image38.jpg" width="449px" height="215px" border="0" class="img_whs8"></p>\r
+<p class="whs10"><img src="pics/image117.gif" x-maintain-ratio="TRUE" width="154px" height="173px" border="0" class="img_whs11"></p>\r
+\r
+<p> </p>\r
+\r
+<p class="whs4"><img src="image38.jpg" width="449px" height="215px" border="0" class="img_whs12"></p>\r
\r
<p> </p>\r
\r
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nField presentations\nGauss Points Presentations\nTypes of Gauss Points Presentations");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>Types of Gauss Points Presentations</h1>\r
\r
<p><span style="font-weight: bold;"><B><img src="i_blue.jpg" x-maintain-ratio="TRUE" width="30px" height="30px" border="0" class="img_whs1"></B></span>There exist three \r
+++ /dev/null
-\r
-<html>\r
-<head><script language="javascript">\r
-<!--\r
-var sIcon="whstart.ico";\r
-var sPath=document.location.href;\r
-if (sPath.indexOf("http")!= -1)\r
- document.write("<link REL=\"SHORTCUT ICON\" href=\""+ sIcon +"\">");\r
-//-->\r
-</script>\r
- <title>Post-Pro Reference Manual</title>\r
- <meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
- <meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" >\r
-<!--\r
-if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-\r
-<script type="text/javascript" language="javascript" src="whstub.js"></script>\r
-<script language="javascript">\r
-<!--\r
-var nWebhelpNavPaneMode = 1; //1: DHTML 2:Applet 3:PureHTML 4:NoframeAt all\r
-var strPaneDHTML = "whskin_pdhtml.htm"; //whd_nvp10.htm if tab enabled, whnframe.htm if tab disabled.\r
-var strPaneApplet = "whskin_papplet.htm";\r
-var strPaneList = "whskin_plist.htm";\r
-var bNoApplet = false;\r
-\r
-var strPane = "";\r
-\r
-var nViewFrameType = -1;\r
-\r
-if (!window.gAgent)\r
-{\r
- // low end browser, we don't even try to determine it.\r
- document.location = "whnjs.htm";\r
-}\r
-else\r
-{\r
- if (!gbNav4&&!gbIE4&&!gbOpera7&&!gbSafari) \r
- document.location = "whnjs.htm";\r
- else if (gbNav4 && !gbNav6 && ((gnVerMinor <= 4.06)))\r
- document.location = "whnjs.htm";\r
- else if (gbMac && gbIE4 && !gbIE5) \r
- document.location = "whnjs.htm";\r
- //figure out which mode is the best\r
- else\r
- {\r
- nViewFrameType=nWebhelpNavPaneMode;\r
- if (nWebhelpNavPaneMode==1||nWebhelpNavPaneMode == 2)\r
- {\r
- var gbDHTML=(nWebhelpNavPaneMode==1);\r
- if (gbNav4) nViewFrameType = 2;\r
- if (gbNav4&&(gnVerMinor < 4.1)) nViewFrameType = 3;\r
- if (gbNav4&&(gnVerMinor == 4.6)) nViewFrameType = 3;\r
- if (gbIE4&&gbDHTML) nViewFrameType = 1;\r
- if (gbIE4&&gbSunOS&&nWebhelpNavPaneMode==2) nViewFrameType = 3;\r
- if (gbNav4&&gbSunOS&&nViewFrameType==2) nViewFrameType = 3;\r
- if (gbNav6&&gbDHTML) nViewFrameType = 1;\r
- if (gbNav6&&!gbNav61&&nWebhelpNavPaneMode == 2) nViewFrameType = 3;\r
- if (gbMac) nViewFrameType = 3;\r
- if (gbOpera7&&nViewFrameType == 2) nViewFrameType = 3;\r
- if ((bNoApplet)&&(nViewFrameType == 2)) nViewFrameType = 3;\r
- }\r
- }\r
-}\r
-\r
-if (nViewFrameType!=-1)\r
-{\r
- var gbWindows = ((gAgent.indexOf("win") != -1) || (gAgent.indexOf("16bit") != -1));\r
- //The colordepth of the 16 color on Windows is 1. \r
- if ((gbWindows) && (gbNav4) && (window.screen) && (window.screen.colorDepth <= 4))\r
- {\r
- alert("WebHelp has detected that your display is set to 16 colors. For full WebHelp support, please set your display to use 256 or more colors.");\r
- nViewFrameType = 3;\r
- }\r
-\r
- //figure out which one is navpane\r
- // ReplaceMark:nViewFrameType = 1\r
- if (nViewFrameType == 1)\r
- {\r
- if (gbNav4 && !gbNav6)\r
- strPane = strPaneList;\r
- else\r
- strPane = strPaneDHTML;\r
- }\r
- else if (nViewFrameType == 2)\r
- strPane = strPaneApplet;\r
- else\r
- strPane = strPaneList;\r
-}\r
-//-->\r
-</script>\r
-<script type="text/javascript" language="javascript" src="whstart.js"></script>\r
-<script type="text/javascript" language="javascript">\r
-<!--\r
-if (!gbIE4&&!gbNav4&&!gbOpera7&&!gbSafari)\r
- document.location = "whnjs.htm";\r
-\r
-function CMRAgent( strID, strURL, strLabel, strFrameAttr )\r
-{\r
- this.m_strID = strID;\r
- this.m_strURL = strURL;\r
- this.m_strLabel = strLabel;\r
- this.m_strFrameAttr = strFrameAttr;\r
-}\r
-\r
-function CMRServer()\r
-{\r
- this.m_cAgents = new Array;\r
-}\r
-var cMRServer = new CMRServer;\r
-// GetServerInfo\r
-// Registry the agent array handled by webhelp\r
-// ReplaceMark:MRServer.strServerData\r
-//-->\r
-</script>\r
-\r
-<script type="text/javascript" language="javascript">\r
-<!--\r
-if (nViewFrameType!=-1)\r
-{\r
- var strHTML = "<frameset rows=\"32,*\" hostof=\"parent:toolbar!startpage:yes\" frameborder=\"0\" border=\"0\"><frame src=\"whskin_tbars.htm\" id=\"toolbar\" frameborder=\"0\" border=\"0\" scrolling=\"no\" noresize marginheight=\"0\" marginwidth=\"0\" title=\"Toolbar\"></frame><frame src=\"whskin_frmset01.htm\" frameborder=\"1\" border=\"1\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\"></frame></frameset>";\r
- document.write(strHTML);\r
-}\r
-//-->\r
-</script>\r
-\r
-<frameset cols="100%,*" frameborder=no border=0>\r
- <frame src="whnjs.htm">\r
- <frame src="whskin_blank.htm" noresize>\r
-</frameset>\r
-\r
-</html>
\ No newline at end of file
|SourceProjectName:VISU.hpr\r
-|DestinationProjectName:visu.htm\r
+|DestinationProjectName:index.htm\r
whhost.js\r
whmsg.js\r
whmozemu.js\r
whcsh_home.htm\r
whcshdata.htm\r
cshdat_robohelp.htm\r
-wht_tab0.gif\r
-wht_tab1.gif\r
-wht_tab2.gif\r
-wht_tab3.gif\r
-wht_tab4.gif\r
-wht_tab5.gif\r
-wht_tab6.gif\r
-wht_tab7.gif\r
-wht_tab8.gif\r
-wht_glo_h.gif\r
-wht_glo_n.gif\r
-wht_fts_h.gif\r
-wht_fts_n.gif\r
-wht_idx_h.gif\r
-wht_idx_n.gif\r
-wht_toc_h.gif\r
-wht_toc_n.gif\r
-wht_ws.gif\r
-wht_ws_g.gif\r
-wht_logo1.gif\r
-wht_logo2.gif\r
-wht_abgw.jpg\r
-wht_abgi.jpg\r
-wht_abge.jpg\r
-wht_abtw.jpg\r
-wht_abte.jpg\r
-wht_abti.jpg\r
-wht_spac.gif\r
-wht_next.gif\r
-wht_next_g.gif\r
-wht_prev.gif\r
-wht_prev_g.gif\r
-wht_sync.gif\r
-wht_hide.gif\r
-wht_go.gif\r
-whstart.ico\r
-whestart.ico\r
-whrstart.ico\r
+whd_topic.xml\r
+whd_nvp10.htm\r
+whd_nvp20.htm\r
+whd_tabs.htm\r
+whd_dpns.htm\r
+whd_tab0.gif\r
+whd_tab1.gif\r
+whd_tab2.gif\r
+whd_tab3.gif\r
+whd_tab4.gif\r
+whd_tab5.gif\r
+whd_tab6.gif\r
+whd_tab7.gif\r
+whd_tab8.gif\r
+whd_toc1.gif\r
+whd_toc2.gif\r
+whd_toc3.gif\r
+whd_toc4.gif\r
+whd_show0.gif\r
+whd_show1.gif\r
+whd_show2.gif\r
+whd_hide0.gif\r
+whd_hide1.gif\r
+whd_hide2.gif\r
+whd_sync0.gif\r
+whd_sync1.gif\r
+whd_sync2.gif\r
+whd_prev0.gif\r
+whd_prev1.gif\r
+whd_prev2.gif\r
+whd_next0.gif\r
+whd_next1.gif\r
+whd_next2.gif\r
+whd_wbsh0.gif\r
+whd_wbsh1.gif\r
+whd_wbsh2.gif\r
whidhtml.htm\r
whfdhtml.htm\r
-whskin_banner.htm\r
-whtbar.js\r
-whskin_pdhtml.htm\r
-whskin_papplet.htm\r
-whskin_plist.htm\r
-whskin_tbars.htm\r
-whskin_mbars.htm\r
-wht_toc4.gif\r
-wht_toc1.gif\r
-wht_toc2.gif\r
-wht_toc3.gif\r
-whskin_frmset010.htm\r
-whst_topics.xml\r
-whskin_frmset01.htm\r
-visu_hha.hhk\r
-visu.hhc\r
-visu.hhk\r
+index_hha.hhk\r
+index.hhc\r
+index.hhk\r
animation_in_gauss_viewer.htm\r
clipping.htm\r
creating_tables.htm\r
files\wireframe.htm\r
gauss_points_presentation.htm\r
gauss_viewer.htm\r
+navigation_with_keyboard_and_spacemouse.htm\r
picking.htm\r
plot2d_viewer.htm\r
plot_3d_presentation.htm\r
ehelp.xml\r
robohhre.lng\r
texture_horiz_ltbluebubbles.jpg\r
-visu.glo\r
+index.glo\r
default.css\r
+pics\image51.gif\r
pics\smds-example.png\r
pics\image84.gif\r
pics\cutlinesprsnt.png\r
image20.jpg\r
tip1.gif\r
pics\scalarmapicon.jpg\r
+pics\image74.gif\r
+pics\image52.gif\r
+pics\image30.gif\r
pics\arrangeactors1.png\r
pics\image96.gif\r
pics\cutplpresent.png\r
note1.gif\r
pics\wireframe.jpg\r
pics\visuicon.jpg\r
+pics\image53.gif\r
pics\image97.gif\r
image41.gif\r
pics\plot3d.png\r
image30.gif\r
image33.jpg\r
+pics\image54.gif\r
image20.gif\r
pics\image98.gif\r
pics\image87.gif\r
q_blue.jpg\r
pics\cellsel.jpg\r
pics\isosurf.jpg\r
+pics\image55.gif\r
pics\plot3d-example.png\r
pics\image99.gif\r
image43.gif\r
pics\fitdatarange.png\r
image22.gif\r
pics\begining.jpg\r
+pics\image46.gif\r
image23.gif\r
image1.jpg\r
image12.gif\r
image34.gif\r
pics\cutplanes.png\r
pics\cutlinesicon.jpg\r
+pics\image69.gif\r
+pics\image47.gif\r
image2.jpg\r
pics\smds-example1.png\r
image13.gif\r
pics\scalarrangesn.png\r
pics\streamlinesicon.jpg\r
pics\defshapeicon.jpg\r
+pics\image48.gif\r
image3.jpg\r
image47.gif\r
image14.gif\r
pics\speed.jpg\r
pics\next.jpg\r
pics\run.jpg\r
+pics\image49.gif\r
image26.gif\r
image4.jpg\r
image1.gif\r
pics\deformedshape.png\r
image16.gif\r
image19.jpg\r
+pics\blue_up.jpg\r
+pics\blue_left.jpg\r
image3.gif\r
image39.gif\r
image17.gif\r
pics\editplot2dpresentation.png\r
pics\cutlines.png\r
pics\importfromfile.png\r
+pics\image117.gif\r
+pics\blue_right.jpg\r
pics\arrangeactors.png\r
pics\graduatedaxes1.png\r
pics\image91.gif\r
pics\dataonelements2.png\r
pics\animatdef.jpg\r
pics\end.jpg\r
+pics\blue_down.jpg\r
pics\neo-transparency.png\r
pics\image81.gif\r
image6.gif\r
pics\vecticon.jpg\r
pics\shrink.jpg\r
i_blue.jpg\r
+pics\image50.gif\r
pics\image83.gif\r
pics\image109.gif\r
image8.gif\r
pics\exporttable.png\r
pics\deformedshapesn.png\r
ehlpdhtm.js\r
-visu.ppf\r
+index.ppf\r
ss_btn_related_topics.gif\r
default_ns.css\r
whxdata\whtdata0.xml\r
whgdata\whlstf8.htm\r
whgdata\whlstf9.htm\r
whgdata\whlstg0.htm\r
-visu.htm\r
-visu_csh.htm\r
-visu_rhc.htm\r
+index.htm\r
+index_csh.htm\r
+index_rhc.htm\r
+++ /dev/null
-<html>\r
-<head>\r
-<title>Post-Pro Reference Manual</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<script language="javascript" src="whutils.js"></script>\r
-<script language="javascript">\r
-<!--\r
-var gCSHFileName = "whc_data.htm";\r
-var gCSHSuffixName1 = "_csh.html";\r
-var gCSHSuffixName2 = "_csh.htm";\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-gCSHFileName="cshdat_webhelp.htm";\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-var gasProj = new Array();\r
-gasProj[0] = _getPath(document.location.href);\r
-var gCurrent = 0;\r
-\r
-function addProject(strProj)\r
-{\r
- var len = gasProj.length;\r
- if (strProj)\r
- {\r
- strProj = _replaceSlash(strProj);\r
- if (strProj.lastIndexOf("/") != strProj.length - 1)\r
- strProj += "/";\r
- var strPPath = _getFullPath(_getPath(document.location.href), strProj);\r
- var bFound = false;\r
- for (var i = 0; i < len; i ++)\r
- {\r
- if (isSamePath(gasProj[i], strPPath))\r
- {\r
- bFound = true;\r
- break;\r
- }\r
- }\r
- if (!bFound)\r
- gasProj[len] = strPPath;\r
- }\r
-}\r
-\r
-function isSamePath(strPath1, strPath2)\r
-{\r
- return strPath1.toLowerCase() == strPath2.toLowerCase();\r
-}\r
-\r
-function goNext()\r
-{\r
- gCurrent ++;\r
- var len = gasProj.length;\r
- if (gCurrent >= len)\r
- return getHomePage()\r
- else\r
- frames["csh"].location = gasProj[gCurrent] + gCSHFileName;\r
- return "";\r
-}\r
-\r
-function getRelHomePage(strLocation)\r
-{\r
- var strCurPPath = _getPath(strLocation);\r
- var strOriPPath = _getPath(getHomePage());\r
- var strRelPath = _getRelativeFileName(strOriPPath, strCurPPath);\r
- var strURL = getHomePage() + "#" + strRelPath;\r
- return strURL;\r
-}\r
-\r
-function getHomePage()\r
-{\r
- var strHomePage;\r
- var strTmp = location.toString();\r
- var nPos = strTmp.indexOf("#");\r
- if (nPos != -1)\r
- {\r
- strHomePage = strTmp.substring(0, nPos);\r
- }\r
- else\r
- {\r
- strHomePage = strTmp;\r
- }\r
- var nPos1 = strHomePage.indexOf(gCSHSuffixName1);\r
- var nPos = strHomePage.indexOf(gCSHSuffixName2);\r
- if (nPos != -1)\r
- {\r
- strHomePage = strHomePage.substring(0,nPos);\r
- if (nPos1 != -1)\r
- strHomePage += ".html";\r
- else\r
- strHomePage += ".htm";\r
- }\r
- return strHomePage;\r
-}\r
-//-->\r
-</script>\r
-</head>\r
-<frameset rows="1,*">\r
-<frame name="dumb" src="about:blank"></frame>\r
-<frame name="csh" src="cshdat_webhelp.htm"></frame> \r
-</frameset>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>Post-Pro Reference Manual</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<script language="javascript" src="whutils.js"></script>\r
-<script language="javascript">\r
-<!--\r
-var gCSHFileName = "whc_data.htm";\r
-var gCSHSuffixName1 = "_rhc.html";\r
-var gCSHSuffixName2 = "_rhc.htm";\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-gCSHFileName="cshdat_robohelp.htm";\r
-//-->\r
-</script>\r
-<script language="javascript">\r
-<!--\r
-var gasProj = new Array();\r
-gasProj[0] = _getPath(document.location.href);\r
-var gCurrent = 0;\r
-\r
-function addProject(strProj)\r
-{\r
- var len = gasProj.length;\r
- if (strProj)\r
- {\r
- strProj = _replaceSlash(strProj);\r
- if (strProj.lastIndexOf("/") != strProj.length - 1)\r
- strProj += "/";\r
- var strPPath = _getFullPath(_getPath(document.location.href), strProj);\r
- var bFound = false;\r
- for (var i = 0; i < len; i ++)\r
- {\r
- if (isSamePath(gasProj[i], strPPath))\r
- {\r
- bFound = true;\r
- break;\r
- }\r
- }\r
- if (!bFound)\r
- gasProj[len] = strPPath;\r
- }\r
-}\r
-\r
-function isSamePath(strPath1, strPath2)\r
-{\r
- return strPath1.toLowerCase() == strPath2.toLowerCase();\r
-}\r
-\r
-function goNext()\r
-{\r
- gCurrent ++;\r
- var len = gasProj.length;\r
- if (gCurrent >= len)\r
- return getHomePage()\r
- else\r
- frames["csh"].location = gasProj[gCurrent] + gCSHFileName;\r
- return "";\r
-}\r
-\r
-function getRelHomePage(strLocation)\r
-{\r
- var strCurPPath = _getPath(strLocation);\r
- var strOriPPath = _getPath(getHomePage());\r
- var strRelPath = _getRelativeFileName(strOriPPath, strCurPPath);\r
- var strURL = getHomePage() + "#" + strRelPath;\r
- return strURL;\r
-}\r
-\r
-function getHomePage()\r
-{\r
- var strHomePage;\r
- var strTmp = location.toString();\r
- var nPos = strTmp.indexOf("#");\r
- if (nPos != -1)\r
- {\r
- strHomePage = strTmp.substring(0, nPos);\r
- }\r
- else\r
- {\r
- strHomePage = strTmp;\r
- }\r
- var nPos1 = strHomePage.indexOf(gCSHSuffixName1);\r
- var nPos = strHomePage.indexOf(gCSHSuffixName2);\r
- if (nPos != -1)\r
- {\r
- strHomePage = strHomePage.substring(0,nPos);\r
- if (nPos1 != -1)\r
- strHomePage += ".html";\r
- else\r
- strHomePage += ".htm";\r
- }\r
- return strHomePage;\r
-}\r
-//-->\r
-</script>\r
-</head>\r
-<frameset rows="1,*">\r
-<frame name="dumb" src="about:blank"></frame>\r
-<frame name="csh" src="cshdat_robohelp.htm"></frame> \r
-</frameset>\r
-</html>
\ No newline at end of file
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>idl/VISU_Gen.idl</h1><a href="VISU__Gen_8idl.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Copyright (C) 2003 CEA/DEN, EDF R&D</span>
+<a name="l00002"></a>00002 <span class="comment">//</span>
+<a name="l00003"></a>00003 <span class="comment">//</span>
+<a name="l00004"></a>00004 <span class="comment">//</span>
+<a name="l00005"></a>00005 <span class="comment">// File : VISU_Gen.idl</span>
+<a name="l00006"></a>00006 <span class="comment">// Author : Alexey Petrov</span>
+<a name="l00007"></a>00007
+<a name="l00014"></a>00014 <span class="preprocessor">#ifndef __VISU_GEN__</span>
+<a name="l00015"></a>00015 <span class="preprocessor"></span><span class="preprocessor">#define __VISU_GEN__</span>
+<a name="l00016"></a>00016 <span class="preprocessor"></span>
+<a name="l00017"></a>00017 <span class="preprocessor">#include "SALOME_Exception.idl"</span>
+<a name="l00018"></a>00018 <span class="preprocessor">#include "SALOME_GenericObj.idl"</span>
+<a name="l00019"></a>00019 <span class="preprocessor">#include "SALOME_Component.idl"</span>
+<a name="l00020"></a>00020 <span class="preprocessor">#include "SALOMEDS.idl"</span>
+<a name="l00021"></a>00021 <span class="preprocessor">#include "SALOMEDS_Attributes.idl"</span>
+<a name="l00022"></a>00022 <span class="preprocessor">#include "MED.idl"</span>
+<a name="l00023"></a>00023
+<a name="l00027"></a>00027 module VISU {
+<a name="l00028"></a>00028 <span class="comment">//-------------------------------------------------------</span>
+<a name="l00029"></a><a class="code" href="namespaceVISU.html#c62012e4273b0b0806cf08bf92a788a7">00029</a> <span class="keyword">typedef</span> <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> <a class="code" href="namespaceVISU.html#c62012e4273b0b0806cf08bf92a788a7">IdType</a>;
+<a name="l00030"></a>00030
+<a name="l00035"></a><a class="code" href="namespaceVISU.html#3cb1d6c603c44c6047d950e4a4724670">00035</a> <span class="keyword">enum</span> <a class="code" href="namespaceVISU.html#3cb1d6c603c44c6047d950e4a4724670">Scaling</a>{ <a class="code" href="namespaceVISU.html#3cb1d6c603c44c6047d950e4a472467096027b4435ec88065499f1bd0443c1d0">LINEAR</a>,
+<a name="l00036"></a><a class="code" href="namespaceVISU.html#3cb1d6c603c44c6047d950e4a4724670b90da0ae947772de8ddb3d44e0438d65">00036</a> <a class="code" href="namespaceVISU.html#3cb1d6c603c44c6047d950e4a4724670b90da0ae947772de8ddb3d44e0438d65">LOGARITHMIC</a>
+<a name="l00037"></a>00037 };
+<a name="l00038"></a>00038
+<a name="l00043"></a><a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">00043</a> <span class="keyword">enum</span> <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a>{ <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601ab5dfae0efc17a2cef0979bda81e020a">NODE</a>,
+<a name="l00044"></a>00044 <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f2760174b87bffbcbdd2583de4aa65047b8e15">EDGE</a>,
+<a name="l00045"></a>00045 <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f276014e272c8d19260215368ab32560ebb7e2">FACE</a>,
+<a name="l00046"></a><a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f276014dd25122ffd8b57c789c56039b756737">00046</a> <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f276014dd25122ffd8b57c789c56039b756737">CELL</a>
+<a name="l00047"></a>00047 };
+<a name="l00048"></a>00048
+<a name="l00053"></a><a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505">00053</a> <span class="keyword">enum</span> <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505">VISUType</a> {
+<a name="l00054"></a>00054 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505f46f97ca11adf0444163a144cf29ab13">TNONE</a>,
+<a name="l00055"></a>00055 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505c6d9b77cf674551b1cf2179ff42781f0">TCURVE</a>,
+<a name="l00056"></a>00056 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505e079bcfbc71945ab03281cf510171d26">TTABLE</a>,
+<a name="l00057"></a>00057 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505965ef5d3ad806032d110867995b06e90">TCONTAINER</a>,
+<a name="l00058"></a>00058 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505661bdd7054541ec3684ef3d3fcc672a0">TMESH</a>,
+<a name="l00059"></a>00059 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b05050960e75e1598e360545b0183bfd9cb95">TSCALARMAP</a>,
+<a name="l00060"></a>00060 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b05051795ef8abdb65f60e29509b196b6d2ad">TISOSURFACE</a>,
+<a name="l00061"></a>00061 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b05059690f6678b90c5197640d9c72cdb01fd">TDEFORMEDSHAPE</a>,
+<a name="l00062"></a>00062 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b05056bf835dd96cc7162efab6f850cffcd95">TSCALARMAPONDEFORMEDSHAPE</a>,
+<a name="l00063"></a>00063 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505ce563a71f490cf21887b6a85d1b81592">TGAUSSPOINTS</a>,
+<a name="l00064"></a>00064 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b05055b20108e5fd99c1c6957b13ae4c4e821">TPLOT3D</a>,
+<a name="l00065"></a>00065 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b050534c331c752baaaccb976018ecf2e53bc">TCUTPLANES</a>,
+<a name="l00066"></a>00066 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b05059c6b6e8056dd1bd6fd0c4ea3328bcc17">TCUTLINES</a>,
+<a name="l00067"></a>00067 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505911ef60269dcac4c732d790995896ed0">TVECTORS</a>,
+<a name="l00068"></a>00068 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b05052268a72efecbd9a06447b63e1c54b6f2">TSTREAMLINES</a>,
+<a name="l00069"></a>00069 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b050504419b3b862ecbd3b02ccf23c3543335">TVISUGEN</a>,
+<a name="l00070"></a>00070 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b05050e959877d50f85d7ee40b0ef146bf0ce">TVIEWMANAGER</a>,
+<a name="l00071"></a>00071 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b05050acc53310e74049525934b8a2c1bf982">TRESULT</a>,
+<a name="l00072"></a>00072 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b05050ad90d55da57038b69a0f37bea9e93e3">TXYPLOT</a>,
+<a name="l00073"></a>00073 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b050585ad2c2bc11c65cc83e7723aa3b9ca43">TTABLEVIEW</a>,
+<a name="l00074"></a>00074 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b050589621dec5daff308a7875cd3f354b2e3">TVIEW3D</a>,
+<a name="l00075"></a>00075 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b05057fa257b6dd9bafe9fb6a872e7a574933">TGAUSSVIEW</a>,
+<a name="l00076"></a>00076 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b050549b445831a583d858fc5d7b7fb77f360">TENTITY</a>,
+<a name="l00077"></a>00077 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b05059934d0c1500fbbaaae397336d01249c7">TFAMILY</a>,
+<a name="l00078"></a>00078 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505561c80c0d2ae06bb4c99533fa6d818b1">TGROUP</a>,
+<a name="l00079"></a>00079 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b050510be29a83a16fcc206a046eccc6fbda4">TFIELD</a>,
+<a name="l00080"></a>00080 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505198236cbe5a729c333beae7c82cadead">TTIMESTAMP</a>,
+<a name="l00081"></a>00081 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b050569ee0801ab47b8d250ed07abbf0c8dcf">TANIMATION</a>,
+<a name="l00082"></a>00082 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505c9355c9018e38c117367c28e91210a20">TALL</a>
+<a name="l00083"></a>00083 };
+<a name="l00084"></a>00084
+<a name="l00085"></a><a class="code" href="interfaceVISU_1_1Base.html">00085</a> interface <a class="code" href="interfaceVISU_1_1Base.html">Base</a> {
+<a name="l00089"></a>00089 IdType GetID();
+<a name="l00090"></a>00090
+<a name="l00094"></a>00094 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505">VISUType</a> GetType();
+<a name="l00095"></a>00095 };
+<a name="l00096"></a>00096
+<a name="l00102"></a><a class="code" href="interfaceVISU_1_1RemovableObject.html">00102</a> interface <a class="code" href="interfaceVISU_1_1RemovableObject.html">RemovableObject</a> : <a class="code" href="interfaceVISU_1_1Base.html">Base</a> {
+<a name="l00106"></a>00106 <span class="keywordtype">void</span> <a class="code" href="namespaceVISU.html#a60dd384c8fd21796a5a45d339735ea5">RemoveFromStudy</a>();
+<a name="l00107"></a>00107 };
+<a name="l00108"></a>00108
+<a name="l00113"></a><a class="code" href="interfaceVISU_1_1PrsObject.html">00113</a> interface <a class="code" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> : <a class="code" href="interfaceVISU_1_1RemovableObject.html">RemovableObject</a> {
+<a name="l00114"></a>00114 };
+<a name="l00115"></a>00115
+<a name="l00116"></a>00116 <span class="comment">//-------------------------------------------------------</span>
+<a name="l00121"></a><a class="code" href="interfaceVISU_1_1Table.html">00121</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1Table.html">Table</a> : <a class="code" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> {
+<a name="l00126"></a>00126 <span class="keywordtype">void</span> SetTitle(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theTitle);
+<a name="l00127"></a>00127
+<a name="l00132"></a>00132 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> GetTitle();
+<a name="l00133"></a>00133
+<a name="l00137"></a><a class="code" href="interfaceVISU_1_1Table.html#5d1ad9cbca7f19e83e18e3ba4189a3c8">00137</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1Table.html#5d1ad9cbca7f19e83e18e3ba4189a3c8">Orientation</a> {
+<a name="l00138"></a>00138 HORIZONTAL,
+<a name="l00139"></a><a class="code" href="interfaceVISU_1_1Table.html#5d1ad9cbca7f19e83e18e3ba4189a3c8b9a6f8cd46d5e7c5f93e384e7654ef83">00139</a> VERTIACAL
+<a name="l00140"></a>00140 };
+<a name="l00141"></a>00141
+<a name="l00147"></a>00147 <span class="keywordtype">void</span> SetOrientation(in <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> theOrientation);
+<a name="l00148"></a>00148
+<a name="l00154"></a>00154 <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> GetOrientation();
+<a name="l00155"></a>00155
+<a name="l00160"></a>00160 <span class="keywordtype">long</span> GetNbRows();
+<a name="l00161"></a>00161
+<a name="l00166"></a>00166 <span class="keywordtype">long</span> GetNbColumns();
+<a name="l00167"></a>00167 };
+<a name="l00168"></a>00168
+<a name="l00169"></a>00169 <span class="comment">//-------------------------------------------------------</span>
+<a name="l00175"></a><a class="code" href="interfaceVISU_1_1Curve.html">00175</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1Curve.html">Curve</a> : <a class="code" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> {
+<a name="l00180"></a>00180 <span class="keywordtype">void</span> SetTitle(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theTitle);
+<a name="l00181"></a>00181
+<a name="l00186"></a>00186 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> GetTitle();
+<a name="l00187"></a>00187
+<a name="l00193"></a>00193 <span class="keywordtype">void</span> SetColor(in SALOMEDS::Color theColor);
+<a name="l00194"></a>00194
+<a name="l00200"></a>00200 SALOMEDS::Color GetColor();
+<a name="l00201"></a>00201
+<a name="l00207"></a><a class="code" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a">00207</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a">MarkerType</a> { NONE,
+<a name="l00208"></a>00208 CIRCLE,
+<a name="l00209"></a>00209 RECTANGLE,
+<a name="l00210"></a>00210 DIAMOND,
+<a name="l00211"></a>00211 DTRIANGLE,
+<a name="l00212"></a>00212 UTRIANGLE,
+<a name="l00213"></a>00213 LTRIANGLE,
+<a name="l00214"></a>00214 RTRIANGLE,
+<a name="l00215"></a>00215 CROSS,
+<a name="l00216"></a>00216 XCROSS
+<a name="l00217"></a>00217 };
+<a name="l00218"></a>00218
+<a name="l00226"></a>00226 <span class="keywordtype">void</span> SetMarker(in MarkerType theType);
+<a name="l00227"></a>00227
+<a name="l00235"></a>00235 MarkerType GetMarker();
+<a name="l00236"></a>00236
+<a name="l00241"></a><a class="code" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de44">00241</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de44">LineType</a>{ VOIDLINE, SOLIDLINE, DASHLINE, DOTLINE, DASHDOTLINE, DASHDOTDOTLINE};
+<a name="l00242"></a>00242
+<a name="l00248"></a>00248 <span class="keywordtype">void</span> SetLine(in LineType theType, in <span class="keywordtype">long</span> theLineWidth);
+<a name="l00249"></a>00249
+<a name="l00254"></a>00254 LineType GetLine();
+<a name="l00255"></a>00255
+<a name="l00260"></a>00260 <span class="keywordtype">long</span> GetLineWidth();
+<a name="l00261"></a>00261 };
+<a name="l00262"></a>00262
+<a name="l00263"></a>00263 <span class="comment">//-------------------------------------------------------</span>
+<a name="l00269"></a><a class="code" href="interfaceVISU_1_1Container.html">00269</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1Container.html">Container</a> : <a class="code" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> {
+<a name="l00274"></a>00274 <span class="keywordtype">void</span> AddCurve(in <a class="code" href="interfaceVISU_1_1Curve.html">Curve</a> theCurve);
+<a name="l00275"></a>00275
+<a name="l00280"></a>00280 <span class="keywordtype">void</span> RemoveCurve(in <a class="code" href="interfaceVISU_1_1Curve.html">Curve</a> theCurve);
+<a name="l00281"></a>00281
+<a name="l00286"></a>00286 <span class="keywordtype">long</span> GetNbCurves();
+<a name="l00287"></a>00287
+<a name="l00291"></a>00291 <span class="keywordtype">void</span> Clear();
+<a name="l00292"></a>00292 };
+<a name="l00293"></a>00293
+<a name="l00294"></a>00294 <span class="comment">//-------------------------------------------------------</span>
+<a name="l00299"></a><a class="code" href="interfaceVISU_1_1Prs3d.html">00299</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1Prs3d.html">Prs3d</a> : <a class="code" href="interfaceVISU_1_1PrsObject.html">PrsObject</a>, SALOME::GenericObj {
+<a name="l00300"></a>00300 <span class="comment">//interface Prs3d : PrsObject{</span>
+<a name="l00301"></a>00301 <span class="keywordtype">void</span> SetOffset(in <span class="keywordtype">float</span> theDx, in <span class="keywordtype">float</span> theDy, in <span class="keywordtype">float</span> theDz);
+<a name="l00302"></a>00302 <span class="keywordtype">void</span> GetOffset(out <span class="keywordtype">float</span> theDx, out <span class="keywordtype">float</span> theDy, out <span class="keywordtype">float</span> theDz);
+<a name="l00303"></a>00303 };
+<a name="l00304"></a>00304
+<a name="l00309"></a><a class="code" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5">00309</a> <span class="keyword">enum</span> <a class="code" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5">PresentationType</a>{ <a class="code" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5bd7d875fff4b7c862e404084bec135bc">POINT</a>,
+<a name="l00310"></a>00310 <a class="code" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5e4948f9c5e5153edffab72b435a472cd">WIREFRAME</a>,
+<a name="l00311"></a>00311 <a class="code" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5d446e93e36a0b982a923eaf4282a71d8">SHADED</a>,
+<a name="l00312"></a>00312 <a class="code" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5b618cd0ad95c1b5e6ffa80a8d4cf5624">INSIDEFRAME</a>,
+<a name="l00313"></a>00313 <a class="code" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb573fefa806279b7bb7c88811aa1a7a18a">SURFACEFRAME</a>,
+<a name="l00314"></a>00314 <a class="code" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb57d62e1a9d8f0e0447539a7b3274d5aec">SHRINK</a>
+<a name="l00315"></a>00315 };
+<a name="l00316"></a>00316
+<a name="l00322"></a><a class="code" href="interfaceVISU_1_1Mesh.html">00322</a> interface <a class="code" href="interfaceVISU_1_1Mesh.html">Mesh</a> : <a class="code" href="interfaceVISU_1_1Prs3d.html">Prs3d</a> {
+<a name="l00327"></a>00327 <span class="keywordtype">void</span> SetCellColor(in SALOMEDS::Color theColor);
+<a name="l00328"></a>00328
+<a name="l00332"></a>00332 SALOMEDS::Color GetCellColor();
+<a name="l00333"></a>00333
+<a name="l00338"></a>00338 <span class="keywordtype">void</span> SetNodeColor(in SALOMEDS::Color theColor);
+<a name="l00339"></a>00339
+<a name="l00343"></a>00343 SALOMEDS::Color GetNodeColor();
+<a name="l00344"></a>00344
+<a name="l00349"></a>00349 <span class="keywordtype">void</span> SetLinkColor(in SALOMEDS::Color theColor);
+<a name="l00350"></a>00350
+<a name="l00354"></a>00354 SALOMEDS::Color GetLinkColor();
+<a name="l00355"></a>00355
+<a name="l00361"></a>00361 <span class="keywordtype">void</span> SetPresentationType(in <a class="code" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5">PresentationType</a> theType);
+<a name="l00362"></a>00362
+<a name="l00367"></a>00367 <a class="code" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5">PresentationType</a> GetPresentationType();
+<a name="l00368"></a>00368 };
+<a name="l00369"></a>00369
+<a name="l00370"></a>00370
+<a name="l00371"></a>00371 <span class="comment">//-------------------------------------------------------</span>
+<a name="l00380"></a><a class="code" href="interfaceVISU_1_1ColoredPrs3d.html">00380</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1ColoredPrs3d.html">ColoredPrs3d</a> : <a class="code" href="interfaceVISU_1_1Prs3d.html">Prs3d</a> {
+<a name="l00383"></a>00383 <span class="keywordtype">void</span> SetScalarMode(in <span class="keywordtype">long</span> theScalarMode);
+<a name="l00384"></a>00384
+<a name="l00387"></a>00387 <span class="keywordtype">long</span> GetScalarMode();
+<a name="l00388"></a>00388
+<a name="l00392"></a>00392 <span class="keywordtype">double</span> GetMin();
+<a name="l00393"></a>00393
+<a name="l00397"></a>00397 <span class="keywordtype">double</span> GetMax();
+<a name="l00398"></a>00398
+<a name="l00405"></a>00405 <span class="keywordtype">void</span> SetPosition(in <span class="keywordtype">double</span> X, in <span class="keywordtype">double</span> Y);
+<a name="l00406"></a>00406
+<a name="l00410"></a>00410 <span class="keywordtype">double</span> GetPosX();
+<a name="l00411"></a>00411
+<a name="l00415"></a>00415 <span class="keywordtype">double</span> GetPosY();
+<a name="l00416"></a>00416
+<a name="l00423"></a>00423 <span class="keywordtype">void</span> SetSize(in <span class="keywordtype">double</span> theWidth, in <span class="keywordtype">double</span> theHeight);
+<a name="l00424"></a>00424
+<a name="l00429"></a>00429 <span class="keywordtype">double</span> GetWidth();
+<a name="l00430"></a>00430
+<a name="l00435"></a>00435 <span class="keywordtype">double</span> GetHeight();
+<a name="l00436"></a>00436
+<a name="l00441"></a>00441 <span class="keywordtype">void</span> SetNbColors(in <span class="keywordtype">long</span> theNbColors);
+<a name="l00442"></a>00442
+<a name="l00448"></a>00448 <span class="keywordtype">long</span> GetNbColors();
+<a name="l00449"></a>00449
+<a name="l00455"></a>00455 <span class="keywordtype">void</span> SetLabels(in <span class="keywordtype">long</span> theNbLabels);
+<a name="l00456"></a>00456
+<a name="l00462"></a>00462 <span class="keywordtype">long</span> GetLabels();
+<a name="l00463"></a>00463
+<a name="l00468"></a>00468 <span class="keywordtype">void</span> SetTitle(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theName);
+<a name="l00469"></a>00469
+<a name="l00473"></a>00473 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> GetTitle();
+<a name="l00474"></a>00474 };
+<a name="l00475"></a>00475
+<a name="l00476"></a>00476
+<a name="l00477"></a>00477 <span class="comment">//-------------------------------------------------------</span>
+<a name="l00486"></a><a class="code" href="interfaceVISU_1_1ScalarMap.html">00486</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> : <a class="code" href="interfaceVISU_1_1ColoredPrs3d.html">ColoredPrs3d</a> {
+<a name="l00491"></a>00491 <span class="keywordtype">void</span> SetScaling(in <a class="code" href="namespaceVISU.html#3cb1d6c603c44c6047d950e4a4724670">Scaling</a> theScaling);
+<a name="l00492"></a>00492
+<a name="l00496"></a>00496 <a class="code" href="namespaceVISU.html#3cb1d6c603c44c6047d950e4a4724670">Scaling</a> GetScaling();
+<a name="l00497"></a>00497
+<a name="l00503"></a>00503 <span class="keywordtype">void</span> SetRange(in <span class="keywordtype">double</span> theMin, in <span class="keywordtype">double</span> theMax);
+<a name="l00504"></a>00504
+<a name="l00506"></a><a class="code" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">00506</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> {
+<a name="l00507"></a>00507 HORIZONTAL,
+<a name="l00508"></a><a class="code" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a">00508</a> VERTICAL
+<a name="l00509"></a>00509 };
+<a name="l00510"></a>00510
+<a name="l00516"></a>00516 <span class="keywordtype">void</span> SetBarOrientation(in <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> theOrientation);
+<a name="l00517"></a>00517
+<a name="l00521"></a>00521 <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> GetBarOrientation();
+<a name="l00522"></a>00522 };
+<a name="l00523"></a>00523
+<a name="l00524"></a>00524 <span class="comment">//-------------------------------------------------------</span>
+<a name="l00529"></a>00529 <span class="comment"></span> <span class="comment">//-------------------------------------------------------</span>
+<a name="l00530"></a><a class="code" href="interfaceVISU_1_1GaussPoints.html">00530</a> interface <a class="code" href="interfaceVISU_1_1GaussPoints.html">GaussPoints</a> : <a class="code" href="interfaceVISU_1_1ColoredPrs3d.html">ColoredPrs3d</a> {
+<a name="l00531"></a>00531 };
+<a name="l00532"></a>00532
+<a name="l00537"></a><a class="code" href="interfaceVISU_1_1DeformedShape.html">00537</a> interface <a class="code" href="interfaceVISU_1_1DeformedShape.html">DeformedShape</a> : <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> {
+<a name="l00542"></a>00542 <span class="keywordtype">void</span> SetScale(in <span class="keywordtype">double</span> theScale);
+<a name="l00543"></a>00543
+<a name="l00547"></a>00547 <span class="keywordtype">double</span> GetScale();
+<a name="l00548"></a>00548
+<a name="l00551"></a>00551 <span class="keywordtype">boolean</span> IsColored();
+<a name="l00552"></a>00552
+<a name="l00557"></a>00557 <span class="keywordtype">void</span> ShowColored(in <span class="keywordtype">boolean</span> theColored);
+<a name="l00558"></a>00558
+<a name="l00562"></a>00562 SALOMEDS::Color GetColor();
+<a name="l00563"></a>00563
+<a name="l00568"></a>00568 <span class="keywordtype">void</span> SetColor(in SALOMEDS::Color theColor);
+<a name="l00569"></a>00569 };
+<a name="l00570"></a>00570
+<a name="l00571"></a>00571 <span class="comment">//-------------------------------------------------------</span>
+<a name="l00576"></a><a class="code" href="interfaceVISU_1_1ScalarMapOnDeformedShape.html">00576</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1ScalarMapOnDeformedShape.html">ScalarMapOnDeformedShape</a> : <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> {
+<a name="l00577"></a>00577
+<a name="l00581"></a>00581 <span class="keywordtype">void</span> SetSourceRange(in <span class="keywordtype">double</span> theMinRange,in <span class="keywordtype">double</span> theMaxRange);
+<a name="l00585"></a>00585 <span class="keywordtype">double</span> GetSourceRangeMin();
+<a name="l00589"></a>00589 <span class="keywordtype">double</span> GetSourceRangeMax();
+<a name="l00590"></a>00590
+<a name="l00595"></a>00595 <span class="keywordtype">void</span> SetScale(in <span class="keywordtype">double</span> theScale);
+<a name="l00596"></a>00596
+<a name="l00600"></a>00600 <span class="keywordtype">double</span> GetScale();
+<a name="l00601"></a>00601
+<a name="l00609"></a>00609 <span class="keywordtype">void</span> SetScalarField(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFieldName,
+<a name="l00610"></a>00610 in <span class="keywordtype">long</span> theIteration,in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity);
+<a name="l00611"></a>00611
+<a name="l00612"></a>00612 };
+<a name="l00613"></a>00613 <span class="comment">//-------------------------------------------------------</span>
+<a name="l00621"></a><a class="code" href="interfaceVISU_1_1Plot3D.html">00621</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1Plot3D.html">Plot3D</a> : <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> {
+<a name="l00626"></a><a class="code" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">00626</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">Orientation</a> { <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf2900dbb4fe5d65a769c0c244898358ad05">XY</a>,
+<a name="l00627"></a>00627 <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29ff53fda6b2e6e46b2b8be013a73b4eb2">YZ</a>,
+<a name="l00628"></a>00628 <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf296f29a7a4ff8341cb26b01e41ea472651">ZX</a> };
+<a name="l00639"></a>00639 <span class="keywordtype">void</span> SetOrientation (in <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> theOrientation, in <span class="keywordtype">double</span> theXAngle, in <span class="keywordtype">double</span> theYAngle);
+<a name="l00640"></a>00640
+<a name="l00644"></a>00644 <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> GetOrientationType();
+<a name="l00645"></a>00645
+<a name="l00650"></a>00650 <span class="keywordtype">double</span> GetRotateX();
+<a name="l00651"></a>00651
+<a name="l00656"></a>00656 <span class="keywordtype">double</span> GetRotateY();
+<a name="l00657"></a>00657
+<a name="l00663"></a>00663 <span class="keywordtype">void</span> SetPlanePosition (in <span class="keywordtype">double</span> thePlanePosition,
+<a name="l00664"></a>00664 in <span class="keywordtype">boolean</span> theIsRelative);
+<a name="l00665"></a>00665
+<a name="l00669"></a>00669 <span class="keywordtype">double</span> GetPlanePosition();
+<a name="l00670"></a>00670
+<a name="l00674"></a>00674 <span class="keywordtype">boolean</span> IsPositionRelative();
+<a name="l00675"></a>00675
+<a name="l00681"></a>00681 <span class="keywordtype">void</span> SetScaleFactor (in <span class="keywordtype">double</span> theScaleFactor);
+<a name="l00682"></a>00682
+<a name="l00687"></a>00687 <span class="keywordtype">double</span> GetScaleFactor();
+<a name="l00688"></a>00688
+<a name="l00693"></a>00693 <span class="keywordtype">void</span> SetContourPrs (in <span class="keywordtype">boolean</span> theIsContourPrs );
+<a name="l00694"></a>00694
+<a name="l00698"></a>00698 <span class="keywordtype">boolean</span> GetIsContourPrs();
+<a name="l00699"></a>00699
+<a name="l00704"></a>00704 <span class="keywordtype">void</span> SetNbOfContours (in <span class="keywordtype">long</span> theNb);
+<a name="l00705"></a>00705
+<a name="l00709"></a>00709 <span class="keywordtype">long</span> GetNbOfContours();
+<a name="l00710"></a>00710 };
+<a name="l00711"></a>00711
+<a name="l00712"></a>00712 <span class="comment">//-------------------------------------------------------</span>
+<a name="l00719"></a><a class="code" href="interfaceVISU_1_1CutPlanes.html">00719</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1CutPlanes.html">CutPlanes</a> : <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> {
+<a name="l00724"></a><a class="code" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">00724</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">Orientation</a> {<a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf2900dbb4fe5d65a769c0c244898358ad05">XY</a>,
+<a name="l00725"></a>00725 <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29ff53fda6b2e6e46b2b8be013a73b4eb2">YZ</a>,
+<a name="l00726"></a>00726 <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf296f29a7a4ff8341cb26b01e41ea472651">ZX</a>};
+<a name="l00737"></a>00737 <span class="keywordtype">void</span> SetOrientation(in <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> theOrientation, in <span class="keywordtype">double</span> theXAngle, in <span class="keywordtype">double</span> theYAngle);
+<a name="l00738"></a>00738
+<a name="l00742"></a>00742 <a class="code" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> GetOrientationType();
+<a name="l00743"></a>00743
+<a name="l00747"></a>00747 <span class="keywordtype">double</span> GetRotateX();
+<a name="l00748"></a>00748
+<a name="l00752"></a>00752 <span class="keywordtype">double</span> GetRotateY();
+<a name="l00753"></a>00753
+<a name="l00763"></a>00763 <span class="keywordtype">void</span> SetDisplacement(in <span class="keywordtype">double</span> theDisp);
+<a name="l00764"></a>00764
+<a name="l00768"></a>00768 <span class="keywordtype">double</span> GetDisplacement();
+<a name="l00769"></a>00769
+<a name="l00775"></a>00775 <span class="keywordtype">void</span> SetPlanePosition(in <span class="keywordtype">long</span> thePlaneNumber, in <span class="keywordtype">double</span> thePlanePosition);
+<a name="l00776"></a>00776
+<a name="l00781"></a>00781 <span class="keywordtype">void</span> SetDefault(in <span class="keywordtype">long</span> thePlaneNumber);
+<a name="l00782"></a>00782
+<a name="l00786"></a>00786 <span class="keywordtype">double</span> GetPlanePosition(in <span class="keywordtype">long</span> thePlaneNumber);
+<a name="l00787"></a>00787
+<a name="l00792"></a>00792 <span class="keywordtype">boolean</span> IsDefault(in <span class="keywordtype">long</span> thePlaneNumber);
+<a name="l00793"></a>00793
+<a name="l00798"></a>00798 <span class="keywordtype">void</span> SetNbPlanes(in <span class="keywordtype">long</span> theNb);
+<a name="l00799"></a>00799
+<a name="l00803"></a>00803 <span class="keywordtype">long</span> GetNbPlanes();
+<a name="l00804"></a>00804 };
+<a name="l00805"></a>00805
+<a name="l00806"></a>00806 <span class="comment">//-------------------------------------------------------</span>
+<a name="l00821"></a><a class="code" href="interfaceVISU_1_1CutLines.html">00821</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1CutLines.html">CutLines</a> : <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> {
+<a name="l00830"></a>00830 <span class="keywordtype">void</span> SetOrientation(in <a class="code" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">CutPlanes::Orientation</a> theOrientation, in <span class="keywordtype">double</span> theXAngle, in <span class="keywordtype">double</span> theYAngle);
+<a name="l00831"></a>00831
+<a name="l00841"></a>00841 <span class="keywordtype">void</span> SetOrientation2(in <a class="code" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">CutPlanes::Orientation</a> theOrientation, in <span class="keywordtype">double</span> theXAngle, in <span class="keywordtype">double</span> theYAngle);
+<a name="l00842"></a>00842
+<a name="l00846"></a>00846 <a class="code" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">CutPlanes::Orientation</a> GetOrientationType();
+<a name="l00847"></a>00847
+<a name="l00851"></a>00851 <a class="code" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">CutPlanes::Orientation</a> GetOrientationType2();
+<a name="l00852"></a>00852
+<a name="l00856"></a>00856 <span class="keywordtype">double</span> GetRotateX();
+<a name="l00857"></a>00857
+<a name="l00861"></a>00861 <span class="keywordtype">double</span> GetRotateX2();
+<a name="l00862"></a>00862
+<a name="l00866"></a>00866 <span class="keywordtype">double</span> GetRotateY();
+<a name="l00867"></a>00867
+<a name="l00871"></a>00871 <span class="keywordtype">double</span> GetRotateY2();
+<a name="l00872"></a>00872
+<a name="l00879"></a>00879 <span class="keywordtype">void</span> SetDisplacement(in <span class="keywordtype">double</span> theDisp);
+<a name="l00880"></a>00880
+<a name="l00887"></a>00887 <span class="keywordtype">void</span> SetDisplacement2(in <span class="keywordtype">double</span> theDisp);
+<a name="l00888"></a>00888
+<a name="l00892"></a>00892 <span class="keywordtype">double</span> GetDisplacement();
+<a name="l00893"></a>00893
+<a name="l00897"></a>00897 <span class="keywordtype">double</span> GetDisplacement2();
+<a name="l00898"></a>00898
+<a name="l00902"></a>00902 <span class="keywordtype">void</span> SetBasePlanePosition(in <span class="keywordtype">double</span> thePlanePosition);
+<a name="l00903"></a>00903
+<a name="l00906"></a>00906 <span class="keywordtype">double</span> GetBasePlanePosition();
+<a name="l00907"></a>00907
+<a name="l00912"></a>00912 <span class="keywordtype">void</span> SetLinePosition(in <span class="keywordtype">long</span> thePlaneNumber, in <span class="keywordtype">double</span> thePlanePosition);
+<a name="l00913"></a>00913
+<a name="l00917"></a>00917 <span class="keywordtype">double</span> GetLinePosition(in <span class="keywordtype">long</span> thePlaneNumber);
+<a name="l00918"></a>00918
+<a name="l00921"></a>00921 <span class="keywordtype">void</span> SetDefault();
+<a name="l00922"></a>00922
+<a name="l00927"></a>00927 <span class="keywordtype">boolean</span> IsDefault();
+<a name="l00928"></a>00928
+<a name="l00933"></a>00933 <span class="keywordtype">void</span> SetDefaultPosition(in <span class="keywordtype">long</span> thePlaneNumber);
+<a name="l00934"></a>00934
+<a name="l00940"></a>00940 <span class="keywordtype">boolean</span> IsDefaultPosition(in <span class="keywordtype">long</span> thePlaneNumber);
+<a name="l00941"></a>00941
+<a name="l00946"></a>00946 <span class="keywordtype">void</span> SetNbLines(in <span class="keywordtype">long</span> theNb);
+<a name="l00947"></a>00947
+<a name="l00951"></a>00951 <span class="keywordtype">long</span> GetNbLines();
+<a name="l00952"></a>00952 };
+<a name="l00953"></a>00953
+<a name="l00963"></a><a class="code" href="interfaceVISU_1_1StreamLines.html">00963</a> interface <a class="code" href="interfaceVISU_1_1StreamLines.html">StreamLines</a> : <a class="code" href="interfaceVISU_1_1DeformedShape.html">DeformedShape</a> {
+<a name="l00967"></a><a class="code" href="interfaceVISU_1_1StreamLines.html#eb5ea61e5926af11505a39b184fda838">00967</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1StreamLines.html#eb5ea61e5926af11505a39b184fda838">Direction</a>{ FORWARD,
+<a name="l00968"></a>00968 BACKWARD,
+<a name="l00969"></a>00969 BOTH
+<a name="l00970"></a>00970 };
+<a name="l00971"></a>00971
+<a name="l00992"></a>00992 <span class="keywordtype">boolean</span> SetParams(in <span class="keywordtype">double</span> theIntStep,
+<a name="l00993"></a>00993 in <span class="keywordtype">double</span> thePropogationTime,
+<a name="l00994"></a>00994 in <span class="keywordtype">double</span> theStepLength,
+<a name="l00995"></a>00995 in <a class="code" href="interfaceVISU_1_1Prs3d.html">Prs3d</a> thePrs3d,
+<a name="l00996"></a>00996 in <span class="keywordtype">double</span> thePercents,
+<a name="l00997"></a>00997 in Direction theDirection);
+<a name="l00998"></a>00998
+<a name="l01001"></a>01001 <span class="keywordtype">double</span> GetIntegrationStep();
+<a name="l01002"></a>01002
+<a name="l01005"></a>01005 <span class="keywordtype">double</span> GetPropagationTime();
+<a name="l01006"></a>01006
+<a name="l01009"></a>01009 <span class="keywordtype">double</span> GetStepLength();
+<a name="l01010"></a>01010
+<a name="l01013"></a>01013 <a class="code" href="interfaceVISU_1_1Prs3d.html">Prs3d</a> <a class="code" href="VISU__Convertor__impl_8cxx.html#015da26deeb3d040f6aedde3f74e5bb5">GetSource</a>();
+<a name="l01014"></a>01014
+<a name="l01018"></a>01018 <span class="keywordtype">double</span> GetUsedPoints();
+<a name="l01019"></a>01019
+<a name="l01022"></a>01022 Direction GetDirection();
+<a name="l01023"></a>01023 };
+<a name="l01024"></a>01024
+<a name="l01033"></a><a class="code" href="interfaceVISU_1_1IsoSurfaces.html">01033</a> interface <a class="code" href="interfaceVISU_1_1IsoSurfaces.html">IsoSurfaces</a> : <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> {
+<a name="l01039"></a>01039 <span class="keywordtype">void</span> SetNbSurfaces(in <span class="keywordtype">long</span> theNb);
+<a name="l01040"></a>01040
+<a name="l01044"></a>01044 <span class="keywordtype">long</span> GetNbSurfaces();
+<a name="l01045"></a>01045 };
+<a name="l01046"></a>01046
+<a name="l01047"></a>01047 <span class="comment">//-------------------------------------------------------</span>
+<a name="l01052"></a><a class="code" href="interfaceVISU_1_1Vectors.html">01052</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1Vectors.html">Vectors</a> : <a class="code" href="interfaceVISU_1_1DeformedShape.html">DeformedShape</a> {
+<a name="l01057"></a>01057 <span class="keywordtype">void</span> SetLineWidth(in <span class="keywordtype">double</span> theWidth);
+<a name="l01058"></a>01058
+<a name="l01062"></a>01062 <span class="keywordtype">double</span> GetLineWidth();
+<a name="l01063"></a>01063
+<a name="l01067"></a><a class="code" href="interfaceVISU_1_1Vectors.html#74c5377f425624e39a1aeea144345679">01067</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1Vectors.html#74c5377f425624e39a1aeea144345679">GlyphType</a>{ ARROW,
+<a name="l01068"></a>01068 CONE2,
+<a name="l01069"></a>01069 CONE6,
+<a name="l01070"></a>01070 NONE
+<a name="l01071"></a>01071 };
+<a name="l01072"></a>01072
+<a name="l01078"></a>01078 <span class="keywordtype">void</span> SetGlyphType(in GlyphType theType);
+<a name="l01079"></a>01079
+<a name="l01083"></a>01083 GlyphType GetGlyphType();
+<a name="l01084"></a>01084
+<a name="l01088"></a><a class="code" href="interfaceVISU_1_1Vectors.html#e2020ba1d45609ccd95a7716d479ae64">01088</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1Vectors.html#e2020ba1d45609ccd95a7716d479ae64">GlyphPos</a>{ CENTER,
+<a name="l01089"></a>01089 TAIL,
+<a name="l01090"></a><a class="code" href="interfaceVISU_1_1Vectors.html#e2020ba1d45609ccd95a7716d479ae64ba2c63eef7af3a929f80c8155e7dc47e">01090</a> HEAD
+<a name="l01091"></a>01091 };
+<a name="l01092"></a>01092
+<a name="l01098"></a>01098 <span class="keywordtype">void</span> SetGlyphPos(in GlyphPos thePos);
+<a name="l01099"></a>01099
+<a name="l01103"></a>01103 GlyphPos GetGlyphPos();
+<a name="l01104"></a>01104 };
+<a name="l01105"></a>01105
+<a name="l01106"></a>01106 <span class="comment">//-------------------------------------------------------</span>
+<a name="l01121"></a><a class="code" href="interfaceVISU_1_1Animation.html">01121</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1Animation.html">Animation</a> : <a class="code" href="interfaceVISU_1_1Base.html">Base</a> {
+<a name="l01125"></a>01125 <span class="keywordtype">void</span> addField(in SALOMEDS::SObject theObject);
+<a name="l01126"></a>01126
+<a name="l01131"></a>01131 <span class="keywordtype">void</span> generatePresentations(in <span class="keywordtype">long</span> theFieldNum);
+<a name="l01132"></a>01132
+<a name="l01138"></a>01138 <span class="keywordtype">boolean</span> generateFrames();
+<a name="l01139"></a>01139
+<a name="l01142"></a>01142 <span class="keywordtype">void</span> clearView();
+<a name="l01143"></a>01143
+<a name="l01147"></a>01147
+<a name="l01150"></a>01150 <span class="keywordtype">void</span> startAnimation();
+<a name="l01151"></a>01151
+<a name="l01154"></a>01154 <span class="keywordtype">void</span> stopAnimation();
+<a name="l01155"></a>01155
+<a name="l01158"></a>01158 <span class="keywordtype">void</span> nextFrame();
+<a name="l01159"></a>01159
+<a name="l01162"></a>01162 <span class="keywordtype">void</span> prevFrame();
+<a name="l01163"></a>01163
+<a name="l01166"></a>01166 <span class="keywordtype">void</span> firstFrame();
+<a name="l01167"></a>01167
+<a name="l01170"></a>01170 <span class="keywordtype">void</span> lastFrame();
+<a name="l01171"></a>01171
+<a name="l01175"></a>01175 <span class="keywordtype">void</span> gotoFrame(in <span class="keywordtype">long</span> theFrame);
+<a name="l01180"></a>01180 <span class="keywordtype">long</span> getNbFields();
+<a name="l01181"></a>01181
+<a name="l01184"></a>01184 <span class="keywordtype">long</span> getNbFrames();
+<a name="l01185"></a>01185
+<a name="l01188"></a>01188 <span class="keywordtype">boolean</span> isRunning();
+<a name="l01189"></a>01189
+<a name="l01192"></a>01192 <span class="keywordtype">long</span> getCurrentFrame();
+<a name="l01193"></a>01193
+<a name="l01196"></a>01196 <a class="code" href="interfaceVISU_1_1ColoredPrs3d.html">ColoredPrs3d</a> getPresentation(in <span class="keywordtype">long</span> theField, in <span class="keywordtype">long</span> theFrame);
+<a name="l01197"></a>01197
+<a name="l01201"></a>01201 <span class="keywordtype">void</span> setPresentationType(in <span class="keywordtype">long</span> theFieldNum, in <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505">VISUType</a> theType);
+<a name="l01202"></a>01202
+<a name="l01206"></a>01206 <a class="code" href="namespaceVISU.html#8c689d7b5f5d6abcd324e3eaab1b0505">VISUType</a> getPresentationType(in <span class="keywordtype">long</span> theFieldNum);
+<a name="l01207"></a>01207
+<a name="l01211"></a>01211 <span class="keywordtype">void</span> setSpeed(in <span class="keywordtype">long</span> theSpeed);
+<a name="l01212"></a>01212
+<a name="l01215"></a>01215 <span class="keywordtype">long</span> getSpeed();
+<a name="l01216"></a>01216
+<a name="l01221"></a>01221 <span class="keywordtype">boolean</span> isProportional();
+<a name="l01222"></a>01222
+<a name="l01231"></a>01231 <span class="keywordtype">void</span> setAnimationRange(in <span class="keywordtype">double</span> theMin, in <span class="keywordtype">double</span> theMax);
+<a name="l01232"></a>01232
+<a name="l01235"></a>01235 <span class="keywordtype">double</span> getMinRange();
+<a name="l01236"></a>01236
+<a name="l01239"></a>01239 <span class="keywordtype">double</span> getMaxRange();
+<a name="l01240"></a>01240
+<a name="l01245"></a>01245 <span class="keywordtype">boolean</span> isRangeDefined();
+<a name="l01246"></a>01246
+<a name="l01251"></a>01251 <span class="keywordtype">void</span> dumpTo(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> thePath);
+<a name="l01252"></a>01252
+<a name="l01260"></a>01260 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> setDumpFormat(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFormat);
+<a name="l01261"></a>01261
+<a name="l01264"></a>01264 <span class="keywordtype">boolean</span> isCycling();
+<a name="l01265"></a>01265
+<a name="l01269"></a>01269 <span class="keywordtype">double</span> getMinTime();
+<a name="l01270"></a>01270
+<a name="l01274"></a>01274 <span class="keywordtype">double</span> getMaxTime();
+<a name="l01275"></a>01275
+<a name="l01281"></a>01281 <span class="keywordtype">void</span> setProportional(in <span class="keywordtype">boolean</span> theProp);
+<a name="l01282"></a>01282
+<a name="l01288"></a>01288 <span class="keywordtype">void</span> setCycling(in <span class="keywordtype">boolean</span> theCycle);
+<a name="l01289"></a>01289
+<a name="l01290"></a>01290 SALOMEDS::SObject publishInStudy();
+<a name="l01291"></a>01291
+<a name="l01292"></a>01292 <span class="keywordtype">void</span> saveAnimation();
+<a name="l01293"></a>01293
+<a name="l01294"></a>01294 <span class="keywordtype">void</span> restoreFromStudy(in SALOMEDS::SObject theSObj);
+<a name="l01295"></a>01295
+<a name="l01296"></a>01296 <span class="keywordtype">boolean</span> isSavedInStudy();
+<a name="l01297"></a>01297 };
+<a name="l01298"></a>01298
+<a name="l01305"></a><a class="code" href="interfaceVISU_1_1Result.html">01305</a> interface <a class="code" href="interfaceVISU_1_1Result.html">Result</a> : <a class="code" href="interfaceVISU_1_1RemovableObject.html">RemovableObject</a>, SALOME::GenericObj {
+<a name="l01308"></a>01308 <span class="keywordtype">boolean</span> BuildAll();
+<a name="l01309"></a>01309
+<a name="l01311"></a>01311 <span class="keywordtype">boolean</span> Build(in <span class="keywordtype">boolean</span> theIsBuildAll, in <span class="keywordtype">boolean</span> theIsAtOnce);
+<a name="l01312"></a>01312
+<a name="l01314"></a>01314 <span class="keywordtype">boolean</span> IsDone();
+<a name="l01315"></a>01315
+<a name="l01317"></a>01317 <span class="keywordtype">boolean</span> IsEntitiesDone();
+<a name="l01318"></a>01318
+<a name="l01320"></a>01320 <span class="keywordtype">void</span> SetBuildFields(in <span class="keywordtype">boolean</span> theIsBuildFields, in <span class="keywordtype">boolean</span> theIsCalculateMinMax);
+<a name="l01321"></a>01321
+<a name="l01323"></a>01323 <span class="keywordtype">boolean</span> IsFieldsDone();
+<a name="l01324"></a>01324
+<a name="l01326"></a>01326 <span class="keywordtype">void</span> SetBuildGroups(in <span class="keywordtype">boolean</span> theIsBuildGroups);
+<a name="l01327"></a>01327
+<a name="l01329"></a>01329 <span class="keywordtype">boolean</span> IsGroupsDone();
+<a name="l01330"></a>01330
+<a name="l01332"></a>01332 <span class="keywordtype">boolean</span> IsMinMaxDone();
+<a name="l01333"></a>01333 };
+<a name="l01334"></a>01334
+<a name="l01335"></a>01335 <span class="comment">//-------------------------------------------------------</span>
+<a name="l01336"></a>01336 interface <a class="code" href="interfaceVISU_1_1ViewManager.html">ViewManager</a>;
+<a name="l01337"></a>01337 interface <a class="code" href="interfaceVISU_1_1View3D.html">View3D</a>;
+<a name="l01338"></a>01338
+<a name="l01345"></a><a class="code" href="interfaceVISU_1_1VISU__Gen.html">01345</a> interface <a class="code" href="interfaceVISU_1_1VISU__Gen.html">VISU_Gen</a> : Engines::Component, SALOMEDS::Driver, <a class="code" href="interfaceVISU_1_1Base.html">Base</a> {
+<a name="l01348"></a>01348 <span class="keywordtype">void</span> SetCurrentStudy(in SALOMEDS::Study theStudy);
+<a name="l01349"></a>01349
+<a name="l01352"></a>01352 SALOMEDS::Study GetCurrentStudy();
+<a name="l01353"></a>01353
+<a name="l01358"></a>01358 ViewManager GetViewManager();
+<a name="l01359"></a>01359
+<a name="l01363"></a>01363 SALOMEDS::SObject <a class="code" href="VISU__Table__i_8cc.html#40c516c2e0585ed7534ff426a49565e9">ImportTables</a>(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFileName);
+<a name="l01364"></a>01364
+<a name="l01368"></a>01368 <span class="keywordtype">boolean</span> <a class="code" href="VISU__Table__i_8cc.html#dcf1bba031b8b4230c5990782fa7a17b">ExportTableToFile</a>(in SALOMEDS::SObject theTable, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFileName);
+<a name="l01369"></a>01369
+<a name="l01375"></a>01375 <a class="code" href="interfaceVISU_1_1Result.html">Result</a> ImportFile(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFileName);
+<a name="l01376"></a>01376
+<a name="l01382"></a>01382 <a class="code" href="interfaceVISU_1_1Result.html">Result</a> CreateResult(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFileName);
+<a name="l01383"></a>01383
+<a name="l01389"></a>01389 <a class="code" href="interfaceVISU_1_1Result.html">Result</a> CopyAndImportFile(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFileName);
+<a name="l01390"></a>01390
+<a name="l01394"></a>01394 <a class="code" href="interfaceVISU_1_1Result.html">Result</a> ImportMed(in SALOMEDS::SObject theMedSObject);
+<a name="l01395"></a>01395
+<a name="l01399"></a>01399 <a class="code" href="interfaceVISU_1_1Result.html">Result</a> ImportMedField(in SALOME_MED::FIELD theField);
+<a name="l01400"></a>01400
+<a name="l01409"></a>01409 <span class="keywordtype">void</span> RenameEntityInStudy(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult,
+<a name="l01410"></a>01410 in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01411"></a>01411 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity,
+<a name="l01412"></a>01412 in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theNewName);
+<a name="l01413"></a>01413 <span class="keywordtype">void</span> RenameFamilyInStudy(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult,
+<a name="l01414"></a>01414 in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01415"></a>01415 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity,
+<a name="l01416"></a>01416 in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theSubMeshName,
+<a name="l01417"></a>01417 in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theNewName);
+<a name="l01418"></a>01418 <span class="keywordtype">void</span> RenameGroupInStudy(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult,
+<a name="l01419"></a>01419 in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01420"></a>01420 in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theSubMeshName,
+<a name="l01421"></a>01421 in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theNewName);
+<a name="l01422"></a>01422
+<a name="l01429"></a>01429 <a class="code" href="interfaceVISU_1_1Mesh.html">Mesh</a> MeshOnEntity(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName, in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity);
+<a name="l01430"></a>01430
+<a name="l01438"></a>01438 <a class="code" href="interfaceVISU_1_1Mesh.html">Mesh</a> FamilyMeshOnEntity(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01439"></a>01439 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFamilyName);
+<a name="l01440"></a>01440
+<a name="l01447"></a>01447 <a class="code" href="interfaceVISU_1_1Mesh.html">Mesh</a> GroupMesh(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theGroupName);
+<a name="l01448"></a>01448
+<a name="l01457"></a>01457 <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> ScalarMapOnField(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01458"></a>01458 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFieldName,
+<a name="l01459"></a>01459 in <span class="keywordtype">double</span> theIteration);
+<a name="l01460"></a>01460
+<a name="l01469"></a>01469 <a class="code" href="interfaceVISU_1_1GaussPoints.html">GaussPoints</a> GaussPointsOnField(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01470"></a>01470 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFieldName,
+<a name="l01471"></a>01471 in <span class="keywordtype">double</span> theIteration);
+<a name="l01472"></a>01472
+<a name="l01481"></a>01481 <a class="code" href="interfaceVISU_1_1DeformedShape.html">DeformedShape</a> DeformedShapeOnField(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01482"></a>01482 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFieldName,
+<a name="l01483"></a>01483 in <span class="keywordtype">double</span> theIteration);
+<a name="l01484"></a>01484
+<a name="l01493"></a>01493 <a class="code" href="interfaceVISU_1_1ScalarMapOnDeformedShape.html">ScalarMapOnDeformedShape</a> ScalarMapOnDeformedShapeOnField(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01494"></a>01494 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFieldName,
+<a name="l01495"></a>01495 in <span class="keywordtype">double</span> theIteration);
+<a name="l01496"></a>01496
+<a name="l01505"></a>01505 <a class="code" href="interfaceVISU_1_1Vectors.html">Vectors</a> VectorsOnField(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01506"></a>01506 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFieldName,
+<a name="l01507"></a>01507 in <span class="keywordtype">double</span> theIteration);
+<a name="l01508"></a>01508
+<a name="l01517"></a>01517 <a class="code" href="interfaceVISU_1_1IsoSurfaces.html">IsoSurfaces</a> IsoSurfacesOnField(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01518"></a>01518 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFieldName,
+<a name="l01519"></a>01519 in <span class="keywordtype">double</span> theIteration);
+<a name="l01520"></a>01520
+<a name="l01529"></a>01529 <a class="code" href="interfaceVISU_1_1StreamLines.html">StreamLines</a> StreamLinesOnField(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01530"></a>01530 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFieldName,
+<a name="l01531"></a>01531 in <span class="keywordtype">double</span> theIteration);
+<a name="l01532"></a>01532
+<a name="l01541"></a>01541 <a class="code" href="interfaceVISU_1_1CutPlanes.html">CutPlanes</a> CutPlanesOnField(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01542"></a>01542 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFieldName,
+<a name="l01543"></a>01543 in <span class="keywordtype">double</span> theIteration);
+<a name="l01544"></a>01544
+<a name="l01553"></a>01553 <a class="code" href="interfaceVISU_1_1CutLines.html">CutLines</a> CutLinesOnField(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01554"></a>01554 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFieldName,
+<a name="l01555"></a>01555 in <span class="keywordtype">double</span> theIteration);
+<a name="l01556"></a>01556
+<a name="l01565"></a>01565 <a class="code" href="interfaceVISU_1_1Plot3D.html">Plot3D</a> Plot3DOnField(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theMeshName,
+<a name="l01566"></a>01566 in <a class="code" href="namespaceVISU.html#f879abec9746ab653486a99809f27601">Entity</a> theEntity, in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFieldName,
+<a name="l01567"></a>01567 in <span class="keywordtype">double</span> theIteration);
+<a name="l01568"></a>01568
+<a name="l01573"></a>01573 <a class="code" href="interfaceVISU_1_1Table.html">Table</a> CreateTable(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theTableEntry);
+<a name="l01574"></a>01574
+<a name="l01581"></a>01581 <a class="code" href="interfaceVISU_1_1Curve.html">Curve</a> <a class="code" href="namespacevisu.html#5ddb2d0bd17086e1db427fbb0056d18b">CreateCurve</a>(in <a class="code" href="interfaceVISU_1_1Table.html">Table</a> theTable, in <span class="keywordtype">long</span> theHRow, in <span class="keywordtype">long</span> theVRow);
+<a name="l01582"></a>01582
+<a name="l01586"></a>01586 <a class="code" href="interfaceVISU_1_1Container.html">Container</a> CreateContainer();
+<a name="l01587"></a>01587
+<a name="l01591"></a>01591 <a class="code" href="interfaceVISU_1_1Animation.html">Animation</a> CreateAnimation(in View3D theView3d);
+<a name="l01592"></a>01592
+<a name="l01593"></a>01593 <span class="keywordtype">void</span> DeleteResult(in <a class="code" href="interfaceVISU_1_1Result.html">Result</a> theResult);
+<a name="l01594"></a>01594
+<a name="l01595"></a>01595 <span class="keywordtype">void</span> <a class="code" href="namespaceVISU.html#83254e163f6b12ca8d36796d6c23b93c">DeletePrs3d</a>(in <a class="code" href="interfaceVISU_1_1Prs3d.html">Prs3d</a> thePrs3d);
+<a name="l01596"></a>01596 };
+<a name="l01597"></a>01597
+<a name="l01604"></a><a class="code" href="interfaceVISU_1_1View.html">01604</a> interface <a class="code" href="interfaceVISU_1_1View.html">View</a>: <a class="code" href="interfaceVISU_1_1Base.html">Base</a> {
+<a name="l01605"></a>01605
+<a name="l01610"></a><a class="code" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">01610</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> {
+<a name="l01611"></a>01611 OBJECTBROWSER,
+<a name="l01612"></a>01612 VIEWER,
+<a name="l01613"></a>01613 PYTHON,
+<a name="l01614"></a>01614 MESSAGES
+<a name="l01615"></a>01615 };
+<a name="l01616"></a>01616
+<a name="l01617"></a>01617 <span class="keywordtype">void</span> ShowPart (in ViewRepresentation ViewRepr, in <span class="keywordtype">boolean</span> state );
+<a name="l01618"></a>01618
+<a name="l01619"></a>01619 <span class="keywordtype">boolean</span> IsPartShown( in ViewRepresentation ViewRepr );
+<a name="l01620"></a>01620
+<a name="l01630"></a>01630 <span class="keywordtype">void</span> SplitRight();
+<a name="l01631"></a>01631
+<a name="l01637"></a>01637 <span class="keywordtype">void</span> SplitLeft();
+<a name="l01638"></a>01638
+<a name="l01644"></a>01644 <span class="keywordtype">void</span> SplitBottom();
+<a name="l01645"></a>01645
+<a name="l01651"></a>01651 <span class="keywordtype">void</span> SplitTop();
+<a name="l01652"></a>01652
+<a name="l01656"></a>01656 <span class="keywordtype">void</span> OnTop();
+<a name="l01657"></a>01657
+<a name="l01664"></a>01664 <span class="keywordtype">void</span> Attract (in <a class="code" href="interfaceVISU_1_1View.html">View</a> theView);
+<a name="l01665"></a>01665
+<a name="l01672"></a>01672 <span class="keywordtype">void</span> AttractAll (in <a class="code" href="interfaceVISU_1_1View.html">View</a> theView);
+<a name="l01673"></a>01673
+<a name="l01681"></a>01681 <span class="keywordtype">void</span> SetRelativePositionInSplitter (in <span class="keywordtype">double</span> thePosition);
+<a name="l01682"></a>01682
+<a name="l01690"></a>01690 <span class="keywordtype">void</span> SetRelativeSizeInSplitter (in <span class="keywordtype">double</span> theSize);
+<a name="l01691"></a>01691
+<a name="l01697"></a>01697 <span class="keywordtype">void</span> SetRelativePositionX (in <span class="keywordtype">double</span> thePosition);
+<a name="l01698"></a>01698
+<a name="l01704"></a>01704 <span class="keywordtype">void</span> SetRelativePositionY (in <span class="keywordtype">double</span> thePosition);
+<a name="l01705"></a>01705
+<a name="l01711"></a>01711 <span class="keywordtype">void</span> SetRelativeSizeX (in <span class="keywordtype">double</span> theSize);
+<a name="l01712"></a>01712
+<a name="l01718"></a>01718 <span class="keywordtype">void</span> SetRelativeSizeY (in <span class="keywordtype">double</span> theSize);
+<a name="l01719"></a>01719
+<a name="l01723"></a>01723 <span class="keywordtype">void</span> SetViewWidth (in <span class="keywordtype">long</span> Width); <span class="comment">//setting width of view</span>
+<a name="l01724"></a>01724 <span class="keywordtype">void</span> SetViewHeight (in <span class="keywordtype">long</span> Height); <span class="comment">//setting height of view</span>
+<a name="l01725"></a>01725 <span class="keywordtype">long</span> GetViewWidth(); <span class="comment">//getting view width</span>
+<a name="l01726"></a>01726 <span class="keywordtype">long</span> GetViewHeight(); <span class="comment">//getting view height</span>
+<a name="l01727"></a><a class="code" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">01727</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> {TOP, CENTER, BOTTOM, RIGHT, LEFT}; <span class="comment">//position of the study frame</span>
+<a name="l01728"></a>01728 <span class="keywordtype">void</span> SetViewPositionHorizontal (in ViewPosition ViewPosHor); <span class="comment">//setting of the horizontal view position</span>
+<a name="l01729"></a>01729 <span class="keywordtype">void</span> SetViewPositionVertical (in ViewPosition ViewPosVer); <span class="comment">//setting of the vertical view position</span>
+<a name="l01730"></a>01730 <span class="keywordtype">void</span> SetRelativePosition( in <span class="keywordtype">double</span> <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#be1577120f1766eff913e9a74879f373">x</a>, in <span class="keywordtype">double</span> y );
+<a name="l01731"></a>01731 <span class="keywordtype">void</span> SetRelativeSize( in <span class="keywordtype">double</span> <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#be1577120f1766eff913e9a74879f373">x</a>, in <span class="keywordtype">double</span> y );
+<a name="l01732"></a>01732 <span class="keywordtype">void</span> Minimize(); <span class="comment">// Minimizes to the task bar or to the bottom of the Desktop the %View frame.</span>
+<a name="l01733"></a>01733 <span class="keywordtype">void</span> <a class="code" href="namespaceVISU.html#8d51b664c0776f887f7d0a20c7a7268d">Restore</a>(); <span class="comment">// Restores the %View frame.</span>
+<a name="l01734"></a>01734 <span class="keywordtype">void</span> Maximize(); <span class="comment">// Maximizes the %View frame.</span>
+<a name="l01735"></a>01735
+<a name="l01740"></a>01740 <span class="keywordtype">void</span> SetTitle(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theTitle);
+<a name="l01741"></a>01741
+<a name="l01745"></a>01745 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> GetTitle();
+<a name="l01746"></a>01746
+<a name="l01751"></a>01751 <span class="keywordtype">void</span> SetBackground(in SALOMEDS::Color theColor);
+<a name="l01752"></a>01752
+<a name="l01756"></a>01756 SALOMEDS::Color GetBackground();
+<a name="l01757"></a>01757
+<a name="l01761"></a>01761 <span class="keywordtype">void</span> EraseAll();
+<a name="l01762"></a>01762
+<a name="l01766"></a>01766 <span class="keywordtype">void</span> DisplayAll();
+<a name="l01767"></a>01767
+<a name="l01772"></a>01772 <span class="keywordtype">void</span> Erase(in <a class="code" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj);
+<a name="l01773"></a>01773
+<a name="l01778"></a>01778 <span class="keywordtype">void</span> Display(in <a class="code" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj);
+<a name="l01779"></a>01779
+<a name="l01785"></a>01785 <span class="keywordtype">void</span> DisplayOnly(in <a class="code" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj);
+<a name="l01786"></a>01786
+<a name="l01790"></a>01790 <span class="keywordtype">void</span> Update();
+<a name="l01791"></a>01791
+<a name="l01797"></a>01797 <span class="keywordtype">boolean</span> SavePicture(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theFileName);
+<a name="l01798"></a>01798 };
+<a name="l01799"></a>01799
+<a name="l01800"></a>01800 <span class="comment">//-------------------------------------------------------</span>
+<a name="l01805"></a><a class="code" href="interfaceVISU_1_1View3D.html">01805</a> <span class="comment"></span> interface View3D : <a class="code" href="interfaceVISU_1_1View.html">View</a> {
+<a name="l01810"></a><a class="code" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119a">01810</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119a">ViewType</a>{ FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM};
+<a name="l01811"></a>01811
+<a name="l01815"></a><a class="code" href="interfaceVISU_1_1View3D.html#3dddbf28d4d95b783001c56d14b23acf">01815</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1View3D.html#3dddbf28d4d95b783001c56d14b23acf">Axis</a>{ XAxis, YAxis, ZAxis};
+<a name="l01816"></a>01816
+<a name="l01820"></a><a class="code" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">01820</a> <span class="keyword">typedef</span> <span class="keywordtype">double</span> XYZ[3];
+<a name="l01821"></a>01821
+<a name="l01825"></a>01825 <span class="keywordtype">void</span> FitAll();
+<a name="l01826"></a>01826
+<a name="l01831"></a>01831 <span class="keywordtype">void</span> SetView(in <a class="code" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119a">ViewType</a> theType);
+<a name="l01832"></a>01832
+<a name="l01838"></a>01838 <span class="keywordtype">void</span> SetPointOfView(in XYZ theCoord);
+<a name="l01839"></a>01839
+<a name="l01845"></a>01845 XYZ GetPointOfView();
+<a name="l01846"></a>01846
+<a name="l01850"></a>01850 <span class="keywordtype">void</span> SetViewUp(in XYZ theDir);
+<a name="l01851"></a>01851
+<a name="l01855"></a>01855 XYZ GetViewUp();
+<a name="l01856"></a>01856
+<a name="l01861"></a>01861 <span class="keywordtype">void</span> SetFocalPoint(in XYZ theDir);
+<a name="l01862"></a>01862
+<a name="l01867"></a>01867 XYZ GetFocalPoint();
+<a name="l01868"></a>01868
+<a name="l01872"></a>01872 <span class="keywordtype">void</span> SetParallelScale(in <span class="keywordtype">double</span> theScale);
+<a name="l01873"></a>01873
+<a name="l01877"></a>01877 <span class="keywordtype">double</span> GetParallelScale();
+<a name="l01878"></a>01878
+<a name="l01884"></a>01884 <span class="keywordtype">void</span> ScaleView(in <a class="code" href="interfaceVISU_1_1View3D.html#3dddbf28d4d95b783001c56d14b23acf">Axis</a> theAxis, in <span class="keywordtype">double</span> theParam);
+<a name="l01885"></a>01885
+<a name="l01889"></a>01889 <span class="keywordtype">void</span> RemoveScale();
+<a name="l01890"></a>01890
+<a name="l01896"></a>01896 <span class="keywordtype">boolean</span> SaveViewParams(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theName);
+<a name="l01897"></a>01897
+<a name="l01903"></a>01903 <span class="keywordtype">boolean</span> RestoreViewParams(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theName);
+<a name="l01904"></a>01904
+<a name="l01905"></a>01905
+<a name="l01910"></a>01910 <a class="code" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5">PresentationType</a> GetPresentationType(in <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs);
+<a name="l01911"></a>01911
+<a name="l01917"></a>01917 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> SetPresentationType(in <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs, in <a class="code" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5">PresentationType</a> thePrsType);
+<a name="l01918"></a>01918
+<a name="l01923"></a>01923 <span class="keywordtype">boolean</span> IsShrinked(in <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs);
+<a name="l01924"></a>01924
+<a name="l01930"></a>01930 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> SetShrinked(in <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs, in <span class="keywordtype">boolean</span> isShrinked);
+<a name="l01931"></a>01931
+<a name="l01936"></a>01936 <span class="keywordtype">boolean</span> IsShaded(in <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs);
+<a name="l01937"></a>01937
+<a name="l01943"></a>01943 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> SetShaded(in <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs, in <span class="keywordtype">boolean</span> isShaded);
+<a name="l01944"></a>01944
+<a name="l01949"></a>01949 <span class="keywordtype">double</span> GetOpacity(in <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs);
+<a name="l01950"></a>01950
+<a name="l01956"></a>01956 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> SetOpacity(in <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs, in <span class="keywordtype">double</span> theOpacity);
+<a name="l01957"></a>01957
+<a name="l01962"></a>01962 <span class="keywordtype">double</span> GetLineWidth(in <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs);
+<a name="l01963"></a>01963
+<a name="l01969"></a>01969 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> SetLineWidth(in <a class="code" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs, in <span class="keywordtype">double</span> theLineWidth);
+<a name="l01970"></a>01970 };
+<a name="l01971"></a>01971
+<a name="l01972"></a>01972 <span class="comment">//-------------------------------------------------------</span>
+<a name="l01977"></a><a class="code" href="interfaceVISU_1_1TableView.html">01977</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1TableView.html">TableView</a> : <a class="code" href="interfaceVISU_1_1View.html">View</a> {
+<a name="l01978"></a>01978 };
+<a name="l01979"></a>01979
+<a name="l01980"></a>01980 <span class="comment">//-------------------------------------------------------</span>
+<a name="l01986"></a><a class="code" href="interfaceVISU_1_1XYPlot.html">01986</a> <span class="comment"></span> interface <a class="code" href="interfaceVISU_1_1XYPlot.html">XYPlot</a> : <a class="code" href="interfaceVISU_1_1View.html">View</a> {
+<a name="l01990"></a>01990 <span class="keywordtype">void</span> SetSubTitle(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theTitle);
+<a name="l01991"></a>01991
+<a name="l01994"></a>01994 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> GetSubTitle();
+<a name="l01995"></a>01995
+<a name="l02000"></a><a class="code" href="interfaceVISU_1_1XYPlot.html#2161d2d79a23cabdea574a397a32a690">02000</a> <span class="keyword">enum</span> <a class="code" href="interfaceVISU_1_1XYPlot.html#2161d2d79a23cabdea574a397a32a690">CurveType</a> { POINTS, MULTYLINE, SPLINE};
+<a name="l02001"></a>02001
+<a name="l02005"></a>02005 <span class="keywordtype">void</span> SetCurveType(in CurveType theType);
+<a name="l02006"></a>02006
+<a name="l02009"></a>02009 CurveType GetCurveType();
+<a name="l02010"></a>02010
+<a name="l02015"></a>02015 <span class="keywordtype">void</span> SetMarkerSize(in <span class="keywordtype">long</span> theSize);
+<a name="l02016"></a>02016
+<a name="l02020"></a>02020 <span class="keywordtype">long</span> GetMarkerSize();
+<a name="l02021"></a>02021
+<a name="l02024"></a>02024 <span class="keywordtype">void</span> EnableXGrid(in <span class="keywordtype">boolean</span> theMajor, in <span class="keywordtype">long</span> theNumMajor, in <span class="keywordtype">boolean</span> theMinor, in <span class="keywordtype">long</span> theNumMinor);
+<a name="l02025"></a>02025
+<a name="l02028"></a>02028 <span class="keywordtype">void</span> EnableYGrid(in <span class="keywordtype">boolean</span> theMajor, in <span class="keywordtype">long</span> theNumMajor, in <span class="keywordtype">boolean</span> theMinor, in <span class="keywordtype">long</span> theNumMinor);
+<a name="l02029"></a>02029
+<a name="l02033"></a>02033 <span class="keywordtype">void</span> SetHorScaling(in <a class="code" href="namespaceVISU.html#3cb1d6c603c44c6047d950e4a4724670">Scaling</a> theScaling);
+<a name="l02034"></a>02034
+<a name="l02037"></a>02037 <a class="code" href="namespaceVISU.html#3cb1d6c603c44c6047d950e4a4724670">Scaling</a> GetHorScaling();
+<a name="l02038"></a>02038
+<a name="l02042"></a>02042 <span class="keywordtype">void</span> SetVerScaling(in <a class="code" href="namespaceVISU.html#3cb1d6c603c44c6047d950e4a4724670">Scaling</a> theScaling);
+<a name="l02043"></a>02043
+<a name="l02046"></a>02046 <a class="code" href="namespaceVISU.html#3cb1d6c603c44c6047d950e4a4724670">Scaling</a> GetVerScaling();
+<a name="l02047"></a>02047
+<a name="l02051"></a>02051 <span class="keywordtype">void</span> SetXTitle(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theTitle);
+<a name="l02052"></a>02052
+<a name="l02055"></a>02055 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> GetXTitle();
+<a name="l02056"></a>02056
+<a name="l02060"></a>02060 <span class="keywordtype">void</span> SetYTitle(in <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> theTitle);
+<a name="l02061"></a>02061
+<a name="l02064"></a>02064 <a class="code" href="VISU__OpenGLPointSpriteMapper_8cxx.html#949953309cda1573a7c5fd4ffe65904c">string</a> GetYTitle();
+<a name="l02065"></a>02065
+<a name="l02068"></a>02068 <span class="keywordtype">void</span> ShowLegend(in <span class="keywordtype">boolean</span> theShowing);
+<a name="l02069"></a>02069
+<a name="l02072"></a>02072 <span class="keywordtype">void</span> FitAll();
+<a name="l02073"></a>02073
+<a name="l02076"></a>02076 <span class="keywordtype">void</span> FitXRange(in <span class="keywordtype">double</span> xMin, in <span class="keywordtype">double</span> xMax);
+<a name="l02077"></a>02077
+<a name="l02080"></a>02080 <span class="keywordtype">void</span> FitYRange(in <span class="keywordtype">double</span> yMin, in <span class="keywordtype">double</span> yMax);
+<a name="l02081"></a>02081
+<a name="l02084"></a>02084 <span class="keywordtype">void</span> FitRange(in <span class="keywordtype">double</span> xMin, in <span class="keywordtype">double</span> xMax,
+<a name="l02085"></a>02085 in <span class="keywordtype">double</span> yMin, in <span class="keywordtype">double</span> yMax);
+<a name="l02086"></a>02086
+<a name="l02087"></a>02087 <span class="keywordtype">void</span> GetFitRanges(out <span class="keywordtype">double</span> xMin,out <span class="keywordtype">double</span> xMax,
+<a name="l02088"></a>02088 out <span class="keywordtype">double</span> yMin,out <span class="keywordtype">double</span> yMax);
+<a name="l02089"></a>02089 };
+<a name="l02090"></a>02090
+<a name="l02091"></a>02091 <span class="comment">//-------------------------------------------------------</span>
+<a name="l02096"></a><a class="code" href="interfaceVISU_1_1ViewManager.html">02096</a> <span class="comment"></span> interface ViewManager: <a class="code" href="interfaceVISU_1_1Base.html">Base</a> {
+<a name="l02103"></a>02103 <a class="code" href="interfaceVISU_1_1View.html">View</a> GetCurrentView();
+<a name="l02104"></a>02104
+<a name="l02109"></a>02109 View3D Create3DView();
+<a name="l02110"></a>02110
+<a name="l02115"></a>02115 <a class="code" href="interfaceVISU_1_1TableView.html">TableView</a> CreateTableView(in <a class="code" href="interfaceVISU_1_1Table.html">Table</a> theTable);
+<a name="l02116"></a>02116
+<a name="l02121"></a>02121 <a class="code" href="interfaceVISU_1_1XYPlot.html">XYPlot</a> CreateXYPlot();
+<a name="l02122"></a>02122
+<a name="l02126"></a>02126 <span class="keywordtype">void</span> Destroy(in <a class="code" href="interfaceVISU_1_1View.html">View</a> theView);
+<a name="l02127"></a>02127 };
+<a name="l02128"></a>02128 };
+<a name="l02129"></a>02129
+<a name="l02130"></a>02130 <span class="preprocessor">#endif</span>
+</pre></div></DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>Interfaces of the VISU module: idl/VISU_Gen.idl File Reference</h1><code>#include "SALOME_Exception.idl"</code><br>
+<code>#include "SALOME_GenericObj.idl"</code><br>
+<code>#include "SALOME_Component.idl"</code><br>
+<code>#include "SALOMEDS.idl"</code><br>
+<code>#include "SALOMEDS_Attributes.idl"</code><br>
+<code>#include "MED.idl"</code><br>
+
+<p>
+Include dependency graph for VISU_Gen.idl:<p><center><img src="VISU__Gen_8idl__incl.jpg" border="0" alt=""></center>
+
+<p>
+<a href="VISU__Gen_8idl-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom">VISU</td></tr>
+
+<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html">VISU.Base</a></td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html">VISU.RemovableObject</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Removable object interface. <a href="interfaceVISU_1_1RemovableObject.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1PrsObject.html">VISU.PrsObject</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Presentable object interface. <a href="interfaceVISU_1_1PrsObject.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Table.html">VISU.Table</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Table representation interface <a href="interfaceVISU_1_1Table.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Curve.html">VISU.Curve</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Interface of curve representation. <a href="interfaceVISU_1_1Curve.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Container.html">VISU.Container</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Container presentable object interface <a href="interfaceVISU_1_1Container.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html">VISU.Prs3d</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">3D presentation interface <a href="interfaceVISU_1_1Prs3d.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Mesh.html">VISU.Mesh</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Interface of the mesh. <a href="interfaceVISU_1_1Mesh.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html">VISU.ColoredPrs3d</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Basic Interface for the Colored 3D Presentations. <a href="interfaceVISU_1_1ColoredPrs3d.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html">VISU.ScalarMap</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Interface of the Scalar Map. <a href="interfaceVISU_1_1ScalarMap.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1GaussPoints.html">VISU.GaussPoints</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Gauss Points presentation interface. <a href="interfaceVISU_1_1GaussPoints.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html">VISU.DeformedShape</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Deformed shape presentation interface. <a href="interfaceVISU_1_1DeformedShape.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMapOnDeformedShape.html">VISU.ScalarMapOnDeformedShape</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Scalar Map on Deformed shape presentation interface. <a href="interfaceVISU_1_1ScalarMapOnDeformedShape.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html">VISU.Plot3D</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Plot3D interface. <a href="interfaceVISU_1_1Plot3D.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html">VISU.CutPlanes</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Cut planes interface. <a href="interfaceVISU_1_1CutPlanes.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html">VISU.CutLines</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Cut lines presentation. <a href="interfaceVISU_1_1CutLines.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1StreamLines.html">VISU.StreamLines</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Interface of the stream lines representation. <a href="interfaceVISU_1_1StreamLines.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1IsoSurfaces.html">VISU.IsoSurfaces</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Interface of the isometric surface presentation. <a href="interfaceVISU_1_1IsoSurfaces.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Vectors.html">VISU.Vectors</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Interface of the vector presentation. <a href="interfaceVISU_1_1Vectors.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html">VISU.Animation</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Animation class <a href="interfaceVISU_1_1Animation.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Result.html">VISU.Result</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Interface Result. <a href="interfaceVISU_1_1Result.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html">VISU.VISU_Gen</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">VISU_Gen interface <a href="interfaceVISU_1_1VISU__Gen.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html">VISU.View</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">View interface <a href="interfaceVISU_1_1View.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html">VISU.View3D</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">3D view interface <a href="interfaceVISU_1_1View3D.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1TableView.html">VISU.TableView</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Interface of the Table view. <a href="interfaceVISU_1_1TableView.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html">VISU.XYPlot</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Interface of the 2D plot view. <a href="interfaceVISU_1_1XYPlot.html#_details">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">interface </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ViewManager.html">VISU.ViewManager</a></td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Interface of the ViewManager. <a href="interfaceVISU_1_1ViewManager.html#_details">More...</a><br></td></tr>
+<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef string </td><td class="memItemRight" valign="bottom">VISU.IdType</td></tr>
+
+<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom">VISU.Scaling { VISU.LINEAR,
+VISU.LOGARITHMIC
+ }</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom">VISU.Entity { VISU.NODE,
+VISU.EDGE,
+VISU.FACE,
+VISU.CELL
+ }</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom">VISU.VISUType { <br>
+ VISU.TNONE,
+VISU.TCURVE,
+VISU.TTABLE,
+VISU.TCONTAINER,
+<br>
+ VISU.TMESH,
+VISU.TSCALARMAP,
+VISU.TISOSURFACE,
+VISU.TDEFORMEDSHAPE,
+<br>
+ VISU.TSCALARMAPONDEFORMEDSHAPE,
+VISU.TGAUSSPOINTS,
+VISU.TPLOT3D,
+VISU.TCUTPLANES,
+<br>
+ VISU.TCUTLINES,
+VISU.TVECTORS,
+VISU.TSTREAMLINES,
+VISU.TVISUGEN,
+<br>
+ VISU.TVIEWMANAGER,
+VISU.TRESULT,
+VISU.TXYPLOT,
+VISU.TTABLEVIEW,
+<br>
+ VISU.TVIEW3D,
+VISU.TGAUSSVIEW,
+VISU.TENTITY,
+VISU.TFAMILY,
+<br>
+ VISU.TGROUP,
+VISU.TFIELD,
+VISU.TTIMESTAMP,
+VISU.TANIMATION,
+<br>
+ VISU.TALL
+<br>
+ }</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom">VISU.PresentationType { <br>
+ VISU.POINT,
+VISU.WIREFRAME,
+VISU.SHADED,
+VISU.INSIDEFRAME,
+<br>
+ VISU.SURFACEFRAME,
+VISU.SHRINK
+<br>
+ }</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This file conatins a set of interfaces of the VISU module. This module provides various forms of data visualization in SALOME application. These forms include data tables, XY plots, 3d representations and combination of these forms. </DIV>
+</BODY>
+</HTML>
--- /dev/null
+H1 {
+ text-align: center;
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+}
+H2 {
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+}
+CAPTION { font-weight: bold }
+DIV.qindex {
+ width: 100%;
+ background-color: #eeeeff;
+ border: 1px solid #B0B0B0;
+ text-align: center;
+ margin: 2px;
+ padding: 2px;
+ line-height: 120%;
+}
+A.qindex {
+ text-decoration: none;
+ font-weight: bold;
+ color: #1A419D;
+ padding: 2px;
+}
+A.qindex:visited {
+ text-decoration: none;
+ font-weight: bold;
+ color: #1A419D
+ padding: 2px;
+}
+A.qindex:hover {
+ text-decoration: none;
+ background-color: #ddddff;
+ padding: 2px;
+}
+A.qindexHL {
+ text-decoration: none;
+ font-weight: bold;
+ background-color: #6666cc;
+ color: #ffffff;
+ padding: 2px 6px;
+ border: 1px double #9295C2;
+}
+A.qindexHL:hover {
+ text-decoration: none;
+ background-color: #6666cc;
+ color: #ffffff;
+ padding: 2px 6px;
+}
+A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
+A.el { text-decoration: none; font-weight: bold }
+A.elRef { font-weight: bold }
+A.code { text-decoration: none; font-weight: normal; color: #1A419D}
+A.codeRef { font-weight: normal; color: #1A419D}
+A:hover { text-decoration: none; background-color: #f2f2ff }
+DL.el { margin-left: -1cm }
+PRE.fragment {
+ border: 1px solid #CCCCCC;
+ background-color: #f5f5f5;
+ margin-top: 4px;
+ margin-bottom: 4px;
+ margin-left: 2px;
+ margin-right: 8px;
+ padding-left: 6px;
+ padding-right: 6px;
+ padding-top: 4px;
+ padding-bottom: 4px;
+}
+DIV.fragment {
+ border: 1px solid #CCCCCC;
+ background-color: #f5f5f5;
+ padding: 6px;
+}
+DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
+TD.md { background-color: #F4F4FB; font-weight: bold; }
+TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
+TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
+DIV.groupHeader {
+ margin-left: 16px;
+ margin-top: 12px;
+ margin-bottom: 6px;
+ font-weight: bold;
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+}
+DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
+BODY {
+ background: white;
+ color: black;
+ margin-right: 20px;
+ margin-left: 20px;
+}
+TD.indexkey {
+ background-color: #eeeeff;
+ font-weight: bold;
+ padding-right : 10px;
+ padding-top : 2px;
+ padding-left : 10px;
+ padding-bottom : 2px;
+ margin-left : 0px;
+ margin-right : 0px;
+ margin-top : 2px;
+ margin-bottom : 2px;
+ border: 1px solid #CCCCCC;
+}
+TD.indexvalue {
+ background-color: #eeeeff;
+ font-style: italic;
+ padding-right : 10px;
+ padding-top : 2px;
+ padding-left : 10px;
+ padding-bottom : 2px;
+ margin-left : 0px;
+ margin-right : 0px;
+ margin-top : 2px;
+ margin-bottom : 2px;
+ border: 1px solid #CCCCCC;
+}
+TR.memlist {
+ background-color: #f0f0f0;
+}
+P.formulaDsp { text-align: center; }
+IMG.formulaDsp { }
+IMG.formulaInl { vertical-align: middle; }
+SPAN.keyword { color: #008000 }
+SPAN.keywordtype { color: #604020 }
+SPAN.keywordflow { color: #e08000 }
+SPAN.comment { color: #800000 }
+SPAN.preprocessor { color: #806020 }
+SPAN.stringliteral { color: #002080 }
+SPAN.charliteral { color: #008080 }
+.mdTable {
+ border: 1px solid #868686;
+ background-color: #F4F4FB;
+}
+.mdRow {
+ padding: 8px 10px;
+}
+.mdescLeft {
+ font-size: smaller;
+ font-style: italic;
+ background-color: #FAFAFA;
+ padding-left: 8px;
+ border-top: 1px none #E0E0E0;
+ border-right: 1px none #E0E0E0;
+ border-bottom: 1px none #E0E0E0;
+ border-left: 1px none #E0E0E0;
+ margin: 0px;
+}
+.mdescRight {
+ font-size: smaller;
+ font-style: italic;
+ background-color: #FAFAFA;
+ padding-left: 4px;
+ border-top: 1px none #E0E0E0;
+ border-right: 1px none #E0E0E0;
+ border-bottom: 1px none #E0E0E0;
+ border-left: 1px none #E0E0E0;
+ margin: 0px;
+ padding-bottom: 0px;
+ padding-right: 8px;
+}
+.memItemLeft {
+ padding: 1px 0px 0px 8px;
+ margin: 4px;
+ border-top-width: 1px;
+ border-right-width: 1px;
+ border-bottom-width: 1px;
+ border-left-width: 1px;
+ border-top-style: solid;
+ border-top-color: #E0E0E0;
+ border-right-color: #E0E0E0;
+ border-bottom-color: #E0E0E0;
+ border-left-color: #E0E0E0;
+ border-right-style: none;
+ border-bottom-style: none;
+ border-left-style: none;
+ background-color: #FAFAFA;
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ font-size: 12px;
+}
+.memItemRight {
+ padding: 1px 0px 0px 8px;
+ margin: 4px;
+ border-top-width: 1px;
+ border-right-width: 1px;
+ border-bottom-width: 1px;
+ border-left-width: 1px;
+ border-top-style: solid;
+ border-top-color: #E0E0E0;
+ border-right-color: #E0E0E0;
+ border-bottom-color: #E0E0E0;
+ border-left-color: #E0E0E0;
+ border-right-style: none;
+ border-bottom-style: none;
+ border-left-style: none;
+ background-color: #FAFAFA;
+ font-family: Geneva, Arial, Helvetica, sans-serif;
+ font-size: 13px;
+}
+.search { color: #003399;
+ font-weight: bold;
+}
+FORM.search {
+ margin-bottom: 0px;
+ margin-top: 0px;
+}
+INPUT.search { font-size: 75%;
+ color: #000080;
+ font-weight: normal;
+ background-color: #eeeeff;
+}
+TD.tiny { font-size: 75%;
+}
+a {
+ color: #252E78;
+}
+a:visited {
+ color: #3D2185;
+}
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.Animation Interface Reference</h1><!-- doxytag: class="VISU::Animation" --><!-- doxytag: inherits="VISU::Base" -->Animation class
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.Animation:<p><center><img src="interfaceVISU_1_1Animation__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#aba099d7caa5f1cc59c0b23f6797414c">addField</a> (in SALOMEDS::SObject theObject)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#25c03888e5c49e48507b0f9fc0fb79f3">generatePresentations</a> (in long theFieldNum)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#ca54d598533e3e30e84640121ae16bff">generateFrames</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#386d2b25e1276295fd618218fbd30073">clearView</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#e9ea700f1bbd93ca4bdddce598685200">getNbFields</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#219de6ccf55113b6a2cab9907d58df17">getNbFrames</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#943911d8020e1a06f8defd98e0f33528">isRunning</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#462e94cc04bd0656dffbef0855c68d04">getCurrentFrame</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html">ColoredPrs3d</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#062d169734c8eff19203a256de6559a5">getPresentation</a> (in long theField, in long theFrame)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#db826a2038bac1d7586f73b55aadd0b9">setPresentationType</a> (in long theFieldNum, in VISUType theType)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#430b5660c7bb58b2b1cceec551505833">getPresentationType</a> (in long theFieldNum)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#e898a692b5912aa183490ae62e8be347">setSpeed</a> (in long theSpeed)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#d014916dbb7cf4fa6c78bb322b173d30">getSpeed</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#faadd2d3622a45cc362191875d0655d2">isProportional</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#cb63317bc328ee1ebb474b9fa91a7287">setAnimationRange</a> (in double theMin, in double theMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#3ad0fe10b74fdc5e39063ba901b1f9e8">getMinRange</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#e45ff6bb80611ae975046232a614ae2e">getMaxRange</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#bad167297c3268fa405816da832177cc">isRangeDefined</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#81cb12ae0191dd51c8885231db089fb3">dumpTo</a> (in string thePath)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#02587889300d23a9954986a1d74792ae">setDumpFormat</a> (in string theFormat)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#80a08a2ae8787b810f9580d9eaeec980">isCycling</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#d91817585b9d0bd0cd78517a6f86a896">getMinTime</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#44f2187c8a251b86c01fbc909fec9831">getMaxTime</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#8efb829f405446f3fc177dff08494542">setProportional</a> (in boolean theProp)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#42713aa4a73b5e9ebcb7c00814673eb2">setCycling</a> (in boolean theCycle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::SObject </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#0187e62b2aa9df4ced73cad693d4814e">publishInStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#2189248274471c67003a675969961586">saveAnimation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#5f7fc011c8ec6b2f8d31f5b3b00ed094">restoreFromStudy</a> (in SALOMEDS::SObject theSObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#74fa288c3401f75740596e0c4d4b7447">isSavedInStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+<tr><td colspan="2"><div class="groupHeader">Playback of an animation:</div></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#f844fd8fa04b7355fdfed8d02fec10c3">startAnimation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#345eb500eeb0d2e54fca3fbea1a253e6">stopAnimation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#66540bf68570402a49020606fa96ba3d">nextFrame</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#f743a5ad5d5daad4487b712d7a2ca13e">prevFrame</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#bbec0f7c6177a233c914cac024cda549">firstFrame</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#498a16969035c0c100d83c95723941a9">lastFrame</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Animation.html#ea0339ecac1ffc84a0f6ddceecbabc8e">gotoFrame</a> (in long theFrame)</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This class provides a set of methods used for:<br>
+ <ul>
+<li>
+generating different animations on the basis of a field, </li>
+<li>
+setting the parameters of the animations, </li>
+<li>
+playing these animations in the VISU module. </li>
+</ul>
+<dl compact><dt><b>Note:</b></dt><dd><br>
+<b>Field</b> represents the results of calculations (it can be scalar or vector values), grouped together under one physical concept. <br>
+<b>Time stamp</b> represents a subfield: the results of calculations are taken in one definite moment. </dd></dl>
+
+<p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="aba099d7caa5f1cc59c0b23f6797414c"></a><!-- doxytag: member="VISU::Animation::addField" ref="aba099d7caa5f1cc59c0b23f6797414c" args="(in SALOMEDS::SObject theObject)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.addField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::SObject </td>
+ <td class="mdname1" valign="top" nowrap> <em>theObject</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Defines the field which will be used as a base for generation of the animation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theObject</em> </td><td>The SObject corresponding to the field. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="25c03888e5c49e48507b0f9fc0fb79f3"></a><!-- doxytag: member="VISU::Animation::generatePresentations" ref="25c03888e5c49e48507b0f9fc0fb79f3" args="(in long theFieldNum)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.generatePresentations </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theFieldNum</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Generates presentations on the basis of the field. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theFieldNum</em> </td><td>The number of the field, which will be used as the basis for construction of the presentation. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ca54d598533e3e30e84640121ae16bff"></a><!-- doxytag: member="VISU::Animation::generateFrames" ref="ca54d598533e3e30e84640121ae16bff" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Animation.generateFrames </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Generates a set of frames from the created by the method <em>generatePresentations</em>3D presentations. A sequence of these frames will be transformed into an animation. <dl compact><dt><b>Returns:</b></dt><dd>True, if the frames have been successfully generated. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="386d2b25e1276295fd618218fbd30073"></a><!-- doxytag: member="VISU::Animation::clearView" ref="386d2b25e1276295fd618218fbd30073" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.clearView </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Clears the view before starting an animation. </td>
+ </tr>
+</table>
+<a class="anchor" name="f844fd8fa04b7355fdfed8d02fec10c3"></a><!-- doxytag: member="VISU::Animation::startAnimation" ref="f844fd8fa04b7355fdfed8d02fec10c3" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.startAnimation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Starts an animation. </td>
+ </tr>
+</table>
+<a class="anchor" name="345eb500eeb0d2e54fca3fbea1a253e6"></a><!-- doxytag: member="VISU::Animation::stopAnimation" ref="345eb500eeb0d2e54fca3fbea1a253e6" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.stopAnimation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Stops an animation. </td>
+ </tr>
+</table>
+<a class="anchor" name="66540bf68570402a49020606fa96ba3d"></a><!-- doxytag: member="VISU::Animation::nextFrame" ref="66540bf68570402a49020606fa96ba3d" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.nextFrame </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Forwards to the next frame. </td>
+ </tr>
+</table>
+<a class="anchor" name="f743a5ad5d5daad4487b712d7a2ca13e"></a><!-- doxytag: member="VISU::Animation::prevFrame" ref="f743a5ad5d5daad4487b712d7a2ca13e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.prevFrame </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns to the previous frame. </td>
+ </tr>
+</table>
+<a class="anchor" name="bbec0f7c6177a233c914cac024cda549"></a><!-- doxytag: member="VISU::Animation::firstFrame" ref="bbec0f7c6177a233c914cac024cda549" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.firstFrame </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns to the first frame of the animation. </td>
+ </tr>
+</table>
+<a class="anchor" name="498a16969035c0c100d83c95723941a9"></a><!-- doxytag: member="VISU::Animation::lastFrame" ref="498a16969035c0c100d83c95723941a9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.lastFrame </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Forwards to the last frame of the animation. </td>
+ </tr>
+</table>
+<a class="anchor" name="ea0339ecac1ffc84a0f6ddceecbabc8e"></a><!-- doxytag: member="VISU::Animation::gotoFrame" ref="ea0339ecac1ffc84a0f6ddceecbabc8e" args="(in long theFrame)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.gotoFrame </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theFrame</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Passes to a definite frame of the animation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theFrame</em> </td><td>A long value defining the number of the frame. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="e9ea700f1bbd93ca4bdddce598685200"></a><!-- doxytag: member="VISU::Animation::getNbFields" ref="e9ea700f1bbd93ca4bdddce598685200" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.Animation.getNbFields </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of time stamps (subfields) contained in the given field. </td>
+ </tr>
+</table>
+<a class="anchor" name="219de6ccf55113b6a2cab9907d58df17"></a><!-- doxytag: member="VISU::Animation::getNbFrames" ref="219de6ccf55113b6a2cab9907d58df17" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.Animation.getNbFrames </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of generated frames </td>
+ </tr>
+</table>
+<a class="anchor" name="943911d8020e1a06f8defd98e0f33528"></a><!-- doxytag: member="VISU::Animation::isRunning" ref="943911d8020e1a06f8defd98e0f33528" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Animation.isRunning </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns True, if the animation is currently running. </td>
+ </tr>
+</table>
+<a class="anchor" name="462e94cc04bd0656dffbef0855c68d04"></a><!-- doxytag: member="VISU::Animation::getCurrentFrame" ref="462e94cc04bd0656dffbef0855c68d04" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.Animation.getCurrentFrame </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the number of the current frame. </td>
+ </tr>
+</table>
+<a class="anchor" name="062d169734c8eff19203a256de6559a5"></a><!-- doxytag: member="VISU::Animation::getPresentation" ref="062d169734c8eff19203a256de6559a5" args="(in long theField, in long theFrame)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html">ColoredPrs3d</a> VISU.Animation.getPresentation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname" nowrap> <em>theField</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in long </td>
+ <td class="mdname" nowrap> <em>theFrame</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="db826a2038bac1d7586f73b55aadd0b9"></a><!-- doxytag: member="VISU::Animation::setPresentationType" ref="db826a2038bac1d7586f73b55aadd0b9" args="(in long theFieldNum, in VISUType theType)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.setPresentationType </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname" nowrap> <em>theFieldNum</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in VISUType </td>
+ <td class="mdname" nowrap> <em>theType</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of presentation (vectors, deformed shape etc.) which will be generated by the method <em>generatePresentations</em>. </td>
+ </tr>
+</table>
+<a class="anchor" name="430b5660c7bb58b2b1cceec551505833"></a><!-- doxytag: member="VISU::Animation::getPresentationType" ref="430b5660c7bb58b2b1cceec551505833" args="(in long theFieldNum)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Animation.getPresentationType </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theFieldNum</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of presentation (vectors, deformed shape etc.) which will be generated by the method <em>generatePresentations</em>. </td>
+ </tr>
+</table>
+<a class="anchor" name="e898a692b5912aa183490ae62e8be347"></a><!-- doxytag: member="VISU::Animation::setSpeed" ref="e898a692b5912aa183490ae62e8be347" args="(in long theSpeed)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.setSpeed </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSpeed</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the speed of the animation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSpeed</em> </td><td>The speed of the animation. The value varies from 1 to 99. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="d014916dbb7cf4fa6c78bb322b173d30"></a><!-- doxytag: member="VISU::Animation::getSpeed" ref="d014916dbb7cf4fa6c78bb322b173d30" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.Animation.getSpeed </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the speed of the animation. </td>
+ </tr>
+</table>
+<a class="anchor" name="faadd2d3622a45cc362191875d0655d2"></a><!-- doxytag: member="VISU::Animation::isProportional" ref="faadd2d3622a45cc362191875d0655d2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Animation.isProportional </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Ruturns True, if playback of the animation is proportional. This option allows to render your animation with proportional periods of time between every frame (not depending on the time stamps). </td>
+ </tr>
+</table>
+<a class="anchor" name="cb63317bc328ee1ebb474b9fa91a7287"></a><!-- doxytag: member="VISU::Animation::setAnimationRange" ref="cb63317bc328ee1ebb474b9fa91a7287" args="(in double theMin, in double theMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.setAnimationRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the range of the animation. The range is defined on the basis of the time stamps of the field which have been used for generation of the animation. This method allows to bound the range of generated frames. If this method is not used, the animation will be generated on the basis of all time stamps contained in the field. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theMin</em> </td><td>The value of the first time stamp which will be used for generation of the animation. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMax</em> </td><td>The value of the last time stamp which will be used for generation of the animation. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3ad0fe10b74fdc5e39063ba901b1f9e8"></a><!-- doxytag: member="VISU::Animation::getMinRange" ref="3ad0fe10b74fdc5e39063ba901b1f9e8" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.Animation.getMinRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of the first time stamp which will be used for generation of the animation. </td>
+ </tr>
+</table>
+<a class="anchor" name="e45ff6bb80611ae975046232a614ae2e"></a><!-- doxytag: member="VISU::Animation::getMaxRange" ref="e45ff6bb80611ae975046232a614ae2e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.Animation.getMaxRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of the last time stamp which will be used for generation of the animation. </td>
+ </tr>
+</table>
+<a class="anchor" name="bad167297c3268fa405816da832177cc"></a><!-- doxytag: member="VISU::Animation::isRangeDefined" ref="bad167297c3268fa405816da832177cc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Animation.isRangeDefined </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns True if the range of the animation has been defined by the method <em>setAnimationRange</em>. Otherwise the animation will be generated on the basis of all time stamps contained in the field. </td>
+ </tr>
+</table>
+<a class="anchor" name="81cb12ae0191dd51c8885231db089fb3"></a><!-- doxytag: member="VISU::Animation::dumpTo" ref="81cb12ae0191dd51c8885231db089fb3" args="(in string thePath)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.dumpTo </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePath</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Saves all the frames composing the animation into a definite directory. Pictures format is set with method <em><a class="el" href="interfaceVISU_1_1Animation.html#02587889300d23a9954986a1d74792ae">setDumpFormat()</a></em>. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePath</em> </td><td>The directory where all the frames will be saved. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="02587889300d23a9954986a1d74792ae"></a><!-- doxytag: member="VISU::Animation::setDumpFormat" ref="02587889300d23a9954986a1d74792ae" args="(in string theFormat)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.Animation.setDumpFormat </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theFormat</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set format for saving all the frames composing the animation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theFormat</em> </td><td>The format for saving pictures. For available formats see QImageIO documentation (Qt). If specified format is not available, default format will be used. Default format is JPEG or first of supported, if JPEG is not available. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>Really set format. Differ from <em>theFormat</em> if <em>theFormat</em> is not available. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="80a08a2ae8787b810f9580d9eaeec980"></a><!-- doxytag: member="VISU::Animation::isCycling" ref="80a08a2ae8787b810f9580d9eaeec980" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Animation.isCycling </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns True, if the playback of the animation is cycling. </td>
+ </tr>
+</table>
+<a class="anchor" name="d91817585b9d0bd0cd78517a6f86a896"></a><!-- doxytag: member="VISU::Animation::getMinTime" ref="d91817585b9d0bd0cd78517a6f86a896" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.Animation.getMinTime </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the first time stamp of the field defined at the input of the animation. <dl compact><dt><b>Note:</b></dt><dd>This method is used if animation range is <b>NOT</b> defined. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="44f2187c8a251b86c01fbc909fec9831"></a><!-- doxytag: member="VISU::Animation::getMaxTime" ref="44f2187c8a251b86c01fbc909fec9831" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.Animation.getMaxTime </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the last time stamp of the field defined at the input of the animation. <dl compact><dt><b>Note:</b></dt><dd>This method is used if animation range is <b>NOT</b> defined. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8efb829f405446f3fc177dff08494542"></a><!-- doxytag: member="VISU::Animation::setProportional" ref="8efb829f405446f3fc177dff08494542" args="(in boolean theProp)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.setProportional </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in boolean </td>
+ <td class="mdname1" valign="top" nowrap> <em>theProp</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets proprtional playback of the animation. This option allows to render your animation with proportional periods of time between every frame (not depending on the time stamps). <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theProp</em> </td><td>If this boolean parameter is True, playback of your animation will be set as proportional. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="42713aa4a73b5e9ebcb7c00814673eb2"></a><!-- doxytag: member="VISU::Animation::setCycling" ref="42713aa4a73b5e9ebcb7c00814673eb2" args="(in boolean theCycle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.setCycling </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in boolean </td>
+ <td class="mdname1" valign="top" nowrap> <em>theCycle</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets cycling playback of the animation. The number of cycles can be infinite, untill you use <em>startAnimation</em> method. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theCycle</em> </td><td>If this boolean parameter is True, playback of your animation will be set as cycling. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="0187e62b2aa9df4ced73cad693d4814e"></a><!-- doxytag: member="VISU::Animation::publishInStudy" ref="0187e62b2aa9df4ced73cad693d4814e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::SObject VISU.Animation.publishInStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2189248274471c67003a675969961586"></a><!-- doxytag: member="VISU::Animation::saveAnimation" ref="2189248274471c67003a675969961586" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.saveAnimation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="5f7fc011c8ec6b2f8d31f5b3b00ed094"></a><!-- doxytag: member="VISU::Animation::restoreFromStudy" ref="5f7fc011c8ec6b2f8d31f5b3b00ed094" args="(in SALOMEDS::SObject theSObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Animation.restoreFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::SObject </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="74fa288c3401f75740596e0c4d4b7447"></a><!-- doxytag: member="VISU::Animation::isSavedInStudy" ref="74fa288c3401f75740596e0c4d4b7447" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Animation.isSavedInStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::Animation::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::Animation::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.Base Interface Reference</h1><!-- doxytag: class="VISU::Base" --><code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.Base:<p><center><img src="interfaceVISU_1_1Base__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::Base::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::Base::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.ColoredPrs3d Interface Reference</h1><!-- doxytag: class="VISU::ColoredPrs3d" --><!-- doxytag: inherits="VISU::Prs3d" -->Basic Interface for the Colored 3D Presentations.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.ColoredPrs3d:<p><center><img src="interfaceVISU_1_1ColoredPrs3d__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#0cb01513d53cac1cf26699344580962a">SetScalarMode</a> (in long theScalarMode)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#bd7047f0543f356e7e0853285679c8a0">GetScalarMode</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#df97f8522a471c2e90470584cf7c92d9">GetMin</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#294cd1fcd6a6c21d76a6d03dc28b5a85">GetMax</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e5d7bfff180529eedad1a140e5a449c3">SetPosition</a> (in double X, in double Y)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Position of the scalar bar. <a href="#e5d7bfff180529eedad1a140e5a449c3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#ddd48392a778ada1e0153ddcc781edbc">GetPosX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#a20c6859e00c881a7db6fa3259a33e51">GetPosY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e9331edc9bb097dd99556ee27735710c">SetSize</a> (in double theWidth, in double theHeight)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Size of this presentable object. <a href="#e9331edc9bb097dd99556ee27735710c"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#fb5593e03da36959bcd7ac2e25c387ef">GetWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#75cb62b325060b5d268159e53e7a9de4">GetHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#caf0e43c7f94f9c3c2a2482a1ab0db06">SetNbColors</a> (in long theNbColors)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#2164a8ce3d888c7ac6b3644c0b7347c2">GetNbColors</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#21dd013631e20ce6c72368e7ac568802">SetLabels</a> (in long theNbLabels)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#085c23900301c3a4eb274584ee7d8ca6">GetLabels</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#449207525dc96443b81f42cef38047dd">SetTitle</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#3618c82757da8f8471dd20ab13cbc27b">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This interface is responsable for coloring of 3D field presentations according the scalar values applied to different cells. As well it contains presentation parameters of the scalar bar. The scalar bar is displayed along with each colored field presentation and serves for consulting the correspondance between colors and data values.
+<p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="0cb01513d53cac1cf26699344580962a"></a><!-- doxytag: member="VISU::ColoredPrs3d::SetScalarMode" ref="0cb01513d53cac1cf26699344580962a" args="(in long theScalarMode)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScalarMode</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="bd7047f0543f356e7e0853285679c8a0"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetScalarMode" ref="bd7047f0543f356e7e0853285679c8a0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="df97f8522a471c2e90470584cf7c92d9"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetMin" ref="df97f8522a471c2e90470584cf7c92d9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMin </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the min boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="294cd1fcd6a6c21d76a6d03dc28b5a85"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetMax" ref="294cd1fcd6a6c21d76a6d03dc28b5a85" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMax </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the max boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="e5d7bfff180529eedad1a140e5a449c3"></a><!-- doxytag: member="VISU::ColoredPrs3d::SetPosition" ref="e5d7bfff180529eedad1a140e5a449c3" args="(in double X, in double Y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>X</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>Y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the scalar bar origin on the screen. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>X</em> </td><td>Horizontal position. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>Y</em> </td><td>Vertical position. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ddd48392a778ada1e0153ddcc781edbc"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetPosX" ref="ddd48392a778ada1e0153ddcc781edbc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets horizontal position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="a20c6859e00c881a7db6fa3259a33e51"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetPosY" ref="a20c6859e00c881a7db6fa3259a33e51" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets vertical position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="e9331edc9bb097dd99556ee27735710c"></a><!-- doxytag: member="VISU::ColoredPrs3d::SetSize" ref="e9331edc9bb097dd99556ee27735710c" args="(in double theWidth, in double theHeight)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theWidth</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theHeight</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the size of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theWidth</em> </td><td>Width of this presentable object. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theHeight</em> </td><td>Height of this presentable object. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fb5593e03da36959bcd7ac2e25c387ef"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetWidth" ref="fb5593e03da36959bcd7ac2e25c387ef" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the width of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="75cb62b325060b5d268159e53e7a9de4"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetHeight" ref="75cb62b325060b5d268159e53e7a9de4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the height of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the height of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="caf0e43c7f94f9c3c2a2482a1ab0db06"></a><!-- doxytag: member="VISU::ColoredPrs3d::SetNbColors" ref="caf0e43c7f94f9c3c2a2482a1ab0db06" args="(in long theNbColors)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbColors</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of colors which will be used for presentation of this presentable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbColors</em> </td><td>A long value defining the number of colors. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2164a8ce3d888c7ac6b3644c0b7347c2"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetNbColors" ref="2164a8ce3d888c7ac6b3644c0b7347c2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of colors which will be used for visualization of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of colors which will be used for visualization of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="21dd013631e20ce6c72368e7ac568802"></a><!-- doxytag: member="VISU::ColoredPrs3d::SetLabels" ref="21dd013631e20ce6c72368e7ac568802" args="(in long theNbLabels)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbLabels</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbLabels</em> </td><td>A long value defining the number of labels. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="085c23900301c3a4eb274584ee7d8ca6"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetLabels" ref="085c23900301c3a4eb274584ee7d8ca6" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="449207525dc96443b81f42cef38047dd"></a><!-- doxytag: member="VISU::ColoredPrs3d::SetTitle" ref="449207525dc96443b81f42cef38047dd" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the scalar bar. By default - the name of the selected result is used. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>String parameter defining the name of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3618c82757da8f8471dd20ab13cbc27b"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetTitle" ref="3618c82757da8f8471dd20ab13cbc27b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.ColoredPrs3d.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::ColoredPrs3d::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::ColoredPrs3d::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::ColoredPrs3d::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.Container Interface Reference</h1><!-- doxytag: class="VISU::Container" --><!-- doxytag: inherits="VISU::PrsObject" -->Container presentable object interface
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.Container:<p><center><img src="interfaceVISU_1_1Container__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Container.html#313192ea8431ad0a5c30331bbf1a2a5d">AddCurve</a> (in <a class="el" href="interfaceVISU_1_1Curve.html">Curve</a> theCurve)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Container.html#70ad8fdee09c462b363b61a1202cc59d">RemoveCurve</a> (in <a class="el" href="interfaceVISU_1_1Curve.html">Curve</a> theCurve)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Container.html#56c69bf2a6e02e5ecf552b7d9023c8a0">GetNbCurves</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Container.html#f5214ab7eaf5db6cda15707cdb8170d8">Clear</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This class is provided in order to create one presentation using several presentable objects. This can provide a combination of a set of curves to display them in XY plot view.
+<p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="313192ea8431ad0a5c30331bbf1a2a5d"></a><!-- doxytag: member="VISU::Container::AddCurve" ref="313192ea8431ad0a5c30331bbf1a2a5d" args="(in Curve theCurve)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Container.AddCurve </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Curve.html">Curve</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theCurve</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Adds a curve into the container. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theCurve</em> </td><td>The added curve. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="70ad8fdee09c462b363b61a1202cc59d"></a><!-- doxytag: member="VISU::Container::RemoveCurve" ref="70ad8fdee09c462b363b61a1202cc59d" args="(in Curve theCurve)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Container.RemoveCurve </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Curve.html">Curve</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theCurve</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Removes a curve from the container. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theCurve</em> </td><td>The removed curve. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="56c69bf2a6e02e5ecf552b7d9023c8a0"></a><!-- doxytag: member="VISU::Container::GetNbCurves" ref="56c69bf2a6e02e5ecf552b7d9023c8a0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.Container.GetNbCurves </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of curves which are stored in the container. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of curves which are stored in the container. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="f5214ab7eaf5db6cda15707cdb8170d8"></a><!-- doxytag: member="VISU::Container::Clear" ref="f5214ab7eaf5db6cda15707cdb8170d8" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Container.Clear </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Removes all curves from the container. </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::Container::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::Container::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::Container::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.Curve Interface Reference</h1><!-- doxytag: class="VISU::Curve" --><!-- doxytag: inherits="VISU::PrsObject" -->Interface of curve representation.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.Curve:<p><center><img src="interfaceVISU_1_1Curve__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a">MarkerType</a> { <br>
+ <a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294af2636154f27b52c163d8fc40bd92dd7d">NONE</a>,
+<a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294ad2e3dc782da1c9d26f0ae1613e7f98eb">CIRCLE</a>,
+<a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294aa525e56913eeb8e82b6a5e1638d983a4">RECTANGLE</a>,
+<a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a1c94d3d52008835d4f01f8479c614cd2">DIAMOND</a>,
+<br>
+ <a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a8837e2a03ae9cc5ea3bc58344a24c086">DTRIANGLE</a>,
+<a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a84fd76bf798da09c7d6b58ede7d95d83">UTRIANGLE</a>,
+<a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a2bc63d77bd494feb5ddfce98685bc773">LTRIANGLE</a>,
+<a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a00319089674a46e42b33e1928e4e6e1b">RTRIANGLE</a>,
+<br>
+ <a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294abd9584e778ff73cfbfc6e734b33625d5">CROSS</a>,
+<a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a4e6156b00d87dec8c52f23d92c5710fd">XCROSS</a>
+<br>
+ }</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de44">LineType</a> { <br>
+ <a class="el" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de442f73b3f73b089d3aea6a3f1841739a8c">VOIDLINE</a>,
+<a class="el" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de448cfe9c9a659d866b318779df56d07727">SOLIDLINE</a>,
+<a class="el" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de44d49db72e37add623e082d97033ea654a">DASHLINE</a>,
+<a class="el" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de44194a4b8be0412b0e202db697a8e89b3b">DOTLINE</a>,
+<br>
+ <a class="el" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de44892862418642ea4e24b1b2e2a3c97965">DASHDOTLINE</a>,
+<a class="el" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de44ed488c5708b5cee3ba3e0b1dee70e10e">DASHDOTDOTLINE</a>
+<br>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Curve.html#f405d1e446dbc60882d0af41426f663e">SetTitle</a> (in string theTitle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Curve.html#d5977e6a03033828900c086af5f7e689">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Curve.html#14e86a425ce8c6e832517e2107ff3b30">SetColor</a> (in SALOMEDS::Color theColor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::Color </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Curve.html#96b0a9f47b83c99ec2ffb84cbc295e92">GetColor</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Curve.html#bd0b2b09b2e37277abc041d9ad47a03a">SetMarker</a> (in <a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a">MarkerType</a> theType)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a">MarkerType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Curve.html#03a22241fa5a94206e7cc8cd95fa1d01">GetMarker</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Curve.html#148c472d3b3fb406a50ecc5ce544b027">SetLine</a> (in <a class="el" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de44">LineType</a> theType, in long theLineWidth)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de44">LineType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Curve.html#64a0564926bc81390486b297b851bdc9">GetLine</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Curve.html#8925ac3f1a28a67b2f2aef0fec390cc0">GetLineWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Manages presentation parameters of one curve. It can be used for presentation of a set of curves using a combined presentation.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="97e903f19aa34a323e2263212055294a"></a><!-- doxytag: member="VISU::Curve::MarkerType" ref="97e903f19aa34a323e2263212055294a" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a">VISU::Curve::MarkerType</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This enumeration contains a set of elements defining the presentation type of markers (data points) with help of which the curve is constructed on the graphics. <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="97e903f19aa34a323e2263212055294af2636154f27b52c163d8fc40bd92dd7d"></a><!-- doxytag: member="NONE" ref="97e903f19aa34a323e2263212055294af2636154f27b52c163d8fc40bd92dd7d" args="" -->NONE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="97e903f19aa34a323e2263212055294ad2e3dc782da1c9d26f0ae1613e7f98eb"></a><!-- doxytag: member="CIRCLE" ref="97e903f19aa34a323e2263212055294ad2e3dc782da1c9d26f0ae1613e7f98eb" args="" -->CIRCLE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="97e903f19aa34a323e2263212055294aa525e56913eeb8e82b6a5e1638d983a4"></a><!-- doxytag: member="RECTANGLE" ref="97e903f19aa34a323e2263212055294aa525e56913eeb8e82b6a5e1638d983a4" args="" -->RECTANGLE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="97e903f19aa34a323e2263212055294a1c94d3d52008835d4f01f8479c614cd2"></a><!-- doxytag: member="DIAMOND" ref="97e903f19aa34a323e2263212055294a1c94d3d52008835d4f01f8479c614cd2" args="" -->DIAMOND</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="97e903f19aa34a323e2263212055294a8837e2a03ae9cc5ea3bc58344a24c086"></a><!-- doxytag: member="DTRIANGLE" ref="97e903f19aa34a323e2263212055294a8837e2a03ae9cc5ea3bc58344a24c086" args="" -->DTRIANGLE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="97e903f19aa34a323e2263212055294a84fd76bf798da09c7d6b58ede7d95d83"></a><!-- doxytag: member="UTRIANGLE" ref="97e903f19aa34a323e2263212055294a84fd76bf798da09c7d6b58ede7d95d83" args="" -->UTRIANGLE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="97e903f19aa34a323e2263212055294a2bc63d77bd494feb5ddfce98685bc773"></a><!-- doxytag: member="LTRIANGLE" ref="97e903f19aa34a323e2263212055294a2bc63d77bd494feb5ddfce98685bc773" args="" -->LTRIANGLE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="97e903f19aa34a323e2263212055294a00319089674a46e42b33e1928e4e6e1b"></a><!-- doxytag: member="RTRIANGLE" ref="97e903f19aa34a323e2263212055294a00319089674a46e42b33e1928e4e6e1b" args="" -->RTRIANGLE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="97e903f19aa34a323e2263212055294abd9584e778ff73cfbfc6e734b33625d5"></a><!-- doxytag: member="CROSS" ref="97e903f19aa34a323e2263212055294abd9584e778ff73cfbfc6e734b33625d5" args="" -->CROSS</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="97e903f19aa34a323e2263212055294a4e6156b00d87dec8c52f23d92c5710fd"></a><!-- doxytag: member="XCROSS" ref="97e903f19aa34a323e2263212055294a4e6156b00d87dec8c52f23d92c5710fd" args="" -->XCROSS</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="df3aecb191f106dba8a4b150c386de44"></a><!-- doxytag: member="VISU::Curve::LineType" ref="df3aecb191f106dba8a4b150c386de44" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de44">VISU::Curve::LineType</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This enumeration contains a set of elements defining the type of presentation of a curve line on the graphics. <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="df3aecb191f106dba8a4b150c386de442f73b3f73b089d3aea6a3f1841739a8c"></a><!-- doxytag: member="VOIDLINE" ref="df3aecb191f106dba8a4b150c386de442f73b3f73b089d3aea6a3f1841739a8c" args="" -->VOIDLINE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="df3aecb191f106dba8a4b150c386de448cfe9c9a659d866b318779df56d07727"></a><!-- doxytag: member="SOLIDLINE" ref="df3aecb191f106dba8a4b150c386de448cfe9c9a659d866b318779df56d07727" args="" -->SOLIDLINE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="df3aecb191f106dba8a4b150c386de44d49db72e37add623e082d97033ea654a"></a><!-- doxytag: member="DASHLINE" ref="df3aecb191f106dba8a4b150c386de44d49db72e37add623e082d97033ea654a" args="" -->DASHLINE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="df3aecb191f106dba8a4b150c386de44194a4b8be0412b0e202db697a8e89b3b"></a><!-- doxytag: member="DOTLINE" ref="df3aecb191f106dba8a4b150c386de44194a4b8be0412b0e202db697a8e89b3b" args="" -->DOTLINE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="df3aecb191f106dba8a4b150c386de44892862418642ea4e24b1b2e2a3c97965"></a><!-- doxytag: member="DASHDOTLINE" ref="df3aecb191f106dba8a4b150c386de44892862418642ea4e24b1b2e2a3c97965" args="" -->DASHDOTLINE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="df3aecb191f106dba8a4b150c386de44ed488c5708b5cee3ba3e0b1dee70e10e"></a><!-- doxytag: member="DASHDOTDOTLINE" ref="df3aecb191f106dba8a4b150c386de44ed488c5708b5cee3ba3e0b1dee70e10e" args="" -->DASHDOTDOTLINE</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="f405d1e446dbc60882d0af41426f663e"></a><!-- doxytag: member="VISU::Curve::SetTitle" ref="f405d1e446dbc60882d0af41426f663e" args="(in string theTitle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Curve.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theTitle</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the curve. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theTitle</em> </td><td>This string parameter defines the title of this curve. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="d5977e6a03033828900c086af5f7e689"></a><!-- doxytag: member="VISU::Curve::GetTitle" ref="d5977e6a03033828900c086af5f7e689" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.Curve.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the curve. <dl compact><dt><b>Returns:</b></dt><dd>String value corresponding to the title of the curve. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="14e86a425ce8c6e832517e2107ff3b30"></a><!-- doxytag: member="VISU::Curve::SetColor" ref="14e86a425ce8c6e832517e2107ff3b30" args="(in SALOMEDS::Color theColor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Curve.SetColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::Color </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the color of the curve. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColor</em> </td><td>The color of the curve. This parameter is taken from the <em>Orientation</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="96b0a9f47b83c99ec2ffb84cbc295e92"></a><!-- doxytag: member="VISU::Curve::GetColor" ref="96b0a9f47b83c99ec2ffb84cbc295e92" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::Color VISU.Curve.GetColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the color of the curve. <dl compact><dt><b>Returns:</b></dt><dd>Color of the curve. The returned value will correspond to one of the elements the <em>Color</em> enumeration. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="bd0b2b09b2e37277abc041d9ad47a03a"></a><!-- doxytag: member="VISU::Curve::SetMarker" ref="bd0b2b09b2e37277abc041d9ad47a03a" args="(in MarkerType theType)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Curve.SetMarker </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a">MarkerType</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theType</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the presentation type of markers (data points) with help of which the curve is constructed on the graphics. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theType</em> </td><td>This parameter defines the type of marker with help of which the curve is constructed on the graphics. It is taken from <em>MarkerType</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="03a22241fa5a94206e7cc8cd95fa1d01"></a><!-- doxytag: member="VISU::Curve::GetMarker" ref="03a22241fa5a94206e7cc8cd95fa1d01" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Curve.html#97e903f19aa34a323e2263212055294a">MarkerType</a> VISU.Curve.GetMarker </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the presentation type of markers (data points) with help of which the curve is constructed on the graphics. <dl compact><dt><b>Returns:</b></dt><dd>The type of marker with help of which the curve is constructed on the graphics. The returned value will correspond to one of the elements the <em>MarkerType</em> enumeration. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="148c472d3b3fb406a50ecc5ce544b027"></a><!-- doxytag: member="VISU::Curve::SetLine" ref="148c472d3b3fb406a50ecc5ce544b027" args="(in LineType theType, in long theLineWidth)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Curve.SetLine </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de44">LineType</a> </td>
+ <td class="mdname" nowrap> <em>theType</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in long </td>
+ <td class="mdname" nowrap> <em>theLineWidth</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of presentation of curve lines on the graphics. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theType</em> </td><td>This parameter defines the type of presentation of curve lines on the graphics. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theLineWidth</em> </td><td>Long value defining the width of the curve line. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="64a0564926bc81390486b297b851bdc9"></a><!-- doxytag: member="VISU::Curve::GetLine" ref="64a0564926bc81390486b297b851bdc9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Curve.html#df3aecb191f106dba8a4b150c386de44">LineType</a> VISU.Curve.GetLine </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of representation of curve lines on the graphics. <dl compact><dt><b>Returns:</b></dt><dd>The type of representation of curve lines on the graphics. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8925ac3f1a28a67b2f2aef0fec390cc0"></a><!-- doxytag: member="VISU::Curve::GetLineWidth" ref="8925ac3f1a28a67b2f2aef0fec390cc0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.Curve.GetLineWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of the curve line. <dl compact><dt><b>Returns:</b></dt><dd>Long value corresponding to the width of the curve line. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::Curve::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::Curve::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::Curve::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.CutLines Interface Reference</h1><!-- doxytag: class="VISU::CutLines" --><!-- doxytag: inherits="VISU::ScalarMap" -->Cut lines presentation.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.CutLines:<p><center><img src="interfaceVISU_1_1CutLines__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> { <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d">HORIZONTAL</a>,
+<a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a">VERTICAL</a>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#60bb9fde7bcf96ef53839f3fc5923927">SetOrientation</a> (in <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">CutPlanes::Orientation</a> theOrientation, in double theXAngle, in double theYAngle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#590fbf87f5976e392dc337b97f05723e">SetOrientation2</a> (in <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">CutPlanes::Orientation</a> theOrientation, in double theXAngle, in double theYAngle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">CutPlanes::Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#196e30a3cc2cc23ce6fe63013a7ca291">GetOrientationType</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">CutPlanes::Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#894eb145740eb411dc0fea5d9f39608a">GetOrientationType2</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#ba4947a2c47e5c0c60a1695ea7b10f76">GetRotateX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#f3a417f8c533eb9b867d97a6bd688ffa">GetRotateX2</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#4d112f6020965651615de7848dc60e86">GetRotateY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#e9c0b3729ffc42cfc8af7b57e695af71">GetRotateY2</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#3b527963a1e5df6a1afecfdf4ff908e1">SetDisplacement</a> (in double theDisp)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#c20a797ab614a51a74d24efe328b5313">SetDisplacement2</a> (in double theDisp)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#5eded24d733ef30044937a4ac14b6474">GetDisplacement</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#52ce6bbc7e0a7d598e5b40b6eddff024">GetDisplacement2</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#495c0e5cac80a8ac3b4a235a39abf996">SetBasePlanePosition</a> (in double thePlanePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#587d657c1c872ba0a6fd5c85f051b52e">GetBasePlanePosition</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#d12a26aad23d346169333b654531b0e8">SetLinePosition</a> (in long thePlaneNumber, in double thePlanePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#1a83169fc3783b82c34aed8592c2f1fd">GetLinePosition</a> (in long thePlaneNumber)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#ad32dd12efb7df8b6bf6c4089a235f70">SetDefault</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#d7890d93098a18680019d903d0741627">IsDefault</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#7b94b966f7820c290bf85cc0154f0ed1">SetDefaultPosition</a> (in long thePlaneNumber)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#18a904c6bf82ec36b7d3695db3f679bd">IsDefaultPosition</a> (in long thePlaneNumber)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#fecd659e1f51ee2f3fa2d11bc0347a8d">SetNbLines</a> (in long theNb)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutLines.html#476f66b1f3ff489231156a6362e533ba">GetNbLines</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#533517f061d61d34128a7ebd40ec3df2">SetScaling</a> (in Scaling theScaling)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">Scaling </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#af368a29e0046f847a2af205e7040c23">GetScaling</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#76016f8035d5fb342c64b13ca2e30a66">SetRange</a> (in double theMin, in double theMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#a6ed1b0bab197328075cf1010c176fe4">SetBarOrientation</a> (in <a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> theOrientation)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#de70daa2d7a203a5b939a3c063ff07bf">GetBarOrientation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#0cb01513d53cac1cf26699344580962a">SetScalarMode</a> (in long theScalarMode)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#bd7047f0543f356e7e0853285679c8a0">GetScalarMode</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#df97f8522a471c2e90470584cf7c92d9">GetMin</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#294cd1fcd6a6c21d76a6d03dc28b5a85">GetMax</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e5d7bfff180529eedad1a140e5a449c3">SetPosition</a> (in double X, in double Y)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Position of the scalar bar. <a href="#e5d7bfff180529eedad1a140e5a449c3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#ddd48392a778ada1e0153ddcc781edbc">GetPosX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#a20c6859e00c881a7db6fa3259a33e51">GetPosY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e9331edc9bb097dd99556ee27735710c">SetSize</a> (in double theWidth, in double theHeight)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Size of this presentable object. <a href="#e9331edc9bb097dd99556ee27735710c"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#fb5593e03da36959bcd7ac2e25c387ef">GetWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#75cb62b325060b5d268159e53e7a9de4">GetHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#caf0e43c7f94f9c3c2a2482a1ab0db06">SetNbColors</a> (in long theNbColors)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#2164a8ce3d888c7ac6b3644c0b7347c2">GetNbColors</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#21dd013631e20ce6c72368e7ac568802">SetLabels</a> (in long theNbLabels)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#085c23900301c3a4eb274584ee7d8ca6">GetLabels</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#449207525dc96443b81f42cef38047dd">SetTitle</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#3618c82757da8f8471dd20ab13cbc27b">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Presentation parameters of a Cut lines presentation. Cut Lines is a type of presentation which displays colored cells with applied scalar values on the mesh where lines are placed. The procedure of construction of a Cut Lines presentation reuses the algorithm of creation of Cut Planes presentation and consists of two steps:<p>
+1. From Cut Planes presentation one plane is taken and it is used as base plane for construction of cut lines. 2. This plane is cut by a regular array of planes. The result of this operation is a regular array of lines in space, belonging to the same plane and having the same orientation. They are located inside or on the mesh.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72"></a><!-- doxytag: member="VISU::CutLines::Orientation" ref="f772d6f2c08313f1cf5fdf29e7924f72" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">VISU::ScalarMap::Orientation</a><code> [inherited]</code> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d"></a><!-- doxytag: member="HORIZONTAL" ref="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d" args="" -->HORIZONTAL</em> </td><td>
+Horizontal orientation of the scalar bar. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a"></a><!-- doxytag: member="VERTICAL" ref="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a" args="" -->VERTICAL</em> </td><td>
+Vertical orientation of the scalar bar. </td></tr>
+</table>
+</dl>
+
+<p>
+Implemented in <a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">VISU.Plot3D</a>, and <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">VISU.CutPlanes</a>. </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="60bb9fde7bcf96ef53839f3fc5923927"></a><!-- doxytag: member="VISU::CutLines::SetOrientation" ref="60bb9fde7bcf96ef53839f3fc5923927" args="(in CutPlanes::Orientation theOrientation, in double theXAngle, in double theYAngle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutLines.SetOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">CutPlanes::Orientation</a> </td>
+ <td class="mdname" nowrap> <em>theOrientation</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theXAngle</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theYAngle</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of orientation in 3D space of the base plane of a cut lines presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>The orientation of the base plane in 3D space. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theXAngle</em> </td><td>The angle of rotation of the base plane around the first axis of the chosen orientation. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theXAngle</em> </td><td>The angle of rotation of the base plane around the second axis of the chosen orientation. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="590fbf87f5976e392dc337b97f05723e"></a><!-- doxytag: member="VISU::CutLines::SetOrientation2" ref="590fbf87f5976e392dc337b97f05723e" args="(in CutPlanes::Orientation theOrientation, in double theXAngle, in double theYAngle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutLines.SetOrientation2 </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">CutPlanes::Orientation</a> </td>
+ <td class="mdname" nowrap> <em>theOrientation</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theXAngle</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theYAngle</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of orientation in 3D space of the cutting planes of a cut lines presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This parameter defines the type of orientation of the cutting planes in 3D space. It is taken from the <em>Orientation</em> enumeration. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theXAngle</em> </td><td>The angle of rotation of the cutting planes around the first axis of the chosen orientation. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theXAngle</em> </td><td>The angle of rotation of the cutting planes around the second axis of the chosen orientation. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="196e30a3cc2cc23ce6fe63013a7ca291"></a><!-- doxytag: member="VISU::CutLines::GetOrientationType" ref="196e30a3cc2cc23ce6fe63013a7ca291" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">CutPlanes::Orientation</a> VISU.CutLines.GetOrientationType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation in 3D space of the base plane of a cut lines presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="894eb145740eb411dc0fea5d9f39608a"></a><!-- doxytag: member="VISU::CutLines::GetOrientationType2" ref="894eb145740eb411dc0fea5d9f39608a" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">CutPlanes::Orientation</a> VISU.CutLines.GetOrientationType2 </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation in 3D space of the cutting planes of a cut lines presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="ba4947a2c47e5c0c60a1695ea7b10f76"></a><!-- doxytag: member="VISU::CutLines::GetRotateX" ref="ba4947a2c47e5c0c60a1695ea7b10f76" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.CutLines.GetRotateX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets rotation angle of the base plane around the first axis of the chosen orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="f3a417f8c533eb9b867d97a6bd688ffa"></a><!-- doxytag: member="VISU::CutLines::GetRotateX2" ref="f3a417f8c533eb9b867d97a6bd688ffa" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.CutLines.GetRotateX2 </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets rotation angle of the cutting planes around the first axis of the chosen orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="4d112f6020965651615de7848dc60e86"></a><!-- doxytag: member="VISU::CutLines::GetRotateY" ref="4d112f6020965651615de7848dc60e86" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.CutLines.GetRotateY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets rotation angle of the base plane around the second axis of the chosen orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="e9c0b3729ffc42cfc8af7b57e695af71"></a><!-- doxytag: member="VISU::CutLines::GetRotateY2" ref="e9c0b3729ffc42cfc8af7b57e695af71" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.CutLines.GetRotateY2 </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets rotation angle of the cutting planes around the second axis of the chosen orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="3b527963a1e5df6a1afecfdf4ff908e1"></a><!-- doxytag: member="VISU::CutLines::SetDisplacement" ref="3b527963a1e5df6a1afecfdf4ff908e1" args="(in double theDisp)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutLines.SetDisplacement </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theDisp</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the displacement of the base plane of the cut lines presentation in 3D space.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theDisp</em> </td><td>This parameter defines position of the base plane in 3D space. It varies from 0 to 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c20a797ab614a51a74d24efe328b5313"></a><!-- doxytag: member="VISU::CutLines::SetDisplacement2" ref="c20a797ab614a51a74d24efe328b5313" args="(in double theDisp)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutLines.SetDisplacement2 </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theDisp</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the displacement of the cutting planes of the cut lines presentation in 3D space.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theDisp</em> </td><td>This parameter defines position of the cutting planes in 3D space. It varies from 0 to 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="5eded24d733ef30044937a4ac14b6474"></a><!-- doxytag: member="VISU::CutLines::GetDisplacement" ref="5eded24d733ef30044937a4ac14b6474" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.CutLines.GetDisplacement </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the displacement of the base plane of the cut lines presentation in 3D space. </td>
+ </tr>
+</table>
+<a class="anchor" name="52ce6bbc7e0a7d598e5b40b6eddff024"></a><!-- doxytag: member="VISU::CutLines::GetDisplacement2" ref="52ce6bbc7e0a7d598e5b40b6eddff024" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.CutLines.GetDisplacement2 </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the displacement of the cutting planes of the cut lines presentation in 3D space. </td>
+ </tr>
+</table>
+<a class="anchor" name="495c0e5cac80a8ac3b4a235a39abf996"></a><!-- doxytag: member="VISU::CutLines::SetBasePlanePosition" ref="495c0e5cac80a8ac3b4a235a39abf996" args="(in double thePlanePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutLines.SetBasePlanePosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePlanePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the base plane in 3D space. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePlanePosition</em> </td><td>A double value defining the position of the base plane in 3D space. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="587d657c1c872ba0a6fd5c85f051b52e"></a><!-- doxytag: member="VISU::CutLines::GetBasePlanePosition" ref="587d657c1c872ba0a6fd5c85f051b52e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.CutLines.GetBasePlanePosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the position of the base plane in 3D space. </td>
+ </tr>
+</table>
+<a class="anchor" name="d12a26aad23d346169333b654531b0e8"></a><!-- doxytag: member="VISU::CutLines::SetLinePosition" ref="d12a26aad23d346169333b654531b0e8" args="(in long thePlaneNumber, in double thePlanePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutLines.SetLinePosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname" nowrap> <em>thePlaneNumber</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>thePlanePosition</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of one of cutting planes in 3D space. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePlaneNumber</em> </td><td>A long value defining the order number of this cutting plane. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>thePlanePosition</em> </td><td>A double value defining the position of the base plane in 3D space. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="1a83169fc3783b82c34aed8592c2f1fd"></a><!-- doxytag: member="VISU::CutLines::GetLinePosition" ref="1a83169fc3783b82c34aed8592c2f1fd" args="(in long thePlaneNumber)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.CutLines.GetLinePosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePlaneNumber</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the position of one of cutting planes in 3D space. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePlaneNumber</em> </td><td>A long value defining the order number of this cutting plane. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ad32dd12efb7df8b6bf6c4089a235f70"></a><!-- doxytag: member="VISU::CutLines::SetDefault" ref="ad32dd12efb7df8b6bf6c4089a235f70" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutLines.SetDefault </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the base plane to default value. </td>
+ </tr>
+</table>
+<a class="anchor" name="d7890d93098a18680019d903d0741627"></a><!-- doxytag: member="VISU::CutLines::IsDefault" ref="d7890d93098a18680019d903d0741627" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.CutLines.IsDefault </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Determines whether the base plane has default position. <dl compact><dt><b>Returns:</b></dt><dd>True if the base plane has default position. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7b94b966f7820c290bf85cc0154f0ed1"></a><!-- doxytag: member="VISU::CutLines::SetDefaultPosition" ref="7b94b966f7820c290bf85cc0154f0ed1" args="(in long thePlaneNumber)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutLines.SetDefaultPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePlaneNumber</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the choosen cutting plane to default value. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePlaneNumber</em> </td><td>The number of this cutting plane. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="18a904c6bf82ec36b7d3695db3f679bd"></a><!-- doxytag: member="VISU::CutLines::IsDefaultPosition" ref="18a904c6bf82ec36b7d3695db3f679bd" args="(in long thePlaneNumber)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.CutLines.IsDefaultPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePlaneNumber</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Determines whether the choosen cutting plane has default position. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePlaneNumber</em> </td><td>The number of this cutting plane. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>True if this cutting plane has default position. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fecd659e1f51ee2f3fa2d11bc0347a8d"></a><!-- doxytag: member="VISU::CutLines::SetNbLines" ref="fecd659e1f51ee2f3fa2d11bc0347a8d" args="(in long theNb)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutLines.SetNbLines </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNb</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of cut lines. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNb</em> </td><td>The number of cut lines. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="476f66b1f3ff489231156a6362e533ba"></a><!-- doxytag: member="VISU::CutLines::GetNbLines" ref="476f66b1f3ff489231156a6362e533ba" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.CutLines.GetNbLines </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of cut lines. </td>
+ </tr>
+</table>
+<a class="anchor" name="533517f061d61d34128a7ebd40ec3df2"></a><!-- doxytag: member="VISU::CutLines::SetScaling" ref="533517f061d61d34128a7ebd40ec3df2" args="(in Scaling theScaling)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in Scaling </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScaling</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of scaling of the values reflected by the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScaling</em> </td><td>The value of this parameter is taken from the <em>Scaling</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="af368a29e0046f847a2af205e7040c23"></a><!-- doxytag: member="VISU::CutLines::GetScaling" ref="af368a29e0046f847a2af205e7040c23" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">Scaling VISU.ScalarMap.GetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of scaling of the values reflected by this presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="76016f8035d5fb342c64b13ca2e30a66"></a><!-- doxytag: member="VISU::CutLines::SetRange" ref="76016f8035d5fb342c64b13ca2e30a66" args="(in double theMin, in double theMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets scalar range - min and max boundaries of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theMin</em> </td><td>Min boundary of the scalar bar. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMax</em> </td><td>Max boundary of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a6ed1b0bab197328075cf1010c176fe4"></a><!-- doxytag: member="VISU::CutLines::SetBarOrientation" ref="a6ed1b0bab197328075cf1010c176fe4" args="(in Orientation theOrientation)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theOrientation</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This parameter defines the orientation of the scalar bar. It is taken from the <em>Orientaton</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="de70daa2d7a203a5b939a3c063ff07bf"></a><!-- doxytag: member="VISU::CutLines::GetBarOrientation" ref="de70daa2d7a203a5b939a3c063ff07bf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> VISU.ScalarMap.GetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation of the scalar bar (to provide backward compatibility). </td>
+ </tr>
+</table>
+<a class="anchor" name="0cb01513d53cac1cf26699344580962a"></a><!-- doxytag: member="VISU::CutLines::SetScalarMode" ref="0cb01513d53cac1cf26699344580962a" args="(in long theScalarMode)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScalarMode</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="bd7047f0543f356e7e0853285679c8a0"></a><!-- doxytag: member="VISU::CutLines::GetScalarMode" ref="bd7047f0543f356e7e0853285679c8a0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="df97f8522a471c2e90470584cf7c92d9"></a><!-- doxytag: member="VISU::CutLines::GetMin" ref="df97f8522a471c2e90470584cf7c92d9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMin </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the min boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="294cd1fcd6a6c21d76a6d03dc28b5a85"></a><!-- doxytag: member="VISU::CutLines::GetMax" ref="294cd1fcd6a6c21d76a6d03dc28b5a85" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMax </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the max boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="e5d7bfff180529eedad1a140e5a449c3"></a><!-- doxytag: member="VISU::CutLines::SetPosition" ref="e5d7bfff180529eedad1a140e5a449c3" args="(in double X, in double Y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>X</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>Y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the scalar bar origin on the screen. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>X</em> </td><td>Horizontal position. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>Y</em> </td><td>Vertical position. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ddd48392a778ada1e0153ddcc781edbc"></a><!-- doxytag: member="VISU::CutLines::GetPosX" ref="ddd48392a778ada1e0153ddcc781edbc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets horizontal position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="a20c6859e00c881a7db6fa3259a33e51"></a><!-- doxytag: member="VISU::CutLines::GetPosY" ref="a20c6859e00c881a7db6fa3259a33e51" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets vertical position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="e9331edc9bb097dd99556ee27735710c"></a><!-- doxytag: member="VISU::CutLines::SetSize" ref="e9331edc9bb097dd99556ee27735710c" args="(in double theWidth, in double theHeight)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theWidth</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theHeight</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the size of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theWidth</em> </td><td>Width of this presentable object. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theHeight</em> </td><td>Height of this presentable object. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fb5593e03da36959bcd7ac2e25c387ef"></a><!-- doxytag: member="VISU::CutLines::GetWidth" ref="fb5593e03da36959bcd7ac2e25c387ef" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the width of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="75cb62b325060b5d268159e53e7a9de4"></a><!-- doxytag: member="VISU::CutLines::GetHeight" ref="75cb62b325060b5d268159e53e7a9de4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the height of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the height of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="caf0e43c7f94f9c3c2a2482a1ab0db06"></a><!-- doxytag: member="VISU::CutLines::SetNbColors" ref="caf0e43c7f94f9c3c2a2482a1ab0db06" args="(in long theNbColors)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbColors</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of colors which will be used for presentation of this presentable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbColors</em> </td><td>A long value defining the number of colors. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2164a8ce3d888c7ac6b3644c0b7347c2"></a><!-- doxytag: member="VISU::CutLines::GetNbColors" ref="2164a8ce3d888c7ac6b3644c0b7347c2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of colors which will be used for visualization of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of colors which will be used for visualization of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="21dd013631e20ce6c72368e7ac568802"></a><!-- doxytag: member="VISU::CutLines::SetLabels" ref="21dd013631e20ce6c72368e7ac568802" args="(in long theNbLabels)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbLabels</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbLabels</em> </td><td>A long value defining the number of labels. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="085c23900301c3a4eb274584ee7d8ca6"></a><!-- doxytag: member="VISU::CutLines::GetLabels" ref="085c23900301c3a4eb274584ee7d8ca6" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="449207525dc96443b81f42cef38047dd"></a><!-- doxytag: member="VISU::CutLines::SetTitle" ref="449207525dc96443b81f42cef38047dd" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the scalar bar. By default - the name of the selected result is used. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>String parameter defining the name of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3618c82757da8f8471dd20ab13cbc27b"></a><!-- doxytag: member="VISU::CutLines::GetTitle" ref="3618c82757da8f8471dd20ab13cbc27b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.ColoredPrs3d.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::CutLines::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::CutLines::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::CutLines::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::CutLines::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::CutLines::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.CutPlanes Interface Reference</h1><!-- doxytag: class="VISU::CutPlanes" --><!-- doxytag: inherits="VISU::ScalarMap" -->Cut planes interface.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.CutPlanes:<p><center><img src="interfaceVISU_1_1CutPlanes__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">Orientation</a> { <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d82e2e0acb8863f0a4fb076397d81333c4">XY</a>,
+<a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8953b0c17175d6a45294d65daeddbed60">YZ</a>,
+<a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d849c82a9ddd7bcd17e4f86484c068cb7f">ZX</a>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#1d9df2ba05a443ed415e973320b29c55">SetOrientation</a> (in <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">Orientation</a> theOrientation, in double theXAngle, in double theYAngle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#c9f89f6fac655be4fbcbaabc032de945">GetOrientationType</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#9deadd5352bb8b590f17df7417505c46">GetRotateX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#5e265ed7c354bd5599ee3285519c449f">GetRotateY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#f076fc58a0a8322e496704e0792b1e07">SetDisplacement</a> (in double theDisp)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#64a719e6183a3e97ab99c8e4d0626a43">GetDisplacement</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#04efdcd02e08836141f1046a1244299b">SetPlanePosition</a> (in long thePlaneNumber, in double thePlanePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#c47a9b5dbe82968caccbc0bdfb1cdadd">SetDefault</a> (in long thePlaneNumber)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#bf706ecff0abf3faf1c8254486fe4fcb">GetPlanePosition</a> (in long thePlaneNumber)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#5af860addf66ea173386da395714f841">IsDefault</a> (in long thePlaneNumber)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#e12cd931e3627fb9f9bbfd8f274ebb00">SetNbPlanes</a> (in long theNb)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1CutPlanes.html#f14abf721c5ee81ab210f3b9f28a6543">GetNbPlanes</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#533517f061d61d34128a7ebd40ec3df2">SetScaling</a> (in Scaling theScaling)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">Scaling </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#af368a29e0046f847a2af205e7040c23">GetScaling</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#76016f8035d5fb342c64b13ca2e30a66">SetRange</a> (in double theMin, in double theMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#a6ed1b0bab197328075cf1010c176fe4">SetBarOrientation</a> (in <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">Orientation</a> theOrientation)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#de70daa2d7a203a5b939a3c063ff07bf">GetBarOrientation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#0cb01513d53cac1cf26699344580962a">SetScalarMode</a> (in long theScalarMode)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#bd7047f0543f356e7e0853285679c8a0">GetScalarMode</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#df97f8522a471c2e90470584cf7c92d9">GetMin</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#294cd1fcd6a6c21d76a6d03dc28b5a85">GetMax</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e5d7bfff180529eedad1a140e5a449c3">SetPosition</a> (in double X, in double Y)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Position of the scalar bar. <a href="#e5d7bfff180529eedad1a140e5a449c3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#ddd48392a778ada1e0153ddcc781edbc">GetPosX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#a20c6859e00c881a7db6fa3259a33e51">GetPosY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e9331edc9bb097dd99556ee27735710c">SetSize</a> (in double theWidth, in double theHeight)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Size of this presentable object. <a href="#e9331edc9bb097dd99556ee27735710c"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#fb5593e03da36959bcd7ac2e25c387ef">GetWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#75cb62b325060b5d268159e53e7a9de4">GetHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#caf0e43c7f94f9c3c2a2482a1ab0db06">SetNbColors</a> (in long theNbColors)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#2164a8ce3d888c7ac6b3644c0b7347c2">GetNbColors</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#21dd013631e20ce6c72368e7ac568802">SetLabels</a> (in long theNbLabels)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#085c23900301c3a4eb274584ee7d8ca6">GetLabels</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#449207525dc96443b81f42cef38047dd">SetTitle</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#3618c82757da8f8471dd20ab13cbc27b">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Presentation parameters of Cut planes presentation. This type of presentation consists of cutting your initial mesh by a definite number of planes. As the result you will see these planes which will be cutted by the borders of the mesh.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="e6323ddacff1f78376488b92a5cdd3d8"></a><!-- doxytag: member="VISU::CutPlanes::Orientation" ref="e6323ddacff1f78376488b92a5cdd3d8" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">VISU::CutPlanes::Orientation</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This enumeration contains a set of elements defining the type of orientation in 3D space of the cut planes. <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="e6323ddacff1f78376488b92a5cdd3d82e2e0acb8863f0a4fb076397d81333c4"></a><!-- doxytag: member="XY" ref="e6323ddacff1f78376488b92a5cdd3d82e2e0acb8863f0a4fb076397d81333c4" args="" -->XY</em> </td><td>
+The object is located in the plane formed by X and Y axis. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="e6323ddacff1f78376488b92a5cdd3d8953b0c17175d6a45294d65daeddbed60"></a><!-- doxytag: member="YZ" ref="e6323ddacff1f78376488b92a5cdd3d8953b0c17175d6a45294d65daeddbed60" args="" -->YZ</em> </td><td>
+The object is located in the plane formed by Y and Z axis. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="e6323ddacff1f78376488b92a5cdd3d849c82a9ddd7bcd17e4f86484c068cb7f"></a><!-- doxytag: member="ZX" ref="e6323ddacff1f78376488b92a5cdd3d849c82a9ddd7bcd17e4f86484c068cb7f" args="" -->ZX</em> </td><td>
+</td></tr>
+</table>
+</dl>
+
+<p>
+Implements <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">VISU.ScalarMap</a>. </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="1d9df2ba05a443ed415e973320b29c55"></a><!-- doxytag: member="VISU::CutPlanes::SetOrientation" ref="1d9df2ba05a443ed415e973320b29c55" args="(in Orientation theOrientation, in double theXAngle, in double theYAngle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutPlanes.SetOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">Orientation</a> </td>
+ <td class="mdname" nowrap> <em>theOrientation</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theXAngle</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theYAngle</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of orientation in 3D space of cut planes presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This parameter defines the type of orientation of cut planes in 3D space. It is taken from the <em>Orientation</em> enumeration. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theXAngle</em> </td><td>The angle of rotation of the cut planes around the first axis of the chosen orientation. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theXAngle</em> </td><td>The angle of rotation of the cut planes around the second axis of the chosen orientation. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c9f89f6fac655be4fbcbaabc032de945"></a><!-- doxytag: member="VISU::CutPlanes::GetOrientationType" ref="c9f89f6fac655be4fbcbaabc032de945" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">Orientation</a> VISU.CutPlanes.GetOrientationType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation in 3D space of cut planes presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="9deadd5352bb8b590f17df7417505c46"></a><!-- doxytag: member="VISU::CutPlanes::GetRotateX" ref="9deadd5352bb8b590f17df7417505c46" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.CutPlanes.GetRotateX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets rotation angle of the cut plane presentation around the first axis of the chosen orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="5e265ed7c354bd5599ee3285519c449f"></a><!-- doxytag: member="VISU::CutPlanes::GetRotateY" ref="5e265ed7c354bd5599ee3285519c449f" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.CutPlanes.GetRotateY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets rotation angle of the cut plane presentation around the second axis of the chosen orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="f076fc58a0a8322e496704e0792b1e07"></a><!-- doxytag: member="VISU::CutPlanes::SetDisplacement" ref="f076fc58a0a8322e496704e0792b1e07" args="(in double theDisp)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutPlanes.SetDisplacement </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theDisp</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the displacement of the cut planes in 3D space.<p>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theDisp</em> </td><td>This parameter defines position of the cut planes in 3D space. It varies from 0 to 1. If the chosen value is 0.5, the cut planes will be evenly located regarding each other; in other words, the distance between all of them will be equal. If the value is higher or lower than 0.5, the planes will be displaced to one or another side. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="64a719e6183a3e97ab99c8e4d0626a43"></a><!-- doxytag: member="VISU::CutPlanes::GetDisplacement" ref="64a719e6183a3e97ab99c8e4d0626a43" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.CutPlanes.GetDisplacement </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the displacement of the cut planes in 3D space. </td>
+ </tr>
+</table>
+<a class="anchor" name="04efdcd02e08836141f1046a1244299b"></a><!-- doxytag: member="VISU::CutPlanes::SetPlanePosition" ref="04efdcd02e08836141f1046a1244299b" args="(in long thePlaneNumber, in double thePlanePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutPlanes.SetPlanePosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname" nowrap> <em>thePlaneNumber</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>thePlanePosition</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of a definite cut plane. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePlaneNumber</em> </td><td>The number of this cut plane. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>thePlanePosition</em> </td><td>The position of this cut plane. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c47a9b5dbe82968caccbc0bdfb1cdadd"></a><!-- doxytag: member="VISU::CutPlanes::SetDefault" ref="c47a9b5dbe82968caccbc0bdfb1cdadd" args="(in long thePlaneNumber)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutPlanes.SetDefault </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePlaneNumber</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the choosen plane to default value. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePlaneNumber</em> </td><td>The number of this cut plane. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="bf706ecff0abf3faf1c8254486fe4fcb"></a><!-- doxytag: member="VISU::CutPlanes::GetPlanePosition" ref="bf706ecff0abf3faf1c8254486fe4fcb" args="(in long thePlaneNumber)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.CutPlanes.GetPlanePosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePlaneNumber</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the position of the choosen plane </td>
+ </tr>
+</table>
+<a class="anchor" name="5af860addf66ea173386da395714f841"></a><!-- doxytag: member="VISU::CutPlanes::IsDefault" ref="5af860addf66ea173386da395714f841" args="(in long thePlaneNumber)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.CutPlanes.IsDefault </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePlaneNumber</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Determines whether the choosen plane has default position. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePlaneNumber</em> </td><td>The number of this cut plane. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="e12cd931e3627fb9f9bbfd8f274ebb00"></a><!-- doxytag: member="VISU::CutPlanes::SetNbPlanes" ref="e12cd931e3627fb9f9bbfd8f274ebb00" args="(in long theNb)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.CutPlanes.SetNbPlanes </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNb</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of cut planes. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNb</em> </td><td>The number of cut planes. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="f14abf721c5ee81ab210f3b9f28a6543"></a><!-- doxytag: member="VISU::CutPlanes::GetNbPlanes" ref="f14abf721c5ee81ab210f3b9f28a6543" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.CutPlanes.GetNbPlanes </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of cut planes. </td>
+ </tr>
+</table>
+<a class="anchor" name="533517f061d61d34128a7ebd40ec3df2"></a><!-- doxytag: member="VISU::CutPlanes::SetScaling" ref="533517f061d61d34128a7ebd40ec3df2" args="(in Scaling theScaling)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in Scaling </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScaling</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of scaling of the values reflected by the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScaling</em> </td><td>The value of this parameter is taken from the <em>Scaling</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="af368a29e0046f847a2af205e7040c23"></a><!-- doxytag: member="VISU::CutPlanes::GetScaling" ref="af368a29e0046f847a2af205e7040c23" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">Scaling VISU.ScalarMap.GetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of scaling of the values reflected by this presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="76016f8035d5fb342c64b13ca2e30a66"></a><!-- doxytag: member="VISU::CutPlanes::SetRange" ref="76016f8035d5fb342c64b13ca2e30a66" args="(in double theMin, in double theMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets scalar range - min and max boundaries of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theMin</em> </td><td>Min boundary of the scalar bar. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMax</em> </td><td>Max boundary of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a6ed1b0bab197328075cf1010c176fe4"></a><!-- doxytag: member="VISU::CutPlanes::SetBarOrientation" ref="a6ed1b0bab197328075cf1010c176fe4" args="(in Orientation theOrientation)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theOrientation</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This parameter defines the orientation of the scalar bar. It is taken from the <em>Orientaton</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="de70daa2d7a203a5b939a3c063ff07bf"></a><!-- doxytag: member="VISU::CutPlanes::GetBarOrientation" ref="de70daa2d7a203a5b939a3c063ff07bf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">Orientation</a> VISU.ScalarMap.GetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation of the scalar bar (to provide backward compatibility). </td>
+ </tr>
+</table>
+<a class="anchor" name="0cb01513d53cac1cf26699344580962a"></a><!-- doxytag: member="VISU::CutPlanes::SetScalarMode" ref="0cb01513d53cac1cf26699344580962a" args="(in long theScalarMode)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScalarMode</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="bd7047f0543f356e7e0853285679c8a0"></a><!-- doxytag: member="VISU::CutPlanes::GetScalarMode" ref="bd7047f0543f356e7e0853285679c8a0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="df97f8522a471c2e90470584cf7c92d9"></a><!-- doxytag: member="VISU::CutPlanes::GetMin" ref="df97f8522a471c2e90470584cf7c92d9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMin </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the min boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="294cd1fcd6a6c21d76a6d03dc28b5a85"></a><!-- doxytag: member="VISU::CutPlanes::GetMax" ref="294cd1fcd6a6c21d76a6d03dc28b5a85" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMax </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the max boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="e5d7bfff180529eedad1a140e5a449c3"></a><!-- doxytag: member="VISU::CutPlanes::SetPosition" ref="e5d7bfff180529eedad1a140e5a449c3" args="(in double X, in double Y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>X</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>Y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the scalar bar origin on the screen. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>X</em> </td><td>Horizontal position. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>Y</em> </td><td>Vertical position. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ddd48392a778ada1e0153ddcc781edbc"></a><!-- doxytag: member="VISU::CutPlanes::GetPosX" ref="ddd48392a778ada1e0153ddcc781edbc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets horizontal position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="a20c6859e00c881a7db6fa3259a33e51"></a><!-- doxytag: member="VISU::CutPlanes::GetPosY" ref="a20c6859e00c881a7db6fa3259a33e51" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets vertical position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="e9331edc9bb097dd99556ee27735710c"></a><!-- doxytag: member="VISU::CutPlanes::SetSize" ref="e9331edc9bb097dd99556ee27735710c" args="(in double theWidth, in double theHeight)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theWidth</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theHeight</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the size of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theWidth</em> </td><td>Width of this presentable object. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theHeight</em> </td><td>Height of this presentable object. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fb5593e03da36959bcd7ac2e25c387ef"></a><!-- doxytag: member="VISU::CutPlanes::GetWidth" ref="fb5593e03da36959bcd7ac2e25c387ef" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the width of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="75cb62b325060b5d268159e53e7a9de4"></a><!-- doxytag: member="VISU::CutPlanes::GetHeight" ref="75cb62b325060b5d268159e53e7a9de4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the height of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the height of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="caf0e43c7f94f9c3c2a2482a1ab0db06"></a><!-- doxytag: member="VISU::CutPlanes::SetNbColors" ref="caf0e43c7f94f9c3c2a2482a1ab0db06" args="(in long theNbColors)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbColors</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of colors which will be used for presentation of this presentable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbColors</em> </td><td>A long value defining the number of colors. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2164a8ce3d888c7ac6b3644c0b7347c2"></a><!-- doxytag: member="VISU::CutPlanes::GetNbColors" ref="2164a8ce3d888c7ac6b3644c0b7347c2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of colors which will be used for visualization of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of colors which will be used for visualization of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="21dd013631e20ce6c72368e7ac568802"></a><!-- doxytag: member="VISU::CutPlanes::SetLabels" ref="21dd013631e20ce6c72368e7ac568802" args="(in long theNbLabels)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbLabels</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbLabels</em> </td><td>A long value defining the number of labels. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="085c23900301c3a4eb274584ee7d8ca6"></a><!-- doxytag: member="VISU::CutPlanes::GetLabels" ref="085c23900301c3a4eb274584ee7d8ca6" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="449207525dc96443b81f42cef38047dd"></a><!-- doxytag: member="VISU::CutPlanes::SetTitle" ref="449207525dc96443b81f42cef38047dd" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the scalar bar. By default - the name of the selected result is used. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>String parameter defining the name of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3618c82757da8f8471dd20ab13cbc27b"></a><!-- doxytag: member="VISU::CutPlanes::GetTitle" ref="3618c82757da8f8471dd20ab13cbc27b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.ColoredPrs3d.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::CutPlanes::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::CutPlanes::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::CutPlanes::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::CutPlanes::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::CutPlanes::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.DeformedShape Interface Reference</h1><!-- doxytag: class="VISU::DeformedShape" --><!-- doxytag: inherits="VISU::ScalarMap" -->Deformed shape presentation interface.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.DeformedShape:<p><center><img src="interfaceVISU_1_1DeformedShape__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> { <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d">HORIZONTAL</a>,
+<a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a">VERTICAL</a>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#8fec704a5438549c0f2cd7a94260c1ed">SetScale</a> (in double theScale)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#11175320f4447acfcf1015573cadc053">GetScale</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#070cfdada47826feb248b649183e4c75">IsColored</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#6f4d04a7028c9f2e1f166c8cb8b4f428">ShowColored</a> (in boolean theColored)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::Color </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#1ade0c34dd1c21936f0f518d7082eb34">GetColor</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#461232d5358160cb1183a08d85ce1572">SetColor</a> (in SALOMEDS::Color theColor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#533517f061d61d34128a7ebd40ec3df2">SetScaling</a> (in Scaling theScaling)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">Scaling </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#af368a29e0046f847a2af205e7040c23">GetScaling</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#76016f8035d5fb342c64b13ca2e30a66">SetRange</a> (in double theMin, in double theMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#a6ed1b0bab197328075cf1010c176fe4">SetBarOrientation</a> (in <a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> theOrientation)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#de70daa2d7a203a5b939a3c063ff07bf">GetBarOrientation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#0cb01513d53cac1cf26699344580962a">SetScalarMode</a> (in long theScalarMode)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#bd7047f0543f356e7e0853285679c8a0">GetScalarMode</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#df97f8522a471c2e90470584cf7c92d9">GetMin</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#294cd1fcd6a6c21d76a6d03dc28b5a85">GetMax</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e5d7bfff180529eedad1a140e5a449c3">SetPosition</a> (in double X, in double Y)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Position of the scalar bar. <a href="#e5d7bfff180529eedad1a140e5a449c3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#ddd48392a778ada1e0153ddcc781edbc">GetPosX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#a20c6859e00c881a7db6fa3259a33e51">GetPosY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e9331edc9bb097dd99556ee27735710c">SetSize</a> (in double theWidth, in double theHeight)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Size of this presentable object. <a href="#e9331edc9bb097dd99556ee27735710c"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#fb5593e03da36959bcd7ac2e25c387ef">GetWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#75cb62b325060b5d268159e53e7a9de4">GetHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#caf0e43c7f94f9c3c2a2482a1ab0db06">SetNbColors</a> (in long theNbColors)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#2164a8ce3d888c7ac6b3644c0b7347c2">GetNbColors</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#21dd013631e20ce6c72368e7ac568802">SetLabels</a> (in long theNbLabels)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#085c23900301c3a4eb274584ee7d8ca6">GetLabels</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#449207525dc96443b81f42cef38047dd">SetTitle</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#3618c82757da8f8471dd20ab13cbc27b">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Presentation parameters of the deformed shape presentation.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72"></a><!-- doxytag: member="VISU::DeformedShape::Orientation" ref="f772d6f2c08313f1cf5fdf29e7924f72" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">VISU::ScalarMap::Orientation</a><code> [inherited]</code> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d"></a><!-- doxytag: member="HORIZONTAL" ref="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d" args="" -->HORIZONTAL</em> </td><td>
+Horizontal orientation of the scalar bar. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a"></a><!-- doxytag: member="VERTICAL" ref="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a" args="" -->VERTICAL</em> </td><td>
+Vertical orientation of the scalar bar. </td></tr>
+</table>
+</dl>
+
+<p>
+Implemented in <a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">VISU.Plot3D</a>, and <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">VISU.CutPlanes</a>. </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="8fec704a5438549c0f2cd7a94260c1ed"></a><!-- doxytag: member="VISU::DeformedShape::SetScale" ref="8fec704a5438549c0f2cd7a94260c1ed" args="(in double theScale)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.DeformedShape.SetScale </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScale</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the scale of the presentatable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScale</em> </td><td>Double value defining the scale of this presentable object. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="11175320f4447acfcf1015573cadc053"></a><!-- doxytag: member="VISU::DeformedShape::GetScale" ref="11175320f4447acfcf1015573cadc053" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.DeformedShape.GetScale </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the scale of the presentatable object. </td>
+ </tr>
+</table>
+<a class="anchor" name="070cfdada47826feb248b649183e4c75"></a><!-- doxytag: member="VISU::DeformedShape::IsColored" ref="070cfdada47826feb248b649183e4c75" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.DeformedShape.IsColored </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This boolean method returns True if this deformed shape presentation is colored. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f4d04a7028c9f2e1f166c8cb8b4f428"></a><!-- doxytag: member="VISU::DeformedShape::ShowColored" ref="6f4d04a7028c9f2e1f166c8cb8b4f428" args="(in boolean theColored)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.DeformedShape.ShowColored </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in boolean </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColored</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Shows this presentation in colored mode. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColored</em> </td><td>If this boolean parameter is True this presentable object will be shown in colored mode. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="1ade0c34dd1c21936f0f518d7082eb34"></a><!-- doxytag: member="VISU::DeformedShape::GetColor" ref="1ade0c34dd1c21936f0f518d7082eb34" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::Color VISU.DeformedShape.GetColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the color of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>The color of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="461232d5358160cb1183a08d85ce1572"></a><!-- doxytag: member="VISU::DeformedShape::SetColor" ref="461232d5358160cb1183a08d85ce1572" args="(in SALOMEDS::Color theColor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.DeformedShape.SetColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::Color </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the color of this presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColor</em> </td><td>The color of this presentation. This parameter is taken from the <em>Color</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="533517f061d61d34128a7ebd40ec3df2"></a><!-- doxytag: member="VISU::DeformedShape::SetScaling" ref="533517f061d61d34128a7ebd40ec3df2" args="(in Scaling theScaling)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in Scaling </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScaling</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of scaling of the values reflected by the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScaling</em> </td><td>The value of this parameter is taken from the <em>Scaling</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="af368a29e0046f847a2af205e7040c23"></a><!-- doxytag: member="VISU::DeformedShape::GetScaling" ref="af368a29e0046f847a2af205e7040c23" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">Scaling VISU.ScalarMap.GetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of scaling of the values reflected by this presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="76016f8035d5fb342c64b13ca2e30a66"></a><!-- doxytag: member="VISU::DeformedShape::SetRange" ref="76016f8035d5fb342c64b13ca2e30a66" args="(in double theMin, in double theMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets scalar range - min and max boundaries of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theMin</em> </td><td>Min boundary of the scalar bar. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMax</em> </td><td>Max boundary of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a6ed1b0bab197328075cf1010c176fe4"></a><!-- doxytag: member="VISU::DeformedShape::SetBarOrientation" ref="a6ed1b0bab197328075cf1010c176fe4" args="(in Orientation theOrientation)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theOrientation</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This parameter defines the orientation of the scalar bar. It is taken from the <em>Orientaton</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="de70daa2d7a203a5b939a3c063ff07bf"></a><!-- doxytag: member="VISU::DeformedShape::GetBarOrientation" ref="de70daa2d7a203a5b939a3c063ff07bf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> VISU.ScalarMap.GetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation of the scalar bar (to provide backward compatibility). </td>
+ </tr>
+</table>
+<a class="anchor" name="0cb01513d53cac1cf26699344580962a"></a><!-- doxytag: member="VISU::DeformedShape::SetScalarMode" ref="0cb01513d53cac1cf26699344580962a" args="(in long theScalarMode)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScalarMode</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="bd7047f0543f356e7e0853285679c8a0"></a><!-- doxytag: member="VISU::DeformedShape::GetScalarMode" ref="bd7047f0543f356e7e0853285679c8a0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="df97f8522a471c2e90470584cf7c92d9"></a><!-- doxytag: member="VISU::DeformedShape::GetMin" ref="df97f8522a471c2e90470584cf7c92d9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMin </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the min boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="294cd1fcd6a6c21d76a6d03dc28b5a85"></a><!-- doxytag: member="VISU::DeformedShape::GetMax" ref="294cd1fcd6a6c21d76a6d03dc28b5a85" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMax </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the max boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="e5d7bfff180529eedad1a140e5a449c3"></a><!-- doxytag: member="VISU::DeformedShape::SetPosition" ref="e5d7bfff180529eedad1a140e5a449c3" args="(in double X, in double Y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>X</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>Y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the scalar bar origin on the screen. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>X</em> </td><td>Horizontal position. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>Y</em> </td><td>Vertical position. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ddd48392a778ada1e0153ddcc781edbc"></a><!-- doxytag: member="VISU::DeformedShape::GetPosX" ref="ddd48392a778ada1e0153ddcc781edbc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets horizontal position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="a20c6859e00c881a7db6fa3259a33e51"></a><!-- doxytag: member="VISU::DeformedShape::GetPosY" ref="a20c6859e00c881a7db6fa3259a33e51" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets vertical position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="e9331edc9bb097dd99556ee27735710c"></a><!-- doxytag: member="VISU::DeformedShape::SetSize" ref="e9331edc9bb097dd99556ee27735710c" args="(in double theWidth, in double theHeight)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theWidth</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theHeight</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the size of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theWidth</em> </td><td>Width of this presentable object. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theHeight</em> </td><td>Height of this presentable object. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fb5593e03da36959bcd7ac2e25c387ef"></a><!-- doxytag: member="VISU::DeformedShape::GetWidth" ref="fb5593e03da36959bcd7ac2e25c387ef" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the width of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="75cb62b325060b5d268159e53e7a9de4"></a><!-- doxytag: member="VISU::DeformedShape::GetHeight" ref="75cb62b325060b5d268159e53e7a9de4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the height of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the height of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="caf0e43c7f94f9c3c2a2482a1ab0db06"></a><!-- doxytag: member="VISU::DeformedShape::SetNbColors" ref="caf0e43c7f94f9c3c2a2482a1ab0db06" args="(in long theNbColors)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbColors</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of colors which will be used for presentation of this presentable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbColors</em> </td><td>A long value defining the number of colors. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2164a8ce3d888c7ac6b3644c0b7347c2"></a><!-- doxytag: member="VISU::DeformedShape::GetNbColors" ref="2164a8ce3d888c7ac6b3644c0b7347c2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of colors which will be used for visualization of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of colors which will be used for visualization of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="21dd013631e20ce6c72368e7ac568802"></a><!-- doxytag: member="VISU::DeformedShape::SetLabels" ref="21dd013631e20ce6c72368e7ac568802" args="(in long theNbLabels)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbLabels</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbLabels</em> </td><td>A long value defining the number of labels. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="085c23900301c3a4eb274584ee7d8ca6"></a><!-- doxytag: member="VISU::DeformedShape::GetLabels" ref="085c23900301c3a4eb274584ee7d8ca6" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="449207525dc96443b81f42cef38047dd"></a><!-- doxytag: member="VISU::DeformedShape::SetTitle" ref="449207525dc96443b81f42cef38047dd" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the scalar bar. By default - the name of the selected result is used. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>String parameter defining the name of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3618c82757da8f8471dd20ab13cbc27b"></a><!-- doxytag: member="VISU::DeformedShape::GetTitle" ref="3618c82757da8f8471dd20ab13cbc27b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.ColoredPrs3d.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::DeformedShape::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::DeformedShape::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::DeformedShape::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::DeformedShape::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::DeformedShape::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.GaussPoints Interface Reference</h1><!-- doxytag: class="VISU::GaussPoints" --><!-- doxytag: inherits="VISU::ColoredPrs3d" -->Gauss Points presentation interface.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.GaussPoints:<p><center><img src="interfaceVISU_1_1GaussPoints__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#0cb01513d53cac1cf26699344580962a">SetScalarMode</a> (in long theScalarMode)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#bd7047f0543f356e7e0853285679c8a0">GetScalarMode</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#df97f8522a471c2e90470584cf7c92d9">GetMin</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#294cd1fcd6a6c21d76a6d03dc28b5a85">GetMax</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e5d7bfff180529eedad1a140e5a449c3">SetPosition</a> (in double X, in double Y)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Position of the scalar bar. <a href="#e5d7bfff180529eedad1a140e5a449c3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#ddd48392a778ada1e0153ddcc781edbc">GetPosX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#a20c6859e00c881a7db6fa3259a33e51">GetPosY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e9331edc9bb097dd99556ee27735710c">SetSize</a> (in double theWidth, in double theHeight)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Size of this presentable object. <a href="#e9331edc9bb097dd99556ee27735710c"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#fb5593e03da36959bcd7ac2e25c387ef">GetWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#75cb62b325060b5d268159e53e7a9de4">GetHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#caf0e43c7f94f9c3c2a2482a1ab0db06">SetNbColors</a> (in long theNbColors)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#2164a8ce3d888c7ac6b3644c0b7347c2">GetNbColors</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#21dd013631e20ce6c72368e7ac568802">SetLabels</a> (in long theNbLabels)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#085c23900301c3a4eb274584ee7d8ca6">GetLabels</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#449207525dc96443b81f42cef38047dd">SetTitle</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#3618c82757da8f8471dd20ab13cbc27b">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Presentation parameters of the Gauss Points presentation.
+<p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="0cb01513d53cac1cf26699344580962a"></a><!-- doxytag: member="VISU::GaussPoints::SetScalarMode" ref="0cb01513d53cac1cf26699344580962a" args="(in long theScalarMode)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScalarMode</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="bd7047f0543f356e7e0853285679c8a0"></a><!-- doxytag: member="VISU::GaussPoints::GetScalarMode" ref="bd7047f0543f356e7e0853285679c8a0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="df97f8522a471c2e90470584cf7c92d9"></a><!-- doxytag: member="VISU::GaussPoints::GetMin" ref="df97f8522a471c2e90470584cf7c92d9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMin </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the min boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="294cd1fcd6a6c21d76a6d03dc28b5a85"></a><!-- doxytag: member="VISU::GaussPoints::GetMax" ref="294cd1fcd6a6c21d76a6d03dc28b5a85" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMax </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the max boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="e5d7bfff180529eedad1a140e5a449c3"></a><!-- doxytag: member="VISU::GaussPoints::SetPosition" ref="e5d7bfff180529eedad1a140e5a449c3" args="(in double X, in double Y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>X</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>Y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the scalar bar origin on the screen. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>X</em> </td><td>Horizontal position. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>Y</em> </td><td>Vertical position. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ddd48392a778ada1e0153ddcc781edbc"></a><!-- doxytag: member="VISU::GaussPoints::GetPosX" ref="ddd48392a778ada1e0153ddcc781edbc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets horizontal position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="a20c6859e00c881a7db6fa3259a33e51"></a><!-- doxytag: member="VISU::GaussPoints::GetPosY" ref="a20c6859e00c881a7db6fa3259a33e51" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets vertical position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="e9331edc9bb097dd99556ee27735710c"></a><!-- doxytag: member="VISU::GaussPoints::SetSize" ref="e9331edc9bb097dd99556ee27735710c" args="(in double theWidth, in double theHeight)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theWidth</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theHeight</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the size of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theWidth</em> </td><td>Width of this presentable object. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theHeight</em> </td><td>Height of this presentable object. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fb5593e03da36959bcd7ac2e25c387ef"></a><!-- doxytag: member="VISU::GaussPoints::GetWidth" ref="fb5593e03da36959bcd7ac2e25c387ef" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the width of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="75cb62b325060b5d268159e53e7a9de4"></a><!-- doxytag: member="VISU::GaussPoints::GetHeight" ref="75cb62b325060b5d268159e53e7a9de4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the height of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the height of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="caf0e43c7f94f9c3c2a2482a1ab0db06"></a><!-- doxytag: member="VISU::GaussPoints::SetNbColors" ref="caf0e43c7f94f9c3c2a2482a1ab0db06" args="(in long theNbColors)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbColors</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of colors which will be used for presentation of this presentable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbColors</em> </td><td>A long value defining the number of colors. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2164a8ce3d888c7ac6b3644c0b7347c2"></a><!-- doxytag: member="VISU::GaussPoints::GetNbColors" ref="2164a8ce3d888c7ac6b3644c0b7347c2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of colors which will be used for visualization of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of colors which will be used for visualization of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="21dd013631e20ce6c72368e7ac568802"></a><!-- doxytag: member="VISU::GaussPoints::SetLabels" ref="21dd013631e20ce6c72368e7ac568802" args="(in long theNbLabels)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbLabels</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbLabels</em> </td><td>A long value defining the number of labels. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="085c23900301c3a4eb274584ee7d8ca6"></a><!-- doxytag: member="VISU::GaussPoints::GetLabels" ref="085c23900301c3a4eb274584ee7d8ca6" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="449207525dc96443b81f42cef38047dd"></a><!-- doxytag: member="VISU::GaussPoints::SetTitle" ref="449207525dc96443b81f42cef38047dd" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the scalar bar. By default - the name of the selected result is used. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>String parameter defining the name of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3618c82757da8f8471dd20ab13cbc27b"></a><!-- doxytag: member="VISU::GaussPoints::GetTitle" ref="3618c82757da8f8471dd20ab13cbc27b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.ColoredPrs3d.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::GaussPoints::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::GaussPoints::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::GaussPoints::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::GaussPoints::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::GaussPoints::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.IsoSurfaces Interface Reference</h1><!-- doxytag: class="VISU::IsoSurfaces" --><!-- doxytag: inherits="VISU::ScalarMap" -->Interface of the isometric surface presentation.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.IsoSurfaces:<p><center><img src="interfaceVISU_1_1IsoSurfaces__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> { <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d">HORIZONTAL</a>,
+<a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a">VERTICAL</a>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1IsoSurfaces.html#668b95d719d871f2ebccc2cf6a187700">SetNbSurfaces</a> (in long theNb)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1IsoSurfaces.html#60ae4a9ffb947112d4cbcb228e0e42bf">GetNbSurfaces</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#533517f061d61d34128a7ebd40ec3df2">SetScaling</a> (in Scaling theScaling)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">Scaling </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#af368a29e0046f847a2af205e7040c23">GetScaling</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#76016f8035d5fb342c64b13ca2e30a66">SetRange</a> (in double theMin, in double theMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#a6ed1b0bab197328075cf1010c176fe4">SetBarOrientation</a> (in <a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> theOrientation)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#de70daa2d7a203a5b939a3c063ff07bf">GetBarOrientation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#0cb01513d53cac1cf26699344580962a">SetScalarMode</a> (in long theScalarMode)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#bd7047f0543f356e7e0853285679c8a0">GetScalarMode</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#df97f8522a471c2e90470584cf7c92d9">GetMin</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#294cd1fcd6a6c21d76a6d03dc28b5a85">GetMax</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e5d7bfff180529eedad1a140e5a449c3">SetPosition</a> (in double X, in double Y)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Position of the scalar bar. <a href="#e5d7bfff180529eedad1a140e5a449c3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#ddd48392a778ada1e0153ddcc781edbc">GetPosX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#a20c6859e00c881a7db6fa3259a33e51">GetPosY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e9331edc9bb097dd99556ee27735710c">SetSize</a> (in double theWidth, in double theHeight)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Size of this presentable object. <a href="#e9331edc9bb097dd99556ee27735710c"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#fb5593e03da36959bcd7ac2e25c387ef">GetWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#75cb62b325060b5d268159e53e7a9de4">GetHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#caf0e43c7f94f9c3c2a2482a1ab0db06">SetNbColors</a> (in long theNbColors)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#2164a8ce3d888c7ac6b3644c0b7347c2">GetNbColors</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#21dd013631e20ce6c72368e7ac568802">SetLabels</a> (in long theNbLabels)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#085c23900301c3a4eb274584ee7d8ca6">GetLabels</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#449207525dc96443b81f42cef38047dd">SetTitle</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#3618c82757da8f8471dd20ab13cbc27b">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This interface contains presentation parameters of isometric surface presentations. <br>
+Iso surfaces presentation combines all equal scalar values on the cells and on the basis of them constructs isobaric surfaces, which form this presentation.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72"></a><!-- doxytag: member="VISU::IsoSurfaces::Orientation" ref="f772d6f2c08313f1cf5fdf29e7924f72" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">VISU::ScalarMap::Orientation</a><code> [inherited]</code> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d"></a><!-- doxytag: member="HORIZONTAL" ref="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d" args="" -->HORIZONTAL</em> </td><td>
+Horizontal orientation of the scalar bar. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a"></a><!-- doxytag: member="VERTICAL" ref="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a" args="" -->VERTICAL</em> </td><td>
+Vertical orientation of the scalar bar. </td></tr>
+</table>
+</dl>
+
+<p>
+Implemented in <a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">VISU.Plot3D</a>, and <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">VISU.CutPlanes</a>. </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="668b95d719d871f2ebccc2cf6a187700"></a><!-- doxytag: member="VISU::IsoSurfaces::SetNbSurfaces" ref="668b95d719d871f2ebccc2cf6a187700" args="(in long theNb)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.IsoSurfaces.SetNbSurfaces </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNb</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of isometric surfaces. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNb</em> </td><td>A long value defining the number of isometric surfaces which will be used for construction of this presentation. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="60ae4a9ffb947112d4cbcb228e0e42bf"></a><!-- doxytag: member="VISU::IsoSurfaces::GetNbSurfaces" ref="60ae4a9ffb947112d4cbcb228e0e42bf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.IsoSurfaces.GetNbSurfaces </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of isometric surfaces </td>
+ </tr>
+</table>
+<a class="anchor" name="533517f061d61d34128a7ebd40ec3df2"></a><!-- doxytag: member="VISU::IsoSurfaces::SetScaling" ref="533517f061d61d34128a7ebd40ec3df2" args="(in Scaling theScaling)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in Scaling </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScaling</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of scaling of the values reflected by the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScaling</em> </td><td>The value of this parameter is taken from the <em>Scaling</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="af368a29e0046f847a2af205e7040c23"></a><!-- doxytag: member="VISU::IsoSurfaces::GetScaling" ref="af368a29e0046f847a2af205e7040c23" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">Scaling VISU.ScalarMap.GetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of scaling of the values reflected by this presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="76016f8035d5fb342c64b13ca2e30a66"></a><!-- doxytag: member="VISU::IsoSurfaces::SetRange" ref="76016f8035d5fb342c64b13ca2e30a66" args="(in double theMin, in double theMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets scalar range - min and max boundaries of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theMin</em> </td><td>Min boundary of the scalar bar. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMax</em> </td><td>Max boundary of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a6ed1b0bab197328075cf1010c176fe4"></a><!-- doxytag: member="VISU::IsoSurfaces::SetBarOrientation" ref="a6ed1b0bab197328075cf1010c176fe4" args="(in Orientation theOrientation)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theOrientation</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This parameter defines the orientation of the scalar bar. It is taken from the <em>Orientaton</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="de70daa2d7a203a5b939a3c063ff07bf"></a><!-- doxytag: member="VISU::IsoSurfaces::GetBarOrientation" ref="de70daa2d7a203a5b939a3c063ff07bf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> VISU.ScalarMap.GetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation of the scalar bar (to provide backward compatibility). </td>
+ </tr>
+</table>
+<a class="anchor" name="0cb01513d53cac1cf26699344580962a"></a><!-- doxytag: member="VISU::IsoSurfaces::SetScalarMode" ref="0cb01513d53cac1cf26699344580962a" args="(in long theScalarMode)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScalarMode</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="bd7047f0543f356e7e0853285679c8a0"></a><!-- doxytag: member="VISU::IsoSurfaces::GetScalarMode" ref="bd7047f0543f356e7e0853285679c8a0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="df97f8522a471c2e90470584cf7c92d9"></a><!-- doxytag: member="VISU::IsoSurfaces::GetMin" ref="df97f8522a471c2e90470584cf7c92d9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMin </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the min boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="294cd1fcd6a6c21d76a6d03dc28b5a85"></a><!-- doxytag: member="VISU::IsoSurfaces::GetMax" ref="294cd1fcd6a6c21d76a6d03dc28b5a85" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMax </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the max boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="e5d7bfff180529eedad1a140e5a449c3"></a><!-- doxytag: member="VISU::IsoSurfaces::SetPosition" ref="e5d7bfff180529eedad1a140e5a449c3" args="(in double X, in double Y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>X</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>Y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the scalar bar origin on the screen. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>X</em> </td><td>Horizontal position. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>Y</em> </td><td>Vertical position. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ddd48392a778ada1e0153ddcc781edbc"></a><!-- doxytag: member="VISU::IsoSurfaces::GetPosX" ref="ddd48392a778ada1e0153ddcc781edbc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets horizontal position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="a20c6859e00c881a7db6fa3259a33e51"></a><!-- doxytag: member="VISU::IsoSurfaces::GetPosY" ref="a20c6859e00c881a7db6fa3259a33e51" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets vertical position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="e9331edc9bb097dd99556ee27735710c"></a><!-- doxytag: member="VISU::IsoSurfaces::SetSize" ref="e9331edc9bb097dd99556ee27735710c" args="(in double theWidth, in double theHeight)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theWidth</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theHeight</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the size of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theWidth</em> </td><td>Width of this presentable object. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theHeight</em> </td><td>Height of this presentable object. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fb5593e03da36959bcd7ac2e25c387ef"></a><!-- doxytag: member="VISU::IsoSurfaces::GetWidth" ref="fb5593e03da36959bcd7ac2e25c387ef" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the width of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="75cb62b325060b5d268159e53e7a9de4"></a><!-- doxytag: member="VISU::IsoSurfaces::GetHeight" ref="75cb62b325060b5d268159e53e7a9de4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the height of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the height of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="caf0e43c7f94f9c3c2a2482a1ab0db06"></a><!-- doxytag: member="VISU::IsoSurfaces::SetNbColors" ref="caf0e43c7f94f9c3c2a2482a1ab0db06" args="(in long theNbColors)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbColors</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of colors which will be used for presentation of this presentable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbColors</em> </td><td>A long value defining the number of colors. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2164a8ce3d888c7ac6b3644c0b7347c2"></a><!-- doxytag: member="VISU::IsoSurfaces::GetNbColors" ref="2164a8ce3d888c7ac6b3644c0b7347c2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of colors which will be used for visualization of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of colors which will be used for visualization of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="21dd013631e20ce6c72368e7ac568802"></a><!-- doxytag: member="VISU::IsoSurfaces::SetLabels" ref="21dd013631e20ce6c72368e7ac568802" args="(in long theNbLabels)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbLabels</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbLabels</em> </td><td>A long value defining the number of labels. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="085c23900301c3a4eb274584ee7d8ca6"></a><!-- doxytag: member="VISU::IsoSurfaces::GetLabels" ref="085c23900301c3a4eb274584ee7d8ca6" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="449207525dc96443b81f42cef38047dd"></a><!-- doxytag: member="VISU::IsoSurfaces::SetTitle" ref="449207525dc96443b81f42cef38047dd" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the scalar bar. By default - the name of the selected result is used. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>String parameter defining the name of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3618c82757da8f8471dd20ab13cbc27b"></a><!-- doxytag: member="VISU::IsoSurfaces::GetTitle" ref="3618c82757da8f8471dd20ab13cbc27b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.ColoredPrs3d.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::IsoSurfaces::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::IsoSurfaces::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::IsoSurfaces::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::IsoSurfaces::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::IsoSurfaces::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.Mesh Interface Reference</h1><!-- doxytag: class="VISU::Mesh" --><!-- doxytag: inherits="VISU::Prs3d" -->Interface of the mesh.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.Mesh:<p><center><img src="interfaceVISU_1_1Mesh__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Mesh.html#94a807af486d9f98f87cb2378da457b8">SetCellColor</a> (in SALOMEDS::Color theColor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::Color </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Mesh.html#7cd1fb68ad3a990c6163e41439306cd2">GetCellColor</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Mesh.html#d00acdc4bbbcb15a9047629ff95d0f5e">SetNodeColor</a> (in SALOMEDS::Color theColor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::Color </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Mesh.html#cf933e539fb7e3a3e544fad8c6bb1446">GetNodeColor</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Mesh.html#099e0c5c12343ecef6c53a99aa49a29b">SetLinkColor</a> (in SALOMEDS::Color theColor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::Color </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Mesh.html#659e1a3b6e17ccb78a4a04897c5b6643">GetLinkColor</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Mesh.html#d53d47a80d086867b78f2b87f51eb6f0">SetPresentationType</a> (in PresentationType theType)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">PresentationType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Mesh.html#076b35153202b948820538a2d00136e3">GetPresentationType</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Manages presentation parameters of a 3D presentation of a mesh. This object can be used for presentation of set of curves using <a class="el" href="interfaceVISU_1_1Container.html">Container</a> class.
+<p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="94a807af486d9f98f87cb2378da457b8"></a><!-- doxytag: member="VISU::Mesh::SetCellColor" ref="94a807af486d9f98f87cb2378da457b8" args="(in SALOMEDS::Color theColor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Mesh.SetCellColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::Color </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the color of mesh cells. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColor</em> </td><td>The color of the cells. This parameter is taken from <em>Color</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7cd1fb68ad3a990c6163e41439306cd2"></a><!-- doxytag: member="VISU::Mesh::GetCellColor" ref="7cd1fb68ad3a990c6163e41439306cd2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::Color VISU.Mesh.GetCellColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the color of mesh cells. </td>
+ </tr>
+</table>
+<a class="anchor" name="d00acdc4bbbcb15a9047629ff95d0f5e"></a><!-- doxytag: member="VISU::Mesh::SetNodeColor" ref="d00acdc4bbbcb15a9047629ff95d0f5e" args="(in SALOMEDS::Color theColor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Mesh.SetNodeColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::Color </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the color of mesh nodes. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColor</em> </td><td>The color of the nodes. This parameter is taken from <em>Color</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="cf933e539fb7e3a3e544fad8c6bb1446"></a><!-- doxytag: member="VISU::Mesh::GetNodeColor" ref="cf933e539fb7e3a3e544fad8c6bb1446" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::Color VISU.Mesh.GetNodeColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the color of mesh nodes. </td>
+ </tr>
+</table>
+<a class="anchor" name="099e0c5c12343ecef6c53a99aa49a29b"></a><!-- doxytag: member="VISU::Mesh::SetLinkColor" ref="099e0c5c12343ecef6c53a99aa49a29b" args="(in SALOMEDS::Color theColor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Mesh.SetLinkColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::Color </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the color of mesh links. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColor</em> </td><td>The color of the links. This parameter is taken from <em>Color</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="659e1a3b6e17ccb78a4a04897c5b6643"></a><!-- doxytag: member="VISU::Mesh::GetLinkColor" ref="659e1a3b6e17ccb78a4a04897c5b6643" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::Color VISU.Mesh.GetLinkColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the color of mesh links. </td>
+ </tr>
+</table>
+<a class="anchor" name="d53d47a80d086867b78f2b87f51eb6f0"></a><!-- doxytag: member="VISU::Mesh::SetPresentationType" ref="d53d47a80d086867b78f2b87f51eb6f0" args="(in PresentationType theType)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Mesh.SetPresentationType </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in PresentationType </td>
+ <td class="mdname1" valign="top" nowrap> <em>theType</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of representation of a mesh. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theType</em> </td><td>The of representation of a mesh. This parameter is taken from <em>PresentationType</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="076b35153202b948820538a2d00136e3"></a><!-- doxytag: member="VISU::Mesh::GetPresentationType" ref="076b35153202b948820538a2d00136e3" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">PresentationType VISU.Mesh.GetPresentationType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of representation of the mesh. <dl compact><dt><b>Returns:</b></dt><dd>The type of representation of the mesh. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::Mesh::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::Mesh::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::Mesh::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::Mesh::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::Mesh::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.Plot3D Interface Reference</h1><!-- doxytag: class="VISU::Plot3D" --><!-- doxytag: inherits="VISU::ScalarMap" -->Plot3D interface.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.Plot3D:<p><center><img src="interfaceVISU_1_1Plot3D__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">Orientation</a> { <a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713a9769130152073159a033024673d2f07">XY</a>,
+<a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a571389be54aaee88630bcf5eafdce3f214f9">YZ</a>,
+<a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713c39c82b8b0eda87e36fe8a8cabed473d">ZX</a>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#4dd7e0347731c18b05c7e16c0c56c175">SetOrientation</a> (in <a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">Orientation</a> theOrientation, in double theXAngle, in double theYAngle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#3c508e060e410e96273cbe00e54cea6b">GetOrientationType</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#cc82fe20613e57b7ee839aa210acff49">GetRotateX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#279d139193bfe33b6d8f979f08189a09">GetRotateY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#8f92f8cd77cdb8bc10ddb78e9667a629">SetPlanePosition</a> (in double thePlanePosition, in boolean theIsRelative)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#145e0a32b9c0bbc2e67a52016e707107">GetPlanePosition</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#7c4dd94d8bce9ef1584abd483e0d3144">IsPositionRelative</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#573eeb677609a0556d0ac87a5fcd25a2">SetScaleFactor</a> (in double theScaleFactor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#55ccd85beb28254f925d1f328f8d990c">GetScaleFactor</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#858f0838b762377c01f393d379c4efdd">SetContourPrs</a> (in boolean theIsContourPrs)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#61d798e4c78d9f2aafc8db8f24a1d47d">GetIsContourPrs</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#fcdca5a91d414929b57003936f95bac9">SetNbOfContours</a> (in long theNb)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Plot3D.html#0f5a1b8fe1fd0e00946676a72241bccc">GetNbOfContours</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#533517f061d61d34128a7ebd40ec3df2">SetScaling</a> (in Scaling theScaling)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">Scaling </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#af368a29e0046f847a2af205e7040c23">GetScaling</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#76016f8035d5fb342c64b13ca2e30a66">SetRange</a> (in double theMin, in double theMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#a6ed1b0bab197328075cf1010c176fe4">SetBarOrientation</a> (in <a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">Orientation</a> theOrientation)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#de70daa2d7a203a5b939a3c063ff07bf">GetBarOrientation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#0cb01513d53cac1cf26699344580962a">SetScalarMode</a> (in long theScalarMode)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#bd7047f0543f356e7e0853285679c8a0">GetScalarMode</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#df97f8522a471c2e90470584cf7c92d9">GetMin</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#294cd1fcd6a6c21d76a6d03dc28b5a85">GetMax</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e5d7bfff180529eedad1a140e5a449c3">SetPosition</a> (in double X, in double Y)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Position of the scalar bar. <a href="#e5d7bfff180529eedad1a140e5a449c3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#ddd48392a778ada1e0153ddcc781edbc">GetPosX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#a20c6859e00c881a7db6fa3259a33e51">GetPosY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e9331edc9bb097dd99556ee27735710c">SetSize</a> (in double theWidth, in double theHeight)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Size of this presentable object. <a href="#e9331edc9bb097dd99556ee27735710c"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#fb5593e03da36959bcd7ac2e25c387ef">GetWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#75cb62b325060b5d268159e53e7a9de4">GetHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#caf0e43c7f94f9c3c2a2482a1ab0db06">SetNbColors</a> (in long theNbColors)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#2164a8ce3d888c7ac6b3644c0b7347c2">GetNbColors</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#21dd013631e20ce6c72368e7ac568802">SetLabels</a> (in long theNbLabels)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#085c23900301c3a4eb274584ee7d8ca6">GetLabels</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#449207525dc96443b81f42cef38047dd">SetTitle</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#3618c82757da8f8471dd20ab13cbc27b">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Presentation parameters of <a class="el" href="interfaceVISU_1_1Plot3D.html">Plot3D</a> presentation. This type of presentation consists of deforming initial planar mesh according to values assigned to the mesh elements. If mesh not planar but volumic one, it is possible to generate intermediate planar mesh.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="7fd6d4048589d7e44364c1d3070a5713"></a><!-- doxytag: member="VISU::Plot3D::Orientation" ref="7fd6d4048589d7e44364c1d3070a5713" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">VISU::Plot3D::Orientation</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This enumeration contains a set of elements defining the type of orientation in 3D space of the cutting plane. <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="7fd6d4048589d7e44364c1d3070a5713a9769130152073159a033024673d2f07"></a><!-- doxytag: member="XY" ref="7fd6d4048589d7e44364c1d3070a5713a9769130152073159a033024673d2f07" args="" -->XY</em> </td><td>
+The object is located in the plane formed by X and Y axis. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="7fd6d4048589d7e44364c1d3070a571389be54aaee88630bcf5eafdce3f214f9"></a><!-- doxytag: member="YZ" ref="7fd6d4048589d7e44364c1d3070a571389be54aaee88630bcf5eafdce3f214f9" args="" -->YZ</em> </td><td>
+The object is located in the plane formed by Y and Z axis. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="7fd6d4048589d7e44364c1d3070a5713c39c82b8b0eda87e36fe8a8cabed473d"></a><!-- doxytag: member="ZX" ref="7fd6d4048589d7e44364c1d3070a5713c39c82b8b0eda87e36fe8a8cabed473d" args="" -->ZX</em> </td><td>
+</td></tr>
+</table>
+</dl>
+
+<p>
+Implements <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">VISU.ScalarMap</a>. </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="4dd7e0347731c18b05c7e16c0c56c175"></a><!-- doxytag: member="VISU::Plot3D::SetOrientation" ref="4dd7e0347731c18b05c7e16c0c56c175" args="(in Orientation theOrientation, in double theXAngle, in double theYAngle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Plot3D.SetOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">Orientation</a> </td>
+ <td class="mdname" nowrap> <em>theOrientation</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theXAngle</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theYAngle</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the orientation in 3D space of cutting plane for the presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This parameter defines the type of orientation of cutting plane in 3D space. It is taken from the <em>Orientation</em> enumeration. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theXAngle</em> </td><td>The angle of rotation of the cutting plane around the first axis of the chosen orientation. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theXAngle</em> </td><td>The angle of rotation of the cutting plane around the second axis of the chosen orientation. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3c508e060e410e96273cbe00e54cea6b"></a><!-- doxytag: member="VISU::Plot3D::GetOrientationType" ref="3c508e060e410e96273cbe00e54cea6b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">Orientation</a> VISU.Plot3D.GetOrientationType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation in 3D space of cutting plane. </td>
+ </tr>
+</table>
+<a class="anchor" name="cc82fe20613e57b7ee839aa210acff49"></a><!-- doxytag: member="VISU::Plot3D::GetRotateX" ref="cc82fe20613e57b7ee839aa210acff49" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.Plot3D.GetRotateX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets rotation angle of the cutting plane around the first axis of the chosen orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="279d139193bfe33b6d8f979f08189a09"></a><!-- doxytag: member="VISU::Plot3D::GetRotateY" ref="279d139193bfe33b6d8f979f08189a09" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.Plot3D.GetRotateY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets rotation angle of the cutting plane around the second axis of the chosen orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="8f92f8cd77cdb8bc10ddb78e9667a629"></a><!-- doxytag: member="VISU::Plot3D::SetPlanePosition" ref="8f92f8cd77cdb8bc10ddb78e9667a629" args="(in double thePlanePosition, in boolean theIsRelative)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Plot3D.SetPlanePosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>thePlanePosition</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in boolean </td>
+ <td class="mdname" nowrap> <em>theIsRelative</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of a cutting plane. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePlanePosition</em> </td><td>The position of the cutting plane. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theIsRelative</em> </td><td>Define, whether the input position is relative. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="145e0a32b9c0bbc2e67a52016e707107"></a><!-- doxytag: member="VISU::Plot3D::GetPlanePosition" ref="145e0a32b9c0bbc2e67a52016e707107" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.Plot3D.GetPlanePosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the position of the cutting plane </td>
+ </tr>
+</table>
+<a class="anchor" name="7c4dd94d8bce9ef1584abd483e0d3144"></a><!-- doxytag: member="VISU::Plot3D::IsPositionRelative" ref="7c4dd94d8bce9ef1584abd483e0d3144" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Plot3D.IsPositionRelative </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns true if a position of cutting plane is relative </td>
+ </tr>
+</table>
+<a class="anchor" name="573eeb677609a0556d0ac87a5fcd25a2"></a><!-- doxytag: member="VISU::Plot3D::SetScaleFactor" ref="573eeb677609a0556d0ac87a5fcd25a2" args="(in double theScaleFactor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Plot3D.SetScaleFactor </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScaleFactor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the scale factor for scalar values (how much corresponding mesh elements should be translated). <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScaleFactor</em> </td><td>The scaling factor. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="55ccd85beb28254f925d1f328f8d990c"></a><!-- doxytag: member="VISU::Plot3D::GetScaleFactor" ref="55ccd85beb28254f925d1f328f8d990c" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.Plot3D.GetScaleFactor </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the scale factor for scalar values. (how much corresponding mesh elements is translated) </td>
+ </tr>
+</table>
+<a class="anchor" name="858f0838b762377c01f393d379c4efdd"></a><!-- doxytag: member="VISU::Plot3D::SetContourPrs" ref="858f0838b762377c01f393d379c4efdd" args="(in boolean theIsContourPrs)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Plot3D.SetContourPrs </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in boolean </td>
+ <td class="mdname1" valign="top" nowrap> <em>theIsContourPrs</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets presentation type: contour or surface. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theIsContourPrs</em> </td><td>Define, whether presentation type is contour. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="61d798e4c78d9f2aafc8db8f24a1d47d"></a><!-- doxytag: member="VISU::Plot3D::GetIsContourPrs" ref="61d798e4c78d9f2aafc8db8f24a1d47d" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Plot3D.GetIsContourPrs </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns true if presentation type is contour. </td>
+ </tr>
+</table>
+<a class="anchor" name="fcdca5a91d414929b57003936f95bac9"></a><!-- doxytag: member="VISU::Plot3D::SetNbOfContours" ref="fcdca5a91d414929b57003936f95bac9" args="(in long theNb)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Plot3D.SetNbOfContours </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNb</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of contours. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNb</em> </td><td>The number of contours. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="0f5a1b8fe1fd0e00946676a72241bccc"></a><!-- doxytag: member="VISU::Plot3D::GetNbOfContours" ref="0f5a1b8fe1fd0e00946676a72241bccc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.Plot3D.GetNbOfContours </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of contours. </td>
+ </tr>
+</table>
+<a class="anchor" name="533517f061d61d34128a7ebd40ec3df2"></a><!-- doxytag: member="VISU::Plot3D::SetScaling" ref="533517f061d61d34128a7ebd40ec3df2" args="(in Scaling theScaling)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in Scaling </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScaling</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of scaling of the values reflected by the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScaling</em> </td><td>The value of this parameter is taken from the <em>Scaling</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="af368a29e0046f847a2af205e7040c23"></a><!-- doxytag: member="VISU::Plot3D::GetScaling" ref="af368a29e0046f847a2af205e7040c23" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">Scaling VISU.ScalarMap.GetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of scaling of the values reflected by this presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="76016f8035d5fb342c64b13ca2e30a66"></a><!-- doxytag: member="VISU::Plot3D::SetRange" ref="76016f8035d5fb342c64b13ca2e30a66" args="(in double theMin, in double theMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets scalar range - min and max boundaries of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theMin</em> </td><td>Min boundary of the scalar bar. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMax</em> </td><td>Max boundary of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a6ed1b0bab197328075cf1010c176fe4"></a><!-- doxytag: member="VISU::Plot3D::SetBarOrientation" ref="a6ed1b0bab197328075cf1010c176fe4" args="(in Orientation theOrientation)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theOrientation</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This parameter defines the orientation of the scalar bar. It is taken from the <em>Orientaton</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="de70daa2d7a203a5b939a3c063ff07bf"></a><!-- doxytag: member="VISU::Plot3D::GetBarOrientation" ref="de70daa2d7a203a5b939a3c063ff07bf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">Orientation</a> VISU.ScalarMap.GetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation of the scalar bar (to provide backward compatibility). </td>
+ </tr>
+</table>
+<a class="anchor" name="0cb01513d53cac1cf26699344580962a"></a><!-- doxytag: member="VISU::Plot3D::SetScalarMode" ref="0cb01513d53cac1cf26699344580962a" args="(in long theScalarMode)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScalarMode</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="bd7047f0543f356e7e0853285679c8a0"></a><!-- doxytag: member="VISU::Plot3D::GetScalarMode" ref="bd7047f0543f356e7e0853285679c8a0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="df97f8522a471c2e90470584cf7c92d9"></a><!-- doxytag: member="VISU::Plot3D::GetMin" ref="df97f8522a471c2e90470584cf7c92d9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMin </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the min boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="294cd1fcd6a6c21d76a6d03dc28b5a85"></a><!-- doxytag: member="VISU::Plot3D::GetMax" ref="294cd1fcd6a6c21d76a6d03dc28b5a85" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMax </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the max boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="e5d7bfff180529eedad1a140e5a449c3"></a><!-- doxytag: member="VISU::Plot3D::SetPosition" ref="e5d7bfff180529eedad1a140e5a449c3" args="(in double X, in double Y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>X</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>Y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the scalar bar origin on the screen. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>X</em> </td><td>Horizontal position. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>Y</em> </td><td>Vertical position. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ddd48392a778ada1e0153ddcc781edbc"></a><!-- doxytag: member="VISU::Plot3D::GetPosX" ref="ddd48392a778ada1e0153ddcc781edbc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets horizontal position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="a20c6859e00c881a7db6fa3259a33e51"></a><!-- doxytag: member="VISU::Plot3D::GetPosY" ref="a20c6859e00c881a7db6fa3259a33e51" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets vertical position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="e9331edc9bb097dd99556ee27735710c"></a><!-- doxytag: member="VISU::Plot3D::SetSize" ref="e9331edc9bb097dd99556ee27735710c" args="(in double theWidth, in double theHeight)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theWidth</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theHeight</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the size of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theWidth</em> </td><td>Width of this presentable object. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theHeight</em> </td><td>Height of this presentable object. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fb5593e03da36959bcd7ac2e25c387ef"></a><!-- doxytag: member="VISU::Plot3D::GetWidth" ref="fb5593e03da36959bcd7ac2e25c387ef" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the width of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="75cb62b325060b5d268159e53e7a9de4"></a><!-- doxytag: member="VISU::Plot3D::GetHeight" ref="75cb62b325060b5d268159e53e7a9de4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the height of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the height of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="caf0e43c7f94f9c3c2a2482a1ab0db06"></a><!-- doxytag: member="VISU::Plot3D::SetNbColors" ref="caf0e43c7f94f9c3c2a2482a1ab0db06" args="(in long theNbColors)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbColors</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of colors which will be used for presentation of this presentable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbColors</em> </td><td>A long value defining the number of colors. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2164a8ce3d888c7ac6b3644c0b7347c2"></a><!-- doxytag: member="VISU::Plot3D::GetNbColors" ref="2164a8ce3d888c7ac6b3644c0b7347c2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of colors which will be used for visualization of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of colors which will be used for visualization of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="21dd013631e20ce6c72368e7ac568802"></a><!-- doxytag: member="VISU::Plot3D::SetLabels" ref="21dd013631e20ce6c72368e7ac568802" args="(in long theNbLabels)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbLabels</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbLabels</em> </td><td>A long value defining the number of labels. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="085c23900301c3a4eb274584ee7d8ca6"></a><!-- doxytag: member="VISU::Plot3D::GetLabels" ref="085c23900301c3a4eb274584ee7d8ca6" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="449207525dc96443b81f42cef38047dd"></a><!-- doxytag: member="VISU::Plot3D::SetTitle" ref="449207525dc96443b81f42cef38047dd" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the scalar bar. By default - the name of the selected result is used. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>String parameter defining the name of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3618c82757da8f8471dd20ab13cbc27b"></a><!-- doxytag: member="VISU::Plot3D::GetTitle" ref="3618c82757da8f8471dd20ab13cbc27b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.ColoredPrs3d.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::Plot3D::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::Plot3D::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::Plot3D::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::Plot3D::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::Plot3D::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.Prs3d Interface Reference</h1><!-- doxytag: class="VISU::Prs3d" --><!-- doxytag: inherits="VISU::PrsObject,SALOME::GenericObj" -->3D presentation interface
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.Prs3d:<p><center><img src="interfaceVISU_1_1Prs3d__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This is a root class for all 3D presentations, which can be displayed in VISU module.
+<p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::Prs3d::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::Prs3d::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::Prs3d::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::Prs3d::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::Prs3d::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.PrsObject Interface Reference</h1><!-- doxytag: class="VISU::PrsObject" --><!-- doxytag: inherits="VISU::RemovableObject" -->Presentable object interface.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.PrsObject:<p><center><img src="interfaceVISU_1_1PrsObject__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Presentable object interface is the root class of all presentable objects.
+<p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::PrsObject::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::PrsObject::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::PrsObject::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.RemovableObject Interface Reference</h1><!-- doxytag: class="VISU::RemovableObject" --><!-- doxytag: inherits="VISU::Base" -->Removable object interface.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.RemovableObject:<p><center><img src="interfaceVISU_1_1RemovableObject__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Removable object interface is the root class of all removable objects.
+<p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::RemovableObject::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::RemovableObject::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::RemovableObject::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.Result Interface Reference</h1><!-- doxytag: class="VISU::Result" --><!-- doxytag: inherits="VISU::RemovableObject,SALOME::GenericObj" -->Interface Result.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.Result:<p><center><img src="interfaceVISU_1_1Result__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Result.html#a6260841efa4694504f6e21590a4c50a">BuildAll</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Result.html#7a46d5659c95adae95b4329916af1fec">Build</a> (in boolean theIsBuildAll, in boolean theIsAtOnce)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Result.html#d1ef69caf6a76c8ed0a8297f436ffbd4">IsDone</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Result.html#b412602578606b93a81b8c6359996190">IsEntitiesDone</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Result.html#5e1c8ee717350540d98cd3db0e5cc2a3">SetBuildFields</a> (in boolean theIsBuildFields, in boolean theIsCalculateMinMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Result.html#59a809f9bc88f96c8df98a0e95dbbbdf">IsFieldsDone</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Result.html#468d7606f2efde5d765fb33242f34373">SetBuildGroups</a> (in boolean theIsBuildGroups)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Result.html#02fa556cedd2bb0d86089e6811ab6609">IsGroupsDone</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Result.html#ce7b1e63efe426c4fb8c357524eae854">IsMinMaxDone</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This interface serves for inner representation of data generated in other sources (<a class="el" href="namespaceMED.html">MED</a> object or file). This data is needed for further construction of graphical presentations.
+<p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="a6260841efa4694504f6e21590a4c50a"></a><!-- doxytag: member="VISU::Result::BuildAll" ref="a6260841efa4694504f6e21590a4c50a" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Result.BuildAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Reads all data from the corresponding sources. By default the data is loaded on demand. </td>
+ </tr>
+</table>
+<a class="anchor" name="7a46d5659c95adae95b4329916af1fec"></a><!-- doxytag: member="VISU::Result::Build" ref="7a46d5659c95adae95b4329916af1fec" args="(in boolean theIsBuildAll, in boolean theIsAtOnce)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Result.Build </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in boolean </td>
+ <td class="mdname" nowrap> <em>theIsBuildAll</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in boolean </td>
+ <td class="mdname" nowrap> <em>theIsAtOnce</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Start to parse the source <a class="el" href="namespaceMED.html">MED</a> file and publish all its entities into the study </td>
+ </tr>
+</table>
+<a class="anchor" name="d1ef69caf6a76c8ed0a8297f436ffbd4"></a><!-- doxytag: member="VISU::Result::IsDone" ref="d1ef69caf6a76c8ed0a8297f436ffbd4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Result.IsDone </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Allow to check is all requested <a class="el" href="namespaceMED.html">MED</a> entites already loaded or not </td>
+ </tr>
+</table>
+<a class="anchor" name="b412602578606b93a81b8c6359996190"></a><!-- doxytag: member="VISU::Result::IsEntitiesDone" ref="b412602578606b93a81b8c6359996190" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Result.IsEntitiesDone </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Allow to check is corresponding <a class="el" href="namespaceMED.html">MED</a> entites already loaded or not </td>
+ </tr>
+</table>
+<a class="anchor" name="5e1c8ee717350540d98cd3db0e5cc2a3"></a><!-- doxytag: member="VISU::Result::SetBuildFields" ref="5e1c8ee717350540d98cd3db0e5cc2a3" args="(in boolean theIsBuildFields, in boolean theIsCalculateMinMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Result.SetBuildFields </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in boolean </td>
+ <td class="mdname" nowrap> <em>theIsBuildFields</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in boolean </td>
+ <td class="mdname" nowrap> <em>theIsCalculateMinMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Choose to parse <a class="el" href="namespaceMED.html">MED</a> fields and perform global min / max on the <a class="el" href="namespaceMED.html">MED</a> timestamps. </td>
+ </tr>
+</table>
+<a class="anchor" name="59a809f9bc88f96c8df98a0e95dbbbdf"></a><!-- doxytag: member="VISU::Result::IsFieldsDone" ref="59a809f9bc88f96c8df98a0e95dbbbdf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Result.IsFieldsDone </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Allow to check is corresponding <a class="el" href="namespaceMED.html">MED</a> fields already loaded or not </td>
+ </tr>
+</table>
+<a class="anchor" name="468d7606f2efde5d765fb33242f34373"></a><!-- doxytag: member="VISU::Result::SetBuildGroups" ref="468d7606f2efde5d765fb33242f34373" args="(in boolean theIsBuildGroups)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Result.SetBuildGroups </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in boolean </td>
+ <td class="mdname1" valign="top" nowrap> <em>theIsBuildGroups</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Choose to parse <a class="el" href="namespaceMED.html">MED</a> groups. </td>
+ </tr>
+</table>
+<a class="anchor" name="02fa556cedd2bb0d86089e6811ab6609"></a><!-- doxytag: member="VISU::Result::IsGroupsDone" ref="02fa556cedd2bb0d86089e6811ab6609" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Result.IsGroupsDone </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Allow to check is corresponding <a class="el" href="namespaceMED.html">MED</a> groups and families already loaded or not </td>
+ </tr>
+</table>
+<a class="anchor" name="ce7b1e63efe426c4fb8c357524eae854"></a><!-- doxytag: member="VISU::Result::IsMinMaxDone" ref="ce7b1e63efe426c4fb8c357524eae854" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.Result.IsMinMaxDone </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Allow to check is min / max calculation over field's components already perfrormed or not </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::Result::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::Result::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::Result::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.ScalarMap Interface Reference</h1><!-- doxytag: class="VISU::ScalarMap" --><!-- doxytag: inherits="VISU::ColoredPrs3d" -->Interface of the Scalar Map.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.ScalarMap:<p><center><img src="interfaceVISU_1_1ScalarMap__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> { <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d">HORIZONTAL</a>,
+<a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a">VERTICAL</a>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#533517f061d61d34128a7ebd40ec3df2">SetScaling</a> (in Scaling theScaling)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">Scaling </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#af368a29e0046f847a2af205e7040c23">GetScaling</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#76016f8035d5fb342c64b13ca2e30a66">SetRange</a> (in double theMin, in double theMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#a6ed1b0bab197328075cf1010c176fe4">SetBarOrientation</a> (in <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> theOrientation)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#de70daa2d7a203a5b939a3c063ff07bf">GetBarOrientation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#0cb01513d53cac1cf26699344580962a">SetScalarMode</a> (in long theScalarMode)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#bd7047f0543f356e7e0853285679c8a0">GetScalarMode</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#df97f8522a471c2e90470584cf7c92d9">GetMin</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#294cd1fcd6a6c21d76a6d03dc28b5a85">GetMax</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e5d7bfff180529eedad1a140e5a449c3">SetPosition</a> (in double X, in double Y)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Position of the scalar bar. <a href="#e5d7bfff180529eedad1a140e5a449c3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#ddd48392a778ada1e0153ddcc781edbc">GetPosX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#a20c6859e00c881a7db6fa3259a33e51">GetPosY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e9331edc9bb097dd99556ee27735710c">SetSize</a> (in double theWidth, in double theHeight)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Size of this presentable object. <a href="#e9331edc9bb097dd99556ee27735710c"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#fb5593e03da36959bcd7ac2e25c387ef">GetWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#75cb62b325060b5d268159e53e7a9de4">GetHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#caf0e43c7f94f9c3c2a2482a1ab0db06">SetNbColors</a> (in long theNbColors)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#2164a8ce3d888c7ac6b3644c0b7347c2">GetNbColors</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#21dd013631e20ce6c72368e7ac568802">SetLabels</a> (in long theNbLabels)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#085c23900301c3a4eb274584ee7d8ca6">GetLabels</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#449207525dc96443b81f42cef38047dd">SetTitle</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#3618c82757da8f8471dd20ab13cbc27b">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This interface is responsable for coloring of 3D field presentations according the scalar values applied to different cells. As well it contains presentation parameters of the scalar bar. The scalar bar is displayed along with each colored field presentation and serves for consulting the correspondance between colors and data values.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72"></a><!-- doxytag: member="VISU::ScalarMap::Orientation" ref="f772d6f2c08313f1cf5fdf29e7924f72" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">VISU::ScalarMap::Orientation</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d"></a><!-- doxytag: member="HORIZONTAL" ref="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d" args="" -->HORIZONTAL</em> </td><td>
+Horizontal orientation of the scalar bar. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a"></a><!-- doxytag: member="VERTICAL" ref="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a" args="" -->VERTICAL</em> </td><td>
+Vertical orientation of the scalar bar. </td></tr>
+</table>
+</dl>
+
+<p>
+Implemented in <a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">VISU.Plot3D</a>, and <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">VISU.CutPlanes</a>. </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="533517f061d61d34128a7ebd40ec3df2"></a><!-- doxytag: member="VISU::ScalarMap::SetScaling" ref="533517f061d61d34128a7ebd40ec3df2" args="(in Scaling theScaling)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in Scaling </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScaling</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of scaling of the values reflected by the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScaling</em> </td><td>The value of this parameter is taken from the <em>Scaling</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="af368a29e0046f847a2af205e7040c23"></a><!-- doxytag: member="VISU::ScalarMap::GetScaling" ref="af368a29e0046f847a2af205e7040c23" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">Scaling VISU.ScalarMap.GetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of scaling of the values reflected by this presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="76016f8035d5fb342c64b13ca2e30a66"></a><!-- doxytag: member="VISU::ScalarMap::SetRange" ref="76016f8035d5fb342c64b13ca2e30a66" args="(in double theMin, in double theMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets scalar range - min and max boundaries of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theMin</em> </td><td>Min boundary of the scalar bar. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMax</em> </td><td>Max boundary of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a6ed1b0bab197328075cf1010c176fe4"></a><!-- doxytag: member="VISU::ScalarMap::SetBarOrientation" ref="a6ed1b0bab197328075cf1010c176fe4" args="(in Orientation theOrientation)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theOrientation</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This parameter defines the orientation of the scalar bar. It is taken from the <em>Orientaton</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="de70daa2d7a203a5b939a3c063ff07bf"></a><!-- doxytag: member="VISU::ScalarMap::GetBarOrientation" ref="de70daa2d7a203a5b939a3c063ff07bf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> VISU.ScalarMap.GetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation of the scalar bar (to provide backward compatibility). </td>
+ </tr>
+</table>
+<a class="anchor" name="0cb01513d53cac1cf26699344580962a"></a><!-- doxytag: member="VISU::ScalarMap::SetScalarMode" ref="0cb01513d53cac1cf26699344580962a" args="(in long theScalarMode)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScalarMode</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="bd7047f0543f356e7e0853285679c8a0"></a><!-- doxytag: member="VISU::ScalarMap::GetScalarMode" ref="bd7047f0543f356e7e0853285679c8a0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="df97f8522a471c2e90470584cf7c92d9"></a><!-- doxytag: member="VISU::ScalarMap::GetMin" ref="df97f8522a471c2e90470584cf7c92d9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMin </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the min boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="294cd1fcd6a6c21d76a6d03dc28b5a85"></a><!-- doxytag: member="VISU::ScalarMap::GetMax" ref="294cd1fcd6a6c21d76a6d03dc28b5a85" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMax </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the max boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="e5d7bfff180529eedad1a140e5a449c3"></a><!-- doxytag: member="VISU::ScalarMap::SetPosition" ref="e5d7bfff180529eedad1a140e5a449c3" args="(in double X, in double Y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>X</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>Y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the scalar bar origin on the screen. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>X</em> </td><td>Horizontal position. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>Y</em> </td><td>Vertical position. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ddd48392a778ada1e0153ddcc781edbc"></a><!-- doxytag: member="VISU::ScalarMap::GetPosX" ref="ddd48392a778ada1e0153ddcc781edbc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets horizontal position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="a20c6859e00c881a7db6fa3259a33e51"></a><!-- doxytag: member="VISU::ScalarMap::GetPosY" ref="a20c6859e00c881a7db6fa3259a33e51" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets vertical position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="e9331edc9bb097dd99556ee27735710c"></a><!-- doxytag: member="VISU::ScalarMap::SetSize" ref="e9331edc9bb097dd99556ee27735710c" args="(in double theWidth, in double theHeight)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theWidth</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theHeight</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the size of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theWidth</em> </td><td>Width of this presentable object. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theHeight</em> </td><td>Height of this presentable object. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fb5593e03da36959bcd7ac2e25c387ef"></a><!-- doxytag: member="VISU::ScalarMap::GetWidth" ref="fb5593e03da36959bcd7ac2e25c387ef" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the width of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="75cb62b325060b5d268159e53e7a9de4"></a><!-- doxytag: member="VISU::ScalarMap::GetHeight" ref="75cb62b325060b5d268159e53e7a9de4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the height of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the height of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="caf0e43c7f94f9c3c2a2482a1ab0db06"></a><!-- doxytag: member="VISU::ScalarMap::SetNbColors" ref="caf0e43c7f94f9c3c2a2482a1ab0db06" args="(in long theNbColors)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbColors</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of colors which will be used for presentation of this presentable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbColors</em> </td><td>A long value defining the number of colors. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2164a8ce3d888c7ac6b3644c0b7347c2"></a><!-- doxytag: member="VISU::ScalarMap::GetNbColors" ref="2164a8ce3d888c7ac6b3644c0b7347c2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of colors which will be used for visualization of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of colors which will be used for visualization of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="21dd013631e20ce6c72368e7ac568802"></a><!-- doxytag: member="VISU::ScalarMap::SetLabels" ref="21dd013631e20ce6c72368e7ac568802" args="(in long theNbLabels)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbLabels</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbLabels</em> </td><td>A long value defining the number of labels. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="085c23900301c3a4eb274584ee7d8ca6"></a><!-- doxytag: member="VISU::ScalarMap::GetLabels" ref="085c23900301c3a4eb274584ee7d8ca6" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="449207525dc96443b81f42cef38047dd"></a><!-- doxytag: member="VISU::ScalarMap::SetTitle" ref="449207525dc96443b81f42cef38047dd" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the scalar bar. By default - the name of the selected result is used. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>String parameter defining the name of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3618c82757da8f8471dd20ab13cbc27b"></a><!-- doxytag: member="VISU::ScalarMap::GetTitle" ref="3618c82757da8f8471dd20ab13cbc27b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.ColoredPrs3d.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::ScalarMap::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::ScalarMap::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::ScalarMap::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::ScalarMap::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::ScalarMap::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.ScalarMapOnDeformedShape Interface Reference</h1><!-- doxytag: class="VISU::ScalarMapOnDeformedShape" --><!-- doxytag: inherits="VISU::ScalarMap" -->Scalar Map on Deformed shape presentation interface.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.ScalarMapOnDeformedShape:<p><center><img src="interfaceVISU_1_1ScalarMapOnDeformedShape__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> { <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d">HORIZONTAL</a>,
+<a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a">VERTICAL</a>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMapOnDeformedShape.html#f64dd21f6e5dc12a17ddea436e0fe401">SetSourceRange</a> (in double theMinRange, in double theMaxRange)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMapOnDeformedShape.html#ccce13adb91edba3880cf51315cc1991">GetSourceRangeMin</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMapOnDeformedShape.html#3bb47fb0dde646e89eb58750358a3778">GetSourceRangeMax</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMapOnDeformedShape.html#3a92dc88ab0024ceda9c76d5e54d5384">SetScale</a> (in double theScale)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMapOnDeformedShape.html#2de96e908a06e0c37a60722990b0b893">GetScale</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMapOnDeformedShape.html#1ac79791b31d1a96495119937d399ec8">SetScalarField</a> (in string theMeshName, in string theFieldName, in long theIteration, in Entity theEntity)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#533517f061d61d34128a7ebd40ec3df2">SetScaling</a> (in Scaling theScaling)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">Scaling </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#af368a29e0046f847a2af205e7040c23">GetScaling</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#76016f8035d5fb342c64b13ca2e30a66">SetRange</a> (in double theMin, in double theMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#a6ed1b0bab197328075cf1010c176fe4">SetBarOrientation</a> (in <a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> theOrientation)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#de70daa2d7a203a5b939a3c063ff07bf">GetBarOrientation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#0cb01513d53cac1cf26699344580962a">SetScalarMode</a> (in long theScalarMode)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#bd7047f0543f356e7e0853285679c8a0">GetScalarMode</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#df97f8522a471c2e90470584cf7c92d9">GetMin</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#294cd1fcd6a6c21d76a6d03dc28b5a85">GetMax</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e5d7bfff180529eedad1a140e5a449c3">SetPosition</a> (in double X, in double Y)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Position of the scalar bar. <a href="#e5d7bfff180529eedad1a140e5a449c3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#ddd48392a778ada1e0153ddcc781edbc">GetPosX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#a20c6859e00c881a7db6fa3259a33e51">GetPosY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e9331edc9bb097dd99556ee27735710c">SetSize</a> (in double theWidth, in double theHeight)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Size of this presentable object. <a href="#e9331edc9bb097dd99556ee27735710c"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#fb5593e03da36959bcd7ac2e25c387ef">GetWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#75cb62b325060b5d268159e53e7a9de4">GetHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#caf0e43c7f94f9c3c2a2482a1ab0db06">SetNbColors</a> (in long theNbColors)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#2164a8ce3d888c7ac6b3644c0b7347c2">GetNbColors</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#21dd013631e20ce6c72368e7ac568802">SetLabels</a> (in long theNbLabels)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#085c23900301c3a4eb274584ee7d8ca6">GetLabels</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#449207525dc96443b81f42cef38047dd">SetTitle</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#3618c82757da8f8471dd20ab13cbc27b">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Presentation parameters of the scalar map on deformed shape presentation.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::Orientation" ref="f772d6f2c08313f1cf5fdf29e7924f72" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">VISU::ScalarMap::Orientation</a><code> [inherited]</code> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d"></a><!-- doxytag: member="HORIZONTAL" ref="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d" args="" -->HORIZONTAL</em> </td><td>
+Horizontal orientation of the scalar bar. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a"></a><!-- doxytag: member="VERTICAL" ref="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a" args="" -->VERTICAL</em> </td><td>
+Vertical orientation of the scalar bar. </td></tr>
+</table>
+</dl>
+
+<p>
+Implemented in <a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">VISU.Plot3D</a>, and <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">VISU.CutPlanes</a>. </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="f64dd21f6e5dc12a17ddea436e0fe401"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetSourceRange" ref="f64dd21f6e5dc12a17ddea436e0fe401" args="(in double theMinRange, in double theMaxRange)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMapOnDeformedShape.SetSourceRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theMinRange</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theMaxRange</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the source ranges of pipeline </td>
+ </tr>
+</table>
+<a class="anchor" name="ccce13adb91edba3880cf51315cc1991"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetSourceRangeMin" ref="ccce13adb91edba3880cf51315cc1991" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ScalarMapOnDeformedShape.GetSourceRangeMin </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the minimum source range of pipeline </td>
+ </tr>
+</table>
+<a class="anchor" name="3bb47fb0dde646e89eb58750358a3778"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetSourceRangeMax" ref="3bb47fb0dde646e89eb58750358a3778" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ScalarMapOnDeformedShape.GetSourceRangeMax </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the maximum source range of pipeline </td>
+ </tr>
+</table>
+<a class="anchor" name="3a92dc88ab0024ceda9c76d5e54d5384"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetScale" ref="3a92dc88ab0024ceda9c76d5e54d5384" args="(in double theScale)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMapOnDeformedShape.SetScale </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScale</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the scale of the presentatable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScale</em> </td><td>Double value defining the scale of this presentable object. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2de96e908a06e0c37a60722990b0b893"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetScale" ref="2de96e908a06e0c37a60722990b0b893" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ScalarMapOnDeformedShape.GetScale </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the scale of the presentatable object. </td>
+ </tr>
+</table>
+<a class="anchor" name="1ac79791b31d1a96495119937d399ec8"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetScalarField" ref="1ac79791b31d1a96495119937d399ec8" args="(in string theMeshName, in string theFieldName, in long theIteration, in Entity theEntity)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMapOnDeformedShape.SetScalarField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFieldName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in long </td>
+ <td class="mdname" nowrap> <em>theIteration</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the scalar field <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>- mesh name </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theFieldName</em> </td><td>- the name of scalar field </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theIteration</em> </td><td>- the iteration number for scalar field </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>- entity of scalar field </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="533517f061d61d34128a7ebd40ec3df2"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetScaling" ref="533517f061d61d34128a7ebd40ec3df2" args="(in Scaling theScaling)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in Scaling </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScaling</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of scaling of the values reflected by the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScaling</em> </td><td>The value of this parameter is taken from the <em>Scaling</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="af368a29e0046f847a2af205e7040c23"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetScaling" ref="af368a29e0046f847a2af205e7040c23" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">Scaling VISU.ScalarMap.GetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of scaling of the values reflected by this presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="76016f8035d5fb342c64b13ca2e30a66"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetRange" ref="76016f8035d5fb342c64b13ca2e30a66" args="(in double theMin, in double theMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets scalar range - min and max boundaries of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theMin</em> </td><td>Min boundary of the scalar bar. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMax</em> </td><td>Max boundary of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a6ed1b0bab197328075cf1010c176fe4"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetBarOrientation" ref="a6ed1b0bab197328075cf1010c176fe4" args="(in Orientation theOrientation)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theOrientation</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This parameter defines the orientation of the scalar bar. It is taken from the <em>Orientaton</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="de70daa2d7a203a5b939a3c063ff07bf"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetBarOrientation" ref="de70daa2d7a203a5b939a3c063ff07bf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> VISU.ScalarMap.GetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation of the scalar bar (to provide backward compatibility). </td>
+ </tr>
+</table>
+<a class="anchor" name="0cb01513d53cac1cf26699344580962a"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetScalarMode" ref="0cb01513d53cac1cf26699344580962a" args="(in long theScalarMode)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScalarMode</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="bd7047f0543f356e7e0853285679c8a0"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetScalarMode" ref="bd7047f0543f356e7e0853285679c8a0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="df97f8522a471c2e90470584cf7c92d9"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetMin" ref="df97f8522a471c2e90470584cf7c92d9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMin </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the min boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="294cd1fcd6a6c21d76a6d03dc28b5a85"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetMax" ref="294cd1fcd6a6c21d76a6d03dc28b5a85" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMax </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the max boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="e5d7bfff180529eedad1a140e5a449c3"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetPosition" ref="e5d7bfff180529eedad1a140e5a449c3" args="(in double X, in double Y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>X</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>Y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the scalar bar origin on the screen. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>X</em> </td><td>Horizontal position. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>Y</em> </td><td>Vertical position. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ddd48392a778ada1e0153ddcc781edbc"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetPosX" ref="ddd48392a778ada1e0153ddcc781edbc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets horizontal position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="a20c6859e00c881a7db6fa3259a33e51"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetPosY" ref="a20c6859e00c881a7db6fa3259a33e51" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets vertical position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="e9331edc9bb097dd99556ee27735710c"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetSize" ref="e9331edc9bb097dd99556ee27735710c" args="(in double theWidth, in double theHeight)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theWidth</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theHeight</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the size of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theWidth</em> </td><td>Width of this presentable object. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theHeight</em> </td><td>Height of this presentable object. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fb5593e03da36959bcd7ac2e25c387ef"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetWidth" ref="fb5593e03da36959bcd7ac2e25c387ef" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the width of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="75cb62b325060b5d268159e53e7a9de4"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetHeight" ref="75cb62b325060b5d268159e53e7a9de4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the height of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the height of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="caf0e43c7f94f9c3c2a2482a1ab0db06"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetNbColors" ref="caf0e43c7f94f9c3c2a2482a1ab0db06" args="(in long theNbColors)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbColors</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of colors which will be used for presentation of this presentable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbColors</em> </td><td>A long value defining the number of colors. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2164a8ce3d888c7ac6b3644c0b7347c2"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetNbColors" ref="2164a8ce3d888c7ac6b3644c0b7347c2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of colors which will be used for visualization of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of colors which will be used for visualization of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="21dd013631e20ce6c72368e7ac568802"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetLabels" ref="21dd013631e20ce6c72368e7ac568802" args="(in long theNbLabels)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbLabels</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbLabels</em> </td><td>A long value defining the number of labels. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="085c23900301c3a4eb274584ee7d8ca6"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetLabels" ref="085c23900301c3a4eb274584ee7d8ca6" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="449207525dc96443b81f42cef38047dd"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetTitle" ref="449207525dc96443b81f42cef38047dd" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the scalar bar. By default - the name of the selected result is used. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>String parameter defining the name of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3618c82757da8f8471dd20ab13cbc27b"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetTitle" ref="3618c82757da8f8471dd20ab13cbc27b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.ColoredPrs3d.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::ScalarMapOnDeformedShape::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.StreamLines Interface Reference</h1><!-- doxytag: class="VISU::StreamLines" --><!-- doxytag: inherits="VISU::DeformedShape" -->Interface of the stream lines representation.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.StreamLines:<p><center><img src="interfaceVISU_1_1StreamLines__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1StreamLines.html#eb5ea61e5926af11505a39b184fda838">Direction</a> { <a class="el" href="interfaceVISU_1_1StreamLines.html#eb5ea61e5926af11505a39b184fda838834898b35e8f29567952756e483cbe9b">FORWARD</a>,
+<a class="el" href="interfaceVISU_1_1StreamLines.html#eb5ea61e5926af11505a39b184fda838d90541af1c00da70065a1c52b6fc14e3">BACKWARD</a>,
+<a class="el" href="interfaceVISU_1_1StreamLines.html#eb5ea61e5926af11505a39b184fda838366218cc79d597cf5cfe8cf56e71f845">BOTH</a>
+ }</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> { <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d">HORIZONTAL</a>,
+<a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a">VERTICAL</a>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1StreamLines.html#b521f0fe19c7043743b57981e7982396">SetParams</a> (in double theIntStep, in double thePropogationTime, in double theStepLength, in <a class="el" href="interfaceVISU_1_1Prs3d.html">Prs3d</a> thePrs3d, in double thePercents, in <a class="el" href="interfaceVISU_1_1StreamLines.html#eb5ea61e5926af11505a39b184fda838">Direction</a> theDirection)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1StreamLines.html#23ce8756ecae51887ccb67664734bfa2">GetIntegrationStep</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1StreamLines.html#948ee8d107d0eebd4b000b55b6551549">GetPropagationTime</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1StreamLines.html#f362dc82d018b101169a2c8f0a1660cc">GetStepLength</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Prs3d.html">Prs3d</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1StreamLines.html#dbdd06ad2501a1baca93cd46e8444d96">GetSource</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1StreamLines.html#55506f23b9d8e9429454eb893605e0ad">GetUsedPoints</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1StreamLines.html#eb5ea61e5926af11505a39b184fda838">Direction</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1StreamLines.html#698159573cf111963a0b52369bbf24e0">GetDirection</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#8fec704a5438549c0f2cd7a94260c1ed">SetScale</a> (in double theScale)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#11175320f4447acfcf1015573cadc053">GetScale</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#070cfdada47826feb248b649183e4c75">IsColored</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#6f4d04a7028c9f2e1f166c8cb8b4f428">ShowColored</a> (in boolean theColored)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::Color </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#1ade0c34dd1c21936f0f518d7082eb34">GetColor</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#461232d5358160cb1183a08d85ce1572">SetColor</a> (in SALOMEDS::Color theColor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#533517f061d61d34128a7ebd40ec3df2">SetScaling</a> (in Scaling theScaling)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">Scaling </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#af368a29e0046f847a2af205e7040c23">GetScaling</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#76016f8035d5fb342c64b13ca2e30a66">SetRange</a> (in double theMin, in double theMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#a6ed1b0bab197328075cf1010c176fe4">SetBarOrientation</a> (in <a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> theOrientation)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#de70daa2d7a203a5b939a3c063ff07bf">GetBarOrientation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#0cb01513d53cac1cf26699344580962a">SetScalarMode</a> (in long theScalarMode)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#bd7047f0543f356e7e0853285679c8a0">GetScalarMode</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#df97f8522a471c2e90470584cf7c92d9">GetMin</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#294cd1fcd6a6c21d76a6d03dc28b5a85">GetMax</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e5d7bfff180529eedad1a140e5a449c3">SetPosition</a> (in double X, in double Y)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Position of the scalar bar. <a href="#e5d7bfff180529eedad1a140e5a449c3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#ddd48392a778ada1e0153ddcc781edbc">GetPosX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#a20c6859e00c881a7db6fa3259a33e51">GetPosY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e9331edc9bb097dd99556ee27735710c">SetSize</a> (in double theWidth, in double theHeight)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Size of this presentable object. <a href="#e9331edc9bb097dd99556ee27735710c"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#fb5593e03da36959bcd7ac2e25c387ef">GetWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#75cb62b325060b5d268159e53e7a9de4">GetHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#caf0e43c7f94f9c3c2a2482a1ab0db06">SetNbColors</a> (in long theNbColors)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#2164a8ce3d888c7ac6b3644c0b7347c2">GetNbColors</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#21dd013631e20ce6c72368e7ac568802">SetLabels</a> (in long theNbLabels)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#085c23900301c3a4eb274584ee7d8ca6">GetLabels</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#449207525dc96443b81f42cef38047dd">SetTitle</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#3618c82757da8f8471dd20ab13cbc27b">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This interface contains presentation parameters of stream lines presentations. <br>
+Stream lines is a type of presentation transforming into lines the cells with vectors having most similar direction. A stream line can be thought of as the path that a massless particle takes in a vector field. Streamlines are used to convey the structure of a vector field. Usually streamlines are created to explore the most interesting features in the field.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="eb5ea61e5926af11505a39b184fda838"></a><!-- doxytag: member="VISU::StreamLines::Direction" ref="eb5ea61e5926af11505a39b184fda838" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1StreamLines.html#eb5ea61e5926af11505a39b184fda838">VISU::StreamLines::Direction</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This enumerations contains a set of elements necessary for definition of direction of the stream lines. <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="eb5ea61e5926af11505a39b184fda838834898b35e8f29567952756e483cbe9b"></a><!-- doxytag: member="FORWARD" ref="eb5ea61e5926af11505a39b184fda838834898b35e8f29567952756e483cbe9b" args="" -->FORWARD</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="eb5ea61e5926af11505a39b184fda838d90541af1c00da70065a1c52b6fc14e3"></a><!-- doxytag: member="BACKWARD" ref="eb5ea61e5926af11505a39b184fda838d90541af1c00da70065a1c52b6fc14e3" args="" -->BACKWARD</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="eb5ea61e5926af11505a39b184fda838366218cc79d597cf5cfe8cf56e71f845"></a><!-- doxytag: member="BOTH" ref="eb5ea61e5926af11505a39b184fda838366218cc79d597cf5cfe8cf56e71f845" args="" -->BOTH</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72"></a><!-- doxytag: member="VISU::StreamLines::Orientation" ref="f772d6f2c08313f1cf5fdf29e7924f72" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">VISU::ScalarMap::Orientation</a><code> [inherited]</code> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d"></a><!-- doxytag: member="HORIZONTAL" ref="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d" args="" -->HORIZONTAL</em> </td><td>
+Horizontal orientation of the scalar bar. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a"></a><!-- doxytag: member="VERTICAL" ref="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a" args="" -->VERTICAL</em> </td><td>
+Vertical orientation of the scalar bar. </td></tr>
+</table>
+</dl>
+
+<p>
+Implemented in <a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">VISU.Plot3D</a>, and <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">VISU.CutPlanes</a>. </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="b521f0fe19c7043743b57981e7982396"></a><!-- doxytag: member="VISU::StreamLines::SetParams" ref="b521f0fe19c7043743b57981e7982396" args="(in double theIntStep, in double thePropogationTime, in double theStepLength, in Prs3d thePrs3d, in double thePercents, in Direction theDirection)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.StreamLines.SetParams </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theIntStep</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>thePropogationTime</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theStepLength</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in <a class="el" href="interfaceVISU_1_1Prs3d.html">Prs3d</a> </td>
+ <td class="mdname" nowrap> <em>thePrs3d</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>thePercents</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in <a class="el" href="interfaceVISU_1_1StreamLines.html#eb5ea61e5926af11505a39b184fda838">Direction</a> </td>
+ <td class="mdname" nowrap> <em>theDirection</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the parameters of the stream lines presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theIntStep</em> </td><td>Inegration step is a parameter of smoothness of the stream lines. This parameter defines the accuracy of construction of the streamlines. A smaller value of this parameter allows to construct smoother streamlines (at the cost of more computation time). </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>thePropogationTime</em> </td><td>This parameter controls the maximum length of the stream line (measured in units of time). </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theStepLength</em> </td><td>This parameter defines the size of the output line segments that make up the streamline (which is represented as a polyline). </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>thePrs3d</em> </td><td>The source presentation. The points of the field located on this source presentation will serve as starting points for generation of stream lines. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Note:</b></dt><dd>If this parameter is not defined, your stream lines presentation will be generated on all points of the field. </dd></dl>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePercents</em> </td><td>This parameter defines the quantity of points of the field (from 0 to 100%) which will be used as starting points for construction of the stream lines. Thus, the value of this parameter can vary from 0 to 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theDirection</em> </td><td>Direction of the stream lines (Forward, Backward or Both). </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>True if all parameters are properly set. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="23ce8756ecae51887ccb67664734bfa2"></a><!-- doxytag: member="VISU::StreamLines::GetIntegrationStep" ref="23ce8756ecae51887ccb67664734bfa2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.StreamLines.GetIntegrationStep </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the value of integration step of the stream lines presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="948ee8d107d0eebd4b000b55b6551549"></a><!-- doxytag: member="VISU::StreamLines::GetPropagationTime" ref="948ee8d107d0eebd4b000b55b6551549" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.StreamLines.GetPropagationTime </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the value of propagation time of the stream lines presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="f362dc82d018b101169a2c8f0a1660cc"></a><!-- doxytag: member="VISU::StreamLines::GetStepLength" ref="f362dc82d018b101169a2c8f0a1660cc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.StreamLines.GetStepLength </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the value of step length of the stream lines presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="dbdd06ad2501a1baca93cd46e8444d96"></a><!-- doxytag: member="VISU::StreamLines::GetSource" ref="dbdd06ad2501a1baca93cd46e8444d96" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Prs3d.html">Prs3d</a> VISU.StreamLines.GetSource </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the source presentation used for generation of the stream lines. </td>
+ </tr>
+</table>
+<a class="anchor" name="55506f23b9d8e9429454eb893605e0ad"></a><!-- doxytag: member="VISU::StreamLines::GetUsedPoints" ref="55506f23b9d8e9429454eb893605e0ad" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.StreamLines.GetUsedPoints </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the quantity of points of the field used as starting points for generation of the stream lines presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="698159573cf111963a0b52369bbf24e0"></a><!-- doxytag: member="VISU::StreamLines::GetDirection" ref="698159573cf111963a0b52369bbf24e0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1StreamLines.html#eb5ea61e5926af11505a39b184fda838">Direction</a> VISU.StreamLines.GetDirection </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the direction of the stream lines. </td>
+ </tr>
+</table>
+<a class="anchor" name="8fec704a5438549c0f2cd7a94260c1ed"></a><!-- doxytag: member="VISU::StreamLines::SetScale" ref="8fec704a5438549c0f2cd7a94260c1ed" args="(in double theScale)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.DeformedShape.SetScale </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScale</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the scale of the presentatable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScale</em> </td><td>Double value defining the scale of this presentable object. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="11175320f4447acfcf1015573cadc053"></a><!-- doxytag: member="VISU::StreamLines::GetScale" ref="11175320f4447acfcf1015573cadc053" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.DeformedShape.GetScale </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the scale of the presentatable object. </td>
+ </tr>
+</table>
+<a class="anchor" name="070cfdada47826feb248b649183e4c75"></a><!-- doxytag: member="VISU::StreamLines::IsColored" ref="070cfdada47826feb248b649183e4c75" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.DeformedShape.IsColored </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This boolean method returns True if this deformed shape presentation is colored. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f4d04a7028c9f2e1f166c8cb8b4f428"></a><!-- doxytag: member="VISU::StreamLines::ShowColored" ref="6f4d04a7028c9f2e1f166c8cb8b4f428" args="(in boolean theColored)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.DeformedShape.ShowColored </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in boolean </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColored</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Shows this presentation in colored mode. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColored</em> </td><td>If this boolean parameter is True this presentable object will be shown in colored mode. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="1ade0c34dd1c21936f0f518d7082eb34"></a><!-- doxytag: member="VISU::StreamLines::GetColor" ref="1ade0c34dd1c21936f0f518d7082eb34" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::Color VISU.DeformedShape.GetColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the color of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>The color of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="461232d5358160cb1183a08d85ce1572"></a><!-- doxytag: member="VISU::StreamLines::SetColor" ref="461232d5358160cb1183a08d85ce1572" args="(in SALOMEDS::Color theColor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.DeformedShape.SetColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::Color </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the color of this presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColor</em> </td><td>The color of this presentation. This parameter is taken from the <em>Color</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="533517f061d61d34128a7ebd40ec3df2"></a><!-- doxytag: member="VISU::StreamLines::SetScaling" ref="533517f061d61d34128a7ebd40ec3df2" args="(in Scaling theScaling)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in Scaling </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScaling</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of scaling of the values reflected by the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScaling</em> </td><td>The value of this parameter is taken from the <em>Scaling</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="af368a29e0046f847a2af205e7040c23"></a><!-- doxytag: member="VISU::StreamLines::GetScaling" ref="af368a29e0046f847a2af205e7040c23" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">Scaling VISU.ScalarMap.GetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of scaling of the values reflected by this presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="76016f8035d5fb342c64b13ca2e30a66"></a><!-- doxytag: member="VISU::StreamLines::SetRange" ref="76016f8035d5fb342c64b13ca2e30a66" args="(in double theMin, in double theMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets scalar range - min and max boundaries of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theMin</em> </td><td>Min boundary of the scalar bar. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMax</em> </td><td>Max boundary of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a6ed1b0bab197328075cf1010c176fe4"></a><!-- doxytag: member="VISU::StreamLines::SetBarOrientation" ref="a6ed1b0bab197328075cf1010c176fe4" args="(in Orientation theOrientation)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theOrientation</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This parameter defines the orientation of the scalar bar. It is taken from the <em>Orientaton</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="de70daa2d7a203a5b939a3c063ff07bf"></a><!-- doxytag: member="VISU::StreamLines::GetBarOrientation" ref="de70daa2d7a203a5b939a3c063ff07bf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> VISU.ScalarMap.GetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation of the scalar bar (to provide backward compatibility). </td>
+ </tr>
+</table>
+<a class="anchor" name="0cb01513d53cac1cf26699344580962a"></a><!-- doxytag: member="VISU::StreamLines::SetScalarMode" ref="0cb01513d53cac1cf26699344580962a" args="(in long theScalarMode)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScalarMode</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="bd7047f0543f356e7e0853285679c8a0"></a><!-- doxytag: member="VISU::StreamLines::GetScalarMode" ref="bd7047f0543f356e7e0853285679c8a0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="df97f8522a471c2e90470584cf7c92d9"></a><!-- doxytag: member="VISU::StreamLines::GetMin" ref="df97f8522a471c2e90470584cf7c92d9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMin </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the min boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="294cd1fcd6a6c21d76a6d03dc28b5a85"></a><!-- doxytag: member="VISU::StreamLines::GetMax" ref="294cd1fcd6a6c21d76a6d03dc28b5a85" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMax </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the max boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="e5d7bfff180529eedad1a140e5a449c3"></a><!-- doxytag: member="VISU::StreamLines::SetPosition" ref="e5d7bfff180529eedad1a140e5a449c3" args="(in double X, in double Y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>X</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>Y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the scalar bar origin on the screen. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>X</em> </td><td>Horizontal position. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>Y</em> </td><td>Vertical position. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ddd48392a778ada1e0153ddcc781edbc"></a><!-- doxytag: member="VISU::StreamLines::GetPosX" ref="ddd48392a778ada1e0153ddcc781edbc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets horizontal position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="a20c6859e00c881a7db6fa3259a33e51"></a><!-- doxytag: member="VISU::StreamLines::GetPosY" ref="a20c6859e00c881a7db6fa3259a33e51" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets vertical position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="e9331edc9bb097dd99556ee27735710c"></a><!-- doxytag: member="VISU::StreamLines::SetSize" ref="e9331edc9bb097dd99556ee27735710c" args="(in double theWidth, in double theHeight)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theWidth</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theHeight</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the size of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theWidth</em> </td><td>Width of this presentable object. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theHeight</em> </td><td>Height of this presentable object. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fb5593e03da36959bcd7ac2e25c387ef"></a><!-- doxytag: member="VISU::StreamLines::GetWidth" ref="fb5593e03da36959bcd7ac2e25c387ef" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the width of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="75cb62b325060b5d268159e53e7a9de4"></a><!-- doxytag: member="VISU::StreamLines::GetHeight" ref="75cb62b325060b5d268159e53e7a9de4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the height of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the height of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="caf0e43c7f94f9c3c2a2482a1ab0db06"></a><!-- doxytag: member="VISU::StreamLines::SetNbColors" ref="caf0e43c7f94f9c3c2a2482a1ab0db06" args="(in long theNbColors)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbColors</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of colors which will be used for presentation of this presentable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbColors</em> </td><td>A long value defining the number of colors. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2164a8ce3d888c7ac6b3644c0b7347c2"></a><!-- doxytag: member="VISU::StreamLines::GetNbColors" ref="2164a8ce3d888c7ac6b3644c0b7347c2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of colors which will be used for visualization of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of colors which will be used for visualization of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="21dd013631e20ce6c72368e7ac568802"></a><!-- doxytag: member="VISU::StreamLines::SetLabels" ref="21dd013631e20ce6c72368e7ac568802" args="(in long theNbLabels)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbLabels</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbLabels</em> </td><td>A long value defining the number of labels. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="085c23900301c3a4eb274584ee7d8ca6"></a><!-- doxytag: member="VISU::StreamLines::GetLabels" ref="085c23900301c3a4eb274584ee7d8ca6" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="449207525dc96443b81f42cef38047dd"></a><!-- doxytag: member="VISU::StreamLines::SetTitle" ref="449207525dc96443b81f42cef38047dd" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the scalar bar. By default - the name of the selected result is used. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>String parameter defining the name of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3618c82757da8f8471dd20ab13cbc27b"></a><!-- doxytag: member="VISU::StreamLines::GetTitle" ref="3618c82757da8f8471dd20ab13cbc27b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.ColoredPrs3d.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::StreamLines::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::StreamLines::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::StreamLines::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::StreamLines::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::StreamLines::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.Table Interface Reference</h1><!-- doxytag: class="VISU::Table" --><!-- doxytag: inherits="VISU::PrsObject" -->Table representation interface
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.Table:<p><center><img src="interfaceVISU_1_1Table__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Table.html#5d1ad9cbca7f19e83e18e3ba4189a3c8">Orientation</a> { <a class="el" href="interfaceVISU_1_1Table.html#5d1ad9cbca7f19e83e18e3ba4189a3c8f3ff23af249c3189a77065a21a3843b9">HORIZONTAL</a>,
+<a class="el" href="interfaceVISU_1_1Table.html#5d1ad9cbca7f19e83e18e3ba4189a3c8b9a6f8cd46d5e7c5f93e384e7654ef83">VERTIACAL</a>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Table.html#dbdd568ec9c6bd3891fc08121dd595dc">SetTitle</a> (in string theTitle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Table.html#55050c9692b58a27bc064d4538537c05">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Table.html#3a81ffdc49eaeb8727fbbb775cb5c736">SetOrientation</a> (in <a class="el" href="interfaceVISU_1_1Table.html#5d1ad9cbca7f19e83e18e3ba4189a3c8">Orientation</a> theOrientation)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Table.html#5d1ad9cbca7f19e83e18e3ba4189a3c8">Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Table.html#2120cf9d13b881a96eb29b5adb3938ae">GetOrientation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Table.html#84931397c1a308ad3e9d419afaf21bbe">GetNbRows</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Table.html#7ebcd4cdd52120527ab25dfa0e8d3838">GetNbColumns</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Presentation parameters of the Table view.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="5d1ad9cbca7f19e83e18e3ba4189a3c8"></a><!-- doxytag: member="VISU::Table::Orientation" ref="5d1ad9cbca7f19e83e18e3ba4189a3c8" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1Table.html#5d1ad9cbca7f19e83e18e3ba4189a3c8">VISU::Table::Orientation</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This enumeration contains a set of elements defining the orientation of the table. <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="5d1ad9cbca7f19e83e18e3ba4189a3c8f3ff23af249c3189a77065a21a3843b9"></a><!-- doxytag: member="HORIZONTAL" ref="5d1ad9cbca7f19e83e18e3ba4189a3c8f3ff23af249c3189a77065a21a3843b9" args="" -->HORIZONTAL</em> </td><td>
+Horizontal orientation of the table. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="5d1ad9cbca7f19e83e18e3ba4189a3c8b9a6f8cd46d5e7c5f93e384e7654ef83"></a><!-- doxytag: member="VERTIACAL" ref="5d1ad9cbca7f19e83e18e3ba4189a3c8b9a6f8cd46d5e7c5f93e384e7654ef83" args="" -->VERTIACAL</em> </td><td>
+Vertical orientation of the table. </td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="dbdd568ec9c6bd3891fc08121dd595dc"></a><!-- doxytag: member="VISU::Table::SetTitle" ref="dbdd568ec9c6bd3891fc08121dd595dc" args="(in string theTitle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Table.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theTitle</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the table. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theTitle</em> </td><td>String parameter defining the title of this table. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="55050c9692b58a27bc064d4538537c05"></a><!-- doxytag: member="VISU::Table::GetTitle" ref="55050c9692b58a27bc064d4538537c05" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.Table.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the table. <dl compact><dt><b>Returns:</b></dt><dd>A string value containing the title of the table. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3a81ffdc49eaeb8727fbbb775cb5c736"></a><!-- doxytag: member="VISU::Table::SetOrientation" ref="3a81ffdc49eaeb8727fbbb775cb5c736" args="(in Orientation theOrientation)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Table.SetOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Table.html#5d1ad9cbca7f19e83e18e3ba4189a3c8">Orientation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theOrientation</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets orientation of the table. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This input parameter defines the orientation of the table. It is taken from the <em>Orientation</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2120cf9d13b881a96eb29b5adb3938ae"></a><!-- doxytag: member="VISU::Table::GetOrientation" ref="2120cf9d13b881a96eb29b5adb3938ae" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Table.html#5d1ad9cbca7f19e83e18e3ba4189a3c8">Orientation</a> VISU.Table.GetOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets orientation of the table. <dl compact><dt><b>Returns:</b></dt><dd>Orientation of the table. The returned value will correspond to one of the elements the <em>Orientation</em> enumeration. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="84931397c1a308ad3e9d419afaf21bbe"></a><!-- doxytag: member="VISU::Table::GetNbRows" ref="84931397c1a308ad3e9d419afaf21bbe" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.Table.GetNbRows </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of rows of the table. <dl compact><dt><b>Returns:</b></dt><dd>Long value corresponding to the number of rows of the table </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7ebcd4cdd52120527ab25dfa0e8d3838"></a><!-- doxytag: member="VISU::Table::GetNbColumns" ref="7ebcd4cdd52120527ab25dfa0e8d3838" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.Table.GetNbColumns </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of columns of the table. <dl compact><dt><b>Returns:</b></dt><dd>Long value corresponding to the number of columns of the table </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::Table::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::Table::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::Table::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.TableView Interface Reference</h1><!-- doxytag: class="VISU::TableView" --><!-- doxytag: inherits="VISU::View" -->Interface of the <a class="el" href="interfaceVISU_1_1Table.html">Table</a> view.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.TableView:<p><center><img src="interfaceVISU_1_1TableView__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> { <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce2131f7dc0fbe16bf5950fa21dfe7bec8f1f">OBJECTBROWSER</a>,
+<a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213e07a7b41660016da6e4790a61e40e70b">VIEWER</a>,
+<a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce21396ab6335f0ee2092ee104ffad56775b4">PYTHON</a>,
+<a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213a84ae45219effaca695aa571bf695fc4">MESSAGES</a>
+ }</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">ViewRepresentation enumeration <a href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> { <br>
+ <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be01545fe0740c7cad5e89fedcad2b26806749">TOP</a>,
+<a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be015493a1dab2e71eac6a554710428eae5065">CENTER</a>,
+<a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be01544f8fb8916808919e85dbad251c346f22">BOTTOM</a>,
+<a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154890e1c4cdf828c641a0d36f8b5587edc">RIGHT</a>,
+<br>
+ <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be015436e2382243a4b7d321dd80242e0b2b47">LEFT</a>
+<br>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d4c3991dc0e4f751e23b17261d52178d">ShowPart</a> (in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> ViewRepr, in boolean state)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#2d790758989030510272a71fc5c26ecb">IsPartShown</a> (in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> ViewRepr)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#454584a30406826c35f2dcc88ed5e285">SplitRight</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#454584a30406826c35f2dcc88ed5e285"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#06c29b07b09c2e669fa5d37adbad5c89">SplitLeft</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#06c29b07b09c2e669fa5d37adbad5c89"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#fab9ec5d12c93924e3fd6600d460738e">SplitBottom</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#fab9ec5d12c93924e3fd6600d460738e"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#e399ee4c9665a7b496371f938d3e7fd3">SplitTop</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#e399ee4c9665a7b496371f938d3e7fd3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c7cb8f7af67a6fc161ce1e1266cf6078">OnTop</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d24a4fd9604a6b2da4d9f265b87b73e7">Attract</a> (in <a class="el" href="interfaceVISU_1_1View.html">View</a> theView)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#81523793df94f223086e2dfb7a9bde44">AttractAll</a> (in <a class="el" href="interfaceVISU_1_1View.html">View</a> theView)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c51e42d9554731639821248cf5c51789">SetRelativePositionInSplitter</a> (in double thePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#094aac0197dd3a66e8482ac9067c1200">SetRelativeSizeInSplitter</a> (in double theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#5a6f6a0f2853ec6dbce40f8a0f058e67">SetRelativePositionX</a> (in double thePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d538c2c385e0542b0a04d1161833c9a7">SetRelativePositionY</a> (in double thePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#1a82e7fd3d5b3c79690bfb17eeb19e8c">SetRelativeSizeX</a> (in double theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#773d3140097f5d20568bb5bf7a244962">SetRelativeSizeY</a> (in double theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#cd6524625b6ca8e3c49022459f106bed">SetViewWidth</a> (in long Width)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#b07ab6237cfdd70884a038af48fd7e72">SetViewHeight</a> (in long Height)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#904d6945f16117519d74dda54cf0aef0">GetViewWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#56f2a1d86c80ebc81f9a0db71e25d3df">GetViewHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#68a47a614cafe868ab89fad6ce117860">SetViewPositionHorizontal</a> (in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> ViewPosHor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#8df1d9425b90f9dd21c36acc3f9c444b">SetViewPositionVertical</a> (in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> ViewPosVer)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#9357df128dabcd74c4d54ad04eda0d49">SetRelativePosition</a> (in double x, in double y)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c2049cff1e9ee54312bd267154d9b69a">SetRelativeSize</a> (in double x, in double y)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#f52e1696f127af6ddffb7cb012411a26">Minimize</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#71b5b17b0376653363709077e1597616">Restore</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#91cde31fe400a5f82c8bdbe7db3b5ef7">Maximize</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#4071ba1dd44364ae0d8cc337a7544921">SetTitle</a> (in string theTitle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#6930e36faf0c5628d5b5ad9dc20148d5">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#ff8571273f82a27f46d43ea0419bafb1">SetBackground</a> (in SALOMEDS::Color theColor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::Color </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#a58313a02ba9c2a872740392197c78e2">GetBackground</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d9e3dfc74c7239ac9694fc41e8dfb95e">EraseAll</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#db66b95801ce72fc207dbae4e9ada32c">DisplayAll</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c7f48239fd32867a22fa772fe258de3e">Erase</a> (in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#61228d03b32683bded67da12990210b6">Display</a> (in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#14985b21e1c7b6afdddafa2f4d6f93b4">DisplayOnly</a> (in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#8090c783e2014156227700b014ad8c29">Update</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#be39869fe3484a4e2de0626254d9eeae">SavePicture</a> (in string theFileName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This interface is used for creation of a view necessary for presentation of a table.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="a666392d875e267305ad2694ce3ce213"></a><!-- doxytag: member="VISU::TableView::ViewRepresentation" ref="a666392d875e267305ad2694ce3ce213" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">VISU::View::ViewRepresentation</a><code> [inherited]</code> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+displaying part ("ALL" isn't setable) <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce2131f7dc0fbe16bf5950fa21dfe7bec8f1f"></a><!-- doxytag: member="OBJECTBROWSER" ref="a666392d875e267305ad2694ce3ce2131f7dc0fbe16bf5950fa21dfe7bec8f1f" args="" -->OBJECTBROWSER</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce213e07a7b41660016da6e4790a61e40e70b"></a><!-- doxytag: member="VIEWER" ref="a666392d875e267305ad2694ce3ce213e07a7b41660016da6e4790a61e40e70b" args="" -->VIEWER</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce21396ab6335f0ee2092ee104ffad56775b4"></a><!-- doxytag: member="PYTHON" ref="a666392d875e267305ad2694ce3ce21396ab6335f0ee2092ee104ffad56775b4" args="" -->PYTHON</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce213a84ae45219effaca695aa571bf695fc4"></a><!-- doxytag: member="MESSAGES" ref="a666392d875e267305ad2694ce3ce213a84ae45219effaca695aa571bf695fc4" args="" -->MESSAGES</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="61d3152c0ff5d024f84b2fe149be0154"></a><!-- doxytag: member="VISU::TableView::ViewPosition" ref="61d3152c0ff5d024f84b2fe149be0154" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">VISU::View::ViewPosition</a><code> [inherited]</code> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+<dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be01545fe0740c7cad5e89fedcad2b26806749"></a><!-- doxytag: member="TOP" ref="61d3152c0ff5d024f84b2fe149be01545fe0740c7cad5e89fedcad2b26806749" args="" -->TOP</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be015493a1dab2e71eac6a554710428eae5065"></a><!-- doxytag: member="CENTER" ref="61d3152c0ff5d024f84b2fe149be015493a1dab2e71eac6a554710428eae5065" args="" -->CENTER</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be01544f8fb8916808919e85dbad251c346f22"></a><!-- doxytag: member="BOTTOM" ref="61d3152c0ff5d024f84b2fe149be01544f8fb8916808919e85dbad251c346f22" args="" -->BOTTOM</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be0154890e1c4cdf828c641a0d36f8b5587edc"></a><!-- doxytag: member="RIGHT" ref="61d3152c0ff5d024f84b2fe149be0154890e1c4cdf828c641a0d36f8b5587edc" args="" -->RIGHT</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be015436e2382243a4b7d321dd80242e0b2b47"></a><!-- doxytag: member="LEFT" ref="61d3152c0ff5d024f84b2fe149be015436e2382243a4b7d321dd80242e0b2b47" args="" -->LEFT</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="d4c3991dc0e4f751e23b17261d52178d"></a><!-- doxytag: member="VISU::TableView::ShowPart" ref="d4c3991dc0e4f751e23b17261d52178d" args="(in ViewRepresentation ViewRepr, in boolean state)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.ShowPart </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> </td>
+ <td class="mdname" nowrap> <em>ViewRepr</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in boolean </td>
+ <td class="mdname" nowrap> <em>state</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2d790758989030510272a71fc5c26ecb"></a><!-- doxytag: member="VISU::TableView::IsPartShown" ref="2d790758989030510272a71fc5c26ecb" args="(in ViewRepresentation ViewRepr)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.View.IsPartShown </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>ViewRepr</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="454584a30406826c35f2dcc88ed5e285"></a><!-- doxytag: member="VISU::TableView::SplitRight" ref="454584a30406826c35f2dcc88ed5e285" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitRight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Horizontally split workarea of this view. This view is moved in a new right area. </td>
+ </tr>
+</table>
+<a class="anchor" name="06c29b07b09c2e669fa5d37adbad5c89"></a><!-- doxytag: member="VISU::TableView::SplitLeft" ref="06c29b07b09c2e669fa5d37adbad5c89" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitLeft </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Horizontally split workarea of this view. This view stays in an old left area, others are moved in a new right area. </td>
+ </tr>
+</table>
+<a class="anchor" name="fab9ec5d12c93924e3fd6600d460738e"></a><!-- doxytag: member="VISU::TableView::SplitBottom" ref="fab9ec5d12c93924e3fd6600d460738e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitBottom </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Vertically split workarea of this view. This view is moved in a new bottom area. </td>
+ </tr>
+</table>
+<a class="anchor" name="e399ee4c9665a7b496371f938d3e7fd3"></a><!-- doxytag: member="VISU::TableView::SplitTop" ref="e399ee4c9665a7b496371f938d3e7fd3" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitTop </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Vertically split workarea of this view. This view stays in an old top area, others are moved in a new bottom area. </td>
+ </tr>
+</table>
+<a class="anchor" name="c7cb8f7af67a6fc161ce1e1266cf6078"></a><!-- doxytag: member="VISU::TableView::OnTop" ref="c7cb8f7af67a6fc161ce1e1266cf6078" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.OnTop </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Put this view window on top of its work area. </td>
+ </tr>
+</table>
+<a class="anchor" name="d24a4fd9604a6b2da4d9f265b87b73e7"></a><!-- doxytag: member="VISU::TableView::Attract" ref="d24a4fd9604a6b2da4d9f265b87b73e7" args="(in View theView)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Attract </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html">View</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theView</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Put <em>theView</em> in workarea of this view right after it. If <em>theView</em> was alone in its workarea, workarea of <em>theView</em> will be destroyed. If <em>theView</em> was in the same workarea with this view, simple reordering will take place. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theView</em> </td><td>A view window to be attracted to this one. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="81523793df94f223086e2dfb7a9bde44"></a><!-- doxytag: member="VISU::TableView::AttractAll" ref="81523793df94f223086e2dfb7a9bde44" args="(in View theView)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.AttractAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html">View</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theView</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Put all the view windows from workarea of <em>theView</em> in workarea of this view right after it. Workarea of <em>theView</em> will be destroyed. If <em>theView</em> was in the same workarea with this view, simple reordering will take place. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theView</em> </td><td>A view window to be attracted to this one together with all its workarea. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c51e42d9554731639821248cf5c51789"></a><!-- doxytag: member="VISU::TableView::SetRelativePositionInSplitter" ref="c51e42d9554731639821248cf5c51789" args="(in double thePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePositionInSplitter </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set position of this view window relatively its splitter. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePosition</em> </td><td>Desired position of this view window relatively its splitter. Meaningfull values lays in range [0..1].</td></tr>
+ </table>
+</dl>
+Direction of positioning is defined by the splitter orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="094aac0197dd3a66e8482ac9067c1200"></a><!-- doxytag: member="VISU::TableView::SetRelativeSizeInSplitter" ref="094aac0197dd3a66e8482ac9067c1200" args="(in double theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSizeInSplitter </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set size of this view window relatively its splitter. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Desired size of this view window relatively its splitter. Meaningfull values lays in range [0..1].</td></tr>
+ </table>
+</dl>
+Direction of resizing is defined by the splitter orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="5a6f6a0f2853ec6dbce40f8a0f058e67"></a><!-- doxytag: member="VISU::TableView::SetRelativePositionX" ref="5a6f6a0f2853ec6dbce40f8a0f058e67" args="(in double thePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePositionX </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set horizontal position of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePosition</em> </td><td>Desired horizontal position of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="d538c2c385e0542b0a04d1161833c9a7"></a><!-- doxytag: member="VISU::TableView::SetRelativePositionY" ref="d538c2c385e0542b0a04d1161833c9a7" args="(in double thePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePositionY </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set vertical position of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePosition</em> </td><td>Desired vertical position of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="1a82e7fd3d5b3c79690bfb17eeb19e8c"></a><!-- doxytag: member="VISU::TableView::SetRelativeSizeX" ref="1a82e7fd3d5b3c79690bfb17eeb19e8c" args="(in double theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSizeX </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set horizontal size of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Desired horizontal size of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="773d3140097f5d20568bb5bf7a244962"></a><!-- doxytag: member="VISU::TableView::SetRelativeSizeY" ref="773d3140097f5d20568bb5bf7a244962" args="(in double theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSizeY </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set vertical size of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Desired vertical size of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="cd6524625b6ca8e3c49022459f106bed"></a><!-- doxytag: member="VISU::TableView::SetViewWidth" ref="cd6524625b6ca8e3c49022459f106bed" args="(in long Width)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>Width</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Old methods for view parameters management, they don't work now </td>
+ </tr>
+</table>
+<a class="anchor" name="b07ab6237cfdd70884a038af48fd7e72"></a><!-- doxytag: member="VISU::TableView::SetViewHeight" ref="b07ab6237cfdd70884a038af48fd7e72" args="(in long Height)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>Height</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="904d6945f16117519d74dda54cf0aef0"></a><!-- doxytag: member="VISU::TableView::GetViewWidth" ref="904d6945f16117519d74dda54cf0aef0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.View.GetViewWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="56f2a1d86c80ebc81f9a0db71e25d3df"></a><!-- doxytag: member="VISU::TableView::GetViewHeight" ref="56f2a1d86c80ebc81f9a0db71e25d3df" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.View.GetViewHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="68a47a614cafe868ab89fad6ce117860"></a><!-- doxytag: member="VISU::TableView::SetViewPositionHorizontal" ref="68a47a614cafe868ab89fad6ce117860" args="(in ViewPosition ViewPosHor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewPositionHorizontal </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>ViewPosHor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8df1d9425b90f9dd21c36acc3f9c444b"></a><!-- doxytag: member="VISU::TableView::SetViewPositionVertical" ref="8df1d9425b90f9dd21c36acc3f9c444b" args="(in ViewPosition ViewPosVer)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewPositionVertical </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>ViewPosVer</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="9357df128dabcd74c4d54ad04eda0d49"></a><!-- doxytag: member="VISU::TableView::SetRelativePosition" ref="9357df128dabcd74c4d54ad04eda0d49" args="(in double x, in double y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>x</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c2049cff1e9ee54312bd267154d9b69a"></a><!-- doxytag: member="VISU::TableView::SetRelativeSize" ref="c2049cff1e9ee54312bd267154d9b69a" args="(in double x, in double y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>x</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="f52e1696f127af6ddffb7cb012411a26"></a><!-- doxytag: member="VISU::TableView::Minimize" ref="f52e1696f127af6ddffb7cb012411a26" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Minimize </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="71b5b17b0376653363709077e1597616"></a><!-- doxytag: member="VISU::TableView::Restore" ref="71b5b17b0376653363709077e1597616" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Restore </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="91cde31fe400a5f82c8bdbe7db3b5ef7"></a><!-- doxytag: member="VISU::TableView::Maximize" ref="91cde31fe400a5f82c8bdbe7db3b5ef7" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Maximize </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="4071ba1dd44364ae0d8cc337a7544921"></a><!-- doxytag: member="VISU::TableView::SetTitle" ref="4071ba1dd44364ae0d8cc337a7544921" args="(in string theTitle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theTitle</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the View frame. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theTitle</em> </td><td>String parameter defining the title of the View frame. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="6930e36faf0c5628d5b5ad9dc20148d5"></a><!-- doxytag: member="VISU::TableView::GetTitle" ref="6930e36faf0c5628d5b5ad9dc20148d5" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.View.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the View frame. </td>
+ </tr>
+</table>
+<a class="anchor" name="ff8571273f82a27f46d43ea0419bafb1"></a><!-- doxytag: member="VISU::TableView::SetBackground" ref="ff8571273f82a27f46d43ea0419bafb1" args="(in SALOMEDS::Color theColor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetBackground </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::Color </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets background color of the View frame. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColor</em> </td><td>Background color defined in <em>SALOMEDS.Color</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a58313a02ba9c2a872740392197c78e2"></a><!-- doxytag: member="VISU::TableView::GetBackground" ref="a58313a02ba9c2a872740392197c78e2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::Color VISU.View.GetBackground </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets background color of the View frame. </td>
+ </tr>
+</table>
+<a class="anchor" name="d9e3dfc74c7239ac9694fc41e8dfb95e"></a><!-- doxytag: member="VISU::TableView::EraseAll" ref="d9e3dfc74c7239ac9694fc41e8dfb95e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.EraseAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Removes all presentations (presentable objects) from the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="db66b95801ce72fc207dbae4e9ada32c"></a><!-- doxytag: member="VISU::TableView::DisplayAll" ref="db66b95801ce72fc207dbae4e9ada32c" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.DisplayAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Displays all presentations (presentable objects) in the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="c7f48239fd32867a22fa772fe258de3e"></a><!-- doxytag: member="VISU::TableView::Erase" ref="c7f48239fd32867a22fa772fe258de3e" args="(in PrsObject thePrsObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Erase </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrsObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Removes a definite presentation (presentable object) from the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrsObj</em> </td><td>The presentation (presentable object) which should be deleted. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="61228d03b32683bded67da12990210b6"></a><!-- doxytag: member="VISU::TableView::Display" ref="61228d03b32683bded67da12990210b6" args="(in PrsObject thePrsObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Display </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrsObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Displays a definite presentation (presentable object) in the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrsObj</em> </td><td>The presentation (presentable object) which should be displayed. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="14985b21e1c7b6afdddafa2f4d6f93b4"></a><!-- doxytag: member="VISU::TableView::DisplayOnly" ref="14985b21e1c7b6afdddafa2f4d6f93b4" args="(in PrsObject thePrsObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.DisplayOnly </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrsObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Allows to display only a definite presentation (presentable object) in the view. All other presentations are removed from the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrsObj</em> </td><td>The presentation (presentable object) which should be displayed. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8090c783e2014156227700b014ad8c29"></a><!-- doxytag: member="VISU::TableView::Update" ref="8090c783e2014156227700b014ad8c29" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Update </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Updates the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="be39869fe3484a4e2de0626254d9eeae"></a><!-- doxytag: member="VISU::TableView::SavePicture" ref="be39869fe3484a4e2de0626254d9eeae" args="(in string theFileName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.View.SavePicture </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theFileName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Saves the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theFileName</em> </td><td>The name of the file where the view will be saved. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>True, if the view have been saved successfully. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::TableView::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::TableView::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.VISU_Gen Interface Reference</h1><!-- doxytag: class="VISU::VISU_Gen" --><!-- doxytag: inherits="Engines::Component,SALOMEDS::Driver,VISU::Base" -->VISU_Gen interface
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.VISU_Gen:<p><center><img src="interfaceVISU_1_1VISU__Gen__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#984f8f82f50a4d1be619a9031e065b81">SetCurrentStudy</a> (in SALOMEDS::Study theStudy)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::Study </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#90a631650eedf6c3c284f5d75e658e1b">GetCurrentStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1ViewManager.html">ViewManager</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#fcf28fa5072db6f25760d0c5aca2964c">GetViewManager</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::SObject </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#ed3c4457793681ec5cea4e5433afd1df">ImportTables</a> (in string theFileName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#95269332dfe8d0811a98b3094ce6f187">ExportTableToFile</a> (in SALOMEDS::SObject theTable, in string theFileName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#a4f9053c69ef68e0cc0ada566d2787cf">ImportFile</a> (in string theFileName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#121b80c429ced4e7a2167b2f30a7e308">CreateResult</a> (in string theFileName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#17ee46d629ee9f2ebcd03fbfb3ab211d">CopyAndImportFile</a> (in string theFileName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#1b09ed15c99d14f66b14118105dab9be">ImportMed</a> (in SALOMEDS::SObject theMedSObject)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#dfc5ca1aea0579a06db3f9ad7588226d">ImportMedField</a> (in SALOME_MED::FIELD theField)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#5258d04fb58d73712290371f558c4e5b">RenameEntityInStudy</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theNewName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#f13538f4b170c9a4ad5555231077d87d">RenameFamilyInStudy</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theSubMeshName, in string theNewName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#766e18488fac1f6ef33cbd405fca1b57">RenameGroupInStudy</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in string theSubMeshName, in string theNewName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Mesh.html">Mesh</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#cae7773fab66421c7fb42050979a20f1">MeshOnEntity</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Mesh.html">Mesh</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#f6a6b53411a2b56e27ad86b11fb93eee">FamilyMeshOnEntity</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theFamilyName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Mesh.html">Mesh</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#b9aa8d01939b1241a22102301d28134c">GroupMesh</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in string theGroupName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#73b5700c20a03c3c9dc0dfcf48f3410d">ScalarMapOnField</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1GaussPoints.html">GaussPoints</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#a538928f7a812a67fe3364e66d65a1ed">GaussPointsOnField</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1DeformedShape.html">DeformedShape</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#4768ca588d69be874e2e566ba940bf4f">DeformedShapeOnField</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1ScalarMapOnDeformedShape.html">ScalarMapOnDeformedShape</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#21e7e978e40b842436f3feb9b797e3f0">ScalarMapOnDeformedShapeOnField</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Vectors.html">Vectors</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#c521e6df466c29c858ca9529edb40da4">VectorsOnField</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1IsoSurfaces.html">IsoSurfaces</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#fdf67b4a1e935839b8a3bae6a7f90983">IsoSurfacesOnField</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1StreamLines.html">StreamLines</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#a5ef106a258bcbcef3c4fd6f06d42df7">StreamLinesOnField</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1CutPlanes.html">CutPlanes</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#f1198b1a551189df7372c9c365b9a31b">CutPlanesOnField</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1CutLines.html">CutLines</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#2cd0c470eec428810e38956cb87f1792">CutLinesOnField</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Plot3D.html">Plot3D</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#22a0efacc98c1206ec717dbbd7f4b758">Plot3DOnField</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Table.html">Table</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#8a1299ac9301ac5a338736bcd020f168">CreateTable</a> (in string theTableEntry)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Curve.html">Curve</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#a1924dd92ac6ef44cb2faa9dd7a87a77">CreateCurve</a> (in <a class="el" href="interfaceVISU_1_1Table.html">Table</a> theTable, in long theHRow, in long theVRow)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Container.html">Container</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#b3ef998e05306054d00a06f75b235681">CreateContainer</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Animation.html">Animation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#41725f3a95159163abca617e4abd2932">CreateAnimation</a> (in <a class="el" href="interfaceVISU_1_1View3D.html">View3D</a> theView3d)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#c3c2184f2feb718c1381c6da9da756a6">DeleteResult</a> (in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> theResult)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1VISU__Gen.html#e67ab292783785bbe957b56e4db570fa">DeletePrs3d</a> (in <a class="el" href="interfaceVISU_1_1Prs3d.html">Prs3d</a> thePrs3d)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This is the main interface of VISU component. It is necessary for creation of post-processing presentations from given Result and Table object reference, using the views provided by ViewManager.
+<p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="984f8f82f50a4d1be619a9031e065b81"></a><!-- doxytag: member="VISU::VISU_Gen::SetCurrentStudy" ref="984f8f82f50a4d1be619a9031e065b81" args="(in SALOMEDS::Study theStudy)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.VISU_Gen.SetCurrentStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::Study </td>
+ <td class="mdname1" valign="top" nowrap> <em>theStudy</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets a definite study to be current. </td>
+ </tr>
+</table>
+<a class="anchor" name="90a631650eedf6c3c284f5d75e658e1b"></a><!-- doxytag: member="VISU::VISU_Gen::GetCurrentStudy" ref="90a631650eedf6c3c284f5d75e658e1b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::Study VISU.VISU_Gen.GetCurrentStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the current study. </td>
+ </tr>
+</table>
+<a class="anchor" name="fcf28fa5072db6f25760d0c5aca2964c"></a><!-- doxytag: member="VISU::VISU_Gen::GetViewManager" ref="fcf28fa5072db6f25760d0c5aca2964c" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1ViewManager.html">ViewManager</a> VISU.VISU_Gen.GetViewManager </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the View Manager which is used for creation of post-processing presentations. </td>
+ </tr>
+</table>
+<a class="anchor" name="ed3c4457793681ec5cea4e5433afd1df"></a><!-- doxytag: member="VISU::VISU_Gen::ImportTables" ref="ed3c4457793681ec5cea4e5433afd1df" args="(in string theFileName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::SObject VISU.VISU_Gen.ImportTables </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theFileName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Imports tables from a file and create TableAttribute in Sudy </td>
+ </tr>
+</table>
+<a class="anchor" name="95269332dfe8d0811a98b3094ce6f187"></a><!-- doxytag: member="VISU::VISU_Gen::ExportTableToFile" ref="95269332dfe8d0811a98b3094ce6f187" args="(in SALOMEDS::SObject theTable, in string theFileName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.VISU_Gen.ExportTableToFile </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::SObject </td>
+ <td class="mdname" nowrap> <em>theTable</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFileName</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Export table to a file </td>
+ </tr>
+</table>
+<a class="anchor" name="a4f9053c69ef68e0cc0ada566d2787cf"></a><!-- doxytag: member="VISU::VISU_Gen::ImportFile" ref="a4f9053c69ef68e0cc0ada566d2787cf" args="(in string theFileName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Result.html">Result</a> VISU.VISU_Gen.ImportFile </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theFileName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Imports data from a file. The access to this file will be conserved outside of the application. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theFileName</em> </td><td>String parameter defining the name of the file from which the data will be imported. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="121b80c429ced4e7a2167b2f30a7e308"></a><!-- doxytag: member="VISU::VISU_Gen::CreateResult" ref="121b80c429ced4e7a2167b2f30a7e308" args="(in string theFileName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Result.html">Result</a> VISU.VISU_Gen.CreateResult </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theFileName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Create result and initialize its with the file. The access to this file will be conserved outside of the application. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theFileName</em> </td><td>String parameter defining the name of the file from which the data will be imported. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="17ee46d629ee9f2ebcd03fbfb3ab211d"></a><!-- doxytag: member="VISU::VISU_Gen::CopyAndImportFile" ref="17ee46d629ee9f2ebcd03fbfb3ab211d" args="(in string theFileName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Result.html">Result</a> VISU.VISU_Gen.CopyAndImportFile </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theFileName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Imports data from a file. The access to this file will closed. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theFileName</em> </td><td>String parameter defining the name of the file from which the data will be imported. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="1b09ed15c99d14f66b14118105dab9be"></a><!-- doxytag: member="VISU::VISU_Gen::ImportMed" ref="1b09ed15c99d14f66b14118105dab9be" args="(in SALOMEDS::SObject theMedSObject)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Result.html">Result</a> VISU.VISU_Gen.ImportMed </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::SObject </td>
+ <td class="mdname1" valign="top" nowrap> <em>theMedSObject</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Imports data from a MED object. </td>
+ </tr>
+</table>
+<a class="anchor" name="dfc5ca1aea0579a06db3f9ad7588226d"></a><!-- doxytag: member="VISU::VISU_Gen::ImportMedField" ref="dfc5ca1aea0579a06db3f9ad7588226d" args="(in SALOME_MED::FIELD theField)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Result.html">Result</a> VISU.VISU_Gen.ImportMedField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOME_MED::FIELD </td>
+ <td class="mdname1" valign="top" nowrap> <em>theField</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Imports data from a MED field. </td>
+ </tr>
+</table>
+<a class="anchor" name="5258d04fb58d73712290371f558c4e5b"></a><!-- doxytag: member="VISU::VISU_Gen::RenameEntityInStudy" ref="5258d04fb58d73712290371f558c4e5b" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theNewName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.VISU_Gen.RenameEntityInStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theNewName</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Rename a study object, representing a mesh, specified by given values. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources (<a class="el" href="namespaceMED.html">MED</a> object or file). </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theSubMeshName</em> </td><td>Name of sub-mesh (group or family). </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theNewName</em> </td><td>Name to be given to the study object. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="f13538f4b170c9a4ad5555231077d87d"></a><!-- doxytag: member="VISU::VISU_Gen::RenameFamilyInStudy" ref="f13538f4b170c9a4ad5555231077d87d" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theSubMeshName, in string theNewName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.VISU_Gen.RenameFamilyInStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theSubMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theNewName</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="766e18488fac1f6ef33cbd405fca1b57"></a><!-- doxytag: member="VISU::VISU_Gen::RenameGroupInStudy" ref="766e18488fac1f6ef33cbd405fca1b57" args="(in Result theResult, in string theMeshName, in string theSubMeshName, in string theNewName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.VISU_Gen.RenameGroupInStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theSubMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theNewName</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="cae7773fab66421c7fb42050979a20f1"></a><!-- doxytag: member="VISU::VISU_Gen::MeshOnEntity" ref="cae7773fab66421c7fb42050979a20f1" args="(in Result theResult, in string theMeshName, in Entity theEntity)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Mesh.html">Mesh</a> VISU.VISU_Gen.MeshOnEntity </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a mesh on the basis of the data generated in other sources (<a class="el" href="namespaceMED.html">MED</a> object or file). <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="f6a6b53411a2b56e27ad86b11fb93eee"></a><!-- doxytag: member="VISU::VISU_Gen::FamilyMeshOnEntity" ref="f6a6b53411a2b56e27ad86b11fb93eee" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theFamilyName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Mesh.html">Mesh</a> VISU.VISU_Gen.FamilyMeshOnEntity </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFamilyName</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates on the basis of a family a mesh which will be composed of geometrical elements, corresponding to the type of cells (node, edge, face or cell) of this family. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="b9aa8d01939b1241a22102301d28134c"></a><!-- doxytag: member="VISU::VISU_Gen::GroupMesh" ref="b9aa8d01939b1241a22102301d28134c" args="(in Result theResult, in string theMeshName, in string theGroupName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Mesh.html">Mesh</a> VISU.VISU_Gen.GroupMesh </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theGroupName</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a mesh on the basis of a group of families. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theGroupName</em> </td><td>Name of the group. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="73b5700c20a03c3c9dc0dfcf48f3410d"></a><!-- doxytag: member="VISU::VISU_Gen::ScalarMapOnField" ref="73b5700c20a03c3c9dc0dfcf48f3410d" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> VISU.VISU_Gen.ScalarMapOnField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFieldName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theIteration</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a scalar map presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theFieldName</em> </td><td>Group of data attributed to the MESH. The data can be scalar or vector. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theIteration</em> </td><td>Number of iteration on the field </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a538928f7a812a67fe3364e66d65a1ed"></a><!-- doxytag: member="VISU::VISU_Gen::GaussPointsOnField" ref="a538928f7a812a67fe3364e66d65a1ed" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1GaussPoints.html">GaussPoints</a> VISU.VISU_Gen.GaussPointsOnField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFieldName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theIteration</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a Gauss Points presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theFieldName</em> </td><td>Group of data attributed to the MESH. The data can be scalar or vector. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theIteration</em> </td><td>Number of iteration on the field </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="4768ca588d69be874e2e566ba940bf4f"></a><!-- doxytag: member="VISU::VISU_Gen::DeformedShapeOnField" ref="4768ca588d69be874e2e566ba940bf4f" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1DeformedShape.html">DeformedShape</a> VISU.VISU_Gen.DeformedShapeOnField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFieldName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theIteration</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a deformed shape presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theFieldName</em> </td><td>Group of data attributed to the MESH. The data can be scalar or vector. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theIteration</em> </td><td>Number of iteration on the field </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="21e7e978e40b842436f3feb9b797e3f0"></a><!-- doxytag: member="VISU::VISU_Gen::ScalarMapOnDeformedShapeOnField" ref="21e7e978e40b842436f3feb9b797e3f0" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1ScalarMapOnDeformedShape.html">ScalarMapOnDeformedShape</a> VISU.VISU_Gen.ScalarMapOnDeformedShapeOnField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFieldName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theIteration</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a deformed shape presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theFieldName</em> </td><td>Group of data attributed to the MESH. The data can be scalar or vector. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theIteration</em> </td><td>Number of iteration on the field </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c521e6df466c29c858ca9529edb40da4"></a><!-- doxytag: member="VISU::VISU_Gen::VectorsOnField" ref="c521e6df466c29c858ca9529edb40da4" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Vectors.html">Vectors</a> VISU.VISU_Gen.VectorsOnField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFieldName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theIteration</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a vector presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theFieldName</em> </td><td>Group of data attributed to the MESH. The data can be scalar or vector. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theIteration</em> </td><td>Number of iteration on the field </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fdf67b4a1e935839b8a3bae6a7f90983"></a><!-- doxytag: member="VISU::VISU_Gen::IsoSurfacesOnField" ref="fdf67b4a1e935839b8a3bae6a7f90983" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1IsoSurfaces.html">IsoSurfaces</a> VISU.VISU_Gen.IsoSurfacesOnField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFieldName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theIteration</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates an iso surface presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theFieldName</em> </td><td>Group of data attributed to the MESH. The data can be scalar or vector. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theIteration</em> </td><td>Number of iteration on the field </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a5ef106a258bcbcef3c4fd6f06d42df7"></a><!-- doxytag: member="VISU::VISU_Gen::StreamLinesOnField" ref="a5ef106a258bcbcef3c4fd6f06d42df7" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1StreamLines.html">StreamLines</a> VISU.VISU_Gen.StreamLinesOnField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFieldName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theIteration</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates an stream lines presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theFieldName</em> </td><td>Group of data attributed to the MESH. The data can be scalar or vector. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theIteration</em> </td><td>Number of iteration on the field </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="f1198b1a551189df7372c9c365b9a31b"></a><!-- doxytag: member="VISU::VISU_Gen::CutPlanesOnField" ref="f1198b1a551189df7372c9c365b9a31b" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1CutPlanes.html">CutPlanes</a> VISU.VISU_Gen.CutPlanesOnField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFieldName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theIteration</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a presentation of cut planes. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theFieldName</em> </td><td>Group of data attributed to the MESH. The data can be scalar or vector. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theIteration</em> </td><td>Number of iteration on the field </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2cd0c470eec428810e38956cb87f1792"></a><!-- doxytag: member="VISU::VISU_Gen::CutLinesOnField" ref="2cd0c470eec428810e38956cb87f1792" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1CutLines.html">CutLines</a> VISU.VISU_Gen.CutLinesOnField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFieldName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theIteration</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a presentation of cut lines. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theFieldName</em> </td><td>Group of data attributed to the MESH. The data can be scalar or vector. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theIteration</em> </td><td>Number of iteration on the field </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="22a0efacc98c1206ec717dbbd7f4b758"></a><!-- doxytag: member="VISU::VISU_Gen::Plot3DOnField" ref="22a0efacc98c1206ec717dbbd7f4b758" args="(in Result theResult, in string theMeshName, in Entity theEntity, in string theFieldName, in double theIteration)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Plot3D.html">Plot3D</a> VISU.VISU_Gen.Plot3DOnField </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname" nowrap> <em>theResult</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theMeshName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in Entity </td>
+ <td class="mdname" nowrap> <em>theEntity</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in string </td>
+ <td class="mdname" nowrap> <em>theFieldName</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theIteration</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a <a class="el" href="interfaceVISU_1_1Plot3D.html">Plot3D</a> presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theResult</em> </td><td>Data generated in other sources. (<a class="el" href="namespaceMED.html">MED</a> object or file) </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMeshName</em> </td><td>One of the meshes presented in <a class="el" href="namespaceMED.html">MED</a> file </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theEntity</em> </td><td>Type of entity where the field is defined </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theFieldName</em> </td><td>Group of data attributed to the MESH. The data can be scalar or vector. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theIteration</em> </td><td>Number of iteration on the field </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8a1299ac9301ac5a338736bcd020f168"></a><!-- doxytag: member="VISU::VISU_Gen::CreateTable" ref="8a1299ac9301ac5a338736bcd020f168" args="(in string theTableEntry)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Table.html">Table</a> VISU.VISU_Gen.CreateTable </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theTableEntry</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a table presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theTableEntry</em> </td><td>The entry of the table which will be displayed. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a1924dd92ac6ef44cb2faa9dd7a87a77"></a><!-- doxytag: member="VISU::VISU_Gen::CreateCurve" ref="a1924dd92ac6ef44cb2faa9dd7a87a77" args="(in Table theTable, in long theHRow, in long theVRow)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Curve.html">Curve</a> VISU.VISU_Gen.CreateCurve </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Table.html">Table</a> </td>
+ <td class="mdname" nowrap> <em>theTable</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in long </td>
+ <td class="mdname" nowrap> <em>theHRow</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in long </td>
+ <td class="mdname" nowrap> <em>theVRow</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a curve on the basis of points, whose values are taken from the table. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theTable</em> </td><td><a class="el" href="interfaceVISU_1_1Table.html">Table</a> containing the data for construction of curves. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>HRow</em> </td><td>Index of the row in the table: abscissa of the point. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>VRow</em> </td><td>Index of the row in the table: ordinate of the point. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="b3ef998e05306054d00a06f75b235681"></a><!-- doxytag: member="VISU::VISU_Gen::CreateContainer" ref="b3ef998e05306054d00a06f75b235681" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Container.html">Container</a> VISU.VISU_Gen.CreateContainer </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates a presentation form containing an array of references to the curves. </td>
+ </tr>
+</table>
+<a class="anchor" name="41725f3a95159163abca617e4abd2932"></a><!-- doxytag: member="VISU::VISU_Gen::CreateAnimation" ref="41725f3a95159163abca617e4abd2932" args="(in View3D theView3d)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Animation.html">Animation</a> VISU.VISU_Gen.CreateAnimation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View3D.html">View3D</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theView3d</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Creates an animation in the 3D view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theView3d</em> </td><td>The 3D view, where the animation will be rendered. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c3c2184f2feb718c1381c6da9da756a6"></a><!-- doxytag: member="VISU::VISU_Gen::DeleteResult" ref="c3c2184f2feb718c1381c6da9da756a6" args="(in Result theResult)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.VISU_Gen.DeleteResult </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Result.html">Result</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theResult</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="e67ab292783785bbe957b56e4db570fa"></a><!-- doxytag: member="VISU::VISU_Gen::DeletePrs3d" ref="e67ab292783785bbe957b56e4db570fa" args="(in Prs3d thePrs3d)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.VISU_Gen.DeletePrs3d </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Prs3d.html">Prs3d</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrs3d</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::VISU_Gen::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::VISU_Gen::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.Vectors Interface Reference</h1><!-- doxytag: class="VISU::Vectors" --><!-- doxytag: inherits="VISU::DeformedShape" -->Interface of the vector presentation.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.Vectors:<p><center><img src="interfaceVISU_1_1Vectors__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Vectors.html#74c5377f425624e39a1aeea144345679">GlyphType</a> { <a class="el" href="interfaceVISU_1_1Vectors.html#74c5377f425624e39a1aeea1443456796f5cb7ce2dceb9080deb1990c4033fc9">ARROW</a>,
+<a class="el" href="interfaceVISU_1_1Vectors.html#74c5377f425624e39a1aeea144345679b029286268b8e0ad47f1f9ad015ef850">CONE2</a>,
+<a class="el" href="interfaceVISU_1_1Vectors.html#74c5377f425624e39a1aeea1443456790aa230f3d61f4d912ce9c3d213eb30b7">CONE6</a>,
+<a class="el" href="interfaceVISU_1_1Vectors.html#74c5377f425624e39a1aeea1443456793cf6e2462accc3156c5c140c030c41cf">NONE</a>
+ }</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Vectors.html#e2020ba1d45609ccd95a7716d479ae64">GlyphPos</a> { <a class="el" href="interfaceVISU_1_1Vectors.html#e2020ba1d45609ccd95a7716d479ae647cb7b56e08b85089b8e063389f3e0fc8">CENTER</a>,
+<a class="el" href="interfaceVISU_1_1Vectors.html#e2020ba1d45609ccd95a7716d479ae64f57415067985a0053b03d097d94384e9">TAIL</a>,
+<a class="el" href="interfaceVISU_1_1Vectors.html#e2020ba1d45609ccd95a7716d479ae64ba2c63eef7af3a929f80c8155e7dc47e">HEAD</a>
+ }</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> { <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d">HORIZONTAL</a>,
+<a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a">VERTICAL</a>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Vectors.html#af6e00d398bff4004d85ba02f9a72e36">SetLineWidth</a> (in double theWidth)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Vectors.html#a9058898dbbf44258cb3df1a8b6682c5">GetLineWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Vectors.html#d9362760657719683a5c01cde242944b">SetGlyphType</a> (in <a class="el" href="interfaceVISU_1_1Vectors.html#74c5377f425624e39a1aeea144345679">GlyphType</a> theType)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Vectors.html#74c5377f425624e39a1aeea144345679">GlyphType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Vectors.html#d656fd26dc0fbd17cdeeecb0e118508e">GetGlyphType</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Vectors.html#25566609b717134d450c602e1eb132e7">SetGlyphPos</a> (in <a class="el" href="interfaceVISU_1_1Vectors.html#e2020ba1d45609ccd95a7716d479ae64">GlyphPos</a> thePos)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1Vectors.html#e2020ba1d45609ccd95a7716d479ae64">GlyphPos</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Vectors.html#16a9ba8bdebe6f621dc2923c413b83bf">GetGlyphPos</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#8fec704a5438549c0f2cd7a94260c1ed">SetScale</a> (in double theScale)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#11175320f4447acfcf1015573cadc053">GetScale</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#070cfdada47826feb248b649183e4c75">IsColored</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#6f4d04a7028c9f2e1f166c8cb8b4f428">ShowColored</a> (in boolean theColored)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::Color </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#1ade0c34dd1c21936f0f518d7082eb34">GetColor</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1DeformedShape.html#461232d5358160cb1183a08d85ce1572">SetColor</a> (in SALOMEDS::Color theColor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#533517f061d61d34128a7ebd40ec3df2">SetScaling</a> (in Scaling theScaling)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">Scaling </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#af368a29e0046f847a2af205e7040c23">GetScaling</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#76016f8035d5fb342c64b13ca2e30a66">SetRange</a> (in double theMin, in double theMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#a6ed1b0bab197328075cf1010c176fe4">SetBarOrientation</a> (in <a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> theOrientation)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ScalarMap.html#de70daa2d7a203a5b939a3c063ff07bf">GetBarOrientation</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#0cb01513d53cac1cf26699344580962a">SetScalarMode</a> (in long theScalarMode)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#bd7047f0543f356e7e0853285679c8a0">GetScalarMode</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#df97f8522a471c2e90470584cf7c92d9">GetMin</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#294cd1fcd6a6c21d76a6d03dc28b5a85">GetMax</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e5d7bfff180529eedad1a140e5a449c3">SetPosition</a> (in double X, in double Y)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Position of the scalar bar. <a href="#e5d7bfff180529eedad1a140e5a449c3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#ddd48392a778ada1e0153ddcc781edbc">GetPosX</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#a20c6859e00c881a7db6fa3259a33e51">GetPosY</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#e9331edc9bb097dd99556ee27735710c">SetSize</a> (in double theWidth, in double theHeight)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Size of this presentable object. <a href="#e9331edc9bb097dd99556ee27735710c"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#fb5593e03da36959bcd7ac2e25c387ef">GetWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#75cb62b325060b5d268159e53e7a9de4">GetHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#caf0e43c7f94f9c3c2a2482a1ab0db06">SetNbColors</a> (in long theNbColors)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#2164a8ce3d888c7ac6b3644c0b7347c2">GetNbColors</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#21dd013631e20ce6c72368e7ac568802">SetLabels</a> (in long theNbLabels)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#085c23900301c3a4eb274584ee7d8ca6">GetLabels</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#449207525dc96443b81f42cef38047dd">SetTitle</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ColoredPrs3d.html#3618c82757da8f8471dd20ab13cbc27b">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#347812588c93643946de30dfc62cf765">SetOffset</a> (in float theDx, in float theDy, in float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Prs3d.html#fec212476adf7396e8672ae1c3e7fb78">GetOffset</a> (out float theDx, out float theDy, out float theDz)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1RemovableObject.html#7d053f4324b26edd325024cd45424f13">RemoveFromStudy</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This interface contains presentation parameters of vector presentations.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="74c5377f425624e39a1aeea144345679"></a><!-- doxytag: member="VISU::Vectors::GlyphType" ref="74c5377f425624e39a1aeea144345679" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1Vectors.html#74c5377f425624e39a1aeea144345679">VISU::Vectors::GlyphType</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This enumeration contains a set of elements defining the type of representation of the vector head. <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="74c5377f425624e39a1aeea1443456796f5cb7ce2dceb9080deb1990c4033fc9"></a><!-- doxytag: member="ARROW" ref="74c5377f425624e39a1aeea1443456796f5cb7ce2dceb9080deb1990c4033fc9" args="" -->ARROW</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="74c5377f425624e39a1aeea144345679b029286268b8e0ad47f1f9ad015ef850"></a><!-- doxytag: member="CONE2" ref="74c5377f425624e39a1aeea144345679b029286268b8e0ad47f1f9ad015ef850" args="" -->CONE2</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="74c5377f425624e39a1aeea1443456790aa230f3d61f4d912ce9c3d213eb30b7"></a><!-- doxytag: member="CONE6" ref="74c5377f425624e39a1aeea1443456790aa230f3d61f4d912ce9c3d213eb30b7" args="" -->CONE6</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="74c5377f425624e39a1aeea1443456793cf6e2462accc3156c5c140c030c41cf"></a><!-- doxytag: member="NONE" ref="74c5377f425624e39a1aeea1443456793cf6e2462accc3156c5c140c030c41cf" args="" -->NONE</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="e2020ba1d45609ccd95a7716d479ae64"></a><!-- doxytag: member="VISU::Vectors::GlyphPos" ref="e2020ba1d45609ccd95a7716d479ae64" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1Vectors.html#e2020ba1d45609ccd95a7716d479ae64">VISU::Vectors::GlyphPos</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This enumeration contains a set of elements defining the position of the vector head. <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="e2020ba1d45609ccd95a7716d479ae647cb7b56e08b85089b8e063389f3e0fc8"></a><!-- doxytag: member="CENTER" ref="e2020ba1d45609ccd95a7716d479ae647cb7b56e08b85089b8e063389f3e0fc8" args="" -->CENTER</em> </td><td>
+In the center of the vector. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="e2020ba1d45609ccd95a7716d479ae64f57415067985a0053b03d097d94384e9"></a><!-- doxytag: member="TAIL" ref="e2020ba1d45609ccd95a7716d479ae64f57415067985a0053b03d097d94384e9" args="" -->TAIL</em> </td><td>
+In the tail of the vector. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="e2020ba1d45609ccd95a7716d479ae64ba2c63eef7af3a929f80c8155e7dc47e"></a><!-- doxytag: member="HEAD" ref="e2020ba1d45609ccd95a7716d479ae64ba2c63eef7af3a929f80c8155e7dc47e" args="" -->HEAD</em> </td><td>
+In the head of the vector. </td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72"></a><!-- doxytag: member="VISU::Vectors::Orientation" ref="f772d6f2c08313f1cf5fdf29e7924f72" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">VISU::ScalarMap::Orientation</a><code> [inherited]</code> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d"></a><!-- doxytag: member="HORIZONTAL" ref="f772d6f2c08313f1cf5fdf29e7924f7285eb3ae7cd8746a335d44f2c242f405d" args="" -->HORIZONTAL</em> </td><td>
+Horizontal orientation of the scalar bar. </td></tr>
+<tr><td valign="top"><em><a class="anchor" name="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a"></a><!-- doxytag: member="VERTICAL" ref="f772d6f2c08313f1cf5fdf29e7924f72f2a821d4ca82c4052bf55b6869225f3a" args="" -->VERTICAL</em> </td><td>
+Vertical orientation of the scalar bar. </td></tr>
+</table>
+</dl>
+
+<p>
+Implemented in <a class="el" href="interfaceVISU_1_1Plot3D.html#7fd6d4048589d7e44364c1d3070a5713">VISU.Plot3D</a>, and <a class="el" href="interfaceVISU_1_1CutPlanes.html#e6323ddacff1f78376488b92a5cdd3d8">VISU.CutPlanes</a>. </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="af6e00d398bff4004d85ba02f9a72e36"></a><!-- doxytag: member="VISU::Vectors::SetLineWidth" ref="af6e00d398bff4004d85ba02f9a72e36" args="(in double theWidth)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Vectors.SetLineWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theWidth</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the width of the lines of the vectors. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theWidth</em> </td><td>A double value defining the width of the lines of the vectors. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a9058898dbbf44258cb3df1a8b6682c5"></a><!-- doxytag: member="VISU::Vectors::GetLineWidth" ref="a9058898dbbf44258cb3df1a8b6682c5" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.Vectors.GetLineWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of the lines of the vectors. </td>
+ </tr>
+</table>
+<a class="anchor" name="d9362760657719683a5c01cde242944b"></a><!-- doxytag: member="VISU::Vectors::SetGlyphType" ref="d9362760657719683a5c01cde242944b" args="(in GlyphType theType)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Vectors.SetGlyphType </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Vectors.html#74c5377f425624e39a1aeea144345679">GlyphType</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theType</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of representation of the vector head. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theType</em> </td><td>This parameter defines the type of representation of the vector head. This value is taken from the <em>GlyphType</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="d656fd26dc0fbd17cdeeecb0e118508e"></a><!-- doxytag: member="VISU::Vectors::GetGlyphType" ref="d656fd26dc0fbd17cdeeecb0e118508e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Vectors.html#74c5377f425624e39a1aeea144345679">GlyphType</a> VISU.Vectors.GetGlyphType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of representation of the vector head. </td>
+ </tr>
+</table>
+<a class="anchor" name="25566609b717134d450c602e1eb132e7"></a><!-- doxytag: member="VISU::Vectors::SetGlyphPos" ref="25566609b717134d450c602e1eb132e7" args="(in GlyphPos thePos)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Vectors.SetGlyphPos </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Vectors.html#e2020ba1d45609ccd95a7716d479ae64">GlyphPos</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePos</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the vector head. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePos</em> </td><td>This parameter defines the position of the vector head. This value is taken from the <em>GlyphPos</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="16a9ba8bdebe6f621dc2923c413b83bf"></a><!-- doxytag: member="VISU::Vectors::GetGlyphPos" ref="16a9ba8bdebe6f621dc2923c413b83bf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1Vectors.html#e2020ba1d45609ccd95a7716d479ae64">GlyphPos</a> VISU.Vectors.GetGlyphPos </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the position of the vector head. </td>
+ </tr>
+</table>
+<a class="anchor" name="8fec704a5438549c0f2cd7a94260c1ed"></a><!-- doxytag: member="VISU::Vectors::SetScale" ref="8fec704a5438549c0f2cd7a94260c1ed" args="(in double theScale)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.DeformedShape.SetScale </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScale</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the scale of the presentatable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScale</em> </td><td>Double value defining the scale of this presentable object. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="11175320f4447acfcf1015573cadc053"></a><!-- doxytag: member="VISU::Vectors::GetScale" ref="11175320f4447acfcf1015573cadc053" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.DeformedShape.GetScale </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the scale of the presentatable object. </td>
+ </tr>
+</table>
+<a class="anchor" name="070cfdada47826feb248b649183e4c75"></a><!-- doxytag: member="VISU::Vectors::IsColored" ref="070cfdada47826feb248b649183e4c75" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.DeformedShape.IsColored </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This boolean method returns True if this deformed shape presentation is colored. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f4d04a7028c9f2e1f166c8cb8b4f428"></a><!-- doxytag: member="VISU::Vectors::ShowColored" ref="6f4d04a7028c9f2e1f166c8cb8b4f428" args="(in boolean theColored)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.DeformedShape.ShowColored </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in boolean </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColored</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Shows this presentation in colored mode. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColored</em> </td><td>If this boolean parameter is True this presentable object will be shown in colored mode. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="1ade0c34dd1c21936f0f518d7082eb34"></a><!-- doxytag: member="VISU::Vectors::GetColor" ref="1ade0c34dd1c21936f0f518d7082eb34" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::Color VISU.DeformedShape.GetColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the color of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>The color of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="461232d5358160cb1183a08d85ce1572"></a><!-- doxytag: member="VISU::Vectors::SetColor" ref="461232d5358160cb1183a08d85ce1572" args="(in SALOMEDS::Color theColor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.DeformedShape.SetColor </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::Color </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the color of this presentation. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColor</em> </td><td>The color of this presentation. This parameter is taken from the <em>Color</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="533517f061d61d34128a7ebd40ec3df2"></a><!-- doxytag: member="VISU::Vectors::SetScaling" ref="533517f061d61d34128a7ebd40ec3df2" args="(in Scaling theScaling)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in Scaling </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScaling</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of scaling of the values reflected by the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScaling</em> </td><td>The value of this parameter is taken from the <em>Scaling</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="af368a29e0046f847a2af205e7040c23"></a><!-- doxytag: member="VISU::Vectors::GetScaling" ref="af368a29e0046f847a2af205e7040c23" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">Scaling VISU.ScalarMap.GetScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of scaling of the values reflected by this presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="76016f8035d5fb342c64b13ca2e30a66"></a><!-- doxytag: member="VISU::Vectors::SetRange" ref="76016f8035d5fb342c64b13ca2e30a66" args="(in double theMin, in double theMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets scalar range - min and max boundaries of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theMin</em> </td><td>Min boundary of the scalar bar. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theMax</em> </td><td>Max boundary of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a6ed1b0bab197328075cf1010c176fe4"></a><!-- doxytag: member="VISU::Vectors::SetBarOrientation" ref="a6ed1b0bab197328075cf1010c176fe4" args="(in Orientation theOrientation)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ScalarMap.SetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html#f772d6f2c08313f1cf5fdf29e7924f72">Orientation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theOrientation</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of orientation of the scalar bar (to provide backward compatibility). <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theOrientation</em> </td><td>This parameter defines the orientation of the scalar bar. It is taken from the <em>Orientaton</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="de70daa2d7a203a5b939a3c063ff07bf"></a><!-- doxytag: member="VISU::Vectors::GetBarOrientation" ref="de70daa2d7a203a5b939a3c063ff07bf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="namespaceVISU.html#36f9334f102aec634c530bf7118eaf29">Orientation</a> VISU.ScalarMap.GetBarOrientation </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of orientation of the scalar bar (to provide backward compatibility). </td>
+ </tr>
+</table>
+<a class="anchor" name="0cb01513d53cac1cf26699344580962a"></a><!-- doxytag: member="VISU::Vectors::SetScalarMode" ref="0cb01513d53cac1cf26699344580962a" args="(in long theScalarMode)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScalarMode</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="bd7047f0543f356e7e0853285679c8a0"></a><!-- doxytag: member="VISU::Vectors::GetScalarMode" ref="bd7047f0543f356e7e0853285679c8a0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetScalarMode </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the method of coloring of the elements composing a 3D presentation. </td>
+ </tr>
+</table>
+<a class="anchor" name="df97f8522a471c2e90470584cf7c92d9"></a><!-- doxytag: member="VISU::Vectors::GetMin" ref="df97f8522a471c2e90470584cf7c92d9" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMin </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the min boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="294cd1fcd6a6c21d76a6d03dc28b5a85"></a><!-- doxytag: member="VISU::Vectors::GetMax" ref="294cd1fcd6a6c21d76a6d03dc28b5a85" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetMax </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the max boundary of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="e5d7bfff180529eedad1a140e5a449c3"></a><!-- doxytag: member="VISU::Vectors::SetPosition" ref="e5d7bfff180529eedad1a140e5a449c3" args="(in double X, in double Y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetPosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>X</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>Y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the scalar bar origin on the screen. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>X</em> </td><td>Horizontal position. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>Y</em> </td><td>Vertical position. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ddd48392a778ada1e0153ddcc781edbc"></a><!-- doxytag: member="VISU::Vectors::GetPosX" ref="ddd48392a778ada1e0153ddcc781edbc" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosX </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets horizontal position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="a20c6859e00c881a7db6fa3259a33e51"></a><!-- doxytag: member="VISU::Vectors::GetPosY" ref="a20c6859e00c881a7db6fa3259a33e51" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetPosY </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets vertical position of the scalar bar origin. </td>
+ </tr>
+</table>
+<a class="anchor" name="e9331edc9bb097dd99556ee27735710c"></a><!-- doxytag: member="VISU::Vectors::SetSize" ref="e9331edc9bb097dd99556ee27735710c" args="(in double theWidth, in double theHeight)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>theWidth</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theHeight</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the size of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theWidth</em> </td><td>Width of this presentable object. The value can be between 0 and 1. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theHeight</em> </td><td>Height of this presentable object. The value can be between 0 and 1. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fb5593e03da36959bcd7ac2e25c387ef"></a><!-- doxytag: member="VISU::Vectors::GetWidth" ref="fb5593e03da36959bcd7ac2e25c387ef" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the width of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the width of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="75cb62b325060b5d268159e53e7a9de4"></a><!-- doxytag: member="VISU::Vectors::GetHeight" ref="75cb62b325060b5d268159e53e7a9de4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.ColoredPrs3d.GetHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the height of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A double value corresponding to the height of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="caf0e43c7f94f9c3c2a2482a1ab0db06"></a><!-- doxytag: member="VISU::Vectors::SetNbColors" ref="caf0e43c7f94f9c3c2a2482a1ab0db06" args="(in long theNbColors)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbColors</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of colors which will be used for presentation of this presentable object. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbColors</em> </td><td>A long value defining the number of colors. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2164a8ce3d888c7ac6b3644c0b7347c2"></a><!-- doxytag: member="VISU::Vectors::GetNbColors" ref="2164a8ce3d888c7ac6b3644c0b7347c2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetNbColors </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of colors which will be used for visualization of this presentable object. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of colors which will be used for visualization of this presentable object. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="21dd013631e20ce6c72368e7ac568802"></a><!-- doxytag: member="VISU::Vectors::SetLabels" ref="21dd013631e20ce6c72368e7ac568802" args="(in long theNbLabels)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theNbLabels</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theNbLabels</em> </td><td>A long value defining the number of labels. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="085c23900301c3a4eb274584ee7d8ca6"></a><!-- doxytag: member="VISU::Vectors::GetLabels" ref="085c23900301c3a4eb274584ee7d8ca6" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.ColoredPrs3d.GetLabels </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the number of labels which will be used for indication of color gradation of the scalar bar. <dl compact><dt><b>Returns:</b></dt><dd>A long value corresponding to the number of labels which will be used for indication of color gradation of the scalar bar. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="449207525dc96443b81f42cef38047dd"></a><!-- doxytag: member="VISU::Vectors::SetTitle" ref="449207525dc96443b81f42cef38047dd" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ColoredPrs3d.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the scalar bar. By default - the name of the selected result is used. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>String parameter defining the name of the scalar bar. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3618c82757da8f8471dd20ab13cbc27b"></a><!-- doxytag: member="VISU::Vectors::GetTitle" ref="3618c82757da8f8471dd20ab13cbc27b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.ColoredPrs3d.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the scalar bar. </td>
+ </tr>
+</table>
+<a class="anchor" name="347812588c93643946de30dfc62cf765"></a><!-- doxytag: member="VISU::Vectors::SetOffset" ref="347812588c93643946de30dfc62cf765" args="(in float theDx, in float theDy, in float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.SetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fec212476adf7396e8672ae1c3e7fb78"></a><!-- doxytag: member="VISU::Vectors::GetOffset" ref="fec212476adf7396e8672ae1c3e7fb78" args="(out float theDx, out float theDy, out float theDz)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.Prs3d.GetOffset </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out float </td>
+ <td class="mdname" nowrap> <em>theDx</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDy</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out float </td>
+ <td class="mdname" nowrap> <em>theDz</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d053f4324b26edd325024cd45424f13"></a><!-- doxytag: member="VISU::Vectors::RemoveFromStudy" ref="7d053f4324b26edd325024cd45424f13" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.RemovableObject.RemoveFromStudy </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Remove object from study. </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::Vectors::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::Vectors::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.View Interface Reference</h1><!-- doxytag: class="VISU::View" --><!-- doxytag: inherits="VISU::Base" -->View interface
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.View:<p><center><img src="interfaceVISU_1_1View__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> { <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce2131f7dc0fbe16bf5950fa21dfe7bec8f1f">OBJECTBROWSER</a>,
+<a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213e07a7b41660016da6e4790a61e40e70b">VIEWER</a>,
+<a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce21396ab6335f0ee2092ee104ffad56775b4">PYTHON</a>,
+<a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213a84ae45219effaca695aa571bf695fc4">MESSAGES</a>
+ }</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">ViewRepresentation enumeration <a href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> { <br>
+ <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be01545fe0740c7cad5e89fedcad2b26806749">TOP</a>,
+<a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be015493a1dab2e71eac6a554710428eae5065">CENTER</a>,
+<a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be01544f8fb8916808919e85dbad251c346f22">BOTTOM</a>,
+<a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154890e1c4cdf828c641a0d36f8b5587edc">RIGHT</a>,
+<br>
+ <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be015436e2382243a4b7d321dd80242e0b2b47">LEFT</a>
+<br>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d4c3991dc0e4f751e23b17261d52178d">ShowPart</a> (in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> ViewRepr, in boolean state)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#2d790758989030510272a71fc5c26ecb">IsPartShown</a> (in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> ViewRepr)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#454584a30406826c35f2dcc88ed5e285">SplitRight</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#454584a30406826c35f2dcc88ed5e285"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#06c29b07b09c2e669fa5d37adbad5c89">SplitLeft</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#06c29b07b09c2e669fa5d37adbad5c89"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#fab9ec5d12c93924e3fd6600d460738e">SplitBottom</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#fab9ec5d12c93924e3fd6600d460738e"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#e399ee4c9665a7b496371f938d3e7fd3">SplitTop</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#e399ee4c9665a7b496371f938d3e7fd3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c7cb8f7af67a6fc161ce1e1266cf6078">OnTop</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d24a4fd9604a6b2da4d9f265b87b73e7">Attract</a> (in <a class="el" href="interfaceVISU_1_1View.html">View</a> theView)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#81523793df94f223086e2dfb7a9bde44">AttractAll</a> (in <a class="el" href="interfaceVISU_1_1View.html">View</a> theView)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c51e42d9554731639821248cf5c51789">SetRelativePositionInSplitter</a> (in double thePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#094aac0197dd3a66e8482ac9067c1200">SetRelativeSizeInSplitter</a> (in double theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#5a6f6a0f2853ec6dbce40f8a0f058e67">SetRelativePositionX</a> (in double thePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d538c2c385e0542b0a04d1161833c9a7">SetRelativePositionY</a> (in double thePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#1a82e7fd3d5b3c79690bfb17eeb19e8c">SetRelativeSizeX</a> (in double theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#773d3140097f5d20568bb5bf7a244962">SetRelativeSizeY</a> (in double theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#cd6524625b6ca8e3c49022459f106bed">SetViewWidth</a> (in long Width)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#b07ab6237cfdd70884a038af48fd7e72">SetViewHeight</a> (in long Height)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#904d6945f16117519d74dda54cf0aef0">GetViewWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#56f2a1d86c80ebc81f9a0db71e25d3df">GetViewHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#68a47a614cafe868ab89fad6ce117860">SetViewPositionHorizontal</a> (in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> ViewPosHor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#8df1d9425b90f9dd21c36acc3f9c444b">SetViewPositionVertical</a> (in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> ViewPosVer)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#9357df128dabcd74c4d54ad04eda0d49">SetRelativePosition</a> (in double x, in double y)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c2049cff1e9ee54312bd267154d9b69a">SetRelativeSize</a> (in double x, in double y)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#f52e1696f127af6ddffb7cb012411a26">Minimize</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#71b5b17b0376653363709077e1597616">Restore</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#91cde31fe400a5f82c8bdbe7db3b5ef7">Maximize</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#4071ba1dd44364ae0d8cc337a7544921">SetTitle</a> (in string theTitle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#6930e36faf0c5628d5b5ad9dc20148d5">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#ff8571273f82a27f46d43ea0419bafb1">SetBackground</a> (in SALOMEDS::Color theColor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::Color </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#a58313a02ba9c2a872740392197c78e2">GetBackground</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d9e3dfc74c7239ac9694fc41e8dfb95e">EraseAll</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#db66b95801ce72fc207dbae4e9ada32c">DisplayAll</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c7f48239fd32867a22fa772fe258de3e">Erase</a> (in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#61228d03b32683bded67da12990210b6">Display</a> (in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#14985b21e1c7b6afdddafa2f4d6f93b4">DisplayOnly</a> (in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#8090c783e2014156227700b014ad8c29">Update</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#be39869fe3484a4e2de0626254d9eeae">SavePicture</a> (in string theFileName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+Contains a set of methods used by the View frame, which can be one of the following types: 3d, <a class="el" href="interfaceVISU_1_1Table.html">Table</a>, XY plot. View interface is a base for all types of view interfaces.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="a666392d875e267305ad2694ce3ce213"></a><!-- doxytag: member="VISU::View::ViewRepresentation" ref="a666392d875e267305ad2694ce3ce213" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">VISU::View::ViewRepresentation</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+displaying part ("ALL" isn't setable) <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce2131f7dc0fbe16bf5950fa21dfe7bec8f1f"></a><!-- doxytag: member="OBJECTBROWSER" ref="a666392d875e267305ad2694ce3ce2131f7dc0fbe16bf5950fa21dfe7bec8f1f" args="" -->OBJECTBROWSER</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce213e07a7b41660016da6e4790a61e40e70b"></a><!-- doxytag: member="VIEWER" ref="a666392d875e267305ad2694ce3ce213e07a7b41660016da6e4790a61e40e70b" args="" -->VIEWER</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce21396ab6335f0ee2092ee104ffad56775b4"></a><!-- doxytag: member="PYTHON" ref="a666392d875e267305ad2694ce3ce21396ab6335f0ee2092ee104ffad56775b4" args="" -->PYTHON</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce213a84ae45219effaca695aa571bf695fc4"></a><!-- doxytag: member="MESSAGES" ref="a666392d875e267305ad2694ce3ce213a84ae45219effaca695aa571bf695fc4" args="" -->MESSAGES</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="61d3152c0ff5d024f84b2fe149be0154"></a><!-- doxytag: member="VISU::View::ViewPosition" ref="61d3152c0ff5d024f84b2fe149be0154" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">VISU::View::ViewPosition</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+<dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be01545fe0740c7cad5e89fedcad2b26806749"></a><!-- doxytag: member="TOP" ref="61d3152c0ff5d024f84b2fe149be01545fe0740c7cad5e89fedcad2b26806749" args="" -->TOP</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be015493a1dab2e71eac6a554710428eae5065"></a><!-- doxytag: member="CENTER" ref="61d3152c0ff5d024f84b2fe149be015493a1dab2e71eac6a554710428eae5065" args="" -->CENTER</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be01544f8fb8916808919e85dbad251c346f22"></a><!-- doxytag: member="BOTTOM" ref="61d3152c0ff5d024f84b2fe149be01544f8fb8916808919e85dbad251c346f22" args="" -->BOTTOM</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be0154890e1c4cdf828c641a0d36f8b5587edc"></a><!-- doxytag: member="RIGHT" ref="61d3152c0ff5d024f84b2fe149be0154890e1c4cdf828c641a0d36f8b5587edc" args="" -->RIGHT</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be015436e2382243a4b7d321dd80242e0b2b47"></a><!-- doxytag: member="LEFT" ref="61d3152c0ff5d024f84b2fe149be015436e2382243a4b7d321dd80242e0b2b47" args="" -->LEFT</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="d4c3991dc0e4f751e23b17261d52178d"></a><!-- doxytag: member="VISU::View::ShowPart" ref="d4c3991dc0e4f751e23b17261d52178d" args="(in ViewRepresentation ViewRepr, in boolean state)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.ShowPart </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> </td>
+ <td class="mdname" nowrap> <em>ViewRepr</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in boolean </td>
+ <td class="mdname" nowrap> <em>state</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2d790758989030510272a71fc5c26ecb"></a><!-- doxytag: member="VISU::View::IsPartShown" ref="2d790758989030510272a71fc5c26ecb" args="(in ViewRepresentation ViewRepr)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.View.IsPartShown </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>ViewRepr</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="454584a30406826c35f2dcc88ed5e285"></a><!-- doxytag: member="VISU::View::SplitRight" ref="454584a30406826c35f2dcc88ed5e285" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitRight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Horizontally split workarea of this view. This view is moved in a new right area. </td>
+ </tr>
+</table>
+<a class="anchor" name="06c29b07b09c2e669fa5d37adbad5c89"></a><!-- doxytag: member="VISU::View::SplitLeft" ref="06c29b07b09c2e669fa5d37adbad5c89" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitLeft </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Horizontally split workarea of this view. This view stays in an old left area, others are moved in a new right area. </td>
+ </tr>
+</table>
+<a class="anchor" name="fab9ec5d12c93924e3fd6600d460738e"></a><!-- doxytag: member="VISU::View::SplitBottom" ref="fab9ec5d12c93924e3fd6600d460738e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitBottom </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Vertically split workarea of this view. This view is moved in a new bottom area. </td>
+ </tr>
+</table>
+<a class="anchor" name="e399ee4c9665a7b496371f938d3e7fd3"></a><!-- doxytag: member="VISU::View::SplitTop" ref="e399ee4c9665a7b496371f938d3e7fd3" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitTop </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Vertically split workarea of this view. This view stays in an old top area, others are moved in a new bottom area. </td>
+ </tr>
+</table>
+<a class="anchor" name="c7cb8f7af67a6fc161ce1e1266cf6078"></a><!-- doxytag: member="VISU::View::OnTop" ref="c7cb8f7af67a6fc161ce1e1266cf6078" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.OnTop </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Put this view window on top of its work area. </td>
+ </tr>
+</table>
+<a class="anchor" name="d24a4fd9604a6b2da4d9f265b87b73e7"></a><!-- doxytag: member="VISU::View::Attract" ref="d24a4fd9604a6b2da4d9f265b87b73e7" args="(in View theView)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Attract </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html">View</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theView</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Put <em>theView</em> in workarea of this view right after it. If <em>theView</em> was alone in its workarea, workarea of <em>theView</em> will be destroyed. If <em>theView</em> was in the same workarea with this view, simple reordering will take place. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theView</em> </td><td>A view window to be attracted to this one. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="81523793df94f223086e2dfb7a9bde44"></a><!-- doxytag: member="VISU::View::AttractAll" ref="81523793df94f223086e2dfb7a9bde44" args="(in View theView)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.AttractAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html">View</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theView</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Put all the view windows from workarea of <em>theView</em> in workarea of this view right after it. Workarea of <em>theView</em> will be destroyed. If <em>theView</em> was in the same workarea with this view, simple reordering will take place. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theView</em> </td><td>A view window to be attracted to this one together with all its workarea. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c51e42d9554731639821248cf5c51789"></a><!-- doxytag: member="VISU::View::SetRelativePositionInSplitter" ref="c51e42d9554731639821248cf5c51789" args="(in double thePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePositionInSplitter </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set position of this view window relatively its splitter. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePosition</em> </td><td>Desired position of this view window relatively its splitter. Meaningfull values lays in range [0..1].</td></tr>
+ </table>
+</dl>
+Direction of positioning is defined by the splitter orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="094aac0197dd3a66e8482ac9067c1200"></a><!-- doxytag: member="VISU::View::SetRelativeSizeInSplitter" ref="094aac0197dd3a66e8482ac9067c1200" args="(in double theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSizeInSplitter </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set size of this view window relatively its splitter. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Desired size of this view window relatively its splitter. Meaningfull values lays in range [0..1].</td></tr>
+ </table>
+</dl>
+Direction of resizing is defined by the splitter orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="5a6f6a0f2853ec6dbce40f8a0f058e67"></a><!-- doxytag: member="VISU::View::SetRelativePositionX" ref="5a6f6a0f2853ec6dbce40f8a0f058e67" args="(in double thePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePositionX </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set horizontal position of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePosition</em> </td><td>Desired horizontal position of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="d538c2c385e0542b0a04d1161833c9a7"></a><!-- doxytag: member="VISU::View::SetRelativePositionY" ref="d538c2c385e0542b0a04d1161833c9a7" args="(in double thePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePositionY </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set vertical position of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePosition</em> </td><td>Desired vertical position of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="1a82e7fd3d5b3c79690bfb17eeb19e8c"></a><!-- doxytag: member="VISU::View::SetRelativeSizeX" ref="1a82e7fd3d5b3c79690bfb17eeb19e8c" args="(in double theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSizeX </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set horizontal size of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Desired horizontal size of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="773d3140097f5d20568bb5bf7a244962"></a><!-- doxytag: member="VISU::View::SetRelativeSizeY" ref="773d3140097f5d20568bb5bf7a244962" args="(in double theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSizeY </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set vertical size of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Desired vertical size of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="cd6524625b6ca8e3c49022459f106bed"></a><!-- doxytag: member="VISU::View::SetViewWidth" ref="cd6524625b6ca8e3c49022459f106bed" args="(in long Width)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>Width</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Old methods for view parameters management, they don't work now </td>
+ </tr>
+</table>
+<a class="anchor" name="b07ab6237cfdd70884a038af48fd7e72"></a><!-- doxytag: member="VISU::View::SetViewHeight" ref="b07ab6237cfdd70884a038af48fd7e72" args="(in long Height)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>Height</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="904d6945f16117519d74dda54cf0aef0"></a><!-- doxytag: member="VISU::View::GetViewWidth" ref="904d6945f16117519d74dda54cf0aef0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.View.GetViewWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="56f2a1d86c80ebc81f9a0db71e25d3df"></a><!-- doxytag: member="VISU::View::GetViewHeight" ref="56f2a1d86c80ebc81f9a0db71e25d3df" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.View.GetViewHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="68a47a614cafe868ab89fad6ce117860"></a><!-- doxytag: member="VISU::View::SetViewPositionHorizontal" ref="68a47a614cafe868ab89fad6ce117860" args="(in ViewPosition ViewPosHor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewPositionHorizontal </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>ViewPosHor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8df1d9425b90f9dd21c36acc3f9c444b"></a><!-- doxytag: member="VISU::View::SetViewPositionVertical" ref="8df1d9425b90f9dd21c36acc3f9c444b" args="(in ViewPosition ViewPosVer)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewPositionVertical </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>ViewPosVer</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="9357df128dabcd74c4d54ad04eda0d49"></a><!-- doxytag: member="VISU::View::SetRelativePosition" ref="9357df128dabcd74c4d54ad04eda0d49" args="(in double x, in double y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>x</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c2049cff1e9ee54312bd267154d9b69a"></a><!-- doxytag: member="VISU::View::SetRelativeSize" ref="c2049cff1e9ee54312bd267154d9b69a" args="(in double x, in double y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>x</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="f52e1696f127af6ddffb7cb012411a26"></a><!-- doxytag: member="VISU::View::Minimize" ref="f52e1696f127af6ddffb7cb012411a26" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Minimize </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="71b5b17b0376653363709077e1597616"></a><!-- doxytag: member="VISU::View::Restore" ref="71b5b17b0376653363709077e1597616" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Restore </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="91cde31fe400a5f82c8bdbe7db3b5ef7"></a><!-- doxytag: member="VISU::View::Maximize" ref="91cde31fe400a5f82c8bdbe7db3b5ef7" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Maximize </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="4071ba1dd44364ae0d8cc337a7544921"></a><!-- doxytag: member="VISU::View::SetTitle" ref="4071ba1dd44364ae0d8cc337a7544921" args="(in string theTitle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theTitle</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the View frame. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theTitle</em> </td><td>String parameter defining the title of the View frame. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="6930e36faf0c5628d5b5ad9dc20148d5"></a><!-- doxytag: member="VISU::View::GetTitle" ref="6930e36faf0c5628d5b5ad9dc20148d5" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.View.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the View frame. </td>
+ </tr>
+</table>
+<a class="anchor" name="ff8571273f82a27f46d43ea0419bafb1"></a><!-- doxytag: member="VISU::View::SetBackground" ref="ff8571273f82a27f46d43ea0419bafb1" args="(in SALOMEDS::Color theColor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetBackground </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::Color </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets background color of the View frame. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColor</em> </td><td>Background color defined in <em>SALOMEDS.Color</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a58313a02ba9c2a872740392197c78e2"></a><!-- doxytag: member="VISU::View::GetBackground" ref="a58313a02ba9c2a872740392197c78e2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::Color VISU.View.GetBackground </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets background color of the View frame. </td>
+ </tr>
+</table>
+<a class="anchor" name="d9e3dfc74c7239ac9694fc41e8dfb95e"></a><!-- doxytag: member="VISU::View::EraseAll" ref="d9e3dfc74c7239ac9694fc41e8dfb95e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.EraseAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Removes all presentations (presentable objects) from the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="db66b95801ce72fc207dbae4e9ada32c"></a><!-- doxytag: member="VISU::View::DisplayAll" ref="db66b95801ce72fc207dbae4e9ada32c" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.DisplayAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Displays all presentations (presentable objects) in the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="c7f48239fd32867a22fa772fe258de3e"></a><!-- doxytag: member="VISU::View::Erase" ref="c7f48239fd32867a22fa772fe258de3e" args="(in PrsObject thePrsObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Erase </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrsObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Removes a definite presentation (presentable object) from the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrsObj</em> </td><td>The presentation (presentable object) which should be deleted. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="61228d03b32683bded67da12990210b6"></a><!-- doxytag: member="VISU::View::Display" ref="61228d03b32683bded67da12990210b6" args="(in PrsObject thePrsObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Display </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrsObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Displays a definite presentation (presentable object) in the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrsObj</em> </td><td>The presentation (presentable object) which should be displayed. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="14985b21e1c7b6afdddafa2f4d6f93b4"></a><!-- doxytag: member="VISU::View::DisplayOnly" ref="14985b21e1c7b6afdddafa2f4d6f93b4" args="(in PrsObject thePrsObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.DisplayOnly </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrsObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Allows to display only a definite presentation (presentable object) in the view. All other presentations are removed from the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrsObj</em> </td><td>The presentation (presentable object) which should be displayed. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8090c783e2014156227700b014ad8c29"></a><!-- doxytag: member="VISU::View::Update" ref="8090c783e2014156227700b014ad8c29" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Update </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Updates the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="be39869fe3484a4e2de0626254d9eeae"></a><!-- doxytag: member="VISU::View::SavePicture" ref="be39869fe3484a4e2de0626254d9eeae" args="(in string theFileName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.View.SavePicture </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theFileName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Saves the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theFileName</em> </td><td>The name of the file where the view will be saved. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>True, if the view have been saved successfully. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::View::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::View::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.View3D Interface Reference</h1><!-- doxytag: class="VISU::View3D" --><!-- doxytag: inherits="VISU::View" -->3D view interface
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.View3D:<p><center><img src="interfaceVISU_1_1View3D__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> [3]</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119a">ViewType</a> { <br>
+ <a class="el" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119aa26e66a67998d291466e974d8d2f2de8">FRONT</a>,
+<a class="el" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119abec0b47578b1a58f0dc2d02e07e7b93a">BACK</a>,
+<a class="el" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119af37e817467d69110561c7a2c235f81b5">LEFT</a>,
+<a class="el" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119a1ff00567d8034aed01cf9c093e9fc3b5">RIGHT</a>,
+<br>
+ <a class="el" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119a512a49547c6e9a63d4462f234fa85662">TOP</a>,
+<a class="el" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119abe5696e7ab32eb508bbd4e3625202976">BOTTOM</a>
+<br>
+ }</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#3dddbf28d4d95b783001c56d14b23acf">Axis</a> { <a class="el" href="interfaceVISU_1_1View3D.html#3dddbf28d4d95b783001c56d14b23acf518fa2cab3137db37ffe16a994fe1bae">XAxis</a>,
+<a class="el" href="interfaceVISU_1_1View3D.html#3dddbf28d4d95b783001c56d14b23acf037b710f024880bd2b01bbec1b6098a4">YAxis</a>,
+<a class="el" href="interfaceVISU_1_1View3D.html#3dddbf28d4d95b783001c56d14b23acf0f0f03a009799ae7f048b035c7608ccb">ZAxis</a>
+ }</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> { <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce2131f7dc0fbe16bf5950fa21dfe7bec8f1f">OBJECTBROWSER</a>,
+<a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213e07a7b41660016da6e4790a61e40e70b">VIEWER</a>,
+<a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce21396ab6335f0ee2092ee104ffad56775b4">PYTHON</a>,
+<a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213a84ae45219effaca695aa571bf695fc4">MESSAGES</a>
+ }</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">ViewRepresentation enumeration <a href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> { <br>
+ <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be01545fe0740c7cad5e89fedcad2b26806749">TOP</a>,
+<a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be015493a1dab2e71eac6a554710428eae5065">CENTER</a>,
+<a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be01544f8fb8916808919e85dbad251c346f22">BOTTOM</a>,
+<a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154890e1c4cdf828c641a0d36f8b5587edc">RIGHT</a>,
+<br>
+ <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be015436e2382243a4b7d321dd80242e0b2b47">LEFT</a>
+<br>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#13338e8e67bd1e871b67a0008affa118">FitAll</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#71b74039635666f30ebdf658be995c91">SetView</a> (in <a class="el" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119a">ViewType</a> theType)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#0638811e5b423a9afea74acf2cb06b90">SetPointOfView</a> (in <a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> theCoord)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#c2eb412ead681eb70516299636046616">GetPointOfView</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#1543388c939121da8715691448e08c69">SetViewUp</a> (in <a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> theDir)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#a913d03c11473ec3530923ce4f841067">GetViewUp</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#60080fba4d074a1c157a3f1c70f6f5f8">SetFocalPoint</a> (in <a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> theDir)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#9265e9e32b564c861d132e3956ffd4ac">GetFocalPoint</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#790ac717f8ccf7b95112eefebc479c96">SetParallelScale</a> (in double theScale)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#0c7579a11d2d9866d9d9721f4e210d40">GetParallelScale</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#ff0fc35115bb11863cf93193451609c8">ScaleView</a> (in <a class="el" href="interfaceVISU_1_1View3D.html#3dddbf28d4d95b783001c56d14b23acf">Axis</a> theAxis, in double theParam)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#6540a53186c8eac9ca06469ac7e3b181">RemoveScale</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#cad7821f1417189d0c3d245d82eab999">SaveViewParams</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#4ee94e7bd4de932b7810bd89c394c93f">RestoreViewParams</a> (in string theName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5">PresentationType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#abef932a831a836e60f073d1748570fb">GetPresentationType</a> (in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#a4e29356ffe18b343c28da991aa69400">SetPresentationType</a> (in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs, in <a class="el" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5">PresentationType</a> thePrsType)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#8d4d5954f6c5c575fa2b33a8b7a46d53">IsShrinked</a> (in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#23435fe4098e90082b855a928dc0b8b7">SetShrinked</a> (in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs, in boolean isShrinked)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#801211b638af1f926db1158454f95ca0">IsShaded</a> (in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#d0bc2dad9293c2bdd9581e9c7cce5489">SetShaded</a> (in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs, in boolean isShaded)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#2ae36bceceba5d6ffd1f05ebd3dc88ac">GetOpacity</a> (in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#1b4babd599db9ce66ce9fd15a73fdb4a">SetOpacity</a> (in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs, in double theOpacity)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#7d4d907eb1ad05cdd255f6c61f747902">GetLineWidth</a> (in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View3D.html#fdc78b3c94419a345e7d1056fd65fb88">SetLineWidth</a> (in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> thePrs, in double theLineWidth)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d4c3991dc0e4f751e23b17261d52178d">ShowPart</a> (in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> ViewRepr, in boolean state)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#2d790758989030510272a71fc5c26ecb">IsPartShown</a> (in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> ViewRepr)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#454584a30406826c35f2dcc88ed5e285">SplitRight</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#454584a30406826c35f2dcc88ed5e285"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#06c29b07b09c2e669fa5d37adbad5c89">SplitLeft</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#06c29b07b09c2e669fa5d37adbad5c89"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#fab9ec5d12c93924e3fd6600d460738e">SplitBottom</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#fab9ec5d12c93924e3fd6600d460738e"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#e399ee4c9665a7b496371f938d3e7fd3">SplitTop</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#e399ee4c9665a7b496371f938d3e7fd3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c7cb8f7af67a6fc161ce1e1266cf6078">OnTop</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d24a4fd9604a6b2da4d9f265b87b73e7">Attract</a> (in <a class="el" href="interfaceVISU_1_1View.html">View</a> theView)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#81523793df94f223086e2dfb7a9bde44">AttractAll</a> (in <a class="el" href="interfaceVISU_1_1View.html">View</a> theView)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c51e42d9554731639821248cf5c51789">SetRelativePositionInSplitter</a> (in double thePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#094aac0197dd3a66e8482ac9067c1200">SetRelativeSizeInSplitter</a> (in double theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#5a6f6a0f2853ec6dbce40f8a0f058e67">SetRelativePositionX</a> (in double thePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d538c2c385e0542b0a04d1161833c9a7">SetRelativePositionY</a> (in double thePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#1a82e7fd3d5b3c79690bfb17eeb19e8c">SetRelativeSizeX</a> (in double theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#773d3140097f5d20568bb5bf7a244962">SetRelativeSizeY</a> (in double theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#cd6524625b6ca8e3c49022459f106bed">SetViewWidth</a> (in long Width)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#b07ab6237cfdd70884a038af48fd7e72">SetViewHeight</a> (in long Height)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#904d6945f16117519d74dda54cf0aef0">GetViewWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#56f2a1d86c80ebc81f9a0db71e25d3df">GetViewHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#68a47a614cafe868ab89fad6ce117860">SetViewPositionHorizontal</a> (in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> ViewPosHor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#8df1d9425b90f9dd21c36acc3f9c444b">SetViewPositionVertical</a> (in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> ViewPosVer)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#9357df128dabcd74c4d54ad04eda0d49">SetRelativePosition</a> (in double <a class="el" href="VISU__OpenGLPointSpriteMapper_8cxx.html#be1577120f1766eff913e9a74879f373">x</a>, in double y)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c2049cff1e9ee54312bd267154d9b69a">SetRelativeSize</a> (in double <a class="el" href="VISU__OpenGLPointSpriteMapper_8cxx.html#be1577120f1766eff913e9a74879f373">x</a>, in double y)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#f52e1696f127af6ddffb7cb012411a26">Minimize</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#71b5b17b0376653363709077e1597616">Restore</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#91cde31fe400a5f82c8bdbe7db3b5ef7">Maximize</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#4071ba1dd44364ae0d8cc337a7544921">SetTitle</a> (in string theTitle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#6930e36faf0c5628d5b5ad9dc20148d5">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#ff8571273f82a27f46d43ea0419bafb1">SetBackground</a> (in SALOMEDS::Color theColor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::Color </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#a58313a02ba9c2a872740392197c78e2">GetBackground</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d9e3dfc74c7239ac9694fc41e8dfb95e">EraseAll</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#db66b95801ce72fc207dbae4e9ada32c">DisplayAll</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c7f48239fd32867a22fa772fe258de3e">Erase</a> (in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#61228d03b32683bded67da12990210b6">Display</a> (in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#14985b21e1c7b6afdddafa2f4d6f93b4">DisplayOnly</a> (in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#8090c783e2014156227700b014ad8c29">Update</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#be39869fe3484a4e2de0626254d9eeae">SavePicture</a> (in string theFileName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This interface contains a set of methods necessary for representation of objects in 3D space.
+<p>
+<hr><h2>Member Typedef Documentation</h2>
+<a class="anchor" name="b951c5e29bd2ae1745a4e88121002a58"></a><!-- doxytag: member="VISU::View3D::XYZ" ref="b951c5e29bd2ae1745a4e88121002a58" args="[3]" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">typedef double <a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">VISU.View3D.XYZ</a>[3] </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Data type defining coordinates in 3D space. </td>
+ </tr>
+</table>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="ffedf280b5a0a26b301dc5f14e0f119a"></a><!-- doxytag: member="VISU::View3D::ViewType" ref="ffedf280b5a0a26b301dc5f14e0f119a" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119a">VISU::View3D::ViewType</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This enumeration contains a set of elements determining a predefined point of view (position of the camera in 3D space relative to the presentable object). <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="ffedf280b5a0a26b301dc5f14e0f119aa26e66a67998d291466e974d8d2f2de8"></a><!-- doxytag: member="FRONT" ref="ffedf280b5a0a26b301dc5f14e0f119aa26e66a67998d291466e974d8d2f2de8" args="" -->FRONT</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="ffedf280b5a0a26b301dc5f14e0f119abec0b47578b1a58f0dc2d02e07e7b93a"></a><!-- doxytag: member="BACK" ref="ffedf280b5a0a26b301dc5f14e0f119abec0b47578b1a58f0dc2d02e07e7b93a" args="" -->BACK</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="ffedf280b5a0a26b301dc5f14e0f119af37e817467d69110561c7a2c235f81b5"></a><!-- doxytag: member="LEFT" ref="ffedf280b5a0a26b301dc5f14e0f119af37e817467d69110561c7a2c235f81b5" args="" -->LEFT</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="ffedf280b5a0a26b301dc5f14e0f119a1ff00567d8034aed01cf9c093e9fc3b5"></a><!-- doxytag: member="RIGHT" ref="ffedf280b5a0a26b301dc5f14e0f119a1ff00567d8034aed01cf9c093e9fc3b5" args="" -->RIGHT</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="ffedf280b5a0a26b301dc5f14e0f119a512a49547c6e9a63d4462f234fa85662"></a><!-- doxytag: member="TOP" ref="ffedf280b5a0a26b301dc5f14e0f119a512a49547c6e9a63d4462f234fa85662" args="" -->TOP</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="ffedf280b5a0a26b301dc5f14e0f119abe5696e7ab32eb508bbd4e3625202976"></a><!-- doxytag: member="BOTTOM" ref="ffedf280b5a0a26b301dc5f14e0f119abe5696e7ab32eb508bbd4e3625202976" args="" -->BOTTOM</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="3dddbf28d4d95b783001c56d14b23acf"></a><!-- doxytag: member="VISU::View3D::Axis" ref="3dddbf28d4d95b783001c56d14b23acf" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1View3D.html#3dddbf28d4d95b783001c56d14b23acf">VISU::View3D::Axis</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This enumeration contains a set of elements determining the axis <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="3dddbf28d4d95b783001c56d14b23acf518fa2cab3137db37ffe16a994fe1bae"></a><!-- doxytag: member="XAxis" ref="3dddbf28d4d95b783001c56d14b23acf518fa2cab3137db37ffe16a994fe1bae" args="" -->XAxis</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="3dddbf28d4d95b783001c56d14b23acf037b710f024880bd2b01bbec1b6098a4"></a><!-- doxytag: member="YAxis" ref="3dddbf28d4d95b783001c56d14b23acf037b710f024880bd2b01bbec1b6098a4" args="" -->YAxis</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="3dddbf28d4d95b783001c56d14b23acf0f0f03a009799ae7f048b035c7608ccb"></a><!-- doxytag: member="ZAxis" ref="3dddbf28d4d95b783001c56d14b23acf0f0f03a009799ae7f048b035c7608ccb" args="" -->ZAxis</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a666392d875e267305ad2694ce3ce213"></a><!-- doxytag: member="VISU::View3D::ViewRepresentation" ref="a666392d875e267305ad2694ce3ce213" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">VISU::View::ViewRepresentation</a><code> [inherited]</code> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+displaying part ("ALL" isn't setable) <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce2131f7dc0fbe16bf5950fa21dfe7bec8f1f"></a><!-- doxytag: member="OBJECTBROWSER" ref="a666392d875e267305ad2694ce3ce2131f7dc0fbe16bf5950fa21dfe7bec8f1f" args="" -->OBJECTBROWSER</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce213e07a7b41660016da6e4790a61e40e70b"></a><!-- doxytag: member="VIEWER" ref="a666392d875e267305ad2694ce3ce213e07a7b41660016da6e4790a61e40e70b" args="" -->VIEWER</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce21396ab6335f0ee2092ee104ffad56775b4"></a><!-- doxytag: member="PYTHON" ref="a666392d875e267305ad2694ce3ce21396ab6335f0ee2092ee104ffad56775b4" args="" -->PYTHON</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce213a84ae45219effaca695aa571bf695fc4"></a><!-- doxytag: member="MESSAGES" ref="a666392d875e267305ad2694ce3ce213a84ae45219effaca695aa571bf695fc4" args="" -->MESSAGES</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="61d3152c0ff5d024f84b2fe149be0154"></a><!-- doxytag: member="VISU::View3D::ViewPosition" ref="61d3152c0ff5d024f84b2fe149be0154" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">VISU::View::ViewPosition</a><code> [inherited]</code> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+<dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be01545fe0740c7cad5e89fedcad2b26806749"></a><!-- doxytag: member="TOP" ref="61d3152c0ff5d024f84b2fe149be01545fe0740c7cad5e89fedcad2b26806749" args="" -->TOP</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be015493a1dab2e71eac6a554710428eae5065"></a><!-- doxytag: member="CENTER" ref="61d3152c0ff5d024f84b2fe149be015493a1dab2e71eac6a554710428eae5065" args="" -->CENTER</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be01544f8fb8916808919e85dbad251c346f22"></a><!-- doxytag: member="BOTTOM" ref="61d3152c0ff5d024f84b2fe149be01544f8fb8916808919e85dbad251c346f22" args="" -->BOTTOM</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be0154890e1c4cdf828c641a0d36f8b5587edc"></a><!-- doxytag: member="RIGHT" ref="61d3152c0ff5d024f84b2fe149be0154890e1c4cdf828c641a0d36f8b5587edc" args="" -->RIGHT</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be015436e2382243a4b7d321dd80242e0b2b47"></a><!-- doxytag: member="LEFT" ref="61d3152c0ff5d024f84b2fe149be015436e2382243a4b7d321dd80242e0b2b47" args="" -->LEFT</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="13338e8e67bd1e871b67a0008affa118"></a><!-- doxytag: member="VISU::View3D::FitAll" ref="13338e8e67bd1e871b67a0008affa118" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View3D.FitAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Makes all presentations, which are currently present in the view, completely visible. </td>
+ </tr>
+</table>
+<a class="anchor" name="71b74039635666f30ebdf658be995c91"></a><!-- doxytag: member="VISU::View3D::SetView" ref="71b74039635666f30ebdf658be995c91" args="(in ViewType theType)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View3D.SetView </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View3D.html#ffedf280b5a0a26b301dc5f14e0f119a">ViewType</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theType</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets a predefined point of view (FRONT, BACK, LEFT, RIGHT, TOP, BOTTOM). (In other words it means a predefined position of the camera in 3D space with respect to the object which is represented.) </td>
+ </tr>
+</table>
+<a class="anchor" name="0638811e5b423a9afea74acf2cb06b90"></a><!-- doxytag: member="VISU::View3D::SetPointOfView" ref="0638811e5b423a9afea74acf2cb06b90" args="(in XYZ theCoord)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View3D.SetPointOfView </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theCoord</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the position of the camera in 3D space. This point is used as the first point of the vector defining the view direction of the camera. </td>
+ </tr>
+</table>
+<a class="anchor" name="c2eb412ead681eb70516299636046616"></a><!-- doxytag: member="VISU::View3D::GetPointOfView" ref="c2eb412ead681eb70516299636046616" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> VISU.View3D.GetPointOfView </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the position of the camera in 3D space. This point is used as the first point of the vector defining the view direction of the camera. </td>
+ </tr>
+</table>
+<a class="anchor" name="1543388c939121da8715691448e08c69"></a><!-- doxytag: member="VISU::View3D::SetViewUp" ref="1543388c939121da8715691448e08c69" args="(in XYZ theDir)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View3D.SetViewUp </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theDir</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the vertical line of the camera in 3D space. </td>
+ </tr>
+</table>
+<a class="anchor" name="a913d03c11473ec3530923ce4f841067"></a><!-- doxytag: member="VISU::View3D::GetViewUp" ref="a913d03c11473ec3530923ce4f841067" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> VISU.View3D.GetViewUp </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the vertical line of the camera in 3D space. </td>
+ </tr>
+</table>
+<a class="anchor" name="60080fba4d074a1c157a3f1c70f6f5f8"></a><!-- doxytag: member="VISU::View3D::SetFocalPoint" ref="60080fba4d074a1c157a3f1c70f6f5f8" args="(in XYZ theDir)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View3D.SetFocalPoint </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theDir</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the point of sight of the camera. This point is used as the second point of the vector defining the view direction of the camera. </td>
+ </tr>
+</table>
+<a class="anchor" name="9265e9e32b564c861d132e3956ffd4ac"></a><!-- doxytag: member="VISU::View3D::GetFocalPoint" ref="9265e9e32b564c861d132e3956ffd4ac" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1View3D.html#b951c5e29bd2ae1745a4e88121002a58">XYZ</a> VISU.View3D.GetFocalPoint </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the point of sight of the camera. This point is used as the second point of the vector defining the view direction of the camera. </td>
+ </tr>
+</table>
+<a class="anchor" name="790ac717f8ccf7b95112eefebc479c96"></a><!-- doxytag: member="VISU::View3D::SetParallelScale" ref="790ac717f8ccf7b95112eefebc479c96" args="(in double theScale)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View3D.SetParallelScale </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScale</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Zooming of the presentable object. Sets the scale. </td>
+ </tr>
+</table>
+<a class="anchor" name="0c7579a11d2d9866d9d9721f4e210d40"></a><!-- doxytag: member="VISU::View3D::GetParallelScale" ref="0c7579a11d2d9866d9d9721f4e210d40" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.View3D.GetParallelScale </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Zooming of the presentable object. Gets the scale. </td>
+ </tr>
+</table>
+<a class="anchor" name="ff0fc35115bb11863cf93193451609c8"></a><!-- doxytag: member="VISU::View3D::ScaleView" ref="ff0fc35115bb11863cf93193451609c8" args="(in Axis theAxis, in double theParam)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View3D.ScaleView </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View3D.html#3dddbf28d4d95b783001c56d14b23acf">Axis</a> </td>
+ <td class="mdname" nowrap> <em>theAxis</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theParam</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Scaling of the view along a definite axis. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theAxis</em> </td><td>The axis of the scaling </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theParam</em> </td><td>The coefficient of the scaling </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="6540a53186c8eac9ca06469ac7e3b181"></a><!-- doxytag: member="VISU::View3D::RemoveScale" ref="6540a53186c8eac9ca06469ac7e3b181" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View3D.RemoveScale </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Removes the scaling of the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="cad7821f1417189d0c3d245d82eab999"></a><!-- doxytag: member="VISU::View3D::SaveViewParams" ref="cad7821f1417189d0c3d245d82eab999" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.View3D.SaveViewParams </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Saves view parameters. <dl compact><dt><b>Returns:</b></dt><dd>True if the view parameters have been created, False if the parameters have been modified. </dd></dl>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>The name under which the view parameters will be saved. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="4ee94e7bd4de932b7810bd89c394c93f"></a><!-- doxytag: member="VISU::View3D::RestoreViewParams" ref="4ee94e7bd4de932b7810bd89c394c93f" args="(in string theName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.View3D.RestoreViewParams </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Restores view parameters. <dl compact><dt><b>Returns:</b></dt><dd>True if the view parameters have been found and applied to the view, False if the parameters with this name don't exist. </dd></dl>
+<dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theName</em> </td><td>The name of the view parameters which will be restored. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="abef932a831a836e60f073d1748570fb"></a><!-- doxytag: member="VISU::View3D::GetPresentationType" ref="abef932a831a836e60f073d1748570fb" args="(in ScalarMap thePrs)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5">PresentationType</a> VISU.View3D.GetPresentationType </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrs</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Get representation type of the given presentation in this view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrs</em> </td><td>Object to get a representation type of. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd><em>PresentationType</em> Representation type of object in this view. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a4e29356ffe18b343c28da991aa69400"></a><!-- doxytag: member="VISU::View3D::SetPresentationType" ref="a4e29356ffe18b343c28da991aa69400" args="(in ScalarMap thePrs, in PresentationType thePrsType)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.View3D.SetPresentationType </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> </td>
+ <td class="mdname" nowrap> <em>thePrs</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in <a class="el" href="namespaceVISU.html#54667d768d173c252f14d1378b2aebb5">PresentationType</a> </td>
+ <td class="mdname" nowrap> <em>thePrsType</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set representation type of the given presentation in this view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrs</em> </td><td>Object to set a representation type of. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>thePrsType</em> </td><td>Representation type to be set to the given object. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>Empty string in case of success, error description in case of failure. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8d4d5954f6c5c575fa2b33a8b7a46d53"></a><!-- doxytag: member="VISU::View3D::IsShrinked" ref="8d4d5954f6c5c575fa2b33a8b7a46d53" args="(in ScalarMap thePrs)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.View3D.IsShrinked </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrs</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Get shrink state of the given presentation in this view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrs</em> </td><td>Object to get a shrink state of. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>TRUE if <em>thePrs</em> is shrinked in this view, FALSE overwise. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="23435fe4098e90082b855a928dc0b8b7"></a><!-- doxytag: member="VISU::View3D::SetShrinked" ref="23435fe4098e90082b855a928dc0b8b7" args="(in ScalarMap thePrs, in boolean isShrinked)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.View3D.SetShrinked </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> </td>
+ <td class="mdname" nowrap> <em>thePrs</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in boolean </td>
+ <td class="mdname" nowrap> <em>isShrinked</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Make the given presentation shrinked or not shrinked in this view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrs</em> </td><td>Object to change a shrink state of. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>isShrinked</em> </td><td>Pass TRUE to make <em>thePrs</em> shrinked, FALSE overwise. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>Empty string in case of success, error description in case of failure. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="801211b638af1f926db1158454f95ca0"></a><!-- doxytag: member="VISU::View3D::IsShaded" ref="801211b638af1f926db1158454f95ca0" args="(in ScalarMap thePrs)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.View3D.IsShaded </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrs</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Get shading state of the given presentation in this view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrs</em> </td><td>Object to get a shading state of. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>TRUE if <em>thePrs</em> is shaded in this view, FALSE overwise. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="d0bc2dad9293c2bdd9581e9c7cce5489"></a><!-- doxytag: member="VISU::View3D::SetShaded" ref="d0bc2dad9293c2bdd9581e9c7cce5489" args="(in ScalarMap thePrs, in boolean isShaded)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.View3D.SetShaded </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> </td>
+ <td class="mdname" nowrap> <em>thePrs</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in boolean </td>
+ <td class="mdname" nowrap> <em>isShaded</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Make the given presentation shaded or not shaded in this view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrs</em> </td><td>Object to set a shading state of. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>isShaded</em> </td><td>Pass TRUE to make <em>thePrs</em> shaded, FALSE overwise. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>Empty string in case of success, error description in case of failure. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2ae36bceceba5d6ffd1f05ebd3dc88ac"></a><!-- doxytag: member="VISU::View3D::GetOpacity" ref="2ae36bceceba5d6ffd1f05ebd3dc88ac" args="(in ScalarMap thePrs)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.View3D.GetOpacity </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrs</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Get opacity of the given presentation in this view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrs</em> </td><td>Object to get an opacity of. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>Opacity value in range [0, 1], 0 - transparent, 1 - opaque. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="1b4babd599db9ce66ce9fd15a73fdb4a"></a><!-- doxytag: member="VISU::View3D::SetOpacity" ref="1b4babd599db9ce66ce9fd15a73fdb4a" args="(in ScalarMap thePrs, in double theOpacity)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.View3D.SetOpacity </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> </td>
+ <td class="mdname" nowrap> <em>thePrs</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theOpacity</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set opacity of the given presentation in this view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrs</em> </td><td>Object to set an opacity of. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theOpacity</em> </td><td>Opacity value [0, 1]. 0 - transparent, 1 - opaque. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>Empty string in case of success, error description in case of failure. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="7d4d907eb1ad05cdd255f6c61f747902"></a><!-- doxytag: member="VISU::View3D::GetLineWidth" ref="7d4d907eb1ad05cdd255f6c61f747902" args="(in ScalarMap thePrs)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">double VISU.View3D.GetLineWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrs</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Get line width of the given presentation in this view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrs</em> </td><td>Object to get a line width of. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>Line width of <em>thePrs</em> in this view. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="fdc78b3c94419a345e7d1056fd65fb88"></a><!-- doxytag: member="VISU::View3D::SetLineWidth" ref="fdc78b3c94419a345e7d1056fd65fb88" args="(in ScalarMap thePrs, in double theLineWidth)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.View3D.SetLineWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1ScalarMap.html">ScalarMap</a> </td>
+ <td class="mdname" nowrap> <em>thePrs</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>theLineWidth</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set line width of the given presentation in this view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrs</em> </td><td>Object to set a line width of. </td></tr>
+ <tr><td valign="top"></td><td valign="top"><em>theLineWidth</em> </td><td>Line width value. Recommended values are in range [1, 10]. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>Empty string in case of success, error description in case of failure. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="d4c3991dc0e4f751e23b17261d52178d"></a><!-- doxytag: member="VISU::View3D::ShowPart" ref="d4c3991dc0e4f751e23b17261d52178d" args="(in ViewRepresentation ViewRepr, in boolean state)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.ShowPart </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> </td>
+ <td class="mdname" nowrap> <em>ViewRepr</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in boolean </td>
+ <td class="mdname" nowrap> <em>state</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2d790758989030510272a71fc5c26ecb"></a><!-- doxytag: member="VISU::View3D::IsPartShown" ref="2d790758989030510272a71fc5c26ecb" args="(in ViewRepresentation ViewRepr)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.View.IsPartShown </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>ViewRepr</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="454584a30406826c35f2dcc88ed5e285"></a><!-- doxytag: member="VISU::View3D::SplitRight" ref="454584a30406826c35f2dcc88ed5e285" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitRight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Horizontally split workarea of this view. This view is moved in a new right area. </td>
+ </tr>
+</table>
+<a class="anchor" name="06c29b07b09c2e669fa5d37adbad5c89"></a><!-- doxytag: member="VISU::View3D::SplitLeft" ref="06c29b07b09c2e669fa5d37adbad5c89" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitLeft </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Horizontally split workarea of this view. This view stays in an old left area, others are moved in a new right area. </td>
+ </tr>
+</table>
+<a class="anchor" name="fab9ec5d12c93924e3fd6600d460738e"></a><!-- doxytag: member="VISU::View3D::SplitBottom" ref="fab9ec5d12c93924e3fd6600d460738e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitBottom </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Vertically split workarea of this view. This view is moved in a new bottom area. </td>
+ </tr>
+</table>
+<a class="anchor" name="e399ee4c9665a7b496371f938d3e7fd3"></a><!-- doxytag: member="VISU::View3D::SplitTop" ref="e399ee4c9665a7b496371f938d3e7fd3" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitTop </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Vertically split workarea of this view. This view stays in an old top area, others are moved in a new bottom area. </td>
+ </tr>
+</table>
+<a class="anchor" name="c7cb8f7af67a6fc161ce1e1266cf6078"></a><!-- doxytag: member="VISU::View3D::OnTop" ref="c7cb8f7af67a6fc161ce1e1266cf6078" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.OnTop </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Put this view window on top of its work area. </td>
+ </tr>
+</table>
+<a class="anchor" name="d24a4fd9604a6b2da4d9f265b87b73e7"></a><!-- doxytag: member="VISU::View3D::Attract" ref="d24a4fd9604a6b2da4d9f265b87b73e7" args="(in View theView)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Attract </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html">View</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theView</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Put <em>theView</em> in workarea of this view right after it. If <em>theView</em> was alone in its workarea, workarea of <em>theView</em> will be destroyed. If <em>theView</em> was in the same workarea with this view, simple reordering will take place. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theView</em> </td><td>A view window to be attracted to this one. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="81523793df94f223086e2dfb7a9bde44"></a><!-- doxytag: member="VISU::View3D::AttractAll" ref="81523793df94f223086e2dfb7a9bde44" args="(in View theView)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.AttractAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html">View</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theView</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Put all the view windows from workarea of <em>theView</em> in workarea of this view right after it. Workarea of <em>theView</em> will be destroyed. If <em>theView</em> was in the same workarea with this view, simple reordering will take place. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theView</em> </td><td>A view window to be attracted to this one together with all its workarea. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c51e42d9554731639821248cf5c51789"></a><!-- doxytag: member="VISU::View3D::SetRelativePositionInSplitter" ref="c51e42d9554731639821248cf5c51789" args="(in double thePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePositionInSplitter </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set position of this view window relatively its splitter. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePosition</em> </td><td>Desired position of this view window relatively its splitter. Meaningfull values lays in range [0..1].</td></tr>
+ </table>
+</dl>
+Direction of positioning is defined by the splitter orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="094aac0197dd3a66e8482ac9067c1200"></a><!-- doxytag: member="VISU::View3D::SetRelativeSizeInSplitter" ref="094aac0197dd3a66e8482ac9067c1200" args="(in double theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSizeInSplitter </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set size of this view window relatively its splitter. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Desired size of this view window relatively its splitter. Meaningfull values lays in range [0..1].</td></tr>
+ </table>
+</dl>
+Direction of resizing is defined by the splitter orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="5a6f6a0f2853ec6dbce40f8a0f058e67"></a><!-- doxytag: member="VISU::View3D::SetRelativePositionX" ref="5a6f6a0f2853ec6dbce40f8a0f058e67" args="(in double thePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePositionX </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set horizontal position of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePosition</em> </td><td>Desired horizontal position of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="d538c2c385e0542b0a04d1161833c9a7"></a><!-- doxytag: member="VISU::View3D::SetRelativePositionY" ref="d538c2c385e0542b0a04d1161833c9a7" args="(in double thePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePositionY </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set vertical position of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePosition</em> </td><td>Desired vertical position of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="1a82e7fd3d5b3c79690bfb17eeb19e8c"></a><!-- doxytag: member="VISU::View3D::SetRelativeSizeX" ref="1a82e7fd3d5b3c79690bfb17eeb19e8c" args="(in double theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSizeX </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set horizontal size of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Desired horizontal size of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="773d3140097f5d20568bb5bf7a244962"></a><!-- doxytag: member="VISU::View3D::SetRelativeSizeY" ref="773d3140097f5d20568bb5bf7a244962" args="(in double theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSizeY </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set vertical size of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Desired vertical size of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="cd6524625b6ca8e3c49022459f106bed"></a><!-- doxytag: member="VISU::View3D::SetViewWidth" ref="cd6524625b6ca8e3c49022459f106bed" args="(in long Width)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>Width</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Old methods for view parameters management, they don't work now </td>
+ </tr>
+</table>
+<a class="anchor" name="b07ab6237cfdd70884a038af48fd7e72"></a><!-- doxytag: member="VISU::View3D::SetViewHeight" ref="b07ab6237cfdd70884a038af48fd7e72" args="(in long Height)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>Height</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="904d6945f16117519d74dda54cf0aef0"></a><!-- doxytag: member="VISU::View3D::GetViewWidth" ref="904d6945f16117519d74dda54cf0aef0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.View.GetViewWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="56f2a1d86c80ebc81f9a0db71e25d3df"></a><!-- doxytag: member="VISU::View3D::GetViewHeight" ref="56f2a1d86c80ebc81f9a0db71e25d3df" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.View.GetViewHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="68a47a614cafe868ab89fad6ce117860"></a><!-- doxytag: member="VISU::View3D::SetViewPositionHorizontal" ref="68a47a614cafe868ab89fad6ce117860" args="(in ViewPosition ViewPosHor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewPositionHorizontal </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>ViewPosHor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8df1d9425b90f9dd21c36acc3f9c444b"></a><!-- doxytag: member="VISU::View3D::SetViewPositionVertical" ref="8df1d9425b90f9dd21c36acc3f9c444b" args="(in ViewPosition ViewPosVer)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewPositionVertical </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>ViewPosVer</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="9357df128dabcd74c4d54ad04eda0d49"></a><!-- doxytag: member="VISU::View3D::SetRelativePosition" ref="9357df128dabcd74c4d54ad04eda0d49" args="(in double x, in double y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>x</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c2049cff1e9ee54312bd267154d9b69a"></a><!-- doxytag: member="VISU::View3D::SetRelativeSize" ref="c2049cff1e9ee54312bd267154d9b69a" args="(in double x, in double y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>x</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="f52e1696f127af6ddffb7cb012411a26"></a><!-- doxytag: member="VISU::View3D::Minimize" ref="f52e1696f127af6ddffb7cb012411a26" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Minimize </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="71b5b17b0376653363709077e1597616"></a><!-- doxytag: member="VISU::View3D::Restore" ref="71b5b17b0376653363709077e1597616" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Restore </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="91cde31fe400a5f82c8bdbe7db3b5ef7"></a><!-- doxytag: member="VISU::View3D::Maximize" ref="91cde31fe400a5f82c8bdbe7db3b5ef7" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Maximize </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="4071ba1dd44364ae0d8cc337a7544921"></a><!-- doxytag: member="VISU::View3D::SetTitle" ref="4071ba1dd44364ae0d8cc337a7544921" args="(in string theTitle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theTitle</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the View frame. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theTitle</em> </td><td>String parameter defining the title of the View frame. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="6930e36faf0c5628d5b5ad9dc20148d5"></a><!-- doxytag: member="VISU::View3D::GetTitle" ref="6930e36faf0c5628d5b5ad9dc20148d5" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.View.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the View frame. </td>
+ </tr>
+</table>
+<a class="anchor" name="ff8571273f82a27f46d43ea0419bafb1"></a><!-- doxytag: member="VISU::View3D::SetBackground" ref="ff8571273f82a27f46d43ea0419bafb1" args="(in SALOMEDS::Color theColor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetBackground </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::Color </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets background color of the View frame. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColor</em> </td><td>Background color defined in <em>SALOMEDS.Color</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a58313a02ba9c2a872740392197c78e2"></a><!-- doxytag: member="VISU::View3D::GetBackground" ref="a58313a02ba9c2a872740392197c78e2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::Color VISU.View.GetBackground </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets background color of the View frame. </td>
+ </tr>
+</table>
+<a class="anchor" name="d9e3dfc74c7239ac9694fc41e8dfb95e"></a><!-- doxytag: member="VISU::View3D::EraseAll" ref="d9e3dfc74c7239ac9694fc41e8dfb95e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.EraseAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Removes all presentations (presentable objects) from the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="db66b95801ce72fc207dbae4e9ada32c"></a><!-- doxytag: member="VISU::View3D::DisplayAll" ref="db66b95801ce72fc207dbae4e9ada32c" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.DisplayAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Displays all presentations (presentable objects) in the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="c7f48239fd32867a22fa772fe258de3e"></a><!-- doxytag: member="VISU::View3D::Erase" ref="c7f48239fd32867a22fa772fe258de3e" args="(in PrsObject thePrsObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Erase </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrsObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Removes a definite presentation (presentable object) from the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrsObj</em> </td><td>The presentation (presentable object) which should be deleted. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="61228d03b32683bded67da12990210b6"></a><!-- doxytag: member="VISU::View3D::Display" ref="61228d03b32683bded67da12990210b6" args="(in PrsObject thePrsObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Display </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrsObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Displays a definite presentation (presentable object) in the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrsObj</em> </td><td>The presentation (presentable object) which should be displayed. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="14985b21e1c7b6afdddafa2f4d6f93b4"></a><!-- doxytag: member="VISU::View3D::DisplayOnly" ref="14985b21e1c7b6afdddafa2f4d6f93b4" args="(in PrsObject thePrsObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.DisplayOnly </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrsObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Allows to display only a definite presentation (presentable object) in the view. All other presentations are removed from the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrsObj</em> </td><td>The presentation (presentable object) which should be displayed. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8090c783e2014156227700b014ad8c29"></a><!-- doxytag: member="VISU::View3D::Update" ref="8090c783e2014156227700b014ad8c29" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Update </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Updates the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="be39869fe3484a4e2de0626254d9eeae"></a><!-- doxytag: member="VISU::View3D::SavePicture" ref="be39869fe3484a4e2de0626254d9eeae" args="(in string theFileName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.View.SavePicture </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theFileName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Saves the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theFileName</em> </td><td>The name of the file where the view will be saved. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>True, if the view have been saved successfully. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::View3D::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::View3D::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.ViewManager Interface Reference</h1><!-- doxytag: class="VISU::ViewManager" --><!-- doxytag: inherits="VISU::Base" -->Interface of the ViewManager.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.ViewManager:<p><center><img src="interfaceVISU_1_1ViewManager__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1View.html">View</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ViewManager.html#29565d6109c406e1788fe38f3cb0b86b">GetCurrentView</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Getting an active View Frame. <a href="#29565d6109c406e1788fe38f3cb0b86b"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1View3D.html">View3D</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ViewManager.html#ac015d77e09c9fc2bc2140e84f393df4">Create3DView</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Creation of a 3d View. <a href="#ac015d77e09c9fc2bc2140e84f393df4"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1TableView.html">TableView</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ViewManager.html#5cace760be5e742862542f282bf45e92">CreateTableView</a> (in <a class="el" href="interfaceVISU_1_1Table.html">Table</a> theTable)</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Creation of a <a class="el" href="interfaceVISU_1_1Table.html">Table</a> View. <a href="#5cace760be5e742862542f282bf45e92"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1XYPlot.html">XYPlot</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ViewManager.html#38de690b7afce51ebe7c51e44324634d">CreateXYPlot</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Creation of a 2D plot View. <a href="#38de690b7afce51ebe7c51e44324634d"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1ViewManager.html#59c0b7dae7ded4c071bee9aad5c467a2">Destroy</a> (in <a class="el" href="interfaceVISU_1_1View.html">View</a> theView)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+The <a class="el" href="interfaceVISU_1_1ViewManager.html">ViewManager</a> is necessary for work with view windows (creation and deletion).
+<p>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="29565d6109c406e1788fe38f3cb0b86b"></a><!-- doxytag: member="VISU::ViewManager::GetCurrentView" ref="29565d6109c406e1788fe38f3cb0b86b" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1View.html">View</a> VISU.ViewManager.GetCurrentView </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns an object reference to the active View Frame. Type of the View must be checked. <dl compact><dt><b>Note:</b></dt><dd><br>
+Returns nil if there are no views currently opened. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="ac015d77e09c9fc2bc2140e84f393df4"></a><!-- doxytag: member="VISU::ViewManager::Create3DView" ref="ac015d77e09c9fc2bc2140e84f393df4" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1View3D.html">View3D</a> VISU.ViewManager.Create3DView </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns an object reference to the newly created 3D View. </td>
+ </tr>
+</table>
+<a class="anchor" name="5cace760be5e742862542f282bf45e92"></a><!-- doxytag: member="VISU::ViewManager::CreateTableView" ref="5cace760be5e742862542f282bf45e92" args="(in Table theTable)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1TableView.html">TableView</a> VISU.ViewManager.CreateTableView </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1Table.html">Table</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theTable</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns an object reference to the newly created <a class="el" href="interfaceVISU_1_1Table.html">Table</a> View. </td>
+ </tr>
+</table>
+<a class="anchor" name="38de690b7afce51ebe7c51e44324634d"></a><!-- doxytag: member="VISU::ViewManager::CreateXYPlot" ref="38de690b7afce51ebe7c51e44324634d" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1XYPlot.html">XYPlot</a> VISU.ViewManager.CreateXYPlot </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns an object reference to the newly created 2D plot View. </td>
+ </tr>
+</table>
+<a class="anchor" name="59c0b7dae7ded4c071bee9aad5c467a2"></a><!-- doxytag: member="VISU::ViewManager::Destroy" ref="59c0b7dae7ded4c071bee9aad5c467a2" args="(in View theView)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.ViewManager.Destroy </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html">View</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theView</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Deletes a definite view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theView</em> </td><td>The view which should be deleted. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::ViewManager::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::ViewManager::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
+ <title>Main Page</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+
+</body>
+</html>
+<!-- Generated by Doxygen 1.4.6 -->
+<h1>VISU.XYPlot Interface Reference</h1><!-- doxytag: class="VISU::XYPlot" --><!-- doxytag: inherits="VISU::View" -->Interface of the 2D plot view.
+<a href="#_details">More...</a>
+<p>
+<code>import "<a class="el" href="VISU__Gen_8idl-source.html">VISU_Gen.idl</a>";</code>
+<p>
+Inheritance diagram for VISU.XYPlot:<p><center><img src="interfaceVISU_1_1XYPlot__inherit__graph.jpg" border="0" alt="Inheritance graph"></center>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td></td></tr>
+<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#2161d2d79a23cabdea574a397a32a690">CurveType</a> { <a class="el" href="interfaceVISU_1_1XYPlot.html#2161d2d79a23cabdea574a397a32a6909bc88bc808bfdcfc787563554c947094">POINTS</a>,
+<a class="el" href="interfaceVISU_1_1XYPlot.html#2161d2d79a23cabdea574a397a32a690f4f1d8c1a5d672e69aee003ceee7f580">MULTYLINE</a>,
+<a class="el" href="interfaceVISU_1_1XYPlot.html#2161d2d79a23cabdea574a397a32a690091400021308c6c3baf779efd71b42ac">SPLINE</a>
+ }</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> { <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce2131f7dc0fbe16bf5950fa21dfe7bec8f1f">OBJECTBROWSER</a>,
+<a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213e07a7b41660016da6e4790a61e40e70b">VIEWER</a>,
+<a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce21396ab6335f0ee2092ee104ffad56775b4">PYTHON</a>,
+<a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213a84ae45219effaca695aa571bf695fc4">MESSAGES</a>
+ }</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">ViewRepresentation enumeration <a href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">More...</a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> { <br>
+ <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be01545fe0740c7cad5e89fedcad2b26806749">TOP</a>,
+<a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be015493a1dab2e71eac6a554710428eae5065">CENTER</a>,
+<a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be01544f8fb8916808919e85dbad251c346f22">BOTTOM</a>,
+<a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154890e1c4cdf828c641a0d36f8b5587edc">RIGHT</a>,
+<br>
+ <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be015436e2382243a4b7d321dd80242e0b2b47">LEFT</a>
+<br>
+ }</td></tr>
+
+<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#c207e0cda2c7a45361ffcdb4883c5fe0">SetSubTitle</a> (in string theTitle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#8535c69832faef5c3f30005dc8c57637">GetSubTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#65add8563ccdf427cd30e670a7e5e667">SetCurveType</a> (in <a class="el" href="interfaceVISU_1_1XYPlot.html#2161d2d79a23cabdea574a397a32a690">CurveType</a> theType)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="interfaceVISU_1_1XYPlot.html#2161d2d79a23cabdea574a397a32a690">CurveType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#770b8b3b101d76186592480bd16403b5">GetCurveType</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#d1600e7f10b8ba468e10a858ef73531e">SetMarkerSize</a> (in long theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#4fc927cf7151d644df584a1dac9f9a2e">GetMarkerSize</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#803ee60461d18b203ba6d9a45dadb0a4">EnableXGrid</a> (in boolean theMajor, in long theNumMajor, in boolean theMinor, in long theNumMinor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#ad67f3f1b7e6717e5de9b62550acb296">EnableYGrid</a> (in boolean theMajor, in long theNumMajor, in boolean theMinor, in long theNumMinor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#5c9e21ce8fb6bc4d439ec658460b5dd1">SetHorScaling</a> (in Scaling theScaling)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">Scaling </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#79638dd4367d5149a4279a89b02b64de">GetHorScaling</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#c612aebbc244b6f651a1979ea23682ac">SetVerScaling</a> (in Scaling theScaling)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">Scaling </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#23b18561103b7b5720c0655ae7dccbd0">GetVerScaling</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#fa3e6f676c843e93b44a751033b36810">SetXTitle</a> (in string theTitle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#e89eb7a11cfcf2b20e805561fac88faf">GetXTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#9ccb79c35cbfc3a26fbe5b9c8b06d294">SetYTitle</a> (in string theTitle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#785caae48e8569f83b675c992149a4c0">GetYTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#9acd45dd44f8e4392c0578b690c6ba91">ShowLegend</a> (in boolean theShowing)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#eed272b9b359ec36b2f9dd1987bb1e55">FitAll</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#09f1401758fa43613fcd2fc97e21051c">FitXRange</a> (in double xMin, in double xMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#e329f30145ad146c3e442cfcac0a364a">FitYRange</a> (in double yMin, in double yMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#efe478a701ae92c1387e8f9e802ce283">FitRange</a> (in double xMin, in double xMax, in double yMin, in double yMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1XYPlot.html#1fecba2321256601f502f404133aec4b">GetFitRanges</a> (out double xMin, out double xMax, out double yMin, out double yMax)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d4c3991dc0e4f751e23b17261d52178d">ShowPart</a> (in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> ViewRepr, in boolean state)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#2d790758989030510272a71fc5c26ecb">IsPartShown</a> (in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> ViewRepr)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#454584a30406826c35f2dcc88ed5e285">SplitRight</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#454584a30406826c35f2dcc88ed5e285"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#06c29b07b09c2e669fa5d37adbad5c89">SplitLeft</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#06c29b07b09c2e669fa5d37adbad5c89"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#fab9ec5d12c93924e3fd6600d460738e">SplitBottom</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#fab9ec5d12c93924e3fd6600d460738e"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#e399ee4c9665a7b496371f938d3e7fd3">SplitTop</a> ()</td></tr>
+
+<tr><td class="mdescLeft"> </td><td class="mdescRight">Split workarea of this view. <a href="#e399ee4c9665a7b496371f938d3e7fd3"></a><br></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c7cb8f7af67a6fc161ce1e1266cf6078">OnTop</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d24a4fd9604a6b2da4d9f265b87b73e7">Attract</a> (in <a class="el" href="interfaceVISU_1_1View.html">View</a> theView)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#81523793df94f223086e2dfb7a9bde44">AttractAll</a> (in <a class="el" href="interfaceVISU_1_1View.html">View</a> theView)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c51e42d9554731639821248cf5c51789">SetRelativePositionInSplitter</a> (in double thePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#094aac0197dd3a66e8482ac9067c1200">SetRelativeSizeInSplitter</a> (in double theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#5a6f6a0f2853ec6dbce40f8a0f058e67">SetRelativePositionX</a> (in double thePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d538c2c385e0542b0a04d1161833c9a7">SetRelativePositionY</a> (in double thePosition)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#1a82e7fd3d5b3c79690bfb17eeb19e8c">SetRelativeSizeX</a> (in double theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#773d3140097f5d20568bb5bf7a244962">SetRelativeSizeY</a> (in double theSize)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#cd6524625b6ca8e3c49022459f106bed">SetViewWidth</a> (in long Width)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#b07ab6237cfdd70884a038af48fd7e72">SetViewHeight</a> (in long Height)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#904d6945f16117519d74dda54cf0aef0">GetViewWidth</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">long </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#56f2a1d86c80ebc81f9a0db71e25d3df">GetViewHeight</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#68a47a614cafe868ab89fad6ce117860">SetViewPositionHorizontal</a> (in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> ViewPosHor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#8df1d9425b90f9dd21c36acc3f9c444b">SetViewPositionVertical</a> (in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> ViewPosVer)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#9357df128dabcd74c4d54ad04eda0d49">SetRelativePosition</a> (in double x, in double y)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c2049cff1e9ee54312bd267154d9b69a">SetRelativeSize</a> (in double x, in double y)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#f52e1696f127af6ddffb7cb012411a26">Minimize</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#71b5b17b0376653363709077e1597616">Restore</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#91cde31fe400a5f82c8bdbe7db3b5ef7">Maximize</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#4071ba1dd44364ae0d8cc337a7544921">SetTitle</a> (in string theTitle)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">string </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#6930e36faf0c5628d5b5ad9dc20148d5">GetTitle</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#ff8571273f82a27f46d43ea0419bafb1">SetBackground</a> (in SALOMEDS::Color theColor)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">SALOMEDS::Color </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#a58313a02ba9c2a872740392197c78e2">GetBackground</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#d9e3dfc74c7239ac9694fc41e8dfb95e">EraseAll</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#db66b95801ce72fc207dbae4e9ada32c">DisplayAll</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#c7f48239fd32867a22fa772fe258de3e">Erase</a> (in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#61228d03b32683bded67da12990210b6">Display</a> (in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#14985b21e1c7b6afdddafa2f4d6f93b4">DisplayOnly</a> (in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> thePrsObj)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#8090c783e2014156227700b014ad8c29">Update</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1View.html#be39869fe3484a4e2de0626254d9eeae">SavePicture</a> (in string theFileName)</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">IdType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#5da28cc23f3657dd24a3b8598319c522">GetID</a> ()</td></tr>
+
+<tr><td class="memItemLeft" nowrap align="right" valign="top">VISUType </td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceVISU_1_1Base.html#6f62d77b0451737114b5a10bf23be21e">GetType</a> ()</td></tr>
+
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+This interface is used for creation of a view necessary for presentation of a XY plot generated on the basis of one or several curve lines.
+<p>
+<hr><h2>Member Enumeration Documentation</h2>
+<a class="anchor" name="2161d2d79a23cabdea574a397a32a690"></a><!-- doxytag: member="VISU::XYPlot::CurveType" ref="2161d2d79a23cabdea574a397a32a690" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1XYPlot.html#2161d2d79a23cabdea574a397a32a690">VISU::XYPlot::CurveType</a> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+This enumeration contains a set of elements determining the type of the curve lines, which will be displayed in your XY plot. <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="2161d2d79a23cabdea574a397a32a6909bc88bc808bfdcfc787563554c947094"></a><!-- doxytag: member="POINTS" ref="2161d2d79a23cabdea574a397a32a6909bc88bc808bfdcfc787563554c947094" args="" -->POINTS</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="2161d2d79a23cabdea574a397a32a690f4f1d8c1a5d672e69aee003ceee7f580"></a><!-- doxytag: member="MULTYLINE" ref="2161d2d79a23cabdea574a397a32a690f4f1d8c1a5d672e69aee003ceee7f580" args="" -->MULTYLINE</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="2161d2d79a23cabdea574a397a32a690091400021308c6c3baf779efd71b42ac"></a><!-- doxytag: member="SPLINE" ref="2161d2d79a23cabdea574a397a32a690091400021308c6c3baf779efd71b42ac" args="" -->SPLINE</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a666392d875e267305ad2694ce3ce213"></a><!-- doxytag: member="VISU::XYPlot::ViewRepresentation" ref="a666392d875e267305ad2694ce3ce213" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">VISU::View::ViewRepresentation</a><code> [inherited]</code> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+displaying part ("ALL" isn't setable) <dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce2131f7dc0fbe16bf5950fa21dfe7bec8f1f"></a><!-- doxytag: member="OBJECTBROWSER" ref="a666392d875e267305ad2694ce3ce2131f7dc0fbe16bf5950fa21dfe7bec8f1f" args="" -->OBJECTBROWSER</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce213e07a7b41660016da6e4790a61e40e70b"></a><!-- doxytag: member="VIEWER" ref="a666392d875e267305ad2694ce3ce213e07a7b41660016da6e4790a61e40e70b" args="" -->VIEWER</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce21396ab6335f0ee2092ee104ffad56775b4"></a><!-- doxytag: member="PYTHON" ref="a666392d875e267305ad2694ce3ce21396ab6335f0ee2092ee104ffad56775b4" args="" -->PYTHON</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="a666392d875e267305ad2694ce3ce213a84ae45219effaca695aa571bf695fc4"></a><!-- doxytag: member="MESSAGES" ref="a666392d875e267305ad2694ce3ce213a84ae45219effaca695aa571bf695fc4" args="" -->MESSAGES</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="61d3152c0ff5d024f84b2fe149be0154"></a><!-- doxytag: member="VISU::XYPlot::ViewPosition" ref="61d3152c0ff5d024f84b2fe149be0154" args="" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">enum <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">VISU::View::ViewPosition</a><code> [inherited]</code> </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+<dl compact><dt><b>Enumerator: </b></dt><dd>
+<table border="0" cellspacing="2" cellpadding="0">
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be01545fe0740c7cad5e89fedcad2b26806749"></a><!-- doxytag: member="TOP" ref="61d3152c0ff5d024f84b2fe149be01545fe0740c7cad5e89fedcad2b26806749" args="" -->TOP</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be015493a1dab2e71eac6a554710428eae5065"></a><!-- doxytag: member="CENTER" ref="61d3152c0ff5d024f84b2fe149be015493a1dab2e71eac6a554710428eae5065" args="" -->CENTER</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be01544f8fb8916808919e85dbad251c346f22"></a><!-- doxytag: member="BOTTOM" ref="61d3152c0ff5d024f84b2fe149be01544f8fb8916808919e85dbad251c346f22" args="" -->BOTTOM</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be0154890e1c4cdf828c641a0d36f8b5587edc"></a><!-- doxytag: member="RIGHT" ref="61d3152c0ff5d024f84b2fe149be0154890e1c4cdf828c641a0d36f8b5587edc" args="" -->RIGHT</em> </td><td>
+</td></tr>
+<tr><td valign="top"><em><a class="anchor" name="61d3152c0ff5d024f84b2fe149be015436e2382243a4b7d321dd80242e0b2b47"></a><!-- doxytag: member="LEFT" ref="61d3152c0ff5d024f84b2fe149be015436e2382243a4b7d321dd80242e0b2b47" args="" -->LEFT</em> </td><td>
+</td></tr>
+</table>
+</dl>
+ </td>
+ </tr>
+</table>
+<hr><h2>Member Function Documentation</h2>
+<a class="anchor" name="c207e0cda2c7a45361ffcdb4883c5fe0"></a><!-- doxytag: member="VISU::XYPlot::SetSubTitle" ref="c207e0cda2c7a45361ffcdb4883c5fe0" args="(in string theTitle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.SetSubTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theTitle</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the XY plot <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theTitle</em> </td><td>The title of the XY plot </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8535c69832faef5c3f30005dc8c57637"></a><!-- doxytag: member="VISU::XYPlot::GetSubTitle" ref="8535c69832faef5c3f30005dc8c57637" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.XYPlot.GetSubTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the XY plot </td>
+ </tr>
+</table>
+<a class="anchor" name="65add8563ccdf427cd30e670a7e5e667"></a><!-- doxytag: member="VISU::XYPlot::SetCurveType" ref="65add8563ccdf427cd30e670a7e5e667" args="(in CurveType theType)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.SetCurveType </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1XYPlot.html#2161d2d79a23cabdea574a397a32a690">CurveType</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theType</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the type of the curve lines. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theType</em> </td><td>The type of the curve lines taken from <em>CurveType</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="770b8b3b101d76186592480bd16403b5"></a><!-- doxytag: member="VISU::XYPlot::GetCurveType" ref="770b8b3b101d76186592480bd16403b5" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top"><a class="el" href="interfaceVISU_1_1XYPlot.html#2161d2d79a23cabdea574a397a32a690">CurveType</a> VISU.XYPlot.GetCurveType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type of the curve lines. </td>
+ </tr>
+</table>
+<a class="anchor" name="d1600e7f10b8ba468e10a858ef73531e"></a><!-- doxytag: member="VISU::XYPlot::SetMarkerSize" ref="d1600e7f10b8ba468e10a858ef73531e" args="(in long theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.SetMarkerSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the size of the markers (data points) with help of which the curve is constructed on the graphics. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Long value defining the size of the markers. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="4fc927cf7151d644df584a1dac9f9a2e"></a><!-- doxytag: member="VISU::XYPlot::GetMarkerSize" ref="4fc927cf7151d644df584a1dac9f9a2e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.XYPlot.GetMarkerSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the size of the markers (data points) with help of which the curve is constructed on the graphics. </td>
+ </tr>
+</table>
+<a class="anchor" name="803ee60461d18b203ba6d9a45dadb0a4"></a><!-- doxytag: member="VISU::XYPlot::EnableXGrid" ref="803ee60461d18b203ba6d9a45dadb0a4" args="(in boolean theMajor, in long theNumMajor, in boolean theMinor, in long theNumMinor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.EnableXGrid </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in boolean </td>
+ <td class="mdname" nowrap> <em>theMajor</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in long </td>
+ <td class="mdname" nowrap> <em>theNumMajor</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in boolean </td>
+ <td class="mdname" nowrap> <em>theMinor</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in long </td>
+ <td class="mdname" nowrap> <em>theNumMinor</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Enable/disables X-axis grid of the 2D plot. </td>
+ </tr>
+</table>
+<a class="anchor" name="ad67f3f1b7e6717e5de9b62550acb296"></a><!-- doxytag: member="VISU::XYPlot::EnableYGrid" ref="ad67f3f1b7e6717e5de9b62550acb296" args="(in boolean theMajor, in long theNumMajor, in boolean theMinor, in long theNumMinor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.EnableYGrid </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in boolean </td>
+ <td class="mdname" nowrap> <em>theMajor</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in long </td>
+ <td class="mdname" nowrap> <em>theNumMajor</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in boolean </td>
+ <td class="mdname" nowrap> <em>theMinor</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in long </td>
+ <td class="mdname" nowrap> <em>theNumMinor</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Enable/disables Y-axis grid of the 2D plot. </td>
+ </tr>
+</table>
+<a class="anchor" name="5c9e21ce8fb6bc4d439ec658460b5dd1"></a><!-- doxytag: member="VISU::XYPlot::SetHorScaling" ref="5c9e21ce8fb6bc4d439ec658460b5dd1" args="(in Scaling theScaling)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.SetHorScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in Scaling </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScaling</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets horizontal scaling of the 2D plot. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScaling</em> </td><td>Type of scaling taken from <em>Scaling</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="79638dd4367d5149a4279a89b02b64de"></a><!-- doxytag: member="VISU::XYPlot::GetHorScaling" ref="79638dd4367d5149a4279a89b02b64de" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">Scaling VISU.XYPlot.GetHorScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type horizontal scaling of the 2D plot. </td>
+ </tr>
+</table>
+<a class="anchor" name="c612aebbc244b6f651a1979ea23682ac"></a><!-- doxytag: member="VISU::XYPlot::SetVerScaling" ref="c612aebbc244b6f651a1979ea23682ac" args="(in Scaling theScaling)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.SetVerScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in Scaling </td>
+ <td class="mdname1" valign="top" nowrap> <em>theScaling</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets vertical scaling of the 2D plot. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theScaling</em> </td><td>Type of scaling taken from <em>Scaling</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="23b18561103b7b5720c0655ae7dccbd0"></a><!-- doxytag: member="VISU::XYPlot::GetVerScaling" ref="23b18561103b7b5720c0655ae7dccbd0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">Scaling VISU.XYPlot.GetVerScaling </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the type vertical scaling of the 2D plot. </td>
+ </tr>
+</table>
+<a class="anchor" name="fa3e6f676c843e93b44a751033b36810"></a><!-- doxytag: member="VISU::XYPlot::SetXTitle" ref="fa3e6f676c843e93b44a751033b36810" args="(in string theTitle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.SetXTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theTitle</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the X-axis of the plot. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theTitle</em> </td><td>String value defining the title of the X-axis of the plot. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="e89eb7a11cfcf2b20e805561fac88faf"></a><!-- doxytag: member="VISU::XYPlot::GetXTitle" ref="e89eb7a11cfcf2b20e805561fac88faf" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.XYPlot.GetXTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the X-axis of the plot. </td>
+ </tr>
+</table>
+<a class="anchor" name="9ccb79c35cbfc3a26fbe5b9c8b06d294"></a><!-- doxytag: member="VISU::XYPlot::SetYTitle" ref="9ccb79c35cbfc3a26fbe5b9c8b06d294" args="(in string theTitle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.SetYTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theTitle</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the Y-axis of the plot. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theTitle</em> </td><td>String value defining the title of the X-axis of the plot. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="785caae48e8569f83b675c992149a4c0"></a><!-- doxytag: member="VISU::XYPlot::GetYTitle" ref="785caae48e8569f83b675c992149a4c0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.XYPlot.GetYTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the Y-axis of the plot. </td>
+ </tr>
+</table>
+<a class="anchor" name="9acd45dd44f8e4392c0578b690c6ba91"></a><!-- doxytag: member="VISU::XYPlot::ShowLegend" ref="9acd45dd44f8e4392c0578b690c6ba91" args="(in boolean theShowing)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.ShowLegend </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in boolean </td>
+ <td class="mdname1" valign="top" nowrap> <em>theShowing</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Shows/hides the legend (description) of the 2D plot. </td>
+ </tr>
+</table>
+<a class="anchor" name="eed272b9b359ec36b2f9dd1987bb1e55"></a><!-- doxytag: member="VISU::XYPlot::FitAll" ref="eed272b9b359ec36b2f9dd1987bb1e55" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.FitAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Shrinks and enlarges the 2D plot to fit the 2D viewer. </td>
+ </tr>
+</table>
+<a class="anchor" name="09f1401758fa43613fcd2fc97e21051c"></a><!-- doxytag: member="VISU::XYPlot::FitXRange" ref="09f1401758fa43613fcd2fc97e21051c" args="(in double xMin, in double xMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.FitXRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>xMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>xMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set range of the 2D plot to X axis of the 2D viewer. </td>
+ </tr>
+</table>
+<a class="anchor" name="e329f30145ad146c3e442cfcac0a364a"></a><!-- doxytag: member="VISU::XYPlot::FitYRange" ref="e329f30145ad146c3e442cfcac0a364a" args="(in double yMin, in double yMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.FitYRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>yMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>yMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set range of the 2D plot to Y axis of the 2D viewer. </td>
+ </tr>
+</table>
+<a class="anchor" name="efe478a701ae92c1387e8f9e802ce283"></a><!-- doxytag: member="VISU::XYPlot::FitRange" ref="efe478a701ae92c1387e8f9e802ce283" args="(in double xMin, in double xMax, in double yMin, in double yMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.FitRange </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>xMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>xMax</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>yMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>yMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set range of the 2D plot to XY axis of the 2D viewer. </td>
+ </tr>
+</table>
+<a class="anchor" name="1fecba2321256601f502f404133aec4b"></a><!-- doxytag: member="VISU::XYPlot::GetFitRanges" ref="1fecba2321256601f502f404133aec4b" args="(out double xMin, out double xMax, out double yMin, out double yMax)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.XYPlot.GetFitRanges </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">out double </td>
+ <td class="mdname" nowrap> <em>xMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out double </td>
+ <td class="mdname" nowrap> <em>xMax</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out double </td>
+ <td class="mdname" nowrap> <em>yMin</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>out double </td>
+ <td class="mdname" nowrap> <em>yMax</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="d4c3991dc0e4f751e23b17261d52178d"></a><!-- doxytag: member="VISU::XYPlot::ShowPart" ref="d4c3991dc0e4f751e23b17261d52178d" args="(in ViewRepresentation ViewRepr, in boolean state)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.ShowPart </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> </td>
+ <td class="mdname" nowrap> <em>ViewRepr</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in boolean </td>
+ <td class="mdname" nowrap> <em>state</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="2d790758989030510272a71fc5c26ecb"></a><!-- doxytag: member="VISU::XYPlot::IsPartShown" ref="2d790758989030510272a71fc5c26ecb" args="(in ViewRepresentation ViewRepr)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.View.IsPartShown </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#a666392d875e267305ad2694ce3ce213">ViewRepresentation</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>ViewRepr</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="454584a30406826c35f2dcc88ed5e285"></a><!-- doxytag: member="VISU::XYPlot::SplitRight" ref="454584a30406826c35f2dcc88ed5e285" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitRight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Horizontally split workarea of this view. This view is moved in a new right area. </td>
+ </tr>
+</table>
+<a class="anchor" name="06c29b07b09c2e669fa5d37adbad5c89"></a><!-- doxytag: member="VISU::XYPlot::SplitLeft" ref="06c29b07b09c2e669fa5d37adbad5c89" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitLeft </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Horizontally split workarea of this view. This view stays in an old left area, others are moved in a new right area. </td>
+ </tr>
+</table>
+<a class="anchor" name="fab9ec5d12c93924e3fd6600d460738e"></a><!-- doxytag: member="VISU::XYPlot::SplitBottom" ref="fab9ec5d12c93924e3fd6600d460738e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitBottom </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Vertically split workarea of this view. This view is moved in a new bottom area. </td>
+ </tr>
+</table>
+<a class="anchor" name="e399ee4c9665a7b496371f938d3e7fd3"></a><!-- doxytag: member="VISU::XYPlot::SplitTop" ref="e399ee4c9665a7b496371f938d3e7fd3" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SplitTop </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Vertically split workarea of this view. This view stays in an old top area, others are moved in a new bottom area. </td>
+ </tr>
+</table>
+<a class="anchor" name="c7cb8f7af67a6fc161ce1e1266cf6078"></a><!-- doxytag: member="VISU::XYPlot::OnTop" ref="c7cb8f7af67a6fc161ce1e1266cf6078" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.OnTop </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Put this view window on top of its work area. </td>
+ </tr>
+</table>
+<a class="anchor" name="d24a4fd9604a6b2da4d9f265b87b73e7"></a><!-- doxytag: member="VISU::XYPlot::Attract" ref="d24a4fd9604a6b2da4d9f265b87b73e7" args="(in View theView)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Attract </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html">View</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theView</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Put <em>theView</em> in workarea of this view right after it. If <em>theView</em> was alone in its workarea, workarea of <em>theView</em> will be destroyed. If <em>theView</em> was in the same workarea with this view, simple reordering will take place. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theView</em> </td><td>A view window to be attracted to this one. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="81523793df94f223086e2dfb7a9bde44"></a><!-- doxytag: member="VISU::XYPlot::AttractAll" ref="81523793df94f223086e2dfb7a9bde44" args="(in View theView)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.AttractAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html">View</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>theView</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Put all the view windows from workarea of <em>theView</em> in workarea of this view right after it. Workarea of <em>theView</em> will be destroyed. If <em>theView</em> was in the same workarea with this view, simple reordering will take place. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theView</em> </td><td>A view window to be attracted to this one together with all its workarea. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c51e42d9554731639821248cf5c51789"></a><!-- doxytag: member="VISU::XYPlot::SetRelativePositionInSplitter" ref="c51e42d9554731639821248cf5c51789" args="(in double thePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePositionInSplitter </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set position of this view window relatively its splitter. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePosition</em> </td><td>Desired position of this view window relatively its splitter. Meaningfull values lays in range [0..1].</td></tr>
+ </table>
+</dl>
+Direction of positioning is defined by the splitter orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="094aac0197dd3a66e8482ac9067c1200"></a><!-- doxytag: member="VISU::XYPlot::SetRelativeSizeInSplitter" ref="094aac0197dd3a66e8482ac9067c1200" args="(in double theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSizeInSplitter </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set size of this view window relatively its splitter. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Desired size of this view window relatively its splitter. Meaningfull values lays in range [0..1].</td></tr>
+ </table>
+</dl>
+Direction of resizing is defined by the splitter orientation. </td>
+ </tr>
+</table>
+<a class="anchor" name="5a6f6a0f2853ec6dbce40f8a0f058e67"></a><!-- doxytag: member="VISU::XYPlot::SetRelativePositionX" ref="5a6f6a0f2853ec6dbce40f8a0f058e67" args="(in double thePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePositionX </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set horizontal position of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePosition</em> </td><td>Desired horizontal position of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="d538c2c385e0542b0a04d1161833c9a7"></a><!-- doxytag: member="VISU::XYPlot::SetRelativePositionY" ref="d538c2c385e0542b0a04d1161833c9a7" args="(in double thePosition)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePositionY </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePosition</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set vertical position of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePosition</em> </td><td>Desired vertical position of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="1a82e7fd3d5b3c79690bfb17eeb19e8c"></a><!-- doxytag: member="VISU::XYPlot::SetRelativeSizeX" ref="1a82e7fd3d5b3c79690bfb17eeb19e8c" args="(in double theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSizeX </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set horizontal size of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Desired horizontal size of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="773d3140097f5d20568bb5bf7a244962"></a><!-- doxytag: member="VISU::XYPlot::SetRelativeSizeY" ref="773d3140097f5d20568bb5bf7a244962" args="(in double theSize)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSizeY </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname1" valign="top" nowrap> <em>theSize</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Set vertical size of this view window relatively its workstack. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theSize</em> </td><td>Desired vertical size of this view window relatively its workstack. Meaningfull values lays in range [0..1]. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="cd6524625b6ca8e3c49022459f106bed"></a><!-- doxytag: member="VISU::XYPlot::SetViewWidth" ref="cd6524625b6ca8e3c49022459f106bed" args="(in long Width)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>Width</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Old methods for view parameters management, they don't work now </td>
+ </tr>
+</table>
+<a class="anchor" name="b07ab6237cfdd70884a038af48fd7e72"></a><!-- doxytag: member="VISU::XYPlot::SetViewHeight" ref="b07ab6237cfdd70884a038af48fd7e72" args="(in long Height)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in long </td>
+ <td class="mdname1" valign="top" nowrap> <em>Height</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="904d6945f16117519d74dda54cf0aef0"></a><!-- doxytag: member="VISU::XYPlot::GetViewWidth" ref="904d6945f16117519d74dda54cf0aef0" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.View.GetViewWidth </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="56f2a1d86c80ebc81f9a0db71e25d3df"></a><!-- doxytag: member="VISU::XYPlot::GetViewHeight" ref="56f2a1d86c80ebc81f9a0db71e25d3df" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">long VISU.View.GetViewHeight </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="68a47a614cafe868ab89fad6ce117860"></a><!-- doxytag: member="VISU::XYPlot::SetViewPositionHorizontal" ref="68a47a614cafe868ab89fad6ce117860" args="(in ViewPosition ViewPosHor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewPositionHorizontal </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>ViewPosHor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8df1d9425b90f9dd21c36acc3f9c444b"></a><!-- doxytag: member="VISU::XYPlot::SetViewPositionVertical" ref="8df1d9425b90f9dd21c36acc3f9c444b" args="(in ViewPosition ViewPosVer)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetViewPositionVertical </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1View.html#61d3152c0ff5d024f84b2fe149be0154">ViewPosition</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>ViewPosVer</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="9357df128dabcd74c4d54ad04eda0d49"></a><!-- doxytag: member="VISU::XYPlot::SetRelativePosition" ref="9357df128dabcd74c4d54ad04eda0d49" args="(in double x, in double y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativePosition </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>x</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="c2049cff1e9ee54312bd267154d9b69a"></a><!-- doxytag: member="VISU::XYPlot::SetRelativeSize" ref="c2049cff1e9ee54312bd267154d9b69a" args="(in double x, in double y)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetRelativeSize </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in double </td>
+ <td class="mdname" nowrap> <em>x</em>, </td>
+ </tr>
+ <tr>
+ <td class="md" nowrap align="right"></td>
+ <td class="md"></td>
+ <td class="md" nowrap>in double </td>
+ <td class="mdname" nowrap> <em>y</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">) </td>
+ <td class="md" colspan="2"><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="f52e1696f127af6ddffb7cb012411a26"></a><!-- doxytag: member="VISU::XYPlot::Minimize" ref="f52e1696f127af6ddffb7cb012411a26" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Minimize </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="71b5b17b0376653363709077e1597616"></a><!-- doxytag: member="VISU::XYPlot::Restore" ref="71b5b17b0376653363709077e1597616" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Restore </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="91cde31fe400a5f82c8bdbe7db3b5ef7"></a><!-- doxytag: member="VISU::XYPlot::Maximize" ref="91cde31fe400a5f82c8bdbe7db3b5ef7" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Maximize </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="4071ba1dd44364ae0d8cc337a7544921"></a><!-- doxytag: member="VISU::XYPlot::SetTitle" ref="4071ba1dd44364ae0d8cc337a7544921" args="(in string theTitle)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theTitle</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets the title of the View frame. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theTitle</em> </td><td>String parameter defining the title of the View frame. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="6930e36faf0c5628d5b5ad9dc20148d5"></a><!-- doxytag: member="VISU::XYPlot::GetTitle" ref="6930e36faf0c5628d5b5ad9dc20148d5" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">string VISU.View.GetTitle </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets the title of the View frame. </td>
+ </tr>
+</table>
+<a class="anchor" name="ff8571273f82a27f46d43ea0419bafb1"></a><!-- doxytag: member="VISU::XYPlot::SetBackground" ref="ff8571273f82a27f46d43ea0419bafb1" args="(in SALOMEDS::Color theColor)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.SetBackground </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in SALOMEDS::Color </td>
+ <td class="mdname1" valign="top" nowrap> <em>theColor</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Sets background color of the View frame. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theColor</em> </td><td>Background color defined in <em>SALOMEDS.Color</em> enumeration. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="a58313a02ba9c2a872740392197c78e2"></a><!-- doxytag: member="VISU::XYPlot::GetBackground" ref="a58313a02ba9c2a872740392197c78e2" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">SALOMEDS::Color VISU.View.GetBackground </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Gets background color of the View frame. </td>
+ </tr>
+</table>
+<a class="anchor" name="d9e3dfc74c7239ac9694fc41e8dfb95e"></a><!-- doxytag: member="VISU::XYPlot::EraseAll" ref="d9e3dfc74c7239ac9694fc41e8dfb95e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.EraseAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Removes all presentations (presentable objects) from the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="db66b95801ce72fc207dbae4e9ada32c"></a><!-- doxytag: member="VISU::XYPlot::DisplayAll" ref="db66b95801ce72fc207dbae4e9ada32c" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.DisplayAll </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Displays all presentations (presentable objects) in the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="c7f48239fd32867a22fa772fe258de3e"></a><!-- doxytag: member="VISU::XYPlot::Erase" ref="c7f48239fd32867a22fa772fe258de3e" args="(in PrsObject thePrsObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Erase </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrsObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Removes a definite presentation (presentable object) from the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrsObj</em> </td><td>The presentation (presentable object) which should be deleted. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="61228d03b32683bded67da12990210b6"></a><!-- doxytag: member="VISU::XYPlot::Display" ref="61228d03b32683bded67da12990210b6" args="(in PrsObject thePrsObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Display </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrsObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Displays a definite presentation (presentable object) in the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrsObj</em> </td><td>The presentation (presentable object) which should be displayed. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="14985b21e1c7b6afdddafa2f4d6f93b4"></a><!-- doxytag: member="VISU::XYPlot::DisplayOnly" ref="14985b21e1c7b6afdddafa2f4d6f93b4" args="(in PrsObject thePrsObj)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.DisplayOnly </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in <a class="el" href="interfaceVISU_1_1PrsObject.html">PrsObject</a> </td>
+ <td class="mdname1" valign="top" nowrap> <em>thePrsObj</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Allows to display only a definite presentation (presentable object) in the view. All other presentations are removed from the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>thePrsObj</em> </td><td>The presentation (presentable object) which should be displayed. </td></tr>
+ </table>
+</dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="8090c783e2014156227700b014ad8c29"></a><!-- doxytag: member="VISU::XYPlot::Update" ref="8090c783e2014156227700b014ad8c29" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">void VISU.View.Update </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Updates the view. </td>
+ </tr>
+</table>
+<a class="anchor" name="be39869fe3484a4e2de0626254d9eeae"></a><!-- doxytag: member="VISU::XYPlot::SavePicture" ref="be39869fe3484a4e2de0626254d9eeae" args="(in string theFileName)" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">boolean VISU.View.SavePicture </td>
+ <td class="md" valign="top">( </td>
+ <td class="md" nowrap valign="top">in string </td>
+ <td class="mdname1" valign="top" nowrap> <em>theFileName</em> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Saves the view. <dl compact><dt><b>Parameters:</b></dt><dd>
+ <table border="0" cellspacing="2" cellpadding="0">
+ <tr><td valign="top"></td><td valign="top"><em>theFileName</em> </td><td>The name of the file where the view will be saved. </td></tr>
+ </table>
+</dl>
+<dl compact><dt><b>Returns:</b></dt><dd>True, if the view have been saved successfully. </dd></dl>
+ </td>
+ </tr>
+</table>
+<a class="anchor" name="5da28cc23f3657dd24a3b8598319c522"></a><!-- doxytag: member="VISU::XYPlot::GetID" ref="5da28cc23f3657dd24a3b8598319c522" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">IdType VISU.Base.GetID </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns ID of the object. </td>
+ </tr>
+</table>
+<a class="anchor" name="6f62d77b0451737114b5a10bf23be21e"></a><!-- doxytag: member="VISU::XYPlot::GetType" ref="6f62d77b0451737114b5a10bf23be21e" args="()" --><p>
+<table class="mdTable" cellpadding="2" cellspacing="0">
+ <tr>
+ <td class="mdRow">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td class="md" nowrap valign="top">VISUType VISU.Base.GetType </td>
+ <td class="md" valign="top">( </td>
+ <td class="mdname1" valign="top" nowrap> </td>
+ <td class="md" valign="top"> ) </td>
+ <td class="md" nowrap><code> [inherited]</code></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing="5" cellpadding="0" border="0">
+ <tr>
+ <td>
+
+ </td>
+ <td>
+
+<p>
+Returns the type of the presentable object </td>
+ </tr>
+</table>
+</DIV>
+</BODY>
+</HTML>
<style type="text/css">\r
<!--\r
div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }\r
+p.WebHelpNavBar { text-align:right; }\r
-->\r
</style><script type="text/javascript" language="javascript1.2" src="whmsg.js"></script>\r
<script type="text/javascript" language="javascript" src="whver.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whproxy.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whutils.js"></script>\r
<script type="text/javascript" language="javascript1.2" src="whtopic.js"></script>\r
-</head>\r
-<body><script type="text/javascript" language="javascript1.2">\r
+<script type="text/javascript" language="javascript1.2">\r
<!--\r
if (window.gbWhTopic)\r
{\r
- if (window.addTocInfo)\r
+ if (window.setRelStartPage)\r
{\r
addTocInfo("Post-Pro module\n3D presentations\nViewing 3D presentations\nVTK 3D Viewer");\r
-addButton("show",BTN_TEXT,"Show","","","","",0,0,"","","");\r
+addButton("show",BTN_IMG,"Show","","","","",0,0,"whd_show0.gif","whd_show2.gif","whd_show1.gif");\r
+addButton("hide",BTN_IMG,"Hide","","","","",0,0,"whd_hide0.gif","whd_hide2.gif","whd_hide1.gif");\r
\r
}\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(1);\r
\r
if (window.setRelStartPage)\r
{\r
- setRelStartPage("visu.htm");\r
+ setRelStartPage("index.htm");\r
\r
autoSync(1);\r
sendSyncInfo();\r
sendAveInfoOut();\r
}\r
+\r
}\r
else\r
if (window.gbIE4)\r
document.location.reload();\r
//-->\r
</script>\r
+</head>\r
+<body><script type="text/javascript" language="javascript1.2">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(4);\r
+//-->\r
+</script>\r
<h1>VTK 3D Viewer</h1>\r
\r
<p class="whs1"><span style="font-weight: bold;"><B>VTK \r
}\r
var gCSHFileName="whcshdata.htm";\r
\r
-var gHomePage="visu.htm";\r
+var gHomePage="index.htm";\r
var gaProj=new Array();\r
gaProj[0]=new Object();\r
gaProj[0].sProjPath=_replaceSlash(_getPath(document.location.href));\r
<html>\r
<head>\r
-<title>Post-Pro Reference Manual</title>\r
+<title>Post-Pro Module Reference Manual</title>\r
\r
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
<meta name="description" content="WebHelp 5.50">\r
--- /dev/null
+<html>\r
+<head>\r
+<title>Navigator Pane</title>\r
+\r
+<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
+<meta name="description" content="WebHelp 5.50">\r
+</head>\r
+<body border=0 topmargin=0 bottommargin=0 rightmargin=0 leftmargin=0 scroll=no>\r
+<script language="javascript" src="whver.js"></script>\r
+<script language="javascript1.2" src="whmozemu.js"></script>\r
+<script language="javascript1.2" src="whmsg.js"></script>\r
+<script language="javascript1.2" src="whproxy.js"></script>\r
+<script language="javascript1.2" src="whutils.js"></script>\r
+<script language="javascript1.2" src="whphost.js"></script>\r
+<script language="javascript1.2">\r
+<!--\r
+var gsNavReDirect="whgdata/whnvp30.htm";\r
+var gbReDirectThis=false;\r
+ var bPreferXML = false;\r
+ var strProjectFileXML = "whproj.xml";\r
+ var strProjectFileHTM = "whproj.htm"; \r
+if(window.gbWhPHost)\r
+{\r
+ addProject(bPreferXML, strProjectFileXML, strProjectFileHTM);\r
+ addPane("toc","whtdhtml.htm");\r
+ addPane("fts","whfdhtml.htm");\r
+ addPane("glo","whgdhtml.htm");\r
+ setShowPane("toc");\r
+\r
+}\r
+else\r
+ document.location.reload();\r
+\r
+if (window.gbNav6)\r
+{\r
+ var oMsg=new whMessage(WH_MSG_RELOADNS6,this, 1,null);\r
+ SendMessage(oMsg);\r
+}\r
+\r
+//-->\r
+</script>\r
+</body>\r
+</html>
\ No newline at end of file
--- /dev/null
+<html>\r
+<head>\r
+<title>Navigation Pane</title>\r
+\r
+<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
+<meta name="description" content="WebHelp 5.50">\r
+<script language="javascript1.2" src="whutils.js"></script>\r
+<script language="javascript1.2" src="whmsg.js"></script>\r
+<script language="javascript1.2" src="whproxy.js"></script>\r
+</head>\r
+<frameset rows="30, *" border="0" frameborder="0">\r
+ <frame name="navtabs" title="tab selection frame" src="whd_tabs.htm" noresize frameborder="no" scrolling="no" border="0" marginheight="0" marginwidth="0" ></frame>\r
+ <frame name="navpane title="navigation frame" src="whd_dpns.htm" ></frame>\r
+</frameset>\r
+</html>
\ No newline at end of file
--- /dev/null
+<html>\r
+<head>\r
+<title>navigation pane</title>\r
+\r
+<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
+<meta name="description" content="WebHelp 5.50">\r
+<script language="javascript" src="whver.js"></script>\r
+<script language="javascript1.2" src="whmsg.js"></script>\r
+<script language="javascript1.2" src="whproxy.js"></script>\r
+<script language="javascript1.2" src="whutils.js"></script>\r
+<script language="javascript1.2">\r
+<!--\r
+var gsInitPane="toc";\r
+var gsCurrentPane="";\r
+var gbLoading = "unknown";\r
+var gbTryTime = 0;\r
+var gbMaxTryTime = 6;\r
+var gbPassPhase0 = 0;\r
+var gbretried = 0;\r
+var gbmaxretry = 3;\r
+var gbretrytime = new Array();\r
+\r
+var origWidth = 0;\r
+var origHeight = 0;\r
+\r
+gbretrytime[0]= 5000;\r
+gbretrytime[1]= 30000;\r
+gbretrytime[2]= 60000;\r
+\r
+function addPane(sName, sFile)\r
+{\r
+}\r
+\r
+function setShowPane(sName)\r
+{\r
+ gsInitPane=sName;\r
+}\r
+\r
+ addPane("toc","whtdhtml.htm");\r
+ addPane("fts","whfdhtml.htm");\r
+ addPane("glo","whgdhtml.htm");\r
+ setShowPane("toc");\r
+\r
+\r
+function window_unload()\r
+{\r
+ UnRegisterListener2(this, WH_MSG_SHOWTOC);\r
+ UnRegisterListener2(this, WH_MSG_SHOWIDX);\r
+ UnRegisterListener2(this, WH_MSG_SHOWFTS);\r
+ UnRegisterListener2(this, WH_MSG_SHOWGLO);\r
+ UnRegisterListener2(this, WH_MSG_SYNCTOC);\r
+ UnRegisterListener2(this, WH_MSG_SEARCHTHIS);\r
+ UnRegisterListener2(this, WH_MSG_GETPANEINFO);\r
+}\r
+\r
+function window_OnLoad()\r
+{\r
+ var bHidePane=false;\r
+ var oMsg=new whMessage(WH_MSG_GETCMD,this,1,null);\r
+ if (SendMessage(oMsg))\r
+ {\r
+ if(oMsg.oParam>0)\r
+ {\r
+ if(oMsg.oParam==1)\r
+ gsInitPane="toc";\r
+ else if(oMsg.oParam==2)\r
+ gsInitPane="idx";\r
+ else if(oMsg.oParam==3)\r
+ gsInitPane="fts";\r
+ else if(oMsg.oParam==4)\r
+ gsInitPane="glo";\r
+ }\r
+ else if(oMsg.oParam==0)\r
+ {\r
+ bHidePane=true;\r
+ }\r
+ }\r
+ if (bHidePane)\r
+ {\r
+ oMsg=new whMessage(WH_MSG_HIDEPANE,this,1,null)\r
+ SendMessage(oMsg);\r
+ }\r
+ else if (gsInitPane == "toc")\r
+ {\r
+ oMsg=new whMessage(WH_MSG_SHOWTOC,this,1,null)\r
+ SendMessage(oMsg); \r
+ }\r
+ else if (gsInitPane=="idx")\r
+ {\r
+ oMsg=new whMessage(WH_MSG_SHOWIDX,this,1,null)\r
+ SendMessage(oMsg); \r
+ }\r
+ else if (gsInitPane=="fts")\r
+ {\r
+ oMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null)\r
+ SendMessage(oMsg); \r
+ }\r
+ else if (gsInitPane=="glo")\r
+ {\r
+ oMsg=new whMessage(WH_MSG_SHOWGLO,this,1,null)\r
+ SendMessage(oMsg); \r
+ }\r
+}\r
+\r
+function CheckLoadingPhase0()\r
+{\r
+ if (!gbPassPhase0) {\r
+ setTimeout("CheckLoadingPhase0()", 1000);\r
+ document.applets[0];\r
+ gbPassPhase0 = 1;\r
+ }\r
+ else {\r
+ CheckLoadingPhase1();\r
+ }\r
+}\r
+\r
+function CheckLoadingPhase1()\r
+{\r
+ if (gbNav4) {\r
+ if ("unknown" == gbLoading && document.readystate < 4) {\r
+ setTimeout("CheckLoadingPhase1()", 1000);\r
+ }\r
+ else if ("unknown" == gbLoading) {\r
+ CheckLoadingPhase2();\r
+ }\r
+ }\r
+}\r
+\r
+function CheckLoadingPhase2()\r
+{\r
+ if (gbNav4) {\r
+ gbTryTime ++;\r
+ if ("unknown" == gbLoading) {\r
+ if (gbTryTime <= gbMaxTryTime )\r
+ setTimeout("CheckLoadingPhase2()", 1000);\r
+ else {\r
+ if (gnVerMinor != 4.60) {\r
+ alert("Unable to load applet. If you are using an old version of Netscape, the prefs.js file needs to be edited.");\r
+ }\r
+ } \r
+ }\r
+ }\r
+}\r
+\r
+function CheckAppletLoaded()\r
+{\r
+ if (typeof(document.webhelp) == "undefined")\r
+ {\r
+ document.location.reload();\r
+ if (gbretried < gbmaxretry)\r
+ {\r
+ gbretried ++;\r
+ setTimeout("CheckAppletLoaded();", gbretrytime[gbretried]);\r
+ }\r
+ }\r
+}\r
+\r
+function reDo() \r
+{\r
+ if (innerWidth != origWidth || innerHeight != origHeight) \r
+ {\r
+ //reloaded applet if nessary\r
+ gbretried = 0;\r
+\r
+ if (gnVerMinor == 4.60) \r
+ {\r
+ //reload the applet again.\r
+ document.location.reload();\r
+ gbretried ++;\r
+ }\r
+ setTimeout("CheckAppletLoaded();", gbretrytime[gbretried]);\r
+ }\r
+}\r
+\r
+function onSendMessage(oMsg)\r
+{\r
+ if (oMsg)\r
+ { \r
+ var nMsgId = oMsg.nMessageId;\r
+ var WebHelpApplet = null;\r
+ if (gbNav4)\r
+ {\r
+ WebHelpApplet = document.applets["WebHelp"];\r
+ if (!WebHelpApplet.Command)\r
+ document.location="whgdata/whnvp30.htm";\r
+ }\r
+ else\r
+ WebHelpApplet = WebHelp;\r
+\r
+ if(nMsgId==WH_MSG_GETPANEINFO)\r
+ {\r
+ oMsg.oParam=gsCurrentPane;\r
+ return false;\r
+ }\r
+ else if (gbLoading!="unknown"||gbNav6)\r
+ {\r
+ if (nMsgId == WH_MSG_SHOWTOC)\r
+ {\r
+ gsCurrentPane="toc";\r
+ WebHelpApplet .Command("Contents", null);\r
+ var onMsg=new whMessage(WH_MSG_PANEINFO, this, 1, "toc");\r
+ SendMessage(onMsg);\r
+ onMsg = new whMessage(WH_MSG_SHOWPANE, this, 1, null);\r
+ SendMessage(onMsg);\r
+ }\r
+ else if (nMsgId == WH_MSG_SHOWIDX)\r
+ {\r
+ gsCurrentPane="idx";\r
+ WebHelpApplet .Command("Index", null);\r
+ var onMsg=new whMessage(WH_MSG_PANEINFO, this, 1, "idx");\r
+ SendMessage(onMsg);\r
+ onMsg = new whMessage(WH_MSG_SHOWPANE, this, 1, null);\r
+ SendMessage(onMsg);\r
+ }\r
+ else if (nMsgId == WH_MSG_SHOWFTS)\r
+ {\r
+ gsCurrentPane="fts";\r
+ WebHelpApplet .Command("Search", null);\r
+ var onMsg=new whMessage(WH_MSG_PANEINFO, this, 1, "fts");\r
+ SendMessage(onMsg);\r
+ onMsg = new whMessage(WH_MSG_SHOWPANE, this, 1, null);\r
+ SendMessage(onMsg);\r
+ }\r
+ else if (nMsgId == WH_MSG_SHOWGLO)\r
+ {\r
+ gsCurrentPane="glo";\r
+ WebHelpApplet .Command("Glossary", null);\r
+ var onMsg=new whMessage(WH_MSG_PANEINFO, this, 1, "glo");\r
+ SendMessage(onMsg);\r
+ onMsg = new whMessage(WH_MSG_SHOWPANE, this, 1, null);\r
+ SendMessage(onMsg);\r
+ }\r
+ else if (nMsgId == WH_MSG_SYNCTOC)\r
+ {\r
+ gsCurrentPane="toc";\r
+ var oTopicParam = oMsg.oParam;\r
+ if (oTopicParam && oTopicParam.aPaths && oTopicParam.aPaths.length > 0 && oTopicParam.sPPath)\r
+ {\r
+ var sPPath = _browserStringToText(oTopicParam.sPPath);\r
+ var sParam = "";\r
+ for (var i = 0; i < oTopicParam.aPaths.length; i ++)\r
+ {\r
+ sParam += oTopicParam.aPaths[i] + "\r\r";\r
+ }\r
+ WebHelpApplet.Command("SyncToc", sPPath, sParam);\r
+ }\r
+ }\r
+ else if(nMsgId==WH_MSG_SEARCHTHIS)\r
+ {\r
+ gsCurrentPane="fts";\r
+ WebHelpApplet .Command("Search", oMsg.oParam);\r
+ var onMsg=new whMessage(WH_MSG_PANEINFO, this, 1, "fts");\r
+ SendMessage(onMsg);\r
+ onMsg = new whMessage(WH_MSG_SHOWPANE, this, 1, null);\r
+ SendMessage(onMsg);\r
+ }\r
+ }\r
+ }\r
+ return true;\r
+}\r
+\r
+function getInitTocInfo()\r
+{\r
+ // send message ask for the first time sync toc info.\r
+ var oParam = new Object();\r
+ oParam.oTocInfo = null;\r
+ var oMsg = new whMessage(WH_MSG_GETTOCPATHS, this, 1, oParam);\r
+ if (SendMessage(oMsg ))\r
+ {\r
+ var oTopicParam = oMsg.oParam.oTocInfo;\r
+ if (oTopicParam && oTopicParam.aPaths && oTopicParam.aPaths.length > 0 && oTopicParam.sPPath)\r
+ {\r
+ var sPPath = _browserStringToText(oTopicParam.sPPath);\r
+ var sParam = "";\r
+ for (var i = 0; i < oTopicParam.aPaths.length; i ++)\r
+ {\r
+ sParam += oTopicParam.aPaths[i] + "\r\r";\r
+ }\r
+ var WebHelpApplet;\r
+ if (gbNav4)\r
+ WebHelpApplet = document.applets["WebHelp"];\r
+ else\r
+ WebHelpApplet = WebHelp;\r
+ WebHelpApplet.Command("SyncToc", sPPath, sParam);\r
+ }\r
+ }\r
+}\r
+\r
+if(window.gbWhUtil&&window.gbWhMsg&&window.gbWhVer&&window.gbWhProxy)\r
+{\r
+ RegisterListener2(this, WH_MSG_SHOWTOC);\r
+ RegisterListener2(this, WH_MSG_SHOWIDX);\r
+ RegisterListener2(this, WH_MSG_SHOWFTS);\r
+ RegisterListener2(this, WH_MSG_SHOWGLO);\r
+ RegisterListener2(this, WH_MSG_SYNCTOC);\r
+ RegisterListener2(this, WH_MSG_SEARCHTHIS);\r
+ RegisterListener2(this, WH_MSG_GETPANEINFO);\r
+\r
+ window.onunload = window_unload;\r
+ window.onload=window_OnLoad;\r
+ window.onerror = null;\r
+ var gbWindows = ((gAgent.indexOf("win") != -1) || (gAgent.indexOf("16bit") != -1));\r
+\r
+ if (gbNav4 && !gbNav6 && gbWindows) {\r
+ setTimeout("CheckLoadingPhase0()", 1000);\r
+ }\r
+\r
+ if (gbNav4) \r
+ {\r
+ origWidth = innerWidth;\r
+ origHeight = innerHeight;\r
+ onresize = reDo;\r
+ }\r
+}\r
+else\r
+ document.location.reload();\r
+\r
+if (window.gbNav6)\r
+{\r
+ var oMsg=new whMessage(WH_MSG_RELOADNS6,this, 1,null);\r
+ SendMessage(oMsg);\r
+}\r
+\r
+//-->\r
+</script>\r
+</head>\r
+<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="c0c0c0">\r
+<applet code=WebHelp.class name=WebHelp archive=webhelp.jar width=100% height=100% MAYSCRIPT hspace=0 vspace=0>\r
+<PARAM name=ProjectFile value=whproj.xml><PARAM name=ResourceFile value=whres.xml>\r
+<PARAM name=Frame value=bsscright>\r
+<PARAM name=cabbase value=webhelp.cab>\r
+</applet>\r
+</body>\r
+</html>\r
--- /dev/null
+<HTML>\r
+<HEAD>\r
+<TITLE>WebHelp Tabs Frame in Navigation Pane</TITLE>\r
+\r
+<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
+<meta name="description" content="WebHelp 5.50">\r
+<!-- WebHelp version 5.10 -->\r
+</HEAD>\r
+<script language="javascript" src="whver.js"></script>\r
+<script language="javascript1.2" src="whmsg.js"></script>\r
+<script language="javascript1.2" src="whproxy.js"></script>\r
+<script language="javascript1.2" src="whutils.js"></script>\r
+<script language="javascript1.2">\r
+<!--\r
+var gsBgColor="#c0c0c0"\r
+var gsBgImage="";\r
+var gnCurPane=0;\r
+var gsFirstPane="";\r
+var goTocFont=null;\r
+var goIdxFont=null;\r
+var goFtsFont=null;\r
+var goGloFont=null;\r
+var gPane=new Array();\r
+var gShowFirst=0;\r
+var gnTabType=0;\r
+\r
+function window_unload()\r
+{\r
+ UnRegisterListener2(this,WH_MSG_SHOWTOC);\r
+ UnRegisterListener2(this,WH_MSG_SHOWIDX);\r
+ UnRegisterListener2(this,WH_MSG_SHOWFTS);\r
+ UnRegisterListener2(this,WH_MSG_SHOWGLO);\r
+}\r
+\r
+\r
+function setFont(sType,sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration)\r
+{\r
+ var vFont=new whFont(sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration);\r
+ if(sType=="Toc") goTocFont=vFont;\r
+ else if(sType=="Idx") goIdxFont=vFont;\r
+ else if(sType=="Fts") goFtsFont=vFont;\r
+ else if(sType=="Glo") goGloFont=vFont;\r
+}\r
+\r
+function TocWriteClassStyle()\r
+{\r
+ var sStyle="<STYLE TYPE='text/css'>";\r
+ sStyle+=".TextTabToc {"+getFontStyle(goTocFont)+"}";\r
+ sStyle+=".TextTabIdx {"+getFontStyle(goIdxFont)+"}";\r
+ sStyle+=".TextTabFts {"+getFontStyle(goFtsFont)+"}";\r
+ sStyle+=".TextTabGlo {"+getFontStyle(goGloFont)+"}";\r
+ sStyle+="A:hover {text-decoration:underline;}";\r
+ sStyle+="</STYLE>";\r
+ document.write(sStyle);\r
+}\r
+\r
+function setBackgroundcolor(sBgColor)\r
+{\r
+ if(sBgColor!=null&&sBgColor.length>0)\r
+ gsBgColor=sBgColor;\r
+}\r
+\r
+function setBackground(sBgImage)\r
+{\r
+ if(sBgImage!=null&&sBgImage.length>0)\r
+ gsBgImage=sBgImage;\r
+}\r
+\r
+function selectToc()\r
+{\r
+ var oMessage=new whMessage(WH_MSG_SHOWTOC,this,1,null);\r
+ SendMessage(oMessage);\r
+}\r
+\r
+function selectIdx()\r
+{\r
+ var oMessage=new whMessage(WH_MSG_SHOWIDX,this,1,null);\r
+ SendMessage(oMessage);\r
+}\r
+function selectFts()\r
+{\r
+ var oMessage=new whMessage(WH_MSG_SHOWFTS,this,1,null);\r
+ SendMessage(oMessage);\r
+}\r
+\r
+function selectGlo()\r
+{\r
+ var oMessage=new whMessage(WH_MSG_SHOWGLO,this,1,null);\r
+ SendMessage(oMessage);\r
+}\r
+\r
+\r
+function onSendMessage(oMsg)\r
+{\r
+ if(oMsg)\r
+ {\r
+ var nMsgId=oMsg.nMessageId;\r
+ if(nMsgId==WH_MSG_SHOWTOC)\r
+ {\r
+ setTimeout("showTabByName(\"toc\");",1);\r
+ }\r
+ else if(nMsgId==WH_MSG_SHOWIDX)\r
+ {\r
+ setTimeout("showTabByName(\"idx\");",1);\r
+ }\r
+ else if(nMsgId==WH_MSG_SHOWFTS)\r
+ {\r
+ setTimeout("showTabByName(\"fts\");",1);\r
+ }\r
+ else if(nMsgId==WH_MSG_SHOWGLO)\r
+ {\r
+ setTimeout("showTabByName(\"glo\");",1);\r
+ }\r
+ }\r
+ return true;\r
+}\r
+\r
+function showTabByName(sTabName)\r
+{\r
+ for(var i=0;i<gPane.length;i++)\r
+ {\r
+ if(gPane[i]==sTabName)\r
+ {\r
+ showTab(i);\r
+ break;\r
+ }\r
+ }\r
+}\r
+\r
+function showTab(n)\r
+{\r
+ gnCurPane=n;\r
+ if(gnTabType==0)\r
+ {\r
+ if(n<gPane.length)\r
+ {\r
+ if(document.images["TocTab"]&&document.images["TocTab"]!=null){\r
+ if(gPane[n]=="toc")\r
+ document.images["TocTab"].src=getBtnImage("toc",1);\r
+ else\r
+ document.images["TocTab"].src=getBtnImage("toc",0);\r
+ }\r
+ if(document.images["IndexTab"]&&document.images["IndexTab"]!=null){\r
+ if(gPane[n]=="idx")\r
+ document.images["IndexTab"].src=getBtnImage("idx",1);\r
+ else\r
+ document.images["IndexTab"].src=getBtnImage("idx",0);\r
+ }\r
+ if(document.images["FtsTab"]&&document.images["FtsTab"]!=null){\r
+ if(gPane[n]=="fts")\r
+ document.images["FtsTab"].src=getBtnImage("fts",1);\r
+ else\r
+ document.images["FtsTab"].src=getBtnImage("fts",0);\r
+ }\r
+ if(document.images["GloTab"]&&document.images["GloTab"]!=null){\r
+ if(gPane[n]=="glo")\r
+ document.images["GloTab"].src=getBtnImage("glo",1);\r
+ else\r
+ document.images["GloTab"].src=getBtnImage("glo",0);\r
+ }\r
+ }\r
+ }\r
+ else if(gnTabType==1)\r
+ {\r
+ }\r
+ else if(gnTabType==2)\r
+ {\r
+ if(n<gPane.length)\r
+ {\r
+ if(document.images["tabSelection"]!=null)\r
+ document.images["tabSelection"].src=getMapImage(gPane[n]);\r
+ }\r
+ }\r
+}\r
+\r
+function addPane(sName)\r
+{\r
+ gPane[gPane.length]=sName;\r
+}\r
+\r
+function setShowPane(sName)\r
+{\r
+ if(gsFirstPane!="")\r
+ sName=gsFirstPane;\r
+ for(var i=0;i<gPane.length;i++)\r
+ {\r
+ if(gPane[i]==sName)\r
+ gShowFirst=i;\r
+ }\r
+}\r
+\r
+function selectDefaultTab()\r
+{\r
+ showTab(gShowFirst);\r
+ if(document.body)\r
+ {\r
+ if(gsBgImage&&gsBgImage.length>0)\r
+ {\r
+ document.body.background=gsBgImage;\r
+ }\r
+ if(gsBgColor&&gsBgColor.length>0)\r
+ {\r
+ document.body.bgColor=gsBgColor;\r
+ }\r
+ }\r
+}\r
+\r
+function getTabsHTML()\r
+{\r
+ var sHTML="";\r
+ for(var i=0;i<gPane.length;i++)\r
+ {\r
+ if(gnTabType==0)\r
+ sHTML+=getTabHTML(gPane[i]);\r
+ else if(gnTabType==1)\r
+ {\r
+ if(sHTML.length>0)\r
+ {\r
+ sHTML+=getSeparator();\r
+ }\r
+ sHTML+=getTabHTMLText(gPane[i]);\r
+ }\r
+\r
+ }\r
+ return sHTML;\r
+}\r
+\r
+function getSeparator()\r
+{\r
+ var sSep="";\r
+ \r
+ return sSep;\r
+}\r
+\r
+function getTabHTML(sTabName)\r
+{\r
+ if (sTabName == "toc")\r
+ return "<a title=\"Contents\" href=\"javascript:void(0);\" onclick=\"selectToc();return false;\" onmouseover=\"mouseOverToc();\" onmouseout=\"mouseOutToc();\"><img name=\"TocTab\" src=\"" + getBtnImage(sTabName, 0) + "\" border=\"0\"></a>";\r
+ else if (sTabName =="idx")\r
+ return "<a title=\"Index\" href=\"javascript:void(0);\" onclick=\"selectIdx();return false;\" onmouseover=\"mouseOverIdx();\" onmouseout=\"mouseOutIdx();\"><img name=\"IndexTab\" src=\"" + getBtnImage(sTabName, 0) + "\" border=\"0\"></a>";\r
+ else if (sTabName == "fts")\r
+ return "<a title=\"Search\" href=\"javascript:void(0);\" onclick=\"selectFts();return false;\" onmouseover=\"mouseOverFts();\" onmouseout=\"mouseOutFts();\"><img name=\"FtsTab\" src=\"" + getBtnImage(sTabName, 0) + "\" border=\"0\"></a>";\r
+ else if (sTabName == "glo")\r
+ return "<a title=\"Glossary\" href=\"javascript:void(0);\" onclick=\"selectGlo();return false;\"onmouseover=\"mouseOverGlo();\" onmouseout=\"mouseOutGlo();\"><img name=\"GloTab\" src=\"" + getBtnImage(sTabName, 0) + "\" border=\"0\"></a>";\r
+ return "";\r
+}\r
+\r
+function mouseOverToc()\r
+{\r
+ var sImg = "";\r
+ if (gPane[gnCurPane] == "toc")\r
+ {\r
+ sImg = getBtnImage("toc", 3);\r
+ }\r
+ else\r
+ {\r
+ sImg = getBtnImage("toc", 2);\r
+ }\r
+ if (sImg.length > 0)\r
+ document.images["TocTab"].src = sImg;\r
+}\r
+\r
+function mouseOverIdx()\r
+{\r
+ var sImg = "";\r
+ if (gPane[gnCurPane] == "idx")\r
+ {\r
+ sImg = getBtnImage("idx", 3);\r
+ }\r
+ else\r
+ {\r
+ sImg = getBtnImage("idx", 2);\r
+ }\r
+ if (sImg.length > 0)\r
+ document.images["IndexTab"].src = sImg;\r
+}\r
+\r
+function mouseOverFts()\r
+{\r
+ var sImg = "";\r
+ if (gPane[gnCurPane] == "fts")\r
+ {\r
+ sImg = getBtnImage("fts", 3);\r
+ }\r
+ else\r
+ {\r
+ sImg = getBtnImage("fts", 2);\r
+ }\r
+ if (sImg.length > 0)\r
+ document.images["FtsTab"].src = sImg;\r
+}\r
+\r
+function mouseOverGlo()\r
+{\r
+ var sImg = "";\r
+ if (gPane[gnCurPane] == "glo")\r
+ {\r
+ sImg = getBtnImage("glo", 3);\r
+ }\r
+ else\r
+ {\r
+ sImg = getBtnImage("glo", 2);\r
+ }\r
+ if (sImg.length > 0)\r
+ document.images["GloTab"].src = sImg;\r
+}\r
+\r
+function mouseOutToc()\r
+{\r
+ var sImg = "";\r
+ if (gPane[gnCurPane] == "toc")\r
+ {\r
+ sImg = getBtnImage("toc", 1);\r
+ }\r
+ else\r
+ {\r
+ sImg = getBtnImage("toc", 0);\r
+ }\r
+ if (sImg.length > 0)\r
+ document.images["TocTab"].src = sImg;\r
+}\r
+\r
+function mouseOutIdx()\r
+{\r
+ var sImg = "";\r
+ if (gPane[gnCurPane] == "idx")\r
+ {\r
+ sImg = getBtnImage("idx", 1);\r
+ }\r
+ else\r
+ {\r
+ sImg = getBtnImage("idx", 0);\r
+ }\r
+ if (sImg.length > 0)\r
+ document.images["IndexTab"].src = sImg;\r
+}\r
+\r
+function mouseOutFts()\r
+{\r
+ var sImg = "";\r
+ if (gPane[gnCurPane] == "fts")\r
+ {\r
+ sImg = getBtnImage("fts", 1);\r
+ }\r
+ else\r
+ {\r
+ sImg = getBtnImage("fts", 0);\r
+ }\r
+ if (sImg.length > 0)\r
+ document.images["FtsTab"].src = sImg;\r
+}\r
+\r
+function mouseOutGlo()\r
+{\r
+ var sImg = "";\r
+ if (gPane[gnCurPane] == "glo")\r
+ {\r
+ sImg = getBtnImage("glo", 1);\r
+ }\r
+ else\r
+ {\r
+ sImg = getBtnImage("glo", 0);\r
+ }\r
+ if (sImg.length > 0)\r
+ document.images["GloTab"].src = sImg;\r
+}\r
+\r
+function getTabHTMLText(sTabName)\r
+{\r
+ if (sTabName == "toc")\r
+ return "<a class=\"TextTabToc\" href=\"javascript:void(0);\" onclick=\"selectToc();return false;\">Contents</a> ";\r
+ else if (sTabName =="idx")\r
+ return "<a class=\"TextTabIdx\" href=\"javascript:void(0);\" onclick=\"selectIdx();return false;\">Index</a> ";\r
+ else if (sTabName == "fts")\r
+ return "<a class=\"TextTabFts\" href=\"javascript:void(0);\" onclick=\"selectFts();return false;\">Search</a> ";\r
+ else if (sTabName == "glo")\r
+ return "<a class=\"TextTabGlo\" href=\"javascript:void(0);\" onclick=\"selectGlo();return false;\">Glossary</a> ";\r
+ return "";\r
+}\r
+\r
+function getImageMap()\r
+{\r
+ var sHTML = "<map name=\"tabSelectionMap\">";\r
+ for (var i = 0; i < gPane.length; i ++)\r
+ {\r
+ sHTML += getMapArea(gPane[i]);\r
+ }\r
+ sHTML += "</map>";\r
+ return sHTML;\r
+}\r
+\r
+function getMapArea(sTabName)\r
+{\r
+ if (sTabName == "toc")\r
+ return "<area title=\"Contents\" shape=\"\" coords=\"\" href=\"javascript:void(0);\" onclick=\"selectToc();return false;\">";\r
+ else if (sTabName =="idx")\r
+ return "<area title=\"Index\" shape=\"\" coords=\"\" href=\"javascript:void(0);\" onclick=\"selectIdx();return false;\">";\r
+ else if (sTabName == "fts")\r
+ return "<area title=\"Search\" shape=\"\" coords=\"\" href=\"javascript:void(0);\" onclick=\"selectFts();return false;\">";\r
+ else if (sTabName == "glo")\r
+ return "<area title=\"Glossary\" shape=\"\" coords=\"\" href=\"javascript:void(0);\" onclick=\"selectGlo();return false;\">";\r
+ return "";\r
+}\r
+\r
+function getBtnImage(sTabName, nStatus)\r
+{\r
+ if (sTabName == "toc")\r
+ {\r
+ if (nStatus == 0)\r
+ return "whd_tab2.gif";\r
+ else if (nStatus == 1)\r
+ return "whd_tab1.gif";\r
+ else if (nStatus == 2)\r
+ return "";\r
+ else if (nStatus == 3)\r
+ return "";\r
+ }\r
+ else if (sTabName =="idx")\r
+ {\r
+ if (nStatus == 0)\r
+ return "whd_tab4.gif";\r
+ else if (nStatus == 1)\r
+ return "whd_tab3.gif";\r
+ else if (nStatus == 2)\r
+ return "";\r
+ else if (nStatus == 3)\r
+ return "";\r
+ }\r
+ else if (sTabName == "fts")\r
+ {\r
+ if (nStatus == 0)\r
+ return "whd_tab6.gif";\r
+ else if (nStatus == 1)\r
+ return "whd_tab5.gif";\r
+ else if (nStatus == 2)\r
+ return "";\r
+ else if (nStatus == 3)\r
+ return "";\r
+ }\r
+ else if (sTabName == "glo")\r
+ {\r
+ if (nStatus == 0)\r
+ return "whd_tab8.gif";\r
+ else if (nStatus == 1)\r
+ return "whd_tab7.gif";\r
+ else if (nStatus == 2)\r
+ return "";\r
+ else if (nStatus == 3)\r
+ return "";\r
+ }\r
+ return "";\r
+}\r
+\r
+function getMapImage(sTabName)\r
+{\r
+ if (sTabName == "toc")\r
+ return "";\r
+ else if (sTabName =="idx")\r
+ return "";\r
+ else if (sTabName == "fts")\r
+ return "";\r
+ else if (sTabName == "glo")\r
+ return "";\r
+ return "";\r
+}\r
+\r
+if(window.gbWhUtil&&window.gbWhMsg&&window.gbWhVer&&window.gbWhProxy)\r
+{\r
+ window.onload = selectDefaultTab;\r
+ RegisterListener2(this, WH_MSG_SHOWTOC);\r
+ RegisterListener2(this, WH_MSG_SHOWIDX);\r
+ RegisterListener2(this, WH_MSG_SHOWFTS);\r
+ RegisterListener2(this, WH_MSG_SHOWGLO);\r
+ window.onunload = window_unload;\r
+ goTocFont=new whFont("Arial","9pt","#000000","normal","normal","none");\r
+ goIdxFont=new whFont("Arial","9pt","#000000","normal","normal","none");\r
+ goFtsFont=new whFont("Arial","9pt","#000000","normal","normal","none");\r
+ goGloFont=new whFont("Arial","9pt","#000000","normal","normal","none");\r
+\r
+ if (navigator.currentNavPen)\r
+ gsFirstPane = navigator.currentNavPen;\r
+\r
+ setBackgroundcolor("");\r
+ setBackground("whd_tab0.gif");\r
+ \r
+ \r
+ \r
+ \r
+ addPane("toc","whtdhtml.htm");\r
+ addPane("fts","whfdhtml.htm");\r
+ addPane("glo","whgdhtml.htm");\r
+ setShowPane("toc");\r
+\r
+\r
+ gnTabType = 0; // 0 button. // 1 text. // 2 image mapping.\r
+ TocWriteClassStyle();\r
+ var sHTML = "<body scroll=\"no\" bgcolor=\"#c0c0c0\" background=\"whd_tab0.gif\" style=\"margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">";\r
+ if (gPane.length > 0)\r
+ {\r
+ if (gnTabType == 0 || gnTabType == 1)\r
+ {\r
+ sHTML += "<table width=\"100%\">";\r
+ sHTML += "<tr>";\r
+ sHTML += "<td>";\r
+ sHTML += "<nobr>";\r
+ sHTML += getTabsHTML();\r
+ sHTML += "</nobr></td></tr>";\r
+ sHTML += " <tr><td height=\"2\"></td></tr>";\r
+ sHTML += "</table>";\r
+ }\r
+ else if (gnTabType == 2)\r
+ {\r
+ sHTML += getImageMap();\r
+ sHTML +="<img name=\"tabSelection\" src=\"" + getMapImage(gPane[0]) + "\" x-maintain-ratio=\"true\" usemap=\"#tabSelectionMap\"";\r
+ if (gbIE)\r
+ sHTML +=" style=\"border: none; width:px; height:px; float: none;\"";\r
+ sHTML +=" width=\"\" height=\"\" border=\"0\">";\r
+ }\r
+ }\r
+ sHTML += "</body>";\r
+ document.write(sHTML);\r
+}\r
+else\r
+ document.location.reload();\r
+\r
+if (window.gbNav6)\r
+{\r
+ var oMsg=new whMessage(WH_MSG_RELOADNS6,this, 1,null);\r
+ SendMessage(oMsg);\r
+}\r
+//-->\r
+</script>\r
+</HTML>
\ No newline at end of file
--- /dev/null
+<?xml version='1.0' encoding='ISO-8859-1' ?>\r
+<topictemplate>\r
+ <topic type="normal">\r
+ <add tag="head" pos="endbefore" >\r
+ <![CDATA["<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_MESSAGE_JS;"\"></script>\r
+<script type=\"text/javascript\" language=\"javascript\" src=\"";SF_VERSION_JS;"\"></script>\r
+<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_PROXY_JS;"\"></script>\r
+<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_UTILS_JS;"\"></script>\r
+<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_TOPIC_JS;"\"></script>\r
+<script type=\"text/javascript\" language=\"javascript1.2\">\r
+<!--\r
+if (window.gbWhTopic)\r
+{\r
+ if (window.setRelStartPage)\r
+ {\r
+ ";\r
+ OutputInTopicNavBarDataToc("addTocInfo(\"%s\");\r\n");\r
+ OutputInTopicNavBarDataBrowse("addAvenueInfo(\"%s\",\"%s\",\"%s\");\r\n");\r
+ OutputInTopicNavBarDataButtons("addButton(\"%s\",%s, \"%s\",\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",%d,%d);\r\n");\r
+ "\r
+ }\r
+\r
+\r
+ if (window.setRelStartPage)\r
+ {\r
+ ";\r
+ OutputInTopicNavBarDataHomePage("setRelStartPage(\"%s\");\r\n");\r
+ OutputInTopicNavBarDataWebSearch.href("addSearchFormHref(\"%s\");\r\n");\r
+ "\r
+ autoSync(";WH_USER_OPTIONS.autosync_toc;");\r
+ sendSyncInfo();\r
+ sendAveInfoOut();\r
+ }\r
+\r
+}\r
+else\r
+ if (window.gbIE4)\r
+ document.location.reload();\r
+//-->\r
+</script>\r
+"]]>\r
+ </add>\r
+ <add tag="body" pos="beginafter">\r
+ <![CDATA["<script type=\"text/javascript\" language=\"javascript1.2\">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(";WH_WEBSKIN.topic.bar.top.pos;");\r
+//-->\r
+</script>"]]> \r
+ </add>\r
+ <add tag="body" pos="endbefore">\r
+ <![CDATA["<script type=\"text/javascript\" language=\"javascript1.2\">\r
+<!--\r
+if (window.writeIntopicBar)\r
+ writeIntopicBar(";WH_WEBSKIN.topic.bar.bottom.pos;");\r
+//-->\r
+</script>";\r
+OutputInTopicNavBarDataWebSearch.form();]]> \r
+ </add>\r
+ </topic>\r
+ <topic type="frameset">\r
+ <add tag="head" pos="endbefore" >\r
+ <![CDATA["<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_MESSAGE_JS;"\"></script>\r
+<script type=\"text/javascript\" language=\"javascript\" src=\"";SF_VERSION_JS;"\"></script>\r
+<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_UTILS_JS;"\"></script>\r
+<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_FRAMESET_JS;"\"></script>\r
+<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_TOPIC_JS;"\"></script>\r
+<script type=\"text/javascript\" language=\"javascript1.2\">\r
+<!--\r
+if (window.setRelStartPage)\r
+{\r
+";\r
+ OutputInTopicNavBarDataHomePage("setRelStartPage(\"%s\");\r\n");\r
+ OutputInTopicNavBarDataToc("addTocInfo(\"%s\");\r\n");\r
+ OutputInTopicNavBarDataBrowse("addAvenueInfo(\"%s\",\"%s\",\"%s\");\r\n");\r
+"\r
+if (window.autoSync)\r
+ autoSync(1);\r
+}\r
+//-->\r
+</script>\r
+"]]>\r
+ </add>\r
+ </topic>\r
+</topictemplate>\r
aTE("Vectors presentation","files/vectors_presentation.htm");\r
aTE("Gauss Points Presentation","gauss_points_presentation.htm");\r
aTE("Gauss Viewer","gauss_viewer.htm");\r
+aTE("Navigation with keyboard and spacemouse","navigation_with_keyboard_and_spacemouse.htm");\r
aTE("Picking","picking.htm");\r
aTE("Plot2D Viewer","plot2d_viewer.htm");\r
aTE("Plot 3D presentation","plot_3d_presentation.htm");\r
<!--\r
iWM("0","zx","whfwdata0.htm");\r
\r
-iTM(0,39,"whftdata0.htm");\r
+iTM(0,40,"whftdata0.htm");\r
\r
//-->\r
</script>\r
</script>\r
<script language="javascript">\r
<!--\r
-aWE("0",0,1,31,33,34,37,6,26,38);\r
-aWE("001",31);\r
-aWE("01",38);\r
-aWE("1",4,5,7,2,10,15,14,19,31,33,32,34,6,27);\r
-aWE("10",31,38);\r
-aWE("100",0,31,6,26,38);\r
-aWE("10n",32);\r
-aWE("16",34);\r
-aWE("2",4,5,7,2,10,15,14,19,32,34,35,27,38);\r
-aWE("200",7,38);\r
-aWE("256",35);\r
-aWE("2d",7,11,17,33,32,25,38);\r
+aWE("0",0,1,32,34,35,38,6,26,39);\r
+aWE("001",32);\r
+aWE("01",39);\r
+aWE("1",4,5,7,2,10,15,14,19,31,32,34,33,35,6,27);\r
+aWE("10",31,32,39);\r
+aWE("100",0,32,6,26,39);\r
+aWE("10n",33);\r
+aWE("11",31);\r
+aWE("16",35);\r
+aWE("2",4,5,7,2,10,15,14,19,31,33,35,36,27,39);\r
+aWE("200",7,39);\r
+aWE("256",36);\r
+aWE("2d",7,11,17,34,33,25,39);\r
aWE("3",4,5,7,10,19,24,27);\r
-aWE("33",38);\r
-aWE("3d",3,0,1,11,12,14,30,16,20,31,33,34,23,24,37,6,38,39);\r
-aWE("4",5,7,10,24,27);\r
-aWE("5",5,1,33,32);\r
-aWE("50",38);\r
-aWE("512",34);\r
-aWE("6",34);\r
-aWE("8",34);\r
-aWE("abl",18,32,39);\r
-aWE("abov",37);\r
-aWE("abscissa",35);\r
-aWE("absolut",38);\r
-aWE("acceptabl",27,38);\r
-aWE("acces",30,32,6,25,38,39);\r
+aWE("33",39);\r
+aWE("3d",3,0,1,11,12,14,30,16,20,31,32,34,35,23,24,38,6,39,40);\r
+aWE("4",5,7,10,24);\r
+aWE("5",5,1,34,33);\r
+aWE("50",39);\r
+aWE("512",35);\r
+aWE("6",31,35);\r
+aWE("8",35);\r
+aWE("abl",18,33,40);\r
+aWE("abov",38);\r
+aWE("abscissa",36);\r
+aWE("absolut",39);\r
+aWE("acceptabl",27,39);\r
+aWE("acces",30,33,6,25,39,40);\r
aWE("accessibl",14);\r
-aWE("accord",12,13,23,26,38,28);\r
+aWE("accord",12,13,23,26,39,28);\r
aWE("accordanc",3);\r
aWE("accuracy",26);\r
-aWE("action",0,24);\r
-aWE("activ",31,33,35,38);\r
-aWE("activat",30,31,37);\r
+aWE("action",0,31,24);\r
+aWE("activ",32,34,36,39);\r
+aWE("activat",30,32,38);\r
aWE("activity",0);\r
aWE("actor",16,6);\r
-aWE("actual",37);\r
-aWE("addition",0,31);\r
-aWE("additional",5,12,13,14,21,33,22,36,23,26,28);\r
-aWE("adjust",5,1,31,25);\r
-aWE("advanc",32);\r
+aWE("actual",38);\r
+aWE("addition",0,32);\r
+aWE("additional",5,12,13,14,21,34,22,37,23,26,28);\r
+aWE("adjust",5,1,32,25);\r
+aWE("advanc",31,33);\r
aWE("again",5);\r
aWE("algorithm",11);\r
-aWE("allow",4,5,0,1,7,11,12,13,14,30,18,21,31,33,32,35,36,23,24,37,6,25,26,27,38,28,39);\r
-aWE("along",16,32,24,37,6);\r
-aWE("alpha",34);\r
+aWE("allow",4,5,0,1,7,11,12,13,14,30,18,21,31,32,34,33,36,37,23,24,38,6,25,26,27,39,28,40);\r
+aWE("along",16,33,24,38,6);\r
+aWE("alpha",35);\r
aWE("already",5,26);\r
aWE("alternative",6);\r
aWE("alway",0);\r
-aWE("analog",38);\r
-aWE("angl",1,11,12,33);\r
+aWE("analog",39);\r
+aWE("angl",1,11,12,34);\r
aWE("animat",5,17);\r
aWE("animation",5,0,6,27);\r
aWE("anoth",5,12,26,27);\r
-aWE("any",3,4,0,30,16,18,34);\r
+aWE("any",3,4,0,30,16,18,31,35);\r
aWE("ap",1,29,23,24);\r
-aWE("apex",31);\r
+aWE("apex",32);\r
aWE("api",0);\r
aWE("appear",5,7,10,14,23,25);\r
-aWE("appli",3,8,2,11,12,13,16,21,33,34,36,23,26,27,38,28);\r
+aWE("appli",3,8,2,11,12,13,16,21,34,35,37,23,26,27,39,28);\r
aWE("application",18,22);\r
-aWE("area",32,26,39);\r
-aWE("around",11,12,31,33,37);\r
+aWE("area",33,26,40);\r
+aWE("around",11,12,32,34,38);\r
aWE("arrang",6);\r
aWE("array",11);\r
aWE("arrow",28);\r
aWE("ask",0);\r
aWE("assign",7,30);\r
-aWE("associat",35,38);\r
+aWE("associat",36,39);\r
aWE("attribut",7,16,6);\r
aWE("auto",1,7,6);\r
-aWE("automatical",1,7,11,14,30,18,37,27);\r
-aWE("availabl",0,30,16,6,39);\r
-aWE("averag",38);\r
+aWE("automatical",1,7,11,14,30,18,38,27);\r
+aWE("availabl",0,30,16,31,6,40);\r
+aWE("averag",39);\r
aWE("avi",0);\r
aWE("avoid",6);\r
-aWE("ax",1,11,12,33,32,24,6,25,39);\r
-aWE("axi",7,11,12,33,32,37,6,39);\r
+aWE("ax",1,11,12,34,33,24,6,25,40);\r
+aWE("axi",7,11,12,31,34,33,38,6,40);\r
aWE("back",5,10);\r
-aWE("background",30,32,6,25);\r
-aWE("backward",26);\r
-aWE("bar",5,11,12,13,29,21,31,33,35,36,23,37,6,26,38,28);\r
+aWE("background",30,33,6,25);\r
+aWE("backward",31,26);\r
+aWE("bar",5,11,12,13,29,21,32,34,36,37,23,38,6,26,39,28);\r
aWE("bas",3,5,10,11,17,20,23,26,27);\r
-aWE("basi",3,4,7,11,21,32,23,26);\r
-aWE("basic",34,23,27);\r
-aWE("be",31);\r
-aWE("becom",18,31);\r
+aWE("basi",3,4,7,11,21,33,23,26);\r
+aWE("basic",35,23,27);\r
+aWE("be",32);\r
+aWE("becom",18,32);\r
aWE("befor",22);\r
aWE("begin",5);\r
-aWE("belong",11,34,23);\r
-aWE("below",31,37);\r
+aWE("belong",11,35,23);\r
+aWE("below",32,38);\r
aWE("bet",0);\r
-aWE("bicolor",35,38);\r
-aWE("big",34,28);\r
-aWE("black",31,35);\r
-aWE("blu",18,35);\r
-aWE("bmp",30,32,34,6,39);\r
-aWE("both",8,30,33,35,25,26,38);\r
-aWE("bottom",32,35,37);\r
+aWE("bicolor",36,39);\r
+aWE("big",35,28);\r
+aWE("black",32,36);\r
+aWE("blu",18,36);\r
+aWE("bmp",30,33,35,6,40);\r
+aWE("both",8,30,34,36,25,26,39);\r
+aWE("bottom",33,36,38);\r
aWE("bound",26);\r
-aWE("boundari",37);\r
-aWE("boundary",3,31);\r
-aWE("box",5,0,7,10,11,12,13,14,16,18,19,33,32,23,24,37,26,38,28);\r
-aWE("brows",3,5,0,7,8,9,2,10,11,12,13,15,14,29,30,18,19,21,33,34,36,23,24,6,26,27,28);\r
+aWE("boundari",38);\r
+aWE("boundary",3,32);\r
+aWE("box",5,0,7,10,11,12,13,14,16,18,19,34,33,23,24,38,26,39,28);\r
+aWE("brows",3,5,0,7,8,9,2,10,11,12,13,15,14,29,30,18,19,21,34,35,37,23,24,6,26,27,28);\r
aWE("build",18);\r
-aWE("built",18,36);\r
-aWE("button",5,0,1,10,14,29,30,19,21,31,33,32,23,24,37,6,26,38,28,39);\r
-aWE("cal",32,37);\r
-aWE("calculation",3,34,23);\r
-aWE("camera",31,34);\r
-aWE("cancel",29,34,24);\r
-aWE("cannot",34);\r
-aWE("cas",30,31,23,38);\r
+aWE("built",18,37);\r
+aWE("button",5,0,1,10,14,29,30,19,21,31,32,34,33,23,24,38,6,26,39,28,40);\r
+aWE("cal",33,38);\r
+aWE("calculation",3,35,23);\r
+aWE("camera",32,35);\r
+aWE("cancel",29,35,24);\r
+aWE("cannot",35);\r
+aWE("cas",30,32,23,39);\r
aWE("caus",6);\r
-aWE("cel",3,4,8,2,11,12,13,16,21,33,36,23,26,27,38,28);\r
+aWE("cel",3,4,8,2,11,12,13,16,21,34,37,23,26,27,39,28);\r
aWE("cell",16);\r
-aWE("cent",32,28,39);\r
-aWE("center",31);\r
-aWE("centr",31);\r
-aWE("central",30);\r
+aWE("cent",33,28,40);\r
+aWE("center",32);\r
+aWE("centr",32);\r
+aWE("central",30,31);\r
aWE("certain",6);\r
-aWE("chang",5,0,14,29,30,32,24,37,6,25,38);\r
-aWE("channel",34);\r
-aWE("characteristic",16,35,37);\r
-aWE("check",5,7,11,12,13,18,33,32,35,23,6,26,28,39);\r
-aWE("checkbox",33);\r
+aWE("chang",5,0,14,29,30,31,33,24,38,6,25,39);\r
+aWE("channel",35);\r
+aWE("characteristic",16,36,38);\r
+aWE("check",5,7,11,12,13,18,34,33,36,23,6,26,28,40);\r
+aWE("checkbox",34);\r
aWE("checkmark",7);\r
aWE("choic",1,14,29,18);\r
-aWE("choos",0,1,7,8,9,10,11,12,13,15,14,29,30,16,18,19,21,33,35,36,23,26,28);\r
+aWE("choos",0,1,7,8,9,10,11,12,13,15,14,29,30,16,18,19,21,34,36,37,23,26,28);\r
aWE("chosen",3,0,10,16,24,26);\r
aWE("circl",7);\r
-aWE("clamp",34);\r
-aWE("click",5,0,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,31,33,32,22,36,23,24,37,6,25,26,27,28,39);\r
-aWE("clip",0,1,37,6);\r
-aWE("clon",32);\r
-aWE("clos",18,34);\r
-aWE("color",7,11,12,13,31,33,32,34,35,23,26,38,28,39);\r
+aWE("clamp",35);\r
+aWE("click",5,0,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,32,34,33,22,37,23,24,38,6,25,26,27,28,40);\r
+aWE("clip",0,1,38,6);\r
+aWE("clockwis",31);\r
+aWE("clon",33);\r
+aWE("clos",18,35);\r
+aWE("color",7,11,12,13,32,34,33,35,36,23,26,39,28,40);\r
aWE("colour",18);\r
aWE("column",4,7);\r
-aWE("combin",3,21);\r
-aWE("command",37);\r
+aWE("combin",3,21,31);\r
+aWE("command",31,38);\r
aWE("common",30,6);\r
-aWE("compar",36);\r
+aWE("compar",37);\r
aWE("comparison",5,27);\r
aWE("compatibl",3);\r
aWE("complet",18);\r
aWE("complete",1);\r
aWE("complicat",26);\r
-aWE("component",4,20,31,34,22,35,23);\r
+aWE("component",4,20,32,35,22,36,23);\r
aWE("compos",3,5,2,10,27);\r
-aWE("comput",34,38);\r
+aWE("comput",35,39);\r
aWE("computation",26);\r
aWE("con",28);\r
aWE("concept",3);\r
aWE("condition",3);\r
-aWE("configur",37);\r
-aWE("configuration",30,38);\r
+aWE("configur",38);\r
+aWE("configuration",30,39);\r
aWE("confirm",14,18,24);\r
-aWE("consider",35);\r
-aWE("consist",10,11,32,23);\r
-aWE("construct",3,7,11,21,32,23,26);\r
+aWE("consider",36);\r
+aWE("consist",10,11,33,23);\r
+aWE("construct",3,7,11,21,33,23,26);\r
aWE("construction",11,26);\r
aWE("consum",26);\r
aWE("contain",3,7,8,10,11,18,19,23);\r
-aWE("content",0,32,37,39);\r
+aWE("content",0,33,38,40);\r
aWE("context",6);\r
-aWE("continu",0,34);\r
-aWE("contour",33);\r
-aWE("control",30,35,26,38);\r
+aWE("continu",0,35);\r
+aWE("contour",34);\r
+aWE("control",30,31,36,26,39);\r
aWE("convey",26);\r
-aWE("coordinat",7,16,31,23,37,6,39);\r
+aWE("coordinat",7,16,31,32,23,38,6,40);\r
aWE("copi",0);\r
aWE("copy",14,30,6);\r
-aWE("corn",31);\r
-aWE("correspond",3,7,13,31,33,34,35,38,28);\r
+aWE("corn",32);\r
+aWE("correspond",3,7,13,32,34,35,36,39,28);\r
aWE("correspondenc",3,23);\r
aWE("corrupt",0);\r
aWE("cost",26);\r
-aWE("cours",34);\r
-aWE("creat",3,4,5,1,7,8,9,2,10,11,12,13,29,30,17,19,21,33,22,36,23,37,6,26,27,38,28);\r
+aWE("counterclockwis",31);\r
+aWE("cours",35);\r
+aWE("creat",3,4,5,1,7,8,9,2,10,11,12,13,29,30,17,19,21,34,22,37,23,38,6,26,27,39,28);\r
aWE("creation",10,11,14,22,23,27);\r
aWE("cros",1,7,6);\r
-aWE("ctrl",14,30);\r
-aWE("current",30,31,34,35,25);\r
-aWE("cursor",31,34,37);\r
-aWE("curv",7,10,11,32,25);\r
-aWE("customiz",31);\r
-aWE("cut",4,2,11,12,33);\r
+aWE("ctrl",14,30,31);\r
+aWE("current",30,31,32,35,36,25);\r
+aWE("cursor",32,35,38);\r
+aWE("curv",7,10,11,33,25);\r
+aWE("customiz",32);\r
+aWE("cut",4,2,11,12,34);\r
aWE("cycl",5);\r
aWE("dash",7);\r
aWE("data",3,4,7,11,17,18,20,23);\r
-aWE("decimal",33);\r
-aWE("decreas",5,30,33);\r
-aWE("default",7,11,12,13,18,32,34,22,35,23,38,39);\r
-aWE("defin",3,0,1,7,11,12,13,21,31,33,32,34,35,36,23,37,25,26,27,38,28,39);\r
-aWE("definabl",37);\r
+aWE("decimal",34);\r
+aWE("decreas",5,30,31,34);\r
+aWE("default",7,11,12,13,18,31,33,35,22,36,23,39,40);\r
+aWE("defin",3,0,1,7,11,12,13,21,31,32,34,33,35,36,37,23,38,25,26,27,39,28,40);\r
+aWE("definabl",38);\r
aWE("definit",3,5,10,12,16);\r
-aWE("definition",33,34);\r
-aWE("deform",13,36,38);\r
+aWE("definition",34,35);\r
+aWE("deform",13,37,39);\r
aWE("deformation",5);\r
-aWE("degre",1,11,12,33);\r
+aWE("degre",1,11,12,31,34);\r
aWE("delet",1,14);\r
-aWE("depend",5,34,37,38);\r
-aWE("depth",37);\r
+aWE("depend",5,31,35,38,39);\r
+aWE("depth",38);\r
aWE("describ",4);\r
-aWE("description",32);\r
-aWE("design",35);\r
+aWE("description",31,33);\r
+aWE("design",36);\r
aWE("desktop",22);\r
-aWE("destin",5,20,32);\r
+aWE("destin",5,20,33);\r
aWE("develop",30);\r
aWE("diagonal",7);\r
-aWE("dialog",5,0,7,10,11,14,29,16,18,19,34,35,23,24,37,38);\r
+aWE("dialog",5,0,7,10,11,14,29,16,18,19,35,36,23,24,38,39);\r
aWE("diamond",7);\r
-aWE("different",3,30,35,37,38);\r
-aWE("dimension",35,23);\r
-aWE("direct",37);\r
-aWE("direction",30,37,26);\r
+aWE("different",3,30,36,38,39);\r
+aWE("dimension",36,23);\r
+aWE("direct",38);\r
+aWE("direction",30,31,38,26);\r
aWE("directory",5);\r
-aWE("disabl",33,35,38);\r
+aWE("disabl",34,36,39);\r
aWE("displacement",11,12);\r
-aWE("display",4,5,0,1,7,8,9,2,10,11,12,13,15,14,30,16,18,21,31,33,32,34,35,36,23,37,6,25,26,27,28,39);\r
-aWE("distanc",1,31,34,24,6,39);\r
-aWE("divid",3,38);\r
-aWE("division",32);\r
-aWE("doesn",32);\r
-aWE("don",32,34,39);\r
+aWE("display",4,5,0,1,7,8,9,2,10,11,12,13,15,14,30,16,18,21,32,34,33,35,36,37,23,38,6,25,26,27,28,40);\r
+aWE("distanc",1,32,35,24,6,40);\r
+aWE("divid",3,31,39);\r
+aWE("division",33);\r
+aWE("do",31);\r
+aWE("doesn",33);\r
+aWE("dominant",31);\r
+aWE("don",33,35,40);\r
aWE("dot",7);\r
-aWE("down",5,14);\r
-aWE("downward",7,39);\r
-aWE("drag",32,37,39);\r
-aWE("draw",32);\r
-aWE("drawn",32,39);\r
-aWE("dump",30,32,6,25,39);\r
-aWE("duplicat",14,32);\r
-aWE("dynamical",31,38);\r
-aWE("e",34,35);\r
+aWE("down",5,14,31);\r
+aWE("downward",7,40);\r
+aWE("drag",33,38,40);\r
+aWE("draw",33);\r
+aWE("drawn",33,40);\r
+aWE("dump",30,33,6,25,40);\r
+aWE("duplicat",14,33);\r
+aWE("dynamic",31);\r
+aWE("dynamical",32,39);\r
+aWE("e",35,36);\r
aWE("edg",3,6);\r
-aWE("edit",10,11,12,14,30,37,6);\r
-aWE("editabl",38);\r
-aWE("edition",38);\r
-aWE("effect",38);\r
+aWE("edit",10,11,12,14,30,38,6);\r
+aWE("editabl",39);\r
+aWE("edition",39);\r
+aWE("effect",39);\r
aWE("eith",1);\r
aWE("elaps",18);\r
-aWE("element",3,16,31,37,6);\r
-aWE("els",35);\r
+aWE("element",3,16,32,38,6);\r
+aWE("els",36);\r
aWE("empty",4);\r
-aWE("end",5,31,34,37,27);\r
-aWE("enjoy",27);\r
+aWE("end",5,32,35,38,27);\r
aWE("ent",14,16,19,21,23);\r
aWE("enter",11,12);\r
aWE("entiti",3,18);\r
aWE("entity",26);\r
-aWE("equal",21,34,23);\r
-aWE("eras",14,30,37,6,25);\r
+aWE("equal",21,35,23);\r
+aWE("eras",14,30,38,6,25);\r
aWE("etc",30);\r
aWE("every",3,5);\r
aWE("everyth",18);\r
aWE("exact",0,18);\r
aWE("examin",16);\r
-aWE("exce",32);\r
-aWE("exceed",34);\r
-aWE("except",38,39);\r
-aWE("exist",14,33,6,38);\r
-aWE("exit",29,37);\r
+aWE("exce",33);\r
+aWE("exceed",35);\r
+aWE("except",39,40);\r
+aWE("exist",14,34,6,39);\r
+aWE("exit",29,38);\r
aWE("explor",26);\r
-aWE("export",30,19,32,6,39);\r
+aWE("export",30,19,33,6,40);\r
aWE("expres",16);\r
-aWE("extend",39);\r
+aWE("extend",40);\r
aWE("extent",16);\r
aWE("extremiti",1);\r
-aWE("fac",3,34);\r
-aWE("factor",13,33,34,36,38,28);\r
+aWE("fac",3,35);\r
+aWE("factor",13,34,35,37,39,28);\r
aWE("fami",3,26);\r
aWE("famili",3,18);\r
-aWE("fast",32);\r
-aWE("featur",35,24,26);\r
-aWE("field",3,5,8,11,12,13,14,29,16,17,18,20,21,33,36,23,24,6,26,27,28);\r
-aWE("fil",3,4,0,17,18,19,34,23,25);\r
+aWE("fast",33);\r
+aWE("featur",36,24,26);\r
+aWE("field",3,5,8,11,12,13,14,29,16,17,18,20,21,34,37,23,24,6,26,27,28);\r
+aWE("fil",3,4,0,17,18,19,35,23,25);\r
aWE("find",18);\r
-aWE("finish",0,11,12,13,18,21,33,36,23,26,28);\r
-aWE("first",5,31,37);\r
-aWE("fit",32,25,39);\r
-aWE("fix",31,38);\r
-aWE("focal",31);\r
+aWE("finish",0,11,12,13,18,21,34,37,23,26,28);\r
+aWE("first",5,32,38);\r
+aWE("fit",33,25,40);\r
+aWE("fix",32,39);\r
+aWE("focal",31,32);\r
aWE("fold",3,19);\r
aWE("folder",3);\r
-aWE("follow",3,5,1,7,8,10,14,30,16,19,31,32,22,23,6,25);\r
-aWE("font",35,23,39);\r
-aWE("form",2,16,20,32);\r
-aWE("format",30,32,6,39);\r
-aWE("formula",34);\r
-aWE("forth",38);\r
-aWE("forward",26);\r
-aWE("found",35);\r
+aWE("follow",3,5,1,7,8,10,14,30,16,19,31,32,33,22,23,6,25);\r
+aWE("font",36,23,40);\r
+aWE("form",2,16,20,33);\r
+aWE("format",30,33,6,40);\r
+aWE("formula",35);\r
+aWE("forth",39);\r
+aWE("forward",31,26);\r
+aWE("found",36);\r
aWE("fp",0);\r
-aWE("fram",5,0,32,27,39);\r
+aWE("fram",5,0,33,27,40);\r
aWE("framework",21);\r
aWE("fre",30);\r
+aWE("freedom",31);\r
aWE("ful",18);\r
-aWE("function",37);\r
-aWE("functionaliti",39);\r
-aWE("functionality",4,0,7,33,32,37,39);\r
-aWE("g",34);\r
-aWE("gaus",0,29,30,31,34,35,37,38,39);\r
+aWE("function",38);\r
+aWE("functionaliti",40);\r
+aWE("functionality",4,0,7,34,33,38,40);\r
+aWE("g",35);\r
+aWE("gaus",0,29,30,31,32,35,36,38,39,40);\r
aWE("general",3);\r
-aWE("generat",5,11,21,31,26,27);\r
+aWE("generat",5,11,21,32,26,27);\r
aWE("generation",5,26);\r
-aWE("geom",37);\r
-aWE("geometrical",3,18,34,38);\r
-aWE("geometry",38);\r
-aWE("get",5,16,31);\r
-aWE("giv",0,1,30,32,6,25,38);\r
-aWE("given",0,7,12,34,35);\r
-aWE("gl",34);\r
-aWE("global",32,35,39);\r
+aWE("geom",38);\r
+aWE("geometrical",3,18,35,39);\r
+aWE("geometry",39);\r
+aWE("get",5,16,32);\r
+aWE("giv",0,1,30,33,6,25,39);\r
+aWE("given",0,7,12,35,36);\r
+aWE("gl",35);\r
+aWE("global",33,36,40);\r
aWE("glyph",28);\r
-aWE("graduat",39);\r
+aWE("graduat",40);\r
aWE("graduation",23);\r
-aWE("graph",32,25);\r
+aWE("graph",33,25);\r
aWE("graphic",25);\r
aWE("graphical",28);\r
-aWE("great",0,31,32,34,39);\r
-aWE("grey",35);\r
-aWE("grid",32);\r
+aWE("great",0,32,33,35,40);\r
+aWE("grey",36);\r
+aWE("grid",33);\r
aWE("group",3,18,26);\r
aWE("h",7);\r
-aWE("half",38);\r
-aWE("halv",1,33);\r
+aWE("half",39);\r
+aWE("halv",1,34);\r
aWE("hardwar",26);\r
aWE("hav",10,11,19,26);\r
-aWE("head",28);\r
-aWE("height",31,35,23);\r
+aWE("head",31,28);\r
+aWE("height",32,36,23);\r
aWE("help",4);\r
-aWE("her",5,11,32,23,38);\r
-aWE("hid",1,14,30,31,6,25,39);\r
+aWE("her",5,11,33,23,39);\r
+aWE("hid",1,14,30,32,6,25,40);\r
aWE("hidden",14);\r
-aWE("high",34);\r
+aWE("high",35);\r
aWE("highest",18);\r
-aWE("highlight",16,31);\r
+aWE("highlight",16,32);\r
aWE("hold",14);\r
-aWE("horizontal",1,32,35,23);\r
+aWE("horizontal",1,33,36,23);\r
aWE("how",17,18);\r
-aWE("i",35);\r
-aWE("icon",11,12,13,29,21,33,22,36,23,26,28);\r
-aWE("id",16,31);\r
-aWE("if",5,0,1,7,11,14,16,18,31,33,32,34,35,23,26,28,39);\r
+aWE("i",36);\r
+aWE("icon",11,12,13,29,21,34,22,37,23,26,28);\r
+aWE("id",16,32);\r
+aWE("if",5,0,1,7,11,14,16,18,32,34,33,35,36,23,26,28,40);\r
aWE("ijk",1);\r
-aWE("imag",0,30,32,6,39);\r
-aWE("immediate",1,11,12,13,14,16,18,21,33,36,23,26,38,28);\r
+aWE("imag",0,30,33,6,40);\r
+aWE("immediate",1,11,12,13,14,16,18,21,34,37,23,26,39,28);\r
aWE("import",4,7,9,17,18,19);\r
aWE("impos",23);\r
aWE("impossibl",6);\r
-aWE("inactiv",35,23);\r
-aWE("includ",3,0,20,26,38);\r
-aWE("increas",5,30,33);\r
-aWE("independent",3);\r
+aWE("inactiv",36,23);\r
+aWE("includ",3,0,20,26,39);\r
+aWE("increas",5,30,31,34);\r
+aWE("increment",31);\r
+aWE("independent",3,31);\r
aWE("index",1);\r
aWE("indicat",3,23);\r
-aWE("individual",31);\r
+aWE("individual",32);\r
aWE("info",16,6);\r
-aWE("information",3,16,31,32,34,6,38);\r
+aWE("information",3,16,32,33,35,6,39);\r
aWE("initial",3,22,27);\r
aWE("input",0);\r
-aWE("insid",11,37);\r
+aWE("insid",11,38);\r
aWE("insidefram",6);\r
-aWE("inspect",31,35,37);\r
+aWE("inspect",32,36,38);\r
aWE("integration",26);\r
aWE("intend",5);\r
-aWE("interaction",30);\r
+aWE("interaction",30,31);\r
aWE("interest",26);\r
aWE("interpolation",3);\r
-aWE("interval",0,32,34);\r
+aWE("interval",0,33,35);\r
+aWE("introduc",31);\r
aWE("introduction",20);\r
aWE("invert",11);\r
aWE("iso",21);\r
aWE("isobaric",21);\r
-aWE("isometric",39);\r
+aWE("isometric",40);\r
aWE("item",10,18,19);\r
-aWE("iteration",31);\r
-aWE("jpeg",30,32,6,39);\r
-aWE("jpg",30,32,34,6,39);\r
+aWE("iteration",32);\r
+aWE("jpeg",30,33,6,40);\r
+aWE("jpg",30,33,35,6,40);\r
aWE("just",0);\r
-aWE("key",31,38);\r
-aWE("keyboard",30,31,38);\r
-aWE("label",35,23,25,39);\r
+aWE("key",31,32,39);\r
+aWE("keyboard",30,31,32,39);\r
+aWE("label",36,23,25,40);\r
aWE("larg",23);\r
-aWE("largest",38);\r
+aWE("largest",39);\r
aWE("last",5);\r
aWE("latest",0);\r
-aWE("latitud",34);\r
+aWE("latitud",35);\r
aWE("launch",5,17,22);\r
aWE("layout",30,16);\r
-aWE("learn",37);\r
+aWE("learn",38);\r
aWE("least",7);\r
-aWE("left",10,30,31,32,35,39);\r
+aWE("left",10,30,31,32,33,36,40);\r
aWE("leftward",7);\r
-aWE("legend",32,25);\r
-aWE("length",26,38,39);\r
+aWE("legend",33,25);\r
+aWE("length",26,39,40);\r
aWE("les",0,23);\r
-aWE("level",34);\r
+aWE("level",35);\r
aWE("lik",3,22);\r
-aWE("limit",34,35);\r
-aWE("lin",4,7,2,10,11,31,32,35,6,26,28);\r
-aWE("linear",32,35,25);\r
+aWE("limit",35,36);\r
+aWE("lin",4,7,2,10,11,32,33,36,6,26,28);\r
+aWE("linear",33,36,25);\r
aWE("list",3,5,1,10,26);\r
-aWE("ll",0,32,39);\r
+aWE("ll",0,33,40);\r
aWE("load",18);\r
-aWE("local",35);\r
-aWE("locat",8,11,12,19,31,33,35,37,6,26,38);\r
-aWE("location",0,34,37);\r
-aWE("lock",30,39);\r
-aWE("logarithmic",32,23,25);\r
-aWE("longitud",34);\r
+aWE("local",31,36);\r
+aWE("locat",8,11,12,19,32,34,36,38,6,26,39);\r
+aWE("location",0,35,38);\r
+aWE("lock",30,31,40);\r
+aWE("logarithmic",33,23,25);\r
+aWE("longitud",35);\r
aWE("look",22);\r
-aWE("lookout",35);\r
+aWE("lookout",36);\r
aWE("lot",26);\r
-aWE("low",0,37);\r
+aWE("low",0,38);\r
aWE("lowest",18);\r
-aWE("ly",33,6);\r
-aWE("m",38);\r
-aWE("magnification",34,38);\r
+aWE("ly",34,6);\r
+aWE("m",39);\r
+aWE("magnification",31,35,39);\r
aWE("magnitud",13,26,28);\r
-aWE("main",3,5,8,10,11,12,13,14,29,16,19,21,33,32,34,36,23,37,26,28);\r
-aWE("major",32);\r
+aWE("main",3,5,8,10,11,12,13,14,29,16,19,21,34,33,35,37,23,38,26,28);\r
+aWE("major",33);\r
aWE("mak",8,26);\r
aWE("management",5);\r
-aWE("manipulat",30);\r
-aWE("manipulation",30);\r
-aWE("manual",4,11,12,37,6);\r
-aWE("map",36,23);\r
-aWE("mark",7,11,32,39);\r
-aWE("marker",31,32,35);\r
+aWE("manipulat",30,31);\r
+aWE("manipulation",30,31);\r
+aWE("manipulator",31);\r
+aWE("manual",4,11,12,38,6);\r
+aWE("map",37,23);\r
+aWE("mark",7,11,33,40);\r
+aWE("marker",32,33,36);\r
aWE("massles",26);\r
-aWE("matrix",34,35);\r
-aWE("max",18,35,38);\r
+aWE("matrix",35,36);\r
+aWE("max",18,36,39);\r
aWE("maximal",23);\r
-aWE("maximum",21,32,34,35,26,38);\r
-aWE("mean",31,38);\r
-aWE("measur",34,26);\r
-aWE("menu",5,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,33,32,34,22,36,23,37,6,25,26,27,38,28);\r
+aWE("maximum",21,33,35,36,26,39);\r
+aWE("mean",32,39);\r
+aWE("measur",35,26);\r
+aWE("menu",5,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,34,33,35,22,37,23,38,6,25,26,27,39,28);\r
aWE("merg",6);\r
-aWE("mesh",3,11,12,13,16,17,31,33,36,37,26,38,28);\r
+aWE("mesh",3,11,12,13,16,17,32,34,37,38,26,39,28);\r
aWE("method",4);\r
aWE("might",6);\r
-aWE("min",18,35,38);\r
+aWE("min",18,36,39);\r
aWE("minimal",23);\r
-aWE("minimum",21,35,37,27,38);\r
-aWE("minor",32);\r
-aWE("mix",36);\r
-aWE("mod",0,1,30,31,32,35,23,6,28);\r
-aWE("modify",14,38);\r
-aWE("modul",3,5,30,17,20,32,34,22,23,37,6,39);\r
-aWE("modulu",35);\r
+aWE("minimum",21,36,38,27,39);\r
+aWE("minor",33);\r
+aWE("mix",37);\r
+aWE("mod",0,1,30,31,32,33,36,23,6,28);\r
+aWE("model",31);\r
+aWE("modify",14,39);\r
+aWE("modul",3,5,30,17,20,33,35,22,23,38,6,40);\r
+aWE("modulu",36);\r
aWE("moment",3);\r
-aWE("momentari",31);\r
+aWE("momentari",32);\r
aWE("monitor",18);\r
-aWE("mous",14,30,31,32,37,6,39);\r
-aWE("mov",5,10,24,37);\r
-aWE("movement",31);\r
-aWE("multip",38);\r
+aWE("mous",14,30,31,32,33,38,6,40);\r
+aWE("mov",5,10,31,24,38);\r
+aWE("movement",31,32);\r
+aWE("multip",31,39);\r
aWE("multipl",26);\r
-aWE("multipli",31,34,38);\r
-aWE("n",32,35,38);\r
-aWE("nam",0,10,14,16,19,31,32,39);\r
-aWE("natural",32);\r
-aWE("nb",35,23);\r
-aWE("nbrfac",34);\r
+aWE("multipli",32,35,39);\r
+aWE("n",33,36,39);\r
+aWE("nam",0,10,14,16,19,32,33,40);\r
+aWE("natural",33);\r
+aWE("navigation",31);\r
+aWE("nb",36,23);\r
+aWE("nbrfac",35);\r
aWE("ne",1);\r
aWE("necessary",16,18,19);\r
-aWE("negativ",35,38);\r
-aWE("new",1,8,2,10,17,19,32,22,37,6);\r
-aWE("next",5,31);\r
+aWE("negativ",36,39);\r
+aWE("new",1,8,2,10,17,19,33,22,38,6);\r
+aWE("next",5,32);\r
aWE("nod",3);\r
aWE("non",7,26);\r
aWE("normal",1);\r
aWE("not",0,18,23);\r
-aWE("notify",34);\r
-aWE("now",1,29,31);\r
-aWE("nth",35);\r
-aWE("null",38);\r
-aWE("numb",12,16,21,31,33,32,34,35,23,26,27,38,39);\r
-aWE("number",31);\r
-aWE("numerical",32);\r
-aWE("object",3,5,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,33,32,36,23,24,6,26,27,28,39);\r
+aWE("notify",35);\r
+aWE("now",1,29,32);\r
+aWE("nth",36);\r
+aWE("null",39);\r
+aWE("numb",12,16,21,32,34,33,35,36,23,26,27,39,40);\r
+aWE("number",32);\r
+aWE("numerical",33);\r
+aWE("object",3,5,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,31,34,33,37,23,24,6,26,27,28,40);\r
aWE("observ",11,12);\r
-aWE("obtain",34);\r
-aWE("offset",39);\r
+aWE("obtain",35);\r
+aWE("offset",40);\r
aWE("often",3);\r
-aWE("ok",5,0,7,10,11,12,13,14,29,19,21,33,36,23,24,26,28);\r
-aWE("on",3,5,1,7,8,10,11,12,13,14,29,19,21,33,34,36,23,26,27,28);\r
-aWE("onc",7,18,31,37);\r
+aWE("ok",5,0,7,10,11,12,13,14,29,19,21,34,37,23,24,26,28);\r
+aWE("on",3,5,1,7,8,10,11,12,13,14,29,19,21,34,35,37,23,26,27,28);\r
+aWE("onc",7,18,32,38);\r
aWE("oncel",3);\r
aWE("onedg",3);\r
aWE("onfac",3);\r
aWE("onnod",3);\r
aWE("opacity",6);\r
-aWE("opaqu",31,6);\r
-aWE("open",5,18,19,32,34);\r
-aWE("opengl",34);\r
-aWE("operation",11,14,30,18,32,34);\r
+aWE("opaqu",32,6);\r
+aWE("open",5,18,19,33,35);\r
+aWE("opengl",35);\r
+aWE("operation",11,14,30,18,31,33,35);\r
aWE("opposit",1);\r
aWE("optimization",26);\r
-aWE("option",5,7,13,15,14,30,18,32,35,6,25,26,27,28);\r
-aWE("ordinary",36);\r
-aWE("ordinat",35);\r
+aWE("option",5,7,13,15,14,30,18,31,33,36,6,25,26,27,28);\r
+aWE("ordinary",37);\r
+aWE("ordinat",36);\r
aWE("orient",1);\r
-aWE("orientat",39);\r
-aWE("orientation",1,11,12,33,35,23,37);\r
-aWE("origin",35,23,37);\r
+aWE("orientat",40);\r
+aWE("orientation",1,11,12,34,36,23,38);\r
+aWE("origin",36,23,38);\r
aWE("otherwis",18);\r
-aWE("out",32,23,39);\r
+aWE("out",33,23,40);\r
aWE("output",26);\r
-aWE("outsid",37);\r
+aWE("outsid",38);\r
aWE("overview",17);\r
aWE("own",3,23);\r
-aWE("palet",35);\r
-aWE("pan",32,39);\r
-aWE("paramet",11,12,34,26);\r
-aWE("parameter",5,1,7,11,12,13,14,30,17,21,33,34,35,36,23,37,6,26,28,39);\r
-aWE("parent",31);\r
+aWE("pagedn",31);\r
+aWE("pageup",31);\r
+aWE("palet",36);\r
+aWE("pan",31,33,40);\r
+aWE("paramet",11,12,35,26);\r
+aWE("parameter",5,1,7,11,12,13,14,30,17,21,34,35,36,37,23,38,6,26,28,40);\r
+aWE("parent",32);\r
aWE("pars",18);\r
-aWE("part",3,1,7,32,37,39);\r
+aWE("part",3,1,7,33,38,40);\r
aWE("particl",26);\r
aWE("particular",3,10,26);\r
aWE("path",5,26);\r
aWE("perpendicular",1);\r
aWE("personal",14);\r
aWE("physical",3);\r
-aWE("pick",30,31);\r
-aWE("pictur",5,34);\r
-aWE("pixel",34);\r
-aWE("plac",11,32,6,39);\r
-aWE("placement",35);\r
-aWE("plan",1,11,12,30,33,37,6);\r
-aWE("plat",33);\r
+aWE("pick",30,32);\r
+aWE("pictur",5,35);\r
+aWE("pixel",35);\r
+aWE("plac",11,33,6,40);\r
+aWE("placement",36);\r
+aWE("plan",1,11,12,30,34,38,6);\r
+aWE("plat",34);\r
aWE("platform",20,22);\r
aWE("play",0);\r
-aWE("plot",7,10,11,17,20,33,32,25);\r
+aWE("plot",7,10,11,17,20,34,33,25);\r
aWE("plot2d",7,10);\r
aWE("plot2dview",7);\r
-aWE("png",30,32,34,6,39);\r
-aWE("point",3,29,30,16,31,32,34,35,37,6,26,38,39);\r
+aWE("png",30,33,35,6,40);\r
+aWE("point",3,29,30,16,31,32,33,35,36,38,6,26,39,40);\r
aWE("pointer",28);\r
aWE("polylin",26);\r
-aWE("pop",5,7,8,9,2,10,11,12,13,15,14,29,21,33,36,23,6,26,27,28);\r
-aWE("position",1,11,12,30,31,33,32,38,28,39);\r
-aWE("positiv",35);\r
-aWE("posses",16);\r
+aWE("pop",5,7,8,9,2,10,11,12,13,15,14,29,21,34,37,23,6,26,27,28);\r
+aWE("position",1,11,12,30,32,34,33,39,28,40);\r
+aWE("positiv",36);\r
+aWE("posses",16,31);\r
aWE("possibility",0,25);\r
-aWE("possibl",1,8,37,38);\r
-aWE("post",3,4,5,0,7,8,2,10,11,30,17,18,19,20,32,22,23,6,26,27,39);\r
-aWE("preferenc",18,31,34,22,23,6);\r
-aWE("pres",5,0,29,30,31,32,39);\r
+aWE("possibl",1,8,31,38,39);\r
+aWE("post",3,4,5,0,7,8,2,10,11,30,17,18,19,20,33,22,23,6,26,27,40);\r
+aWE("preferenc",18,31,32,35,22,23,6);\r
+aWE("pres",5,0,29,30,32,33,40);\r
aWE("present",5,23);\r
-aWE("presentation",3,4,5,0,1,8,9,2,11,12,13,14,29,30,16,17,20,21,31,33,34,22,35,36,23,24,37,6,26,27,38,28,39);\r
-aWE("presum",35);\r
-aWE("preview",1,11,12,33);\r
+aWE("presentation",3,4,5,0,1,8,9,2,11,12,13,14,29,30,16,17,20,21,32,34,35,22,36,37,23,24,38,6,26,27,39,28,40);\r
+aWE("presum",36);\r
+aWE("preview",1,11,12,34);\r
aWE("previou",5);\r
-aWE("previous",4,10,21,25);\r
-aWE("primitiv",29,34,37,38);\r
-aWE("pro",3,4,5,0,7,8,2,10,11,30,17,18,19,20,32,22,23,6,26,27,39);\r
+aWE("previous",4,10,21,31,25);\r
+aWE("primitiv",29,35,38,39);\r
+aWE("pro",3,4,5,0,7,8,2,10,11,30,17,18,19,20,33,22,23,6,26,27,40);\r
aWE("problem",6);\r
aWE("procedur",11);\r
-aWE("proces",18,20,27,38);\r
+aWE("proces",18,20,27,39);\r
aWE("produc",0,20);\r
-aWE("progres",18,34);\r
-aWE("progression",35);\r
+aWE("progres",18,35);\r
+aWE("progression",36);\r
aWE("progressiv",0);\r
-aWE("prompt",34);\r
+aWE("prompt",35);\r
aWE("propagation",26);\r
-aWE("properti",5,0,13,29,30,32,35,23,6,25,28,39);\r
+aWE("properti",5,0,13,29,30,33,36,23,6,25,28,40);\r
aWE("proportional",5);\r
-aWE("provid",20,6);\r
+aWE("provid",20,31,6);\r
aWE("pseudo",6,27);\r
aWE("publish",5);\r
-aWE("purpos",34,26);\r
+aWE("pull",31);\r
+aWE("purpos",35,26);\r
+aWE("push",31);\r
aWE("put",3);\r
-aWE("pyramid",31);\r
+aWE("pyramid",32);\r
aWE("python",4);\r
aWE("quadrangl",3);\r
aWE("quality",0);\r
aWE("quit",10,29,24);\r
-aWE("radio",33,6,38);\r
-aWE("radiu",37);\r
-aWE("rainbow",35,38);\r
-aWE("rang",4,5,13,21,31,33,34,35,23,6,25,38,28);\r
+aWE("radio",34,6,39);\r
+aWE("radiu",38);\r
+aWE("rainbow",36,39);\r
+aWE("rang",4,5,13,21,32,34,35,36,23,6,25,39,28);\r
aWE("rarefi",4);\r
aWE("rat",0,18);\r
-aWE("ratio",30,31,38);\r
-aWE("real",5,32,37,38);\r
+aWE("ratio",30,31,32,39);\r
+aWE("real",5,33,38,39);\r
aWE("record",0,30);\r
aWE("rectangl",7,18);\r
-aWE("red",35);\r
-aWE("redefin",39);\r
-aWE("referenc",4,10,38);\r
-aWE("refin",35);\r
+aWE("red",36);\r
+aWE("redefin",40);\r
+aWE("referenc",4,10,39);\r
+aWE("refin",36);\r
aWE("regard",27);\r
aWE("regim",0);\r
-aWE("regular",11,35);\r
+aWE("regular",11,36);\r
aWE("relat",22);\r
-aWE("relativ",12,33,34,6);\r
-aWE("relevant",34,23);\r
-aWE("relief",33);\r
-aWE("remain",34);\r
-aWE("remot",32,39);\r
+aWE("relativ",12,34,35,6);\r
+aWE("relevant",35,23);\r
+aWE("relief",34);\r
+aWE("remain",35);\r
+aWE("remot",33,40);\r
aWE("remov",7);\r
aWE("renam",14,30,6,25);\r
-aWE("rend",5,35);\r
-aWE("render",34,35,38);\r
-aWE("represent",3,4,7,33,32,23,6,25,26,28,39);\r
-aWE("representation",3,14,32,6,25);\r
-aWE("representativ",38);\r
+aWE("rend",5,36);\r
+aWE("render",35,36,39);\r
+aWE("represent",3,4,7,34,33,23,6,25,26,28,40);\r
+aWE("representation",3,14,33,6,25);\r
+aWE("representativ",39);\r
aWE("requir",0,7,8,15,16,26);\r
-aWE("reset",24,39);\r
-aWE("resiz",32,39);\r
-aWE("resolution",34);\r
+aWE("reset",24,40);\r
+aWE("resiz",33,40);\r
+aWE("resolution",35);\r
aWE("resourc",0,26);\r
-aWE("respectiv",18,38);\r
-aWE("respective",38);\r
-aWE("restor",6,39);\r
-aWE("result",3,11,31,33,34,35,37,38);\r
+aWE("respectiv",18,39);\r
+aWE("respective",31,39);\r
+aWE("restor",6,40);\r
+aWE("result",3,11,32,34,35,36,38,39);\r
aWE("return",5,30,6);\r
aWE("reus",11);\r
-aWE("reveal",32);\r
+aWE("reveal",33);\r
aWE("revers",1);\r
-aWE("right",5,7,8,9,2,10,11,12,13,15,14,29,30,18,19,21,33,32,35,36,23,24,6,25,26,27,28);\r
+aWE("right",5,7,8,9,2,10,11,12,13,15,14,29,30,18,19,21,31,34,33,36,37,23,24,6,25,26,27,28);\r
aWE("rightward",7);\r
-aWE("rotat",1,30,37,39);\r
-aWE("rotation",1,11,12,30,33,39);\r
+aWE("rotat",1,30,31,38,40);\r
+aWE("rotation",1,11,12,30,31,34,40);\r
aWE("row",4,7);\r
aWE("run",5,22);\r
-aWE("s",3,31);\r
-aWE("salom",7,30,20,34,22,23,24);\r
-aWE("sam",7,11,14,30,23,37,6,38);\r
-aWE("sav",5,0,30,32,35,23,25);\r
-aWE("scal",13,33,32,35,36,23,24,6,25,38,28);\r
-aWE("scalar",3,5,8,2,11,12,13,29,16,21,31,33,34,35,36,23,37,6,26,38,28);\r
-aWE("scen",32,34,35,38,39);\r
+aWE("s",3,32);\r
+aWE("salom",7,30,20,31,35,22,23,24);\r
+aWE("sam",7,11,14,30,31,23,38,6,39);\r
+aWE("sav",5,0,30,33,36,23,25);\r
+aWE("scal",13,34,33,36,37,23,24,6,25,39,28);\r
+aWE("scalar",3,5,8,2,11,12,13,29,16,21,32,34,35,36,37,23,38,6,26,39,28);\r
+aWE("scen",33,35,36,39,40);\r
+aWE("screen",31);\r
aWE("script",4);\r
-aWE("se",3,4,5,0,8,11,13,18,21,33,32,34,22,36,37,6,26,28,39);\r
+aWE("se",3,4,5,0,8,11,13,18,21,34,33,35,22,37,38,6,26,28,40);\r
aWE("search",18);\r
-aWE("second",0,35,37);\r
-aWE("secondary",37);\r
+aWE("second",0,36,38);\r
+aWE("secondary",38);\r
aWE("section",1,6);\r
-aWE("seen",35);\r
+aWE("seen",36);\r
aWE("segment",3,26);\r
-aWE("segmentation",0,30,34,37);\r
-aWE("select",5,1,7,8,2,10,11,12,13,14,29,30,16,18,19,21,31,33,32,35,36,23,24,6,25,26,27,38,28,39);\r
+aWE("segmentation",0,30,35,38);\r
+aWE("select",5,1,7,8,2,10,11,12,13,14,29,30,16,18,19,21,32,34,33,36,37,23,24,6,25,26,27,39,28,40);\r
aWE("selectabl",1);\r
-aWE("selection",30,16,31,6);\r
-aWE("semi",31,37);\r
+aWE("selection",30,16,32,6);\r
+aWE("semi",32,38);\r
aWE("sensitiv",6);\r
aWE("separat",15,6);\r
-aWE("separate",32,6);\r
+aWE("separate",33,6);\r
aWE("serv",26);\r
aWE("session",0,23);\r
-aWE("set",5,0,1,11,12,13,14,29,17,18,21,31,33,34,22,36,23,6,25,26,38,28);\r
-aWE("setting",0,30,18,32,25);\r
+aWE("set",5,0,1,11,12,13,14,29,17,18,21,32,34,35,22,37,23,6,25,26,39,28);\r
+aWE("setting",0,30,18,33,25);\r
aWE("setup",5);\r
-aWE("shad",34,6);\r
-aWE("shap",12,13,34,36,38);\r
+aWE("shad",35,6);\r
+aWE("shap",12,13,35,37,39);\r
aWE("shift",13);\r
-aWE("should",3,1,7,11,12,16,18,33,22,6,27);\r
-aWE("show",5,1,11,12,15,18,31,32,35,37,25,38,39);\r
+aWE("should",3,1,7,11,12,16,18,34,22,6,27);\r
+aWE("show",5,1,11,12,15,18,32,33,36,38,25,39,40);\r
aWE("shrink",6);\r
-aWE("sid",12,35);\r
-aWE("similar",37,26);\r
-aWE("simpl",34);\r
+aWE("sid",12,36);\r
+aWE("similar",38,26);\r
+aWE("simpl",35);\r
aWE("simultaneou",5);\r
-aWE("simultaneous",11,12,35,6);\r
-aWE("siz",0,16,31,32,34,26,38);\r
-aWE("slow",31);\r
-aWE("smal",34,26);\r
-aWE("small",28,39);\r
-aWE("smallest",38);\r
-aWE("smooth",33,26);\r
-aWE("smoothnes",31,26);\r
-aWE("so",5,31,34,38);\r
+aWE("simultaneous",11,12,36,6);\r
+aWE("siz",0,16,32,33,35,26,39);\r
+aWE("slow",32);\r
+aWE("smal",35,26);\r
+aWE("small",28,40);\r
+aWE("smallest",39);\r
+aWE("smooth",34,26);\r
+aWE("smoothnes",32,26);\r
+aWE("so",5,32,35,39);\r
aWE("solid",7);\r
aWE("solv",6);\r
aWE("sometim",26);\r
aWE("sourc",26);\r
-aWE("spac",11,12,16,33,35,38);\r
-aWE("spe",5);\r
-aWE("special",4,30,31);\r
-aWE("specifi",5,0,32,24);\r
-aWE("specify",32,6,26);\r
+aWE("spac",11,12,16,34,36,39);\r
+aWE("spacemous",31);\r
+aWE("spe",5,31);\r
+aWE("special",4,30,32);\r
+aWE("specifi",5,0,33,24);\r
+aWE("specify",33,6,26);\r
aWE("spent",18);\r
-aWE("spher",34,37);\r
-aWE("splin",32);\r
+aWE("spher",35,38);\r
+aWE("splin",33);\r
aWE("split",1);\r
-aWE("sprit",31,34);\r
-aWE("stamp",3,5,0,8,11,12,13,14,29,30,18,21,33,35,36,23,6,26,28);\r
-aWE("standard",0,7,30,18,19,34,38);\r
+aWE("sprit",32,35);\r
+aWE("stamp",3,5,0,8,11,12,13,14,29,30,18,21,34,36,37,23,6,26,28);\r
+aWE("standard",0,7,30,18,19,31,35,39);\r
+aWE("star",31);\r
aWE("start",5,0,1,22,26,27);\r
aWE("stat",27);\r
-aWE("step",5,11,18,31,33,26,27);\r
+aWE("step",5,11,18,32,34,26,27);\r
aWE("stop",0);\r
aWE("stor",3,30);\r
aWE("stream",26);\r
aWE("streamlin",26);\r
-aWE("strict",39);\r
+aWE("strict",40);\r
aWE("structur",3,1,7,11,18,26);\r
aWE("study",5,7,10,11,17,22);\r
-aWE("styl",30);\r
+aWE("styl",30,31);\r
aWE("subfold",3,8,14,30,6);\r
aWE("subfolder",3);\r
aWE("submenu",8);\r
aWE("submesh",3,8,9,16,17,20,24);\r
aWE("substitut",0);\r
-aWE("suggest",34);\r
+aWE("suggest",35);\r
aWE("superposition",6);\r
-aWE("surfac",12,21,33,6);\r
+aWE("support",31);\r
+aWE("surfac",12,21,34,6);\r
aWE("suspend",0);\r
aWE("sweep",5,17,18,6,27);\r
-aWE("switch",30,6);\r
-aWE("system",0,34,38);\r
-aWE("systematical",35);\r
-aWE("t",18,32,34,39);\r
-aWE("tab",4,11,12,13,19,21,33,36,23,37,26,28);\r
-aWE("tabl",3,4,7,2,11,15,16,17,19,20,32);\r
+aWE("switch",30,31,6);\r
+aWE("system",0,31,35,39);\r
+aWE("systematical",36);\r
+aWE("t",18,33,35,40);\r
+aWE("tab",4,11,12,13,19,21,34,37,23,38,26,28);\r
+aWE("tabl",3,4,7,2,11,15,16,17,19,20,33);\r
aWE("tail",28);\r
aWE("tak",26,27);\r
-aWE("taken",7,11,13,35);\r
-aWE("technical",34);\r
-aWE("tensor",34,35);\r
-aWE("text",35,23);\r
-aWE("textur",34);\r
-aWE("them",4,1,7,30,21,31,34,6,39);\r
-aWE("therefor",34);\r
+aWE("taken",7,11,13,36);\r
+aWE("technical",35);\r
+aWE("tensor",35,36);\r
+aWE("text",36,23);\r
+aWE("textur",35);\r
+aWE("them",4,1,7,30,21,31,32,35,6,40);\r
+aWE("therefor",35);\r
aWE("thick",6);\r
aWE("thin",6);\r
-aWE("thought",34,26);\r
-aWE("thre",3,4,11,12,33,34,23,38);\r
-aWE("threshold",34);\r
-aWE("tick",39);\r
-aWE("tim",3,5,0,8,11,12,13,14,29,30,18,21,33,35,36,23,37,6,26,27,28);\r
-aWE("titl",4,32,23);\r
+aWE("thought",35,26);\r
+aWE("thre",3,4,11,12,34,35,23,39);\r
+aWE("threshold",35);\r
+aWE("tick",40);\r
+aWE("tilt",31);\r
+aWE("tim",3,5,0,8,11,12,13,14,29,30,18,21,34,36,37,23,38,6,26,27,28);\r
+aWE("titl",4,33,23);\r
aWE("togeth",3);\r
-aWE("toleranc",31);\r
-aWE("toolbar",8,11,12,13,14,29,30,21,31,33,32,22,36,23,37,26,28,39);\r
-aWE("top",31,32,37);\r
-aWE("total",34);\r
-aWE("touch",31);\r
+aWE("toggl",31);\r
+aWE("toleranc",32);\r
+aWE("toolbar",8,11,12,13,14,29,30,21,31,32,34,33,22,37,23,38,26,28,40);\r
+aWE("top",32,33,38);\r
+aWE("total",35);\r
+aWE("touch",32);\r
aWE("transform",26);\r
aWE("transformation",23,27);\r
aWE("translat",30,24,6);\r
-aWE("translation",30,37);\r
-aWE("transparency",31,34);\r
-aWE("transparent",31,37,6);\r
+aWE("translation",30,31,38);\r
+aWE("transparency",32,35);\r
+aWE("transparent",32,38,6);\r
aWE("tre",3);\r
-aWE("triangl",3,7,39);\r
-aWE("triangular",31);\r
+aWE("triangl",3,7,40);\r
+aWE("triangular",32);\r
aWE("trigger",25);\r
-aWE("trihedron",39);\r
+aWE("trihedron",40);\r
aWE("truncat",1);\r
-aWE("twic",38);\r
-aWE("two",0,1,7,10,11,12,30,31,33,34,35,36,37);\r
+aWE("twic",39);\r
+aWE("two",0,1,7,10,11,12,30,32,34,35,36,37,38);\r
aWE("txt",4,19);\r
-aWE("typ",3,5,7,8,11,12,13,29,16,33,32,34,36,23,6,25,26,27,38,28);\r
+aWE("typ",3,5,7,8,11,12,13,29,16,34,33,35,37,23,6,25,26,27,39,28);\r
aWE("uncheck",18);\r
-aWE("uniqu",38);\r
+aWE("uniqu",39);\r
aWE("unit",4,7,26);\r
aWE("unwant",1);\r
-aWE("up",5,7,8,9,2,10,11,12,13,15,14,29,21,33,34,35,36,23,37,6,26,27,28);\r
-aWE("updat",21,31,22,37,38);\r
+aWE("up",5,7,8,9,2,10,11,12,13,15,14,29,21,31,34,35,36,37,23,38,6,26,27,28);\r
+aWE("updat",21,32,22,38,39);\r
aWE("upward",7);\r
-aWE("us",3,5,0,1,7,10,11,13,29,30,16,31,34,35,23,37,26,27,38,28,39);\r
+aWE("us",3,5,0,1,7,10,11,13,29,30,16,31,32,35,36,23,38,26,27,39,28,40);\r
aWE("usag",17);\r
aWE("usual",26);\r
-aWE("v",7,37);\r
+aWE("v",7,38);\r
aWE("validat",5);\r
-aWE("valu",3,4,0,7,8,2,11,12,13,16,18,21,31,33,34,35,36,23,6,26,27,38,28);\r
-aWE("variabl",35,37);\r
+aWE("valu",3,4,0,7,8,2,11,12,13,16,18,21,32,34,35,36,37,23,6,26,27,39,28);\r
+aWE("variabl",36,38);\r
aWE("variou",20);\r
-aWE("vary",38);\r
+aWE("vary",39);\r
aWE("ve",0);\r
-aWE("vector",3,8,13,16,21,33,34,35,36,23,26,28);\r
-aWE("verbal",32);\r
-aWE("vertex",34);\r
-aWE("vertical",1,32,35,23);\r
-aWE("very",31,26);\r
-aWE("via",30,25,39);\r
+aWE("vector",3,8,13,16,21,34,35,36,37,23,26,28);\r
+aWE("verbal",33);\r
+aWE("vertex",35);\r
+aWE("vertical",1,33,36,23);\r
+aWE("very",32,26);\r
+aWE("via",30,25,40);\r
aWE("video",0);\r
-aWE("view",3,4,0,1,7,9,2,10,11,12,13,15,14,30,16,17,21,31,33,32,34,22,36,23,24,37,6,25,26,27,38,28,39);\r
-aWE("visibl",32,34,39);\r
-aWE("visualis",34);\r
+aWE("view",3,4,0,1,7,9,2,10,11,12,13,15,14,30,16,17,21,31,32,34,33,35,22,37,23,24,38,6,25,26,27,39,28,40);\r
+aWE("viewer",31);\r
+aWE("visibl",33,35,40);\r
+aWE("visualis",35);\r
aWE("visualisation",29);\r
-aWE("visualiz",11,13,31,34,28);\r
-aWE("visualization",8,11,12,13,29,20,21,33,36,23,37,6,26,28,39);\r
-aWE("vtk",30,34,22,6,39);\r
-aWE("way",1,31,37);\r
+aWE("visualiz",11,13,32,35,28);\r
+aWE("visualization",8,11,12,13,29,20,21,34,37,23,38,6,26,28,40);\r
+aWE("vtk",30,35,22,6,40);\r
+aWE("way",1,32,38);\r
aWE("well",8,23);\r
aWE("what",18);\r
-aWE("whatev",34);\r
+aWE("whatev",35);\r
aWE("wheel",5);\r
-aWE("whil",33);\r
-aWE("whol",3,34);\r
+aWE("whil",34);\r
+aWE("whol",3,35);\r
aWE("why",3);\r
-aWE("width",7,35,23,6,28);\r
-aWE("will",3,5,0,1,7,8,9,2,10,11,12,13,15,14,16,18,19,21,31,33,32,34,22,35,36,23,24,6,25,26,27,38,28);\r
-aWE("window",0,10,15,30,31,22,37);\r
+aWE("width",7,36,23,6,28);\r
+aWE("will",3,5,0,1,7,8,9,2,10,11,12,13,15,14,16,18,19,21,32,34,33,35,22,36,37,23,24,6,25,26,27,39,28);\r
+aWE("window",0,10,15,30,32,22,38);\r
aWE("wir",6);\r
aWE("wirefram",6);\r
-aWE("wish",32,6,39);\r
-aWE("within",31,34,35,6);\r
-aWE("without",4,30);\r
-aWE("would",0,34);\r
-aWE("written",35);\r
-aWE("x",1,7,32,34,35,23,24);\r
+aWE("wish",33,6,40);\r
+aWE("within",32,35,36,6);\r
+aWE("without",4,30,31);\r
+aWE("would",0,35);\r
+aWE("written",36);\r
+aWE("x",1,7,31,33,35,36,23,24);\r
aWE("xl",4,19);\r
-aWE("xy",10,11,12,20,33,32,25);\r
-aWE("y",1,7,32,35,23,24);\r
-aWE("your",5,0,1,7,2,10,11,12,13,15,14,29,18,19,21,33,32,36,23,24,25,26,28);\r
-aWE("yz",11,12,33);\r
+aWE("xy",10,11,12,20,34,33,25);\r
+aWE("y",1,7,31,33,36,23,24);\r
+aWE("your",5,0,1,7,2,10,11,12,13,15,14,29,18,19,21,34,33,37,23,24,25,26,28);\r
+aWE("yz",11,12,34);\r
aWE("z",1,24);\r
-aWE("zoom",30,31,32,34,39);\r
-aWE("zx",11,12,33);\r
+aWE("zoom",30,31,32,33,35,40);\r
+aWE("zx",11,12,34);\r
\r
//-->\r
</script>\r
<script language="javascript" src="whtdata.js"></script>\r
<script language="javascript">\r
<!--\r
- aTE(1,44,"Post-Pro module");\r
+ aTE(1,45,"Post-Pro module");\r
aTE(2,0,"Introduction to Post-Pro","files/introduction.htm");\r
aTE(2,0,"Running Post-Pro","files/running_visu.htm");\r
aTE(2,0,"Importing MED files","files/importing_med_objects.htm");\r
- aTE(2,0,"About the structure of MED objects","files/about_structure_of_med_object.htm");\r
- aTE(1,29,"3D presentations");\r
+ aTE(2,0,"Structure of MED objects","files/about_structure_of_med_object.htm");\r
+ aTE(1,30,"3D presentations");\r
aTE(2,0,"Presentation of a submesh","files/creating_presentations.htm");\r
- aTE(1,20,"Field presentations");\r
+ aTE(1,21,"Field presentations");\r
aTE(2,0,"Creating field presentations","files/creating_field_presentations.htm");\r
aTE(2,0,"Scalar Map presentation","files/scalar_map_presentation.htm");\r
aTE(2,0,"Iso Surfaces presentation","files/iso_surfaces_presentation.htm");\r
aTE(2,0,"Scalar Map on Deformed Shape presentation","scalar_map_on_deformed_shape_presentation.htm");\r
aTE(2,0,"Plot 3D presentation","plot_3d_presentation.htm");\r
aTE(2,0,"Animating presentations","files/animating_presentations.htm");\r
- aTE(1,8,"Gauss Points Presentations");\r
+ aTE(1,9,"Gauss Points Presentations");\r
aTE(2,0,"Creating a Gauss Points Presentation","gauss_points_presentation.htm");\r
aTE(2,0,"Primitive Types","primitive_types.htm");\r
aTE(2,0,"Types of Gauss Points Presentations","types_of_gauss_points_presentations.htm");\r
aTE(2,0,"Scalar Bar","scalar_bar.htm");\r
aTE(2,0,"Gauss Viewer","gauss_viewer.htm");\r
+ aTE(2,0,"Navigation in the Gauss viewer","navigation_with_keyboard_and_spacemouse.htm");\r
aTE(2,0,"Picking","picking.htm");\r
aTE(2,0,"Segmentation","segmentation.htm");\r
aTE(2,0,"Recording in Gauss Viewer","animation_in_gauss_viewer.htm");\r
aTE(2,0,"Creating XY plots","files/creating_xy_plot.htm");\r
aTE(2,0,"Plot2D Viewer","plot2d_viewer.htm");\r
aTE(2,0,"Setting properties of XY plots","files/setting_properties_of_xy_plots.htm");\r
+ aTE(2,0,"Access to Post-Pro module functionality from Python (using VISU_Gen.idl)","visugenidl_doc/VISU__Gen_8idl.html");\r
\r
//-->\r
</script>\r
<!--\r
if(window.gbWhFHost)\r
{\r
- setBackgroundcolor("White"); \r
- \r
- setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none");\r
- setFont("Error", "Tahoma","8pt","Black","Normal","Normal","none");\r
- setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline");\r
- setActiveBgColor("Silver");\r
\r
\r
+ setFont("Normal", "Arial","9pt","#000000","normal","normal","none");\r
+ setFont("Error", "Arial","9pt","#000000","normal","normal","none");\r
+ setFont("Hover", "Arial","9pt","#007f00","normal","normal","underline");\r
+ setActiveBgColor("#cccccc");\r
+ setMargin("0pt");\r
+ setIndent("9pt");\r
FtsWriteClassStyle();\r
}\r
else\r
if (window.gbWhVer&&window.gbWhProxy&&window.gbWhMsg)\r
{\r
if (gbMac)\r
- strWrite="<FRAMESET ROWS='45,100%' framespacing=0 frameborder=0>";\r
+ strWrite="<FRAMESET ROWS='45,100%' framespacing=0 frameborder=1>";\r
else\r
- strWrite="<FRAMESET ROWS='60,100%' framespacing=0 frameborder=0>";\r
+ strWrite="<FRAMESET ROWS='60,100%' framespacing=0 frameborder=1>";\r
strWrite +="<FRAME SRC='whfform.htm' title='search form frame' name='ftsform' noresize='yes' scrolling='no'>";\r
strWrite +="<FRAME SRC='whfbody.htm' title='search result frame' name='ftsbody' scrolling='yes'>";\r
strWrite +="</FRAMESET>";\r
gstrFormName = "FtsInputForm"\r
gsTitle = "Type in the word(s) to search for:";\r
gsTitle = "Type in the word(s) to search for:";\r
- setGoImage1("wht_go.gif");\r
- setBackgroundcolor("White");\r
+ setGoImage1("");\r
+ \r
+ \r
\r
- setBtnType("image");\r
\r
\r
\r
setGoText("Go");\r
- setFont("Title", "Tahoma","8pt","Navy","Normal","Normal","none");\r
+ setFont("Title", "Arial","9pt","#000000","normal","normal","none");\r
\r
\r
document.write(getFormHTML());\r
<!--\r
if(window.gbWhGHost)\r
{\r
- setBackgroundcolor("White"); \r
- \r
- setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none");\r
- setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline");\r
- setActiveBgColor("Silver");\r
\r
\r
+ setFont("Normal", "Arial","9pt","#000000","normal","normal","none");\r
+ setFont("Hover", "Arial","9pt","#007f00","normal","normal","underline");\r
+ setActiveBgColor("#cccccc");\r
+ setMargin("0pt");\r
+ setIndent("9pt");\r
GloWriteClassStyle();\r
}\r
else\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<p class="ftsbody" >\r
\r
\r
-<a name="bm_{"></a><a name="subkey_{{"></a><a href="../plot2d_viewer.htm"><b>10n</b></a> <br><nobr><a name="bms_{D"></a><a name="subkey_{D"></a>2d <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../files/getting_started.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><nobr>3d <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/about_structure_of_med_object.htm"><b>5</b></a> <a href="../clipping.htm"><b>6</b></a> <a href="../animation_in_gauss_viewer.htm"><b>7</b></a> <a href="../picking.htm"><b>8</b></a> <a href="../gauss_viewer.htm"><b>9</b></a> <a href="../files/scaling_presentations.htm"><b>10</b></a> <a href="../files/scalar_map_presentation.htm"><b>11</b></a> <a href="../files/introduction.htm"><b>12</b></a> <a href="../files/getting_elements_attributes.htm"><b>13</b></a> <a href="../vtk_3d_viewer.htm"><b>14</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>15</b></a> <a href="../segmentation.htm"><b>16</b></a> <a href="../primitive_types.htm"><b>17</b></a> <a href="../plot_3d_presentation.htm"><b>18</b></a> </nobr><br>\r
+<a name="bm_{"></a><a name="subkey_{{"></a><a href="../plot2d_viewer.htm"><b>10n</b></a> <br><nobr><a name="bms_{D"></a><a name="subkey_{D"></a>2d <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../files/getting_started.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><nobr>3d <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/about_structure_of_med_object.htm"><b>5</b></a> <a href="../clipping.htm"><b>6</b></a> <a href="../animation_in_gauss_viewer.htm"><b>7</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>8</b></a> <a href="../gauss_viewer.htm"><b>9</b></a> <a href="../files/scaling_presentations.htm"><b>10</b></a> <a href="../files/scalar_map_presentation.htm"><b>11</b></a> <a href="../files/introduction.htm"><b>12</b></a> <a href="../files/getting_elements_attributes.htm"><b>13</b></a> <a href="../vtk_3d_viewer.htm"><b>14</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>15</b></a> <a href="../segmentation.htm"><b>16</b></a> <a href="../primitive_types.htm"><b>17</b></a> <a href="../plot_3d_presentation.htm"><b>18</b></a> <a href="../picking.htm"><b>19</b></a> </nobr><br>\r
<br><br>\r
-<nobr><a name="bm_A"></a><a name="subkey_AB"></a>able <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../segmentation.htm"><b>above</b></a> <br><a href="../scalar_bar.htm"><b>abscissa</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>absolute</b></a> <br><nobr><a name="bms_AC"></a><a name="subkey_AC"></a>acceptable <a href="../files/sweeping.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><nobr>access <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>accessed <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><a href="../files/displaying_hiding_presentations.htm"><b>accessible</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>accordance</b></a> <br><nobr>according <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/vectors_presentation.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>6</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>accuracy</b></a> <br><nobr>actions <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> </nobr><br><nobr>activated <a href="../picking.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>activates</b></a> <br><nobr>active <a href="../picking.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>activity</b></a> <br><a href="../files/getting_elements_attributes.htm"><b>actor</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>actors</b></a> <br><a href="../segmentation.htm"><b>actually</b></a> <br><nobr><a name="bms_AD"></a><a name="subkey_AD"></a>addition <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>additional <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../files/running_visu.htm"><b>8</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>9</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>10</b></a> <a href="../plot_3d_presentation.htm"><b>11</b></a> </nobr><br><nobr>adjust <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>adjusted</b></a> <br><a href="../clipping.htm"><b>adjusting</b></a> <br><a href="../plot2d_viewer.htm"><b>advanced</b></a> <br><a name="bms_AG"></a><a name="subkey_AG"></a><a href="../files/animating_presentations.htm"><b>again</b></a> <br><a name="bms_AL"></a><a name="subkey_AL"></a><a href="../files/cut_lines_presentation.htm"><b>algorithm</b></a> <br><nobr>allow <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><nobr>allowing <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../files/sweeping.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/scaling_presentations.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/importing_med_objects.htm"><b>7</b></a> </nobr><br><nobr>allows <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_curves.htm"><b>5</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../files/about_tables.htm"><b>8</b></a> <a href="../clipping.htm"><b>9</b></a> <a href="../animation_in_gauss_viewer.htm"><b>10</b></a> <a href="../picking.htm"><b>11</b></a> <a href="../gauss_viewer.htm"><b>12</b></a> <a href="../files/vectors_presentation.htm"><b>13</b></a> <a href="../files/stream_lines_presentation.htm"><b>14</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>15</b></a> <a href="../files/scalar_map_presentation.htm"><b>16</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>17</b></a> <a href="../files/importing_med_objects.htm"><b>18</b></a> <a href="../vtk_3d_viewer.htm"><b>19</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>20</b></a> <a href="../segmentation.htm"><b>21</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>22</b></a> <a href="../scalar_bar.htm"><b>23</b></a> <a href="../plot_3d_presentation.htm"><b>24</b></a> <a href="../plot2d_viewer.htm"><b>25</b></a> </nobr><br><nobr>along <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a href="../primitive_types.htm"><b>alpha</b></a> <br><nobr>already <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>alternatively</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>always</b></a> <br><a name="bms_AN"></a><a name="subkey_AN"></a><a href="../types_of_gauss_points_presentations.htm"><b>analog</b></a> <br><nobr>angle <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><a href="../files/getting_started.htm"><b>animate</b></a> <br><a href="../files/animating_presentations.htm"><b>animating</b></a> <br><nobr>animation <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../files/sweeping.htm"><b>4</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>animations</b></a> <br><nobr>another <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../files/sweeping.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> </nobr><br><nobr>any <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../files/importing_med_objects.htm"><b>5</b></a> <a href="../files/getting_elements_attributes.htm"><b>6</b></a> <a href="../primitive_types.htm"><b>7</b></a> </nobr><br><a name="bms_AP"></a><a name="subkey_AP"></a><a href="../picking.htm"><b>apexes</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>api</b></a> <br><nobr>appear <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> </nobr><br><nobr>application <a href="../files/running_visu.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><nobr>applied <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/about_structure_of_med_object.htm"><b>5</b></a> <a href="../creating_tables.htm"><b>6</b></a> <a href="../files/vectors_presentation.htm"><b>7</b></a> <a href="../files/sweeping.htm"><b>8</b></a> <a href="../files/stream_lines_presentation.htm"><b>9</b></a> <a href="../files/scalar_map_presentation.htm"><b>10</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>11</b></a> <a href="../files/getting_elements_attributes.htm"><b>12</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>13</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>14</b></a> <a href="../plot_3d_presentation.htm"><b>15</b></a> </nobr><br><a href="../primitive_types.htm"><b>applies</b></a> <br><nobr>apply <a href="../clipping.htm"><b>1</b></a> <a href="../gauss_points_presentation.htm"><b>2</b></a> <a href="../files/scaling_presentations.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> </nobr><br><nobr><a name="bms_AR"></a><a name="subkey_AR"></a>area <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr>around <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> <a href="../plot_3d_presentation.htm"><b>5</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>arrange</b></a> <br><a href="../files/cut_lines_presentation.htm"><b>array</b></a> <br><a href="../files/vectors_presentation.htm"><b>arrows</b></a> <br><a name="bms_AS"></a><a name="subkey_AS"></a><a href="../animation_in_gauss_viewer.htm"><b>asked</b></a> <br><a href="../files/creating_curves.htm"><b>assign</b></a> <br><a href="../gauss_viewer.htm"><b>assigned</b></a> <br><nobr>associated <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_AT"></a><a name="subkey_AT"></a>attributes <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_AU"></a><a name="subkey_AU"></a>auto <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> </nobr><br><nobr>automatically <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../files/sweeping.htm"><b>6</b></a> <a href="../files/importing_med_objects.htm"><b>7</b></a> <a href="../segmentation.htm"><b>8</b></a> </nobr><br><nobr><a name="bms_AV"></a><a name="subkey_AV"></a>available <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../files/getting_elements_attributes.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>average</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>avi</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>avoid</b></a> <br><nobr><a name="bms_AX"></a><a name="subkey_AX"></a>axes <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>5</b></a> <a href="../files/scaling_presentations.htm"><b>6</b></a> <a href="../vtk_3d_viewer.htm"><b>7</b></a> <a href="../plot_3d_presentation.htm"><b>8</b></a> <a href="../plot2d_viewer.htm"><b>9</b></a> </nobr><br><nobr>axis <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> <a href="../segmentation.htm"><b>6</b></a> <a href="../plot_3d_presentation.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> </nobr><br>\r
+<nobr><a name="bm_A"></a><a name="subkey_AB"></a>able <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../segmentation.htm"><b>above</b></a> <br><a href="../scalar_bar.htm"><b>abscissa</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>absolute</b></a> <br><nobr><a name="bms_AC"></a><a name="subkey_AC"></a>acceptable <a href="../files/sweeping.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><nobr>access <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>accessed <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><a href="../files/displaying_hiding_presentations.htm"><b>accessible</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>accordance</b></a> <br><nobr>according <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/vectors_presentation.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>6</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>accuracy</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>action</b></a> <br><nobr>actions <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../files/scaling_presentations.htm"><b>3</b></a> </nobr><br><nobr>activated <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>activates</b></a> <br><nobr>active <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>activity</b></a> <br><a href="../files/getting_elements_attributes.htm"><b>actor</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>actors</b></a> <br><a href="../segmentation.htm"><b>actually</b></a> <br><nobr><a name="bms_AD"></a><a name="subkey_AD"></a>addition <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>additional <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../files/running_visu.htm"><b>8</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>9</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>10</b></a> <a href="../plot_3d_presentation.htm"><b>11</b></a> </nobr><br><nobr>adjust <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>adjusted</b></a> <br><a href="../clipping.htm"><b>adjusting</b></a> <br><nobr>advanced <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a name="bms_AG"></a><a name="subkey_AG"></a><a href="../files/animating_presentations.htm"><b>again</b></a> <br><a name="bms_AL"></a><a name="subkey_AL"></a><a href="../files/cut_lines_presentation.htm"><b>algorithm</b></a> <br><nobr>allow <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>3</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>4</b></a> <a href="../plot_3d_presentation.htm"><b>5</b></a> </nobr><br><nobr>allowing <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../files/sweeping.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/scaling_presentations.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/importing_med_objects.htm"><b>7</b></a> </nobr><br><nobr>allows <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_curves.htm"><b>5</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../files/about_tables.htm"><b>8</b></a> <a href="../clipping.htm"><b>9</b></a> <a href="../animation_in_gauss_viewer.htm"><b>10</b></a> <a href="../gauss_viewer.htm"><b>11</b></a> <a href="../files/vectors_presentation.htm"><b>12</b></a> <a href="../files/stream_lines_presentation.htm"><b>13</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>14</b></a> <a href="../files/scalar_map_presentation.htm"><b>15</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>16</b></a> <a href="../files/importing_med_objects.htm"><b>17</b></a> <a href="../vtk_3d_viewer.htm"><b>18</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>19</b></a> <a href="../segmentation.htm"><b>20</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>21</b></a> <a href="../scalar_bar.htm"><b>22</b></a> <a href="../plot_3d_presentation.htm"><b>23</b></a> <a href="../plot2d_viewer.htm"><b>24</b></a> <a href="../picking.htm"><b>25</b></a> </nobr><br><nobr>along <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a href="../primitive_types.htm"><b>alpha</b></a> <br><nobr>already <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>alternatively</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>always</b></a> <br><a name="bms_AN"></a><a name="subkey_AN"></a><a href="../types_of_gauss_points_presentations.htm"><b>analog</b></a> <br><nobr>angle <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><a href="../files/getting_started.htm"><b>animate</b></a> <br><a href="../files/animating_presentations.htm"><b>animating</b></a> <br><nobr>animation <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../files/sweeping.htm"><b>4</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>animations</b></a> <br><nobr>another <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../files/sweeping.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> </nobr><br><nobr>any <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../files/importing_med_objects.htm"><b>6</b></a> <a href="../files/getting_elements_attributes.htm"><b>7</b></a> <a href="../primitive_types.htm"><b>8</b></a> </nobr><br><a name="bms_AP"></a><a name="subkey_AP"></a><a href="../picking.htm"><b>apexes</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>api</b></a> <br><nobr>appear <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> </nobr><br><nobr>application <a href="../files/running_visu.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><nobr>applied <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/about_structure_of_med_object.htm"><b>5</b></a> <a href="../creating_tables.htm"><b>6</b></a> <a href="../files/vectors_presentation.htm"><b>7</b></a> <a href="../files/sweeping.htm"><b>8</b></a> <a href="../files/stream_lines_presentation.htm"><b>9</b></a> <a href="../files/scalar_map_presentation.htm"><b>10</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>11</b></a> <a href="../files/getting_elements_attributes.htm"><b>12</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>13</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>14</b></a> <a href="../plot_3d_presentation.htm"><b>15</b></a> </nobr><br><a href="../primitive_types.htm"><b>applies</b></a> <br><nobr>apply <a href="../clipping.htm"><b>1</b></a> <a href="../gauss_points_presentation.htm"><b>2</b></a> <a href="../files/scaling_presentations.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> </nobr><br><nobr><a name="bms_AR"></a><a name="subkey_AR"></a>area <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr>around <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> <a href="../picking.htm"><b>5</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>arrange</b></a> <br><a href="../files/cut_lines_presentation.htm"><b>array</b></a> <br><a href="../files/vectors_presentation.htm"><b>arrows</b></a> <br><a name="bms_AS"></a><a name="subkey_AS"></a><a href="../animation_in_gauss_viewer.htm"><b>asked</b></a> <br><a href="../files/creating_curves.htm"><b>assign</b></a> <br><a href="../gauss_viewer.htm"><b>assigned</b></a> <br><nobr>associated <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_AT"></a><a name="subkey_AT"></a>attributes <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_AU"></a><a name="subkey_AU"></a>auto <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> </nobr><br><nobr>automatically <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../files/sweeping.htm"><b>6</b></a> <a href="../files/importing_med_objects.htm"><b>7</b></a> <a href="../segmentation.htm"><b>8</b></a> </nobr><br><nobr><a name="bms_AV"></a><a name="subkey_AV"></a>available <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../files/getting_elements_attributes.htm"><b>5</b></a> <a href="../vtk_3d_viewer.htm"><b>6</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>average</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>avi</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>avoid</b></a> <br><nobr><a name="bms_AX"></a><a name="subkey_AX"></a>axes <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>5</b></a> <a href="../files/scaling_presentations.htm"><b>6</b></a> <a href="../vtk_3d_viewer.htm"><b>7</b></a> <a href="../plot_3d_presentation.htm"><b>8</b></a> <a href="../plot2d_viewer.htm"><b>9</b></a> </nobr><br><nobr>axis <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>5</b></a> <a href="../vtk_3d_viewer.htm"><b>6</b></a> <a href="../segmentation.htm"><b>7</b></a> <a href="../plot_3d_presentation.htm"><b>8</b></a> <a href="../plot2d_viewer.htm"><b>9</b></a> </nobr><br>\r
<br><br>\r
-<nobr><a name="bm_B"></a><a name="subkey_BA"></a>back <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> </nobr><br><nobr>background <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>backward</b></a> <br><nobr>bar <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../picking.htm"><b>6</b></a> <a href="../gauss_points_presentation.htm"><b>7</b></a> <a href="../files/vectors_presentation.htm"><b>8</b></a> <a href="../files/stream_lines_presentation.htm"><b>9</b></a> <a href="../files/scalar_map_presentation.htm"><b>10</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>11</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>12</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>13</b></a> <a href="../scalar_bar.htm"><b>14</b></a> <a href="../plot_3d_presentation.htm"><b>15</b></a> </nobr><br><nobr>bars <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><nobr>base <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../files/sweeping.htm"><b>4</b></a> </nobr><br><nobr>based <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/animating_presentations.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../files/introduction.htm"><b>6</b></a> <a href="../files/getting_started.htm"><b>7</b></a> </nobr><br><nobr>basic <a href="../files/sweeping.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><nobr>basis <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../files/about_tables.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> </nobr><br><a name="bms_BE"></a><a name="subkey_BE"></a><a href="../files/importing_med_objects.htm"><b>become</b></a> <br><a href="../picking.htm"><b>becomes</b></a> <br><a href="../files/running_visu.htm"><b>before</b></a> <br><a href="../files/animating_presentations.htm"><b>begin</b></a> <br><a href="../files/animating_presentations.htm"><b>beginning</b></a> <br><a href="../picking.htm"><b>being</b></a> <br><nobr>belonging <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>belongs</b></a> <br><nobr>below <a href="../picking.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>better</b></a> <br><nobr><a name="bms_BI"></a><a name="subkey_BI"></a>bicolor <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../files/vectors_presentation.htm"><b>big</b></a> <br><a href="../primitive_types.htm"><b>bigger</b></a> <br><nobr><a name="bms_BL"></a><a name="subkey_BL"></a>black <a href="../picking.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>blue <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_BM"></a><a name="subkey_BM"></a>bmp <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><nobr><a name="bms_BO"></a><a name="subkey_BO"></a>both <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../plot_3d_presentation.htm"><b>7</b></a> </nobr><br><nobr>bottom <a href="../segmentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>bound</b></a> <br><a href="../segmentation.htm"><b>boundaries</b></a> <br><nobr>boundary <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>box <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_xy_plot.htm"><b>5</b></a> <a href="../files/creating_curves.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../animation_in_gauss_viewer.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/stream_lines_presentation.htm"><b>10</b></a> <a href="../files/scaling_presentations.htm"><b>11</b></a> <a href="../files/scalar_map_presentation.htm"><b>12</b></a> <a href="../files/importing_tables.htm"><b>13</b></a> <a href="../files/importing_med_objects.htm"><b>14</b></a> <a href="../files/getting_elements_attributes.htm"><b>15</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>16</b></a> <a href="../segmentation.htm"><b>17</b></a> <a href="../plot_3d_presentation.htm"><b>18</b></a> <a href="../plot2d_viewer.htm"><b>19</b></a> </nobr><br><nobr>boxes <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> </nobr><br><br><br></p><p class="ftsbody" align="center"><a href="whlstf1.htm" target="_self" title="previous search group"><b>>></b></a>\r
+<nobr><a name="bm_B"></a><a name="subkey_BA"></a>back <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> </nobr><br><nobr>background <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>backward <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>bar <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../gauss_points_presentation.htm"><b>6</b></a> <a href="../files/vectors_presentation.htm"><b>7</b></a> <a href="../files/stream_lines_presentation.htm"><b>8</b></a> <a href="../files/scalar_map_presentation.htm"><b>9</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>10</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>11</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>12</b></a> <a href="../scalar_bar.htm"><b>13</b></a> <a href="../plot_3d_presentation.htm"><b>14</b></a> <a href="../picking.htm"><b>15</b></a> </nobr><br><nobr>bars <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><nobr>base <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../files/sweeping.htm"><b>4</b></a> </nobr><br><nobr>based <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/animating_presentations.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../files/introduction.htm"><b>6</b></a> <a href="../files/getting_started.htm"><b>7</b></a> </nobr><br><nobr>basic <a href="../files/sweeping.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>basing</b></a> <br><nobr>basis <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../files/about_tables.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> </nobr><br><a name="bms_BE"></a><a name="subkey_BE"></a><a href="../files/importing_med_objects.htm"><b>become</b></a> <br><a href="../picking.htm"><b>becomes</b></a> <br><a href="../files/running_visu.htm"><b>before</b></a> <br><a href="../files/animating_presentations.htm"><b>begin</b></a> <br><a href="../files/animating_presentations.htm"><b>beginning</b></a> <br><a href="../picking.htm"><b>being</b></a> <br><nobr>belonging <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>belongs</b></a> <br><nobr>below <a href="../segmentation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>better</b></a> <br><nobr><a name="bms_BI"></a><a name="subkey_BI"></a>bicolor <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../files/vectors_presentation.htm"><b>big</b></a> <br><a href="../primitive_types.htm"><b>bigger</b></a> <br><nobr><a name="bms_BL"></a><a name="subkey_BL"></a>black <a href="../scalar_bar.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>blue <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_BM"></a><a name="subkey_BM"></a>bmp <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><nobr><a name="bms_BO"></a><a name="subkey_BO"></a>both <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../plot_3d_presentation.htm"><b>7</b></a> </nobr><br><nobr>bottom <a href="../segmentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>bound</b></a> <br><a href="../segmentation.htm"><b>boundaries</b></a> <br><nobr>boundary <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>box <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_xy_plot.htm"><b>5</b></a> <a href="../files/creating_curves.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../animation_in_gauss_viewer.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/stream_lines_presentation.htm"><b>10</b></a> <a href="../files/scaling_presentations.htm"><b>11</b></a> <a href="../files/scalar_map_presentation.htm"><b>12</b></a> <a href="../files/importing_tables.htm"><b>13</b></a> <a href="../files/importing_med_objects.htm"><b>14</b></a> <a href="../files/getting_elements_attributes.htm"><b>15</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>16</b></a> <a href="../segmentation.htm"><b>17</b></a> <a href="../plot_3d_presentation.htm"><b>18</b></a> <a href="../plot2d_viewer.htm"><b>19</b></a> </nobr><br><nobr>boxes <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> </nobr><br><br><br></p><p class="ftsbody" align="center"><a href="whlstf1.htm" target="_self" title="previous search group"><b>>></b></a>\r
\r
</body>\r
\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
<p class="ftsbody" align="center"><a href="whlstf0.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
<p class="ftsbody" >\r
-<nobr><a name="bms_BR"></a><a name="subkey_BR"></a>browse <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>browser <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../files/about_structure_of_med_object.htm"><b>12</b></a> <a href="../creating_tables.htm"><b>13</b></a> <a href="../gauss_viewer.htm"><b>14</b></a> <a href="../gauss_points_presentation.htm"><b>15</b></a> <a href="../files/vectors_presentation.htm"><b>16</b></a> <a href="../files/sweeping.htm"><b>17</b></a> <a href="../files/stream_lines_presentation.htm"><b>18</b></a> <a href="../files/scaling_presentations.htm"><b>19</b></a> <a href="../files/scalar_map_presentation.htm"><b>20</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>21</b></a> <a href="../files/importing_tables.htm"><b>22</b></a> <a href="../files/importing_med_objects.htm"><b>23</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>24</b></a> <a href="../plot_3d_presentation.htm"><b>25</b></a> </nobr><br><a name="bms_BU"></a><a name="subkey_BU"></a><a href="../files/importing_med_objects.htm"><b>build</b></a> <br><a href="../files/importing_med_objects.htm"><b>builds</b></a> <br><nobr>built <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>2</b></a> </nobr><br><nobr>button <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../clipping.htm"><b>5</b></a> <a href="../animation_in_gauss_viewer.htm"><b>6</b></a> <a href="../picking.htm"><b>7</b></a> <a href="../gauss_viewer.htm"><b>8</b></a> <a href="../gauss_points_presentation.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scaling_presentations.htm"><b>12</b></a> <a href="../files/scalar_map_presentation.htm"><b>13</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>14</b></a> <a href="../files/importing_tables.htm"><b>15</b></a> <a href="../vtk_3d_viewer.htm"><b>16</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>17</b></a> <a href="../segmentation.htm"><b>18</b></a> <a href="../plot2d_viewer.htm"><b>19</b></a> </nobr><br><nobr>buttons <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br>\r
+<nobr><a name="bms_BR"></a><a name="subkey_BR"></a>browse <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>browser <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../files/about_structure_of_med_object.htm"><b>12</b></a> <a href="../creating_tables.htm"><b>13</b></a> <a href="../gauss_viewer.htm"><b>14</b></a> <a href="../gauss_points_presentation.htm"><b>15</b></a> <a href="../files/vectors_presentation.htm"><b>16</b></a> <a href="../files/sweeping.htm"><b>17</b></a> <a href="../files/stream_lines_presentation.htm"><b>18</b></a> <a href="../files/scaling_presentations.htm"><b>19</b></a> <a href="../files/scalar_map_presentation.htm"><b>20</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>21</b></a> <a href="../files/importing_tables.htm"><b>22</b></a> <a href="../files/importing_med_objects.htm"><b>23</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>24</b></a> <a href="../plot_3d_presentation.htm"><b>25</b></a> </nobr><br><a name="bms_BU"></a><a name="subkey_BU"></a><a href="../files/importing_med_objects.htm"><b>build</b></a> <br><a href="../files/importing_med_objects.htm"><b>builds</b></a> <br><nobr>built <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>2</b></a> </nobr><br><nobr>button <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../clipping.htm"><b>5</b></a> <a href="../animation_in_gauss_viewer.htm"><b>6</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>7</b></a> <a href="../gauss_viewer.htm"><b>8</b></a> <a href="../gauss_points_presentation.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scaling_presentations.htm"><b>12</b></a> <a href="../files/scalar_map_presentation.htm"><b>13</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>14</b></a> <a href="../files/importing_tables.htm"><b>15</b></a> <a href="../vtk_3d_viewer.htm"><b>16</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>17</b></a> <a href="../segmentation.htm"><b>18</b></a> <a href="../plot2d_viewer.htm"><b>19</b></a> <a href="../picking.htm"><b>20</b></a> </nobr><br><nobr>buttons <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br>\r
<br><br>\r
-<a name="bm_C"></a><a name="subkey_CA"></a><a href="../files/scalar_map_presentation.htm"><b>calculation</b></a> <br><nobr>calculations <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../segmentation.htm"><b>called</b></a> <br><a href="../plot2d_viewer.htm"><b>calls</b></a> <br><nobr>camera <a href="../picking.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>cancel <a href="../gauss_points_presentation.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><a href="../primitive_types.htm"><b>cannot</b></a> <br><nobr>case <a href="../picking.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> </nobr><br><a href="../files/scalar_map_presentation.htm"><b>cases</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>cause</b></a> <br><a name="bms_CE"></a><a name="subkey_CE"></a><a href="../files/getting_elements_attributes.htm"><b>cell</b></a> <br><nobr>cells <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/about_tables.htm"><b>5</b></a> <a href="../files/about_structure_of_med_object.htm"><b>6</b></a> <a href="../creating_tables.htm"><b>7</b></a> <a href="../files/vectors_presentation.htm"><b>8</b></a> <a href="../files/sweeping.htm"><b>9</b></a> <a href="../files/stream_lines_presentation.htm"><b>10</b></a> <a href="../files/scalar_map_presentation.htm"><b>11</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>12</b></a> <a href="../files/getting_elements_attributes.htm"><b>13</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>14</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>15</b></a> <a href="../plot_3d_presentation.htm"><b>16</b></a> </nobr><br><nobr>center <a href="../files/vectors_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../picking.htm"><b>centered</b></a> <br><a href="../gauss_viewer.htm"><b>central</b></a> <br><a href="../picking.htm"><b>centred</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>certain</b></a> <br><nobr><a name="bms_CH"></a><a name="subkey_CH"></a>change <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../gauss_points_presentation.htm"><b>5</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>6</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>7</b></a> </nobr><br><a href="../segmentation.htm"><b>changed</b></a> <br><nobr>changes <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><a href="../primitive_types.htm"><b>channel</b></a> <br><a href="../segmentation.htm"><b>characteristic</b></a> <br><nobr>characteristics <a href="../files/getting_elements_attributes.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>check <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../files/vectors_presentation.htm"><b>6</b></a> <a href="../files/stream_lines_presentation.htm"><b>7</b></a> <a href="../files/scalar_map_presentation.htm"><b>8</b></a> <a href="../plot_3d_presentation.htm"><b>9</b></a> <a href="../plot2d_viewer.htm"><b>10</b></a> </nobr><br><a href="../plot_3d_presentation.htm"><b>checkbox</b></a> <br><nobr>checked <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>checking</b></a> <br><a href="../files/creating_curves.htm"><b>checkmark</b></a> <br><nobr>choice <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> </nobr><br><a href="../gauss_points_presentation.htm"><b>choices</b></a> <br><nobr>choose <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../clipping.htm"><b>10</b></a> <a href="../animation_in_gauss_viewer.htm"><b>11</b></a> <a href="../gauss_viewer.htm"><b>12</b></a> <a href="../gauss_points_presentation.htm"><b>13</b></a> <a href="../files/vectors_presentation.htm"><b>14</b></a> <a href="../files/stream_lines_presentation.htm"><b>15</b></a> <a href="../files/scalar_map_presentation.htm"><b>16</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>17</b></a> <a href="../files/importing_tables.htm"><b>18</b></a> <a href="../files/importing_med_objects.htm"><b>19</b></a> <a href="../files/getting_elements_attributes.htm"><b>20</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>21</b></a> <a href="../scalar_bar.htm"><b>22</b></a> <a href="../plot_3d_presentation.htm"><b>23</b></a> </nobr><br><nobr>chosen <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/scaling_presentations.htm"><b>5</b></a> <a href="../files/getting_elements_attributes.htm"><b>6</b></a> </nobr><br><a name="bms_CI"></a><a name="subkey_CI"></a><a href="../files/creating_curves.htm"><b>circle</b></a> <br><a name="bms_CL"></a><a name="subkey_CL"></a><a href="../primitive_types.htm"><b>clamp</b></a> <br><nobr>click <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../creating_tables.htm"><b>12</b></a> <a href="../clipping.htm"><b>13</b></a> <a href="../animation_in_gauss_viewer.htm"><b>14</b></a> <a href="../picking.htm"><b>15</b></a> <a href="../gauss_viewer.htm"><b>16</b></a> <a href="../gauss_points_presentation.htm"><b>17</b></a> <a href="../files/vectors_presentation.htm"><b>18</b></a> <a href="../files/sweeping.htm"><b>19</b></a> <a href="../files/stream_lines_presentation.htm"><b>20</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>21</b></a> <a href="../files/scaling_presentations.htm"><b>22</b></a> <a href="../files/scalar_map_presentation.htm"><b>23</b></a> <a href="../files/running_visu.htm"><b>24</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>25</b></a> <a href="../files/importing_tables.htm"><b>26</b></a> <a href="../files/importing_med_objects.htm"><b>27</b></a> <a href="../files/getting_elements_attributes.htm"><b>28</b></a> <a href="../vtk_3d_viewer.htm"><b>29</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>30</b></a> <a href="../plot_3d_presentation.htm"><b>31</b></a> <a href="../plot2d_viewer.htm"><b>32</b></a> </nobr><br><nobr>clicking <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>clip</b></a> <br><nobr>clipping <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>clips</b></a> <br><a href="../plot2d_viewer.htm"><b>clone</b></a> <br><nobr>close <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../files/importing_med_objects.htm"><b>closed</b></a> <br><nobr><a name="bms_CO"></a><a name="subkey_CO"></a>color <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../files/vectors_presentation.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../vtk_3d_viewer.htm"><b>7</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>8</b></a> <a href="../scalar_bar.htm"><b>9</b></a> <a href="../primitive_types.htm"><b>10</b></a> <a href="../plot2d_viewer.htm"><b>11</b></a> </nobr><br><nobr>colored <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> </nobr><br><nobr>coloring <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/vectors_presentation.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../plot_3d_presentation.htm"><b>5</b></a> </nobr><br><nobr>colors <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../files/importing_med_objects.htm"><b>coloured</b></a> <br><nobr>column <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/about_tables.htm"><b>2</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>columns</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>combine</b></a> <br><a href="../files/iso_surfaces_presentation.htm"><b>combines</b></a> <br><a href="../segmentation.htm"><b>command</b></a> <br><nobr>common <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../scalar_map_on_deformed_shape_presentation.htm"><b>compare</b></a> <br><nobr>comparison <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>compatible</b></a> <br><a href="../files/importing_med_objects.htm"><b>complete</b></a> <br><a href="../clipping.htm"><b>completely</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>complicated</b></a> <br><nobr>component <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/running_visu.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><nobr>components <a href="../picking.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../files/introduction.htm"><b>3</b></a> </nobr><br><a href="../files/creating_xy_plot.htm"><b>compose</b></a> <br><nobr>composed <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../creating_tables.htm"><b>2</b></a> <a href="../files/sweeping.htm"><b>3</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>composing</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>computation</b></a> <br><nobr>computed <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>concept</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>conditions</b></a> <br><a href="../files/vectors_presentation.htm"><b>cones</b></a> <br><nobr>configuration <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><a href="../segmentation.htm"><b>configure</b></a> <br><nobr>confirm <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> </nobr><br><a href="../scalar_bar.htm"><b>considered</b></a> <br><nobr>consist <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/creating_xy_plot.htm"><b>consisting</b></a> <br><nobr>consists <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br><nobr>construct <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>constructed <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>construction <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/iso_surfaces_presentation.htm"><b>constructs</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>consuming</b></a> <br><nobr>contain <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> </nobr><br><a href="../files/creating_xy_plot.htm"><b>contained</b></a> <br><nobr>container <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> </nobr><br><nobr>containing <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../files/importing_tables.htm"><b>3</b></a> <a href="../files/importing_med_objects.htm"><b>4</b></a> </nobr><br><nobr>contains <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> </nobr><br><a href="../segmentation.htm"><b>content</b></a> <br><nobr>contents <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>context</b></a> <br><nobr>continue <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../plot_3d_presentation.htm"><b>contour</b></a> <br><a href="../plot_3d_presentation.htm"><b>contours</b></a> <br><nobr>control <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><nobr>controls <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>convey</b></a> <br><nobr>coordinate <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> </nobr><br><nobr>coordinates <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../files/getting_elements_attributes.htm"><b>5</b></a> <a href="../segmentation.htm"><b>6</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>copies</b></a> <br><nobr>copy <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> </nobr><br><a href="../picking.htm"><b>corner</b></a> <br><nobr>correspond <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><nobr>correspondence <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br><nobr>corresponding <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../files/vectors_presentation.htm"><b>4</b></a> </nobr><br><nobr>corresponds <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>corrupt</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>cost</b></a> <br><a href="../primitive_types.htm"><b>course</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf2.htm" target="_self" title="previous search group"><b>>></b></a>\r
+<a name="bm_C"></a><a name="subkey_CA"></a><a href="../files/scalar_map_presentation.htm"><b>calculation</b></a> <br><nobr>calculations <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../segmentation.htm"><b>called</b></a> <br><a href="../plot2d_viewer.htm"><b>calls</b></a> <br><nobr>camera <a href="../primitive_types.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>cancel <a href="../gauss_points_presentation.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><a href="../primitive_types.htm"><b>cannot</b></a> <br><nobr>case <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><a href="../files/scalar_map_presentation.htm"><b>cases</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>cause</b></a> <br><a name="bms_CE"></a><a name="subkey_CE"></a><a href="../files/getting_elements_attributes.htm"><b>cell</b></a> <br><nobr>cells <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/about_tables.htm"><b>5</b></a> <a href="../files/about_structure_of_med_object.htm"><b>6</b></a> <a href="../creating_tables.htm"><b>7</b></a> <a href="../files/vectors_presentation.htm"><b>8</b></a> <a href="../files/sweeping.htm"><b>9</b></a> <a href="../files/stream_lines_presentation.htm"><b>10</b></a> <a href="../files/scalar_map_presentation.htm"><b>11</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>12</b></a> <a href="../files/getting_elements_attributes.htm"><b>13</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>14</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>15</b></a> <a href="../plot_3d_presentation.htm"><b>16</b></a> </nobr><br><nobr>center <a href="../files/vectors_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../picking.htm"><b>centered</b></a> <br><nobr>central <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../picking.htm"><b>centred</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>certain</b></a> <br><nobr><a name="bms_CH"></a><a name="subkey_CH"></a>change <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../gauss_points_presentation.htm"><b>6</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>7</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>8</b></a> </nobr><br><a href="../segmentation.htm"><b>changed</b></a> <br><nobr>changes <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><a href="../primitive_types.htm"><b>channel</b></a> <br><a href="../segmentation.htm"><b>characteristic</b></a> <br><nobr>characteristics <a href="../files/getting_elements_attributes.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>check <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../files/vectors_presentation.htm"><b>6</b></a> <a href="../files/stream_lines_presentation.htm"><b>7</b></a> <a href="../files/scalar_map_presentation.htm"><b>8</b></a> <a href="../plot_3d_presentation.htm"><b>9</b></a> <a href="../plot2d_viewer.htm"><b>10</b></a> </nobr><br><a href="../plot_3d_presentation.htm"><b>checkbox</b></a> <br><nobr>checked <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>checking</b></a> <br><a href="../files/creating_curves.htm"><b>checkmark</b></a> <br><nobr>choice <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> </nobr><br><a href="../gauss_points_presentation.htm"><b>choices</b></a> <br><nobr>choose <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../clipping.htm"><b>10</b></a> <a href="../animation_in_gauss_viewer.htm"><b>11</b></a> <a href="../gauss_viewer.htm"><b>12</b></a> <a href="../gauss_points_presentation.htm"><b>13</b></a> <a href="../files/vectors_presentation.htm"><b>14</b></a> <a href="../files/stream_lines_presentation.htm"><b>15</b></a> <a href="../files/scalar_map_presentation.htm"><b>16</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>17</b></a> <a href="../files/importing_tables.htm"><b>18</b></a> <a href="../files/importing_med_objects.htm"><b>19</b></a> <a href="../files/getting_elements_attributes.htm"><b>20</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>21</b></a> <a href="../scalar_bar.htm"><b>22</b></a> <a href="../plot_3d_presentation.htm"><b>23</b></a> </nobr><br><nobr>chosen <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/scaling_presentations.htm"><b>5</b></a> <a href="../files/getting_elements_attributes.htm"><b>6</b></a> </nobr><br><a name="bms_CI"></a><a name="subkey_CI"></a><a href="../files/creating_curves.htm"><b>circle</b></a> <br><a name="bms_CL"></a><a name="subkey_CL"></a><a href="../primitive_types.htm"><b>clamp</b></a> <br><nobr>click <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../creating_tables.htm"><b>12</b></a> <a href="../clipping.htm"><b>13</b></a> <a href="../animation_in_gauss_viewer.htm"><b>14</b></a> <a href="../gauss_viewer.htm"><b>15</b></a> <a href="../gauss_points_presentation.htm"><b>16</b></a> <a href="../files/vectors_presentation.htm"><b>17</b></a> <a href="../files/sweeping.htm"><b>18</b></a> <a href="../files/stream_lines_presentation.htm"><b>19</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>20</b></a> <a href="../files/scaling_presentations.htm"><b>21</b></a> <a href="../files/scalar_map_presentation.htm"><b>22</b></a> <a href="../files/running_visu.htm"><b>23</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>24</b></a> <a href="../files/importing_tables.htm"><b>25</b></a> <a href="../files/importing_med_objects.htm"><b>26</b></a> <a href="../files/getting_elements_attributes.htm"><b>27</b></a> <a href="../vtk_3d_viewer.htm"><b>28</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>29</b></a> <a href="../plot_3d_presentation.htm"><b>30</b></a> <a href="../plot2d_viewer.htm"><b>31</b></a> <a href="../picking.htm"><b>32</b></a> </nobr><br><nobr>clicking <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>clip</b></a> <br><nobr>clipping <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>clips</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>clockwise</b></a> <br><a href="../plot2d_viewer.htm"><b>clone</b></a> <br><nobr>close <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../files/importing_med_objects.htm"><b>closed</b></a> <br><nobr><a name="bms_CO"></a><a name="subkey_CO"></a>color <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../files/vectors_presentation.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../vtk_3d_viewer.htm"><b>6</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>7</b></a> <a href="../scalar_bar.htm"><b>8</b></a> <a href="../primitive_types.htm"><b>9</b></a> <a href="../plot2d_viewer.htm"><b>10</b></a> <a href="../picking.htm"><b>11</b></a> </nobr><br><nobr>colored <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> </nobr><br><nobr>coloring <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/vectors_presentation.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../plot_3d_presentation.htm"><b>5</b></a> </nobr><br><nobr>colors <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../files/importing_med_objects.htm"><b>coloured</b></a> <br><nobr>column <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/about_tables.htm"><b>2</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>columns</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>combine</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>combined</b></a> <br><a href="../files/iso_surfaces_presentation.htm"><b>combines</b></a> <br><nobr>command <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><nobr>common <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../scalar_map_on_deformed_shape_presentation.htm"><b>compare</b></a> <br><nobr>comparison <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>compatible</b></a> <br><a href="../files/importing_med_objects.htm"><b>complete</b></a> <br><a href="../clipping.htm"><b>completely</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>complicated</b></a> <br><nobr>component <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/running_visu.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><nobr>components <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../files/introduction.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><a href="../files/creating_xy_plot.htm"><b>compose</b></a> <br><nobr>composed <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../creating_tables.htm"><b>2</b></a> <a href="../files/sweeping.htm"><b>3</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>composing</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>computation</b></a> <br><nobr>computed <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>concept</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>conditions</b></a> <br><a href="../files/vectors_presentation.htm"><b>cones</b></a> <br><nobr>configuration <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><a href="../segmentation.htm"><b>configure</b></a> <br><nobr>confirm <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> </nobr><br><a href="../scalar_bar.htm"><b>considered</b></a> <br><nobr>consist <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/creating_xy_plot.htm"><b>consisting</b></a> <br><nobr>consists <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br><nobr>construct <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>constructed <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>construction <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/iso_surfaces_presentation.htm"><b>constructs</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>consuming</b></a> <br><nobr>contain <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> </nobr><br><a href="../files/creating_xy_plot.htm"><b>contained</b></a> <br><nobr>container <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> </nobr><br><nobr>containing <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../files/importing_tables.htm"><b>3</b></a> <a href="../files/importing_med_objects.htm"><b>4</b></a> </nobr><br><nobr>contains <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> </nobr><br><a href="../segmentation.htm"><b>content</b></a> <br><nobr>contents <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>context</b></a> <br><nobr>continue <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../plot_3d_presentation.htm"><b>contour</b></a> <br><a href="../plot_3d_presentation.htm"><b>contours</b></a> <br><nobr>control <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>controller</b></a> <br><nobr>controls <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>convey</b></a> <br><nobr>coordinate <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> </nobr><br><nobr>coordinates <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> <a href="../files/getting_elements_attributes.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> <a href="../picking.htm"><b>6</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>copies</b></a> <br><nobr>copy <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> </nobr><br><a href="../picking.htm"><b>corner</b></a> <br><nobr>correspond <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><nobr>correspondence <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br><nobr>corresponding <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../files/vectors_presentation.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><nobr>corresponds <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>corrupt</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>cost</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>counterclockwise</b></a> <br><a href="../primitive_types.htm"><b>course</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf2.htm" target="_self" title="previous search group"><b>>></b></a>\r
\r
</body>\r
\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
<p class="ftsbody" align="center"><a href="whlstf1.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
<p class="ftsbody" >\r
-<nobr><a name="bms_CR"></a><a name="subkey_CR"></a>create <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_xy_plot.htm"><b>4</b></a> <a href="../files/creating_presentations.htm"><b>5</b></a> <a href="../files/creating_field_presentations.htm"><b>6</b></a> <a href="../files/creating_curves.htm"><b>7</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>8</b></a> <a href="../creating_tables.htm"><b>9</b></a> <a href="../clipping.htm"><b>10</b></a> <a href="../gauss_viewer.htm"><b>11</b></a> <a href="../gauss_points_presentation.htm"><b>12</b></a> <a href="../files/vectors_presentation.htm"><b>13</b></a> <a href="../files/sweeping.htm"><b>14</b></a> <a href="../files/stream_lines_presentation.htm"><b>15</b></a> <a href="../files/scalar_map_presentation.htm"><b>16</b></a> <a href="../files/running_visu.htm"><b>17</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>18</b></a> <a href="../files/importing_tables.htm"><b>19</b></a> <a href="../files/getting_started.htm"><b>20</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>21</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>22</b></a> <a href="../plot_3d_presentation.htm"><b>23</b></a> </nobr><br><nobr>created <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../files/about_tables.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../creating_tables.htm"><b>8</b></a> <a href="../files/stream_lines_presentation.htm"><b>9</b></a> <a href="../files/scalar_map_presentation.htm"><b>10</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>11</b></a> <a href="../segmentation.htm"><b>12</b></a> </nobr><br><nobr>creating <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/about_tables.htm"><b>5</b></a> <a href="../files/about_structure_of_med_object.htm"><b>6</b></a> <a href="../creating_tables.htm"><b>7</b></a> <a href="../gauss_points_presentation.htm"><b>8</b></a> <a href="../files/stream_lines_presentation.htm"><b>9</b></a> <a href="../files/scalar_map_presentation.htm"><b>10</b></a> </nobr><br><nobr>creation <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_xy_plot.htm"><b>3</b></a> <a href="../files/sweeping.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../files/running_visu.htm"><b>6</b></a> </nobr><br><nobr>cross <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_CT"></a><a name="subkey_CT"></a>ctrl <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_CU"></a><a name="subkey_CU"></a>current <a href="../picking.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> </nobr><br><nobr>cursor <a href="../picking.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><nobr>curve <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><nobr>curves <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> </nobr><br><a href="../picking.htm"><b>customize</b></a> <br><nobr>cut <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/about_tables.htm"><b>3</b></a> <a href="../creating_tables.htm"><b>4</b></a> <a href="../plot_3d_presentation.htm"><b>5</b></a> </nobr><br><a href="../plot_3d_presentation.htm"><b>cutting</b></a> <br><a name="bms_CY"></a><a name="subkey_CY"></a><a href="../files/animating_presentations.htm"><b>cycled</b></a> <br>\r
+<nobr><a name="bms_CR"></a><a name="subkey_CR"></a>create <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_xy_plot.htm"><b>4</b></a> <a href="../files/creating_presentations.htm"><b>5</b></a> <a href="../files/creating_field_presentations.htm"><b>6</b></a> <a href="../files/creating_curves.htm"><b>7</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>8</b></a> <a href="../creating_tables.htm"><b>9</b></a> <a href="../clipping.htm"><b>10</b></a> <a href="../gauss_viewer.htm"><b>11</b></a> <a href="../gauss_points_presentation.htm"><b>12</b></a> <a href="../files/vectors_presentation.htm"><b>13</b></a> <a href="../files/sweeping.htm"><b>14</b></a> <a href="../files/stream_lines_presentation.htm"><b>15</b></a> <a href="../files/scalar_map_presentation.htm"><b>16</b></a> <a href="../files/running_visu.htm"><b>17</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>18</b></a> <a href="../files/importing_tables.htm"><b>19</b></a> <a href="../files/getting_started.htm"><b>20</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>21</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>22</b></a> <a href="../plot_3d_presentation.htm"><b>23</b></a> </nobr><br><nobr>created <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../files/about_tables.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../creating_tables.htm"><b>8</b></a> <a href="../files/stream_lines_presentation.htm"><b>9</b></a> <a href="../files/scalar_map_presentation.htm"><b>10</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>11</b></a> <a href="../segmentation.htm"><b>12</b></a> </nobr><br><nobr>creating <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/about_tables.htm"><b>5</b></a> <a href="../files/about_structure_of_med_object.htm"><b>6</b></a> <a href="../creating_tables.htm"><b>7</b></a> <a href="../gauss_points_presentation.htm"><b>8</b></a> <a href="../files/stream_lines_presentation.htm"><b>9</b></a> <a href="../files/scalar_map_presentation.htm"><b>10</b></a> </nobr><br><nobr>creation <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_xy_plot.htm"><b>3</b></a> <a href="../files/sweeping.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../files/running_visu.htm"><b>6</b></a> </nobr><br><nobr>cross <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_CT"></a><a name="subkey_CT"></a>ctrl <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_CU"></a><a name="subkey_CU"></a>current <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> <a href="../picking.htm"><b>6</b></a> </nobr><br><nobr>cursor <a href="../segmentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><nobr>curve <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><nobr>curves <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> </nobr><br><a href="../picking.htm"><b>customize</b></a> <br><nobr>cut <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/about_tables.htm"><b>3</b></a> <a href="../creating_tables.htm"><b>4</b></a> <a href="../plot_3d_presentation.htm"><b>5</b></a> </nobr><br><a href="../plot_3d_presentation.htm"><b>cutting</b></a> <br><a name="bms_CY"></a><a name="subkey_CY"></a><a href="../files/animating_presentations.htm"><b>cycled</b></a> <br>\r
<br><br>\r
-<a name="bm_D"></a><a name="subkey_DA"></a><a href="../files/creating_curves.htm"><b>dash</b></a> <br><nobr>data <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../files/about_tables.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../files/introduction.htm"><b>6</b></a> <a href="../files/importing_med_objects.htm"><b>7</b></a> <a href="../files/getting_started.htm"><b>8</b></a> </nobr><br><a name="bms_DE"></a><a name="subkey_DE"></a><a href="../plot_3d_presentation.htm"><b>decimal</b></a> <br><nobr>decrease <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><nobr>default <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../files/running_visu.htm"><b>6</b></a> <a href="../files/importing_med_objects.htm"><b>7</b></a> <a href="../vtk_3d_viewer.htm"><b>8</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>9</b></a> <a href="../scalar_bar.htm"><b>10</b></a> <a href="../primitive_types.htm"><b>11</b></a> <a href="../plot2d_viewer.htm"><b>12</b></a> </nobr><br><a href="../segmentation.htm"><b>definable</b></a> <br><nobr>define <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../animation_in_gauss_viewer.htm"><b>5</b></a> <a href="../picking.htm"><b>6</b></a> <a href="../files/vectors_presentation.htm"><b>7</b></a> <a href="../files/stream_lines_presentation.htm"><b>8</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>9</b></a> <a href="../files/scalar_map_presentation.htm"><b>10</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>11</b></a> <a href="../vtk_3d_viewer.htm"><b>12</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>13</b></a> <a href="../segmentation.htm"><b>14</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>15</b></a> <a href="../scalar_bar.htm"><b>16</b></a> <a href="../plot_3d_presentation.htm"><b>17</b></a> <a href="../plot2d_viewer.htm"><b>18</b></a> </nobr><br><nobr>defined <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/sweeping.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>8</b></a> <a href="../segmentation.htm"><b>9</b></a> <a href="../scalar_bar.htm"><b>10</b></a> <a href="../primitive_types.htm"><b>11</b></a> <a href="../plot2d_viewer.htm"><b>12</b></a> </nobr><br><nobr>defines <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../segmentation.htm"><b>6</b></a> <a href="../scalar_bar.htm"><b>7</b></a> <a href="../primitive_types.htm"><b>8</b></a> </nobr><br><nobr>defining <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><nobr>definite <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/animating_presentations.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../files/getting_elements_attributes.htm"><b>5</b></a> </nobr><br><a href="../plot_3d_presentation.htm"><b>definition</b></a> <br><a href="../primitive_types.htm"><b>definitions</b></a> <br><a href="../files/animating_presentations.htm"><b>deformation</b></a> <br><nobr>deformed <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>3</b></a> </nobr><br><nobr>degrees <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><nobr>delete <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>depend</b></a> <br><nobr>depending <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><a href="../primitive_types.htm"><b>depends</b></a> <br><a href="../segmentation.htm"><b>depth</b></a> <br><a href="../files/about_tables.htm"><b>described</b></a> <br><a href="../plot2d_viewer.htm"><b>description</b></a> <br><a href="../scalar_bar.htm"><b>design</b></a> <br><a href="../files/running_visu.htm"><b>desktop</b></a> <br><nobr>destined <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/introduction.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>developed</b></a> <br><a name="bms_DI"></a><a name="subkey_DI"></a><a href="../files/creating_curves.htm"><b>diagonal</b></a> <br><nobr>dialog <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_xy_plot.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../animation_in_gauss_viewer.htm"><b>6</b></a> <a href="../gauss_points_presentation.htm"><b>7</b></a> <a href="../files/scaling_presentations.htm"><b>8</b></a> <a href="../files/scalar_map_presentation.htm"><b>9</b></a> <a href="../files/importing_tables.htm"><b>10</b></a> <a href="../files/importing_med_objects.htm"><b>11</b></a> <a href="../files/getting_elements_attributes.htm"><b>12</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>13</b></a> <a href="../segmentation.htm"><b>14</b></a> <a href="../scalar_bar.htm"><b>15</b></a> <a href="../primitive_types.htm"><b>16</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>diamond</b></a> <br><nobr>different <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>differently</b></a> <br><nobr>dimensions <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>direction <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><a href="../segmentation.htm"><b>directly</b></a> <br><a href="../files/animating_presentations.htm"><b>directory</b></a> <br><a href="../plot_3d_presentation.htm"><b>disable</b></a> <br><nobr>disabled <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>displacement <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>display <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/creating_xy_plot.htm"><b>4</b></a> <a href="../files/creating_curves.htm"><b>5</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>6</b></a> <a href="../files/about_tables.htm"><b>7</b></a> <a href="../picking.htm"><b>8</b></a> <a href="../gauss_viewer.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/sweeping.htm"><b>11</b></a> <a href="../files/stream_lines_presentation.htm"><b>12</b></a> <a href="../segmentation.htm"><b>13</b></a> <a href="../scalar_bar.htm"><b>14</b></a> <a href="../primitive_types.htm"><b>15</b></a> </nobr><br><nobr>displayed <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>9</b></a> <a href="../creating_tables.htm"><b>10</b></a> <a href="../clipping.htm"><b>11</b></a> <a href="../animation_in_gauss_viewer.htm"><b>12</b></a> <a href="../picking.htm"><b>13</b></a> <a href="../files/vectors_presentation.htm"><b>14</b></a> <a href="../files/stream_lines_presentation.htm"><b>15</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>16</b></a> <a href="../files/scalar_map_presentation.htm"><b>17</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>18</b></a> <a href="../files/importing_med_objects.htm"><b>19</b></a> <a href="../files/getting_elements_attributes.htm"><b>20</b></a> <a href="../vtk_3d_viewer.htm"><b>21</b></a> <a href="../segmentation.htm"><b>22</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>23</b></a> <a href="../scalar_bar.htm"><b>24</b></a> <a href="../primitive_types.htm"><b>25</b></a> <a href="../plot_3d_presentation.htm"><b>26</b></a> <a href="../plot2d_viewer.htm"><b>27</b></a> </nobr><br><nobr>displaying <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../files/sweeping.htm"><b>5</b></a> <a href="../primitive_types.htm"><b>6</b></a> </nobr><br><nobr>displays <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../files/importing_med_objects.htm"><b>5</b></a> </nobr><br><nobr>distance <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../files/scaling_presentations.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> <a href="../primitive_types.htm"><b>6</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>divide</b></a> <br><nobr>divided <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>divisions</b></a> <br><a name="bms_DO"></a><a name="subkey_DO"></a><a href="../plot2d_viewer.htm"><b>doesn</b></a> <br><nobr>don <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>dot</b></a> <br><nobr>down <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> </nobr><br><nobr>downward <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_DR"></a><a name="subkey_DR"></a>drag <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../segmentation.htm"><b>dragging</b></a> <br><a href="../plot2d_viewer.htm"><b>draw</b></a> <br><nobr>drawn <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_DU"></a><a name="subkey_DU"></a>dump <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>duplicate</b></a> <br><a href="../files/displaying_hiding_presentations.htm"><b>duplicated</b></a> <br><nobr><a name="bms_DY"></a><a name="subkey_DY"></a>dynamically <a href="../picking.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br>\r
+<a name="bm_D"></a><a name="subkey_DA"></a><a href="../files/creating_curves.htm"><b>dash</b></a> <br><nobr>data <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../files/about_tables.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../files/introduction.htm"><b>6</b></a> <a href="../files/importing_med_objects.htm"><b>7</b></a> <a href="../files/getting_started.htm"><b>8</b></a> </nobr><br><a name="bms_DE"></a><a name="subkey_DE"></a><a href="../plot_3d_presentation.htm"><b>decimal</b></a> <br><nobr>decrease <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><nobr>default <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/running_visu.htm"><b>7</b></a> <a href="../files/importing_med_objects.htm"><b>8</b></a> <a href="../vtk_3d_viewer.htm"><b>9</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>10</b></a> <a href="../scalar_bar.htm"><b>11</b></a> <a href="../primitive_types.htm"><b>12</b></a> <a href="../plot2d_viewer.htm"><b>13</b></a> </nobr><br><a href="../segmentation.htm"><b>definable</b></a> <br><nobr>define <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../animation_in_gauss_viewer.htm"><b>5</b></a> <a href="../files/vectors_presentation.htm"><b>6</b></a> <a href="../files/stream_lines_presentation.htm"><b>7</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>8</b></a> <a href="../files/scalar_map_presentation.htm"><b>9</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>10</b></a> <a href="../vtk_3d_viewer.htm"><b>11</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>12</b></a> <a href="../segmentation.htm"><b>13</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>14</b></a> <a href="../scalar_bar.htm"><b>15</b></a> <a href="../plot_3d_presentation.htm"><b>16</b></a> <a href="../plot2d_viewer.htm"><b>17</b></a> <a href="../picking.htm"><b>18</b></a> </nobr><br><nobr>defined <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/sweeping.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>8</b></a> <a href="../segmentation.htm"><b>9</b></a> <a href="../scalar_bar.htm"><b>10</b></a> <a href="../primitive_types.htm"><b>11</b></a> <a href="../plot2d_viewer.htm"><b>12</b></a> <a href="../picking.htm"><b>13</b></a> </nobr><br><nobr>defines <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../primitive_types.htm"><b>7</b></a> <a href="../picking.htm"><b>8</b></a> </nobr><br><nobr>defining <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><nobr>definite <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/animating_presentations.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../files/getting_elements_attributes.htm"><b>5</b></a> </nobr><br><a href="../plot_3d_presentation.htm"><b>definition</b></a> <br><a href="../primitive_types.htm"><b>definitions</b></a> <br><a href="../files/animating_presentations.htm"><b>deformation</b></a> <br><nobr>deformed <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>3</b></a> </nobr><br><nobr>degrees <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>4</b></a> <a href="../plot_3d_presentation.htm"><b>5</b></a> </nobr><br><nobr>delete <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>depend</b></a> <br><nobr>depending <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><nobr>depends <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../segmentation.htm"><b>depth</b></a> <br><a href="../files/about_tables.htm"><b>described</b></a> <br><nobr>description <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../scalar_bar.htm"><b>design</b></a> <br><a href="../files/running_visu.htm"><b>desktop</b></a> <br><nobr>destined <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/introduction.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>developed</b></a> <br><a name="bms_DI"></a><a name="subkey_DI"></a><a href="../files/creating_curves.htm"><b>diagonal</b></a> <br><nobr>dialog <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_xy_plot.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../animation_in_gauss_viewer.htm"><b>6</b></a> <a href="../gauss_points_presentation.htm"><b>7</b></a> <a href="../files/scaling_presentations.htm"><b>8</b></a> <a href="../files/scalar_map_presentation.htm"><b>9</b></a> <a href="../files/importing_tables.htm"><b>10</b></a> <a href="../files/importing_med_objects.htm"><b>11</b></a> <a href="../files/getting_elements_attributes.htm"><b>12</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>13</b></a> <a href="../segmentation.htm"><b>14</b></a> <a href="../scalar_bar.htm"><b>15</b></a> <a href="../primitive_types.htm"><b>16</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>diamond</b></a> <br><nobr>different <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>differently</b></a> <br><nobr>dimensions <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>direction <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> </nobr><br><a href="../segmentation.htm"><b>directly</b></a> <br><a href="../files/animating_presentations.htm"><b>directory</b></a> <br><a href="../plot_3d_presentation.htm"><b>disable</b></a> <br><nobr>disabled <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>displacement <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>display <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/creating_xy_plot.htm"><b>4</b></a> <a href="../files/creating_curves.htm"><b>5</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>6</b></a> <a href="../files/about_tables.htm"><b>7</b></a> <a href="../gauss_viewer.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/sweeping.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../segmentation.htm"><b>12</b></a> <a href="../scalar_bar.htm"><b>13</b></a> <a href="../primitive_types.htm"><b>14</b></a> <a href="../picking.htm"><b>15</b></a> </nobr><br><nobr>displayed <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>9</b></a> <a href="../creating_tables.htm"><b>10</b></a> <a href="../clipping.htm"><b>11</b></a> <a href="../animation_in_gauss_viewer.htm"><b>12</b></a> <a href="../files/vectors_presentation.htm"><b>13</b></a> <a href="../files/stream_lines_presentation.htm"><b>14</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>15</b></a> <a href="../files/scalar_map_presentation.htm"><b>16</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>17</b></a> <a href="../files/importing_med_objects.htm"><b>18</b></a> <a href="../files/getting_elements_attributes.htm"><b>19</b></a> <a href="../vtk_3d_viewer.htm"><b>20</b></a> <a href="../segmentation.htm"><b>21</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>22</b></a> <a href="../scalar_bar.htm"><b>23</b></a> <a href="../primitive_types.htm"><b>24</b></a> <a href="../plot_3d_presentation.htm"><b>25</b></a> <a href="../plot2d_viewer.htm"><b>26</b></a> <a href="../picking.htm"><b>27</b></a> </nobr><br><nobr>displaying <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../files/sweeping.htm"><b>5</b></a> <a href="../primitive_types.htm"><b>6</b></a> </nobr><br><nobr>displays <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../files/importing_med_objects.htm"><b>5</b></a> </nobr><br><nobr>distance <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../files/scaling_presentations.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> <a href="../picking.htm"><b>6</b></a> </nobr><br><nobr>divide <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><nobr>divided <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>divisions</b></a> <br><a name="bms_DO"></a><a name="subkey_DO"></a><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>does</b></a> <br><a href="../plot2d_viewer.htm"><b>doesn</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>dominant</b></a> <br><nobr>don <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>dot</b></a> <br><nobr>down <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>3</b></a> </nobr><br><nobr>downward <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_DR"></a><a name="subkey_DR"></a>drag <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../segmentation.htm"><b>dragging</b></a> <br><a href="../plot2d_viewer.htm"><b>draw</b></a> <br><nobr>drawn <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_DU"></a><a name="subkey_DU"></a>dump <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>duplicate</b></a> <br><a href="../files/displaying_hiding_presentations.htm"><b>duplicated</b></a> <br><a name="bms_DY"></a><a name="subkey_DY"></a><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>dynamic</b></a> <br><nobr>dynamically <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br>\r
<br><br>\r
-<nobr><a name="bm_E"></a><a name="subkey_E{"></a>e <a href="../scalar_bar.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_ED"></a><a name="subkey_ED"></a>edges <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> </nobr><br><nobr>edit <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_xy_plot.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../gauss_viewer.htm"><b>6</b></a> <a href="../segmentation.htm"><b>7</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>editable</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>edition</b></a> <br><a name="bms_EF"></a><a name="subkey_EF"></a><a href="../types_of_gauss_points_presentations.htm"><b>effect</b></a> <br><a name="bms_EI"></a><a name="subkey_EI"></a><a href="../clipping.htm"><b>either</b></a> <br><a name="bms_EL"></a><a name="subkey_EL"></a><a href="../files/importing_med_objects.htm"><b>elapsed</b></a> <br><nobr>element <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> </nobr><br><nobr>elements <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> </nobr><br><a href="../scalar_bar.htm"><b>else</b></a> <br><a name="bms_EM"></a><a name="subkey_EM"></a><a href="../files/about_tables.htm"><b>empty</b></a> <br><nobr><a name="bms_EN"></a><a name="subkey_EN"></a>end <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../files/sweeping.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><a href="../segmentation.htm"><b>ended</b></a> <br><a href="../files/sweeping.htm"><b>enjoy</b></a> <br><nobr>enter <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>3</b></a> <a href="../files/importing_tables.htm"><b>4</b></a> <a href="../files/getting_elements_attributes.htm"><b>5</b></a> </nobr><br><nobr>entered <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>entities <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>entity</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf3.htm" target="_self" title="previous search group"><b>>></b></a>\r
+<nobr><a name="bm_E"></a><a name="subkey_E{"></a>e <a href="../scalar_bar.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_ED"></a><a name="subkey_ED"></a>edges <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> </nobr><br><nobr>edit <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_xy_plot.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../gauss_viewer.htm"><b>6</b></a> <a href="../segmentation.htm"><b>7</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>editable</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>edition</b></a> <br><a name="bms_EF"></a><a name="subkey_EF"></a><a href="../types_of_gauss_points_presentations.htm"><b>effect</b></a> <br><a name="bms_EI"></a><a name="subkey_EI"></a><a href="../clipping.htm"><b>either</b></a> <br><a name="bms_EL"></a><a name="subkey_EL"></a><a href="../files/importing_med_objects.htm"><b>elapsed</b></a> <br><nobr>element <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/getting_elements_attributes.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><nobr>elements <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> </nobr><br><a href="../scalar_bar.htm"><b>else</b></a> <br><a name="bms_EM"></a><a name="subkey_EM"></a><a href="../files/about_tables.htm"><b>empty</b></a> <br><nobr><a name="bms_EN"></a><a name="subkey_EN"></a>end <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><a href="../segmentation.htm"><b>ended</b></a> <br><nobr>enter <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>3</b></a> <a href="../files/importing_tables.htm"><b>4</b></a> <a href="../files/getting_elements_attributes.htm"><b>5</b></a> </nobr><br><nobr>entered <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>entities <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>entity</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf3.htm" target="_self" title="previous search group"><b>>></b></a>\r
\r
</body>\r
\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<p class="ftsbody" >\r
<nobr><a name="bms_EQ"></a><a name="subkey_EQ"></a>equal <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_ER"></a><a name="subkey_ER"></a>erase <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> </nobr><br><a href="../segmentation.htm"><b>erased</b></a> <br><a name="bms_ET"></a><a name="subkey_ET"></a><a href="../gauss_viewer.htm"><b>etc</b></a> <br><nobr><a name="bms_EV"></a><a name="subkey_EV"></a>every <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> </nobr><br><a href="../files/importing_med_objects.htm"><b>everything</b></a> <br><nobr><a name="bms_EX"></a><a name="subkey_EX"></a>exactly <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><a href="../files/getting_elements_attributes.htm"><b>examine</b></a> <br><a href="../plot2d_viewer.htm"><b>exceed</b></a> <br><a href="../primitive_types.htm"><b>exceeds</b></a> <br><nobr>except <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><nobr>exist <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../plot_3d_presentation.htm"><b>2</b></a> </nobr><br><nobr>existing <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> </nobr><br><a href="../gauss_points_presentation.htm"><b>exit</b></a> <br><a href="../segmentation.htm"><b>exits</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>explore</b></a> <br><a href="../files/importing_tables.htm"><b>export</b></a> <br><a href="../files/importing_tables.htm"><b>exported</b></a> <br><a href="../files/importing_tables.htm"><b>exporting</b></a> <br><nobr>exports <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><a href="../files/getting_elements_attributes.htm"><b>expressed</b></a> <br><a href="../vtk_3d_viewer.htm"><b>extended</b></a> <br><a href="../files/getting_elements_attributes.htm"><b>extent</b></a> <br><a href="../clipping.htm"><b>extremities</b></a> <br>\r
<br><br>\r
-<nobr><a name="bm_F"></a><a name="subkey_FA"></a>faces <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>factor <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/vectors_presentation.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> </nobr><br><nobr>families <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><nobr>family <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>fast</b></a> <br><nobr><a name="bms_FE"></a><a name="subkey_FE"></a>feature <a href="../files/scaling_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>features</b></a> <br><nobr><a name="bms_FI"></a><a name="subkey_FI"></a>field <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_field_presentations.htm"><b>5</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../files/about_structure_of_med_object.htm"><b>8</b></a> <a href="../gauss_points_presentation.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/sweeping.htm"><b>11</b></a> <a href="../files/stream_lines_presentation.htm"><b>12</b></a> <a href="../files/scaling_presentations.htm"><b>13</b></a> <a href="../files/scalar_map_presentation.htm"><b>14</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>15</b></a> <a href="../files/getting_started.htm"><b>16</b></a> <a href="../files/getting_elements_attributes.htm"><b>17</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>18</b></a> <a href="../plot_3d_presentation.htm"><b>19</b></a> </nobr><br><nobr>fields <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/animating_presentations.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../files/introduction.htm"><b>8</b></a> <a href="../files/importing_med_objects.htm"><b>9</b></a> <a href="../files/getting_started.htm"><b>10</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>11</b></a> </nobr><br><nobr>file <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> <a href="../files/importing_tables.htm"><b>4</b></a> <a href="../files/importing_med_objects.htm"><b>5</b></a> <a href="../files/getting_started.htm"><b>6</b></a> </nobr><br><nobr>files <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../files/importing_med_objects.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> </nobr><br><a href="../files/importing_med_objects.htm"><b>finding</b></a> <br><nobr>finish <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><nobr>finished <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/vectors_presentation.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>8</b></a> <a href="../plot_3d_presentation.htm"><b>9</b></a> </nobr><br><nobr>first <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><nobr>fit <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>fits</b></a> <br><nobr>fixed <a href="../picking.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><a name="bms_FO"></a><a name="subkey_FO"></a><a href="../picking.htm"><b>focal</b></a> <br><nobr>folder <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>folders</b></a> <br><nobr>following <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../files/animating_presentations.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../clipping.htm"><b>8</b></a> <a href="../picking.htm"><b>9</b></a> <a href="../gauss_viewer.htm"><b>10</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>11</b></a> <a href="../files/scalar_map_presentation.htm"><b>12</b></a> <a href="../files/importing_tables.htm"><b>13</b></a> <a href="../files/getting_elements_attributes.htm"><b>14</b></a> <a href="../plot2d_viewer.htm"><b>15</b></a> </nobr><br><nobr>follows <a href="../files/running_visu.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><nobr>font <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><nobr>format <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>forming <a href="../creating_tables.htm"><b>1</b></a> <a href="../files/getting_elements_attributes.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/introduction.htm"><b>forms</b></a> <br><a href="../primitive_types.htm"><b>formula</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>forth</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>forward</b></a> <br><a href="../scalar_bar.htm"><b>founded</b></a> <br><a name="bms_FP"></a><a name="subkey_FP"></a><a href="../animation_in_gauss_viewer.htm"><b>fps</b></a> <br><nobr><a name="bms_FR"></a><a name="subkey_FR"></a>frame <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>frames <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../files/sweeping.htm"><b>3</b></a> </nobr><br><a href="../files/iso_surfaces_presentation.htm"><b>framework</b></a> <br><a href="../gauss_viewer.htm"><b>free</b></a> <br><a name="bms_FU"></a><a name="subkey_FU"></a><a href="../files/importing_med_objects.htm"><b>fully</b></a> <br><a href="../segmentation.htm"><b>function</b></a> <br><a href="../vtk_3d_viewer.htm"><b>functionalities</b></a> <br><nobr>functionality <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/about_tables.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br>\r
+<nobr><a name="bm_F"></a><a name="subkey_FA"></a>faces <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>factor <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/vectors_presentation.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> </nobr><br><nobr>families <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><nobr>family <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>fast</b></a> <br><nobr><a name="bms_FE"></a><a name="subkey_FE"></a>feature <a href="../files/scaling_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>features</b></a> <br><nobr><a name="bms_FI"></a><a name="subkey_FI"></a>field <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_field_presentations.htm"><b>5</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../files/about_structure_of_med_object.htm"><b>8</b></a> <a href="../gauss_points_presentation.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/sweeping.htm"><b>11</b></a> <a href="../files/stream_lines_presentation.htm"><b>12</b></a> <a href="../files/scaling_presentations.htm"><b>13</b></a> <a href="../files/scalar_map_presentation.htm"><b>14</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>15</b></a> <a href="../files/getting_started.htm"><b>16</b></a> <a href="../files/getting_elements_attributes.htm"><b>17</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>18</b></a> <a href="../plot_3d_presentation.htm"><b>19</b></a> </nobr><br><nobr>fields <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/animating_presentations.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../files/introduction.htm"><b>8</b></a> <a href="../files/importing_med_objects.htm"><b>9</b></a> <a href="../files/getting_started.htm"><b>10</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>11</b></a> </nobr><br><nobr>file <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> <a href="../files/importing_tables.htm"><b>4</b></a> <a href="../files/importing_med_objects.htm"><b>5</b></a> <a href="../files/getting_started.htm"><b>6</b></a> </nobr><br><nobr>files <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../files/importing_med_objects.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> </nobr><br><a href="../files/importing_med_objects.htm"><b>finding</b></a> <br><nobr>finish <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><nobr>finished <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/vectors_presentation.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>8</b></a> <a href="../plot_3d_presentation.htm"><b>9</b></a> </nobr><br><nobr>first <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><nobr>fit <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>fits</b></a> <br><nobr>fixed <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_FO"></a><a name="subkey_FO"></a>focal <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>folder <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>folders</b></a> <br><nobr>following <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../files/animating_presentations.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../clipping.htm"><b>8</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>9</b></a> <a href="../gauss_viewer.htm"><b>10</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>11</b></a> <a href="../files/scalar_map_presentation.htm"><b>12</b></a> <a href="../files/importing_tables.htm"><b>13</b></a> <a href="../files/getting_elements_attributes.htm"><b>14</b></a> <a href="../plot2d_viewer.htm"><b>15</b></a> <a href="../picking.htm"><b>16</b></a> </nobr><br><nobr>follows <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../files/running_visu.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr>font <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><nobr>format <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>forming <a href="../creating_tables.htm"><b>1</b></a> <a href="../files/getting_elements_attributes.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/introduction.htm"><b>forms</b></a> <br><a href="../primitive_types.htm"><b>formula</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>forth</b></a> <br><nobr>forward <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../scalar_bar.htm"><b>founded</b></a> <br><a name="bms_FP"></a><a name="subkey_FP"></a><a href="../animation_in_gauss_viewer.htm"><b>fps</b></a> <br><nobr><a name="bms_FR"></a><a name="subkey_FR"></a>frame <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>frames <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../files/sweeping.htm"><b>3</b></a> </nobr><br><a href="../files/iso_surfaces_presentation.htm"><b>framework</b></a> <br><a href="../gauss_viewer.htm"><b>free</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>freedom</b></a> <br><a name="bms_FU"></a><a name="subkey_FU"></a><a href="../files/importing_med_objects.htm"><b>fully</b></a> <br><a href="../segmentation.htm"><b>function</b></a> <br><a href="../vtk_3d_viewer.htm"><b>functionalities</b></a> <br><nobr>functionality <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/about_tables.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br>\r
<br><br>\r
-<a name="bm_G"></a><a name="subkey_G{"></a><a href="../primitive_types.htm"><b>g</b></a> <br><nobr><a name="bms_GA"></a><a name="subkey_GA"></a>gauss <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../gauss_points_presentation.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>6</b></a> <a href="../segmentation.htm"><b>7</b></a> <a href="../scalar_bar.htm"><b>8</b></a> <a href="../primitive_types.htm"><b>9</b></a> </nobr><br><a name="bms_GE"></a><a name="subkey_GE"></a><a href="../files/about_structure_of_med_object.htm"><b>general</b></a> <br><nobr>generate <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> </nobr><br><nobr>generated <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../files/sweeping.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>6</b></a> </nobr><br><a href="../files/sweeping.htm"><b>generates</b></a> <br><a href="../files/animating_presentations.htm"><b>generating</b></a> <br><nobr>generation <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../segmentation.htm"><b>geom</b></a> <br><nobr>geometrical <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>geometry</b></a> <br><nobr>get <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_GI"></a><a name="subkey_GI"></a>given <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> </nobr><br><nobr>gives <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>5</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><a name="bms_GL"></a><a name="subkey_GL"></a><a href="../primitive_types.htm"><b>gl</b></a> <br><nobr>global <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/vectors_presentation.htm"><b>glyph</b></a> <br><a href="../files/vectors_presentation.htm"><b>glyphs</b></a> <br><a name="bms_GR"></a><a name="subkey_GR"></a><a href="../vtk_3d_viewer.htm"><b>graduate</b></a> <br><a href="../vtk_3d_viewer.htm"><b>graduated</b></a> <br><a href="../files/scalar_map_presentation.htm"><b>graduation</b></a> <br><nobr>graph <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/setting_properties_of_xy_plots.htm"><b>graphic</b></a> <br><a href="../files/vectors_presentation.htm"><b>graphical</b></a> <br><nobr>graphs <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><nobr>greater <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a href="../scalar_bar.htm"><b>grey</b></a> <br><a href="../plot2d_viewer.htm"><b>grid</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>group</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>grouped</b></a> <br><nobr>groups <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br>\r
+<a name="bm_G"></a><a name="subkey_G{"></a><a href="../primitive_types.htm"><b>g</b></a> <br><nobr><a name="bms_GA"></a><a name="subkey_GA"></a>gauss <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../gauss_points_presentation.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>6</b></a> <a href="../segmentation.htm"><b>7</b></a> <a href="../scalar_bar.htm"><b>8</b></a> <a href="../primitive_types.htm"><b>9</b></a> <a href="../picking.htm"><b>10</b></a> </nobr><br><a name="bms_GE"></a><a name="subkey_GE"></a><a href="../files/about_structure_of_med_object.htm"><b>general</b></a> <br><nobr>generate <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> </nobr><br><nobr>generated <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../files/sweeping.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>5</b></a> <a href="../picking.htm"><b>6</b></a> </nobr><br><a href="../files/sweeping.htm"><b>generates</b></a> <br><a href="../files/animating_presentations.htm"><b>generating</b></a> <br><nobr>generation <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../segmentation.htm"><b>geom</b></a> <br><nobr>geometrical <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>geometry</b></a> <br><nobr>get <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/getting_elements_attributes.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_GI"></a><a name="subkey_GI"></a>given <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> </nobr><br><nobr>gives <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>5</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><a name="bms_GL"></a><a name="subkey_GL"></a><a href="../primitive_types.htm"><b>gl</b></a> <br><nobr>global <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/vectors_presentation.htm"><b>glyph</b></a> <br><a href="../files/vectors_presentation.htm"><b>glyphs</b></a> <br><a name="bms_GR"></a><a name="subkey_GR"></a><a href="../vtk_3d_viewer.htm"><b>graduate</b></a> <br><a href="../vtk_3d_viewer.htm"><b>graduated</b></a> <br><a href="../files/scalar_map_presentation.htm"><b>graduation</b></a> <br><nobr>graph <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/setting_properties_of_xy_plots.htm"><b>graphic</b></a> <br><a href="../files/vectors_presentation.htm"><b>graphical</b></a> <br><nobr>graphs <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><nobr>greater <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> <a href="../picking.htm"><b>5</b></a> </nobr><br><a href="../scalar_bar.htm"><b>grey</b></a> <br><a href="../plot2d_viewer.htm"><b>grid</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>group</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>grouped</b></a> <br><nobr>groups <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br>\r
<br><br>\r
-<a name="bm_H"></a><a name="subkey_H{"></a><a href="../files/creating_curves.htm"><b>h</b></a> <br><a name="bms_HA"></a><a name="subkey_HA"></a><a href="../types_of_gauss_points_presentations.htm"><b>half</b></a> <br><nobr>halves <a href="../clipping.htm"><b>1</b></a> <a href="../plot_3d_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>hardware</b></a> <br><nobr>having <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../files/importing_tables.htm"><b>4</b></a> </nobr><br><a name="bms_HE"></a><a name="subkey_HE"></a><a href="../files/vectors_presentation.htm"><b>head</b></a> <br><nobr>height <a href="../picking.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><a href="../files/about_tables.htm"><b>help</b></a> <br><nobr>here <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a name="bms_HI"></a><a name="subkey_HI"></a><a href="../files/displaying_hiding_presentations.htm"><b>hidden</b></a> <br><nobr>hide <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> </nobr><br><nobr>hides <a href="../clipping.htm"><b>1</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> </nobr><br><nobr>hiding <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>high</b></a> <br><a href="../files/importing_med_objects.htm"><b>highest</b></a> <br><a href="../picking.htm"><b>highlight</b></a> <br><nobr>highlighted <a href="../picking.htm"><b>1</b></a> <a href="../files/getting_elements_attributes.htm"><b>2</b></a> </nobr><br><a name="bms_HO"></a><a name="subkey_HO"></a><a href="../files/displaying_hiding_presentations.htm"><b>hold</b></a> <br><nobr>horizontal <a href="../clipping.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>how <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../files/getting_started.htm"><b>2</b></a> </nobr><br>\r
+<a name="bm_H"></a><a name="subkey_H{"></a><a href="../files/creating_curves.htm"><b>h</b></a> <br><a name="bms_HA"></a><a name="subkey_HA"></a><a href="../types_of_gauss_points_presentations.htm"><b>half</b></a> <br><nobr>halves <a href="../clipping.htm"><b>1</b></a> <a href="../plot_3d_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>hardware</b></a> <br><nobr>having <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../files/importing_tables.htm"><b>4</b></a> </nobr><br><nobr><a name="bms_HE"></a><a name="subkey_HE"></a>head <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../files/vectors_presentation.htm"><b>2</b></a> </nobr><br><nobr>height <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><a href="../files/about_tables.htm"><b>help</b></a> <br><nobr>here <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a name="bms_HI"></a><a name="subkey_HI"></a><a href="../files/displaying_hiding_presentations.htm"><b>hidden</b></a> <br><nobr>hide <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../picking.htm"><b>5</b></a> </nobr><br><nobr>hides <a href="../clipping.htm"><b>1</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> </nobr><br><nobr>hiding <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>high</b></a> <br><a href="../files/importing_med_objects.htm"><b>highest</b></a> <br><a href="../picking.htm"><b>highlight</b></a> <br><nobr>highlighted <a href="../files/getting_elements_attributes.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a name="bms_HO"></a><a name="subkey_HO"></a><a href="../files/displaying_hiding_presentations.htm"><b>hold</b></a> <br><nobr>horizontal <a href="../clipping.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>how <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../files/getting_started.htm"><b>2</b></a> </nobr><br>\r
<br><br>\r
-<a name="bm_I"></a><a name="subkey_I{"></a><a href="../scalar_bar.htm"><b>i</b></a> <br><nobr><a name="bms_IC"></a><a name="subkey_IC"></a>icon <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../gauss_points_presentation.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../files/running_visu.htm"><b>8</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>9</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>10</b></a> <a href="../plot_3d_presentation.htm"><b>11</b></a> </nobr><br><nobr><a name="bms_ID"></a><a name="subkey_ID"></a>id <a href="../picking.htm"><b>1</b></a> <a href="../files/getting_elements_attributes.htm"><b>2</b></a> </nobr><br><br><br></p><p class="ftsbody" align="center"><a href="whlstf4.htm" target="_self" title="previous search group"><b>>></b></a>\r
+<a name="bm_I"></a><a name="subkey_I{"></a><a href="../scalar_bar.htm"><b>i</b></a> <br><nobr><a name="bms_IC"></a><a name="subkey_IC"></a>icon <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../gauss_points_presentation.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../files/running_visu.htm"><b>8</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>9</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>10</b></a> <a href="../plot_3d_presentation.htm"><b>11</b></a> </nobr><br><nobr><a name="bms_ID"></a><a name="subkey_ID"></a>id <a href="../files/getting_elements_attributes.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><br><br></p><p class="ftsbody" align="center"><a href="whlstf4.htm" target="_self" title="previous search group"><b>>></b></a>\r
\r
</body>\r
\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
<p class="ftsbody" align="center"><a href="whlstf3.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
<p class="ftsbody" >\r
-<nobr><a name="bms_IF"></a><a name="subkey_IF"></a>if <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../clipping.htm"><b>5</b></a> <a href="../animation_in_gauss_viewer.htm"><b>6</b></a> <a href="../picking.htm"><b>7</b></a> <a href="../files/vectors_presentation.htm"><b>8</b></a> <a href="../files/stream_lines_presentation.htm"><b>9</b></a> <a href="../files/scalar_map_presentation.htm"><b>10</b></a> <a href="../files/importing_med_objects.htm"><b>11</b></a> <a href="../files/getting_elements_attributes.htm"><b>12</b></a> <a href="../vtk_3d_viewer.htm"><b>13</b></a> <a href="../scalar_bar.htm"><b>14</b></a> <a href="../primitive_types.htm"><b>15</b></a> <a href="../plot_3d_presentation.htm"><b>16</b></a> <a href="../plot2d_viewer.htm"><b>17</b></a> </nobr><br><a name="bms_IJ"></a><a name="subkey_IJ"></a><a href="../clipping.htm"><b>ijk</b></a> <br><nobr><a name="bms_IM"></a><a name="subkey_IM"></a>image <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>images</b></a> <br><nobr>immediately <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../clipping.htm"><b>5</b></a> <a href="../files/vectors_presentation.htm"><b>6</b></a> <a href="../files/stream_lines_presentation.htm"><b>7</b></a> <a href="../files/scalar_map_presentation.htm"><b>8</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>9</b></a> <a href="../files/importing_med_objects.htm"><b>10</b></a> <a href="../files/getting_elements_attributes.htm"><b>11</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>12</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>13</b></a> <a href="../plot_3d_presentation.htm"><b>14</b></a> </nobr><br><nobr>import <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> <a href="../files/getting_started.htm"><b>4</b></a> </nobr><br><nobr>imported <a href="../files/creating_presentations.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../files/importing_tables.htm"><b>3</b></a> <a href="../files/importing_med_objects.htm"><b>4</b></a> </nobr><br><nobr>importing <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> </nobr><br><a href="../files/scalar_map_presentation.htm"><b>imposed</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>impossible</b></a> <br><nobr><a name="bms_IN"></a><a name="subkey_IN"></a>inactive <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>included</b></a> <br><nobr>including <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../files/introduction.htm"><b>4</b></a> </nobr><br><nobr>increase <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>independently</b></a> <br><a href="../clipping.htm"><b>index</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>indicated</b></a> <br><a href="../files/scalar_map_presentation.htm"><b>indicating</b></a> <br><a href="../picking.htm"><b>individually</b></a> <br><nobr>info <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/getting_elements_attributes.htm"><b>2</b></a> </nobr><br><nobr>information <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../files/getting_elements_attributes.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../primitive_types.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><nobr>initial <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../files/running_visu.htm"><b>3</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>input</b></a> <br><nobr>inside <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>insideframe</b></a> <br><nobr>inspected <a href="../picking.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>integration</b></a> <br><a href="../files/animating_presentations.htm"><b>intended</b></a> <br><a href="../gauss_viewer.htm"><b>interaction</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>interesting</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>interpolation</b></a> <br><nobr>interval <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>intervals</b></a> <br><a href="../files/introduction.htm"><b>introduction</b></a> <br><a href="../files/cut_lines_presentation.htm"><b>invert</b></a> <br><a name="bms_IS"></a><a name="subkey_IS"></a><a href="../files/iso_surfaces_presentation.htm"><b>iso</b></a> <br><a href="../files/iso_surfaces_presentation.htm"><b>isobaric</b></a> <br><a href="../vtk_3d_viewer.htm"><b>isometric</b></a> <br><nobr><a name="bms_IT"></a><a name="subkey_IT"></a>item <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> </nobr><br><a href="../files/importing_med_objects.htm"><b>items</b></a> <br><a href="../picking.htm"><b>iterations</b></a> <br>\r
+<nobr><a name="bms_IF"></a><a name="subkey_IF"></a>if <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../clipping.htm"><b>5</b></a> <a href="../animation_in_gauss_viewer.htm"><b>6</b></a> <a href="../files/vectors_presentation.htm"><b>7</b></a> <a href="../files/stream_lines_presentation.htm"><b>8</b></a> <a href="../files/scalar_map_presentation.htm"><b>9</b></a> <a href="../files/importing_med_objects.htm"><b>10</b></a> <a href="../files/getting_elements_attributes.htm"><b>11</b></a> <a href="../vtk_3d_viewer.htm"><b>12</b></a> <a href="../scalar_bar.htm"><b>13</b></a> <a href="../primitive_types.htm"><b>14</b></a> <a href="../plot_3d_presentation.htm"><b>15</b></a> <a href="../plot2d_viewer.htm"><b>16</b></a> <a href="../picking.htm"><b>17</b></a> </nobr><br><a name="bms_IJ"></a><a name="subkey_IJ"></a><a href="../clipping.htm"><b>ijk</b></a> <br><nobr><a name="bms_IM"></a><a name="subkey_IM"></a>image <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>images</b></a> <br><nobr>immediately <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../clipping.htm"><b>5</b></a> <a href="../files/vectors_presentation.htm"><b>6</b></a> <a href="../files/stream_lines_presentation.htm"><b>7</b></a> <a href="../files/scalar_map_presentation.htm"><b>8</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>9</b></a> <a href="../files/importing_med_objects.htm"><b>10</b></a> <a href="../files/getting_elements_attributes.htm"><b>11</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>12</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>13</b></a> <a href="../plot_3d_presentation.htm"><b>14</b></a> </nobr><br><nobr>import <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> <a href="../files/getting_started.htm"><b>4</b></a> </nobr><br><nobr>imported <a href="../files/creating_presentations.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../files/importing_tables.htm"><b>3</b></a> <a href="../files/importing_med_objects.htm"><b>4</b></a> </nobr><br><nobr>importing <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> </nobr><br><a href="../files/scalar_map_presentation.htm"><b>imposed</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>impossible</b></a> <br><nobr><a name="bms_IN"></a><a name="subkey_IN"></a>inactive <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>included</b></a> <br><nobr>including <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../files/introduction.htm"><b>4</b></a> </nobr><br><nobr>increase <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>increment</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>independent</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>independently</b></a> <br><a href="../clipping.htm"><b>index</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>indicated</b></a> <br><a href="../files/scalar_map_presentation.htm"><b>indicating</b></a> <br><a href="../picking.htm"><b>individually</b></a> <br><nobr>info <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/getting_elements_attributes.htm"><b>2</b></a> </nobr><br><nobr>information <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> <a href="../plot2d_viewer.htm"><b>6</b></a> <a href="../picking.htm"><b>7</b></a> </nobr><br><nobr>initial <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../files/running_visu.htm"><b>3</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>input</b></a> <br><nobr>inside <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>insideframe</b></a> <br><nobr>inspected <a href="../segmentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>integration</b></a> <br><a href="../files/animating_presentations.htm"><b>intended</b></a> <br><nobr>interaction <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>interesting</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>interpolation</b></a> <br><nobr>interval <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>intervals</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>introduces</b></a> <br><a href="../files/introduction.htm"><b>introduction</b></a> <br><a href="../files/cut_lines_presentation.htm"><b>invert</b></a> <br><a name="bms_IS"></a><a name="subkey_IS"></a><a href="../files/iso_surfaces_presentation.htm"><b>iso</b></a> <br><a href="../files/iso_surfaces_presentation.htm"><b>isobaric</b></a> <br><a href="../vtk_3d_viewer.htm"><b>isometric</b></a> <br><nobr><a name="bms_IT"></a><a name="subkey_IT"></a>item <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> </nobr><br><a href="../files/importing_med_objects.htm"><b>items</b></a> <br><a href="../picking.htm"><b>iterations</b></a> <br>\r
<br><br>\r
<nobr><a name="bm_J"></a><a name="subkey_JP"></a>jpeg <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>jpg <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a name="bms_JU"></a><a name="subkey_JU"></a><a href="../animation_in_gauss_viewer.htm"><b>just</b></a> <br>\r
<br><br>\r
-<a name="bm_K"></a><a name="subkey_KE"></a><a href="../picking.htm"><b>key</b></a> <br><nobr>keyboard <a href="../picking.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>keys</b></a> <br>\r
+<nobr><a name="bm_K"></a><a name="subkey_KE"></a>key <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>keyboard <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><nobr>keys <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br>\r
<br><br>\r
-<nobr><a name="bm_L"></a><a name="subkey_LA"></a>labels <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> </nobr><br><a href="../files/scalar_map_presentation.htm"><b>larger</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>largest</b></a> <br><a href="../files/animating_presentations.htm"><b>last</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>latest</b></a> <br><a href="../primitive_types.htm"><b>latitude</b></a> <br><nobr>launch <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/getting_started.htm"><b>2</b></a> </nobr><br><a href="../files/running_visu.htm"><b>launching</b></a> <br><nobr>layout <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../files/getting_elements_attributes.htm"><b>2</b></a> </nobr><br><a name="bms_LE"></a><a name="subkey_LE"></a><a href="../segmentation.htm"><b>learn</b></a> <br><a href="../files/creating_curves.htm"><b>least</b></a> <br><nobr>left <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../scalar_bar.htm"><b>5</b></a> <a href="../plot2d_viewer.htm"><b>6</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>leftward</b></a> <br><nobr>legend <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><nobr>length <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> </nobr><br><nobr>less <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>level</b></a> <br><nobr><a name="bms_LI"></a><a name="subkey_LI"></a>like <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/running_visu.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>limited</b></a> <br><a href="../scalar_bar.htm"><b>limits</b></a> <br><nobr>line <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../picking.htm"><b>5</b></a> <a href="../files/vectors_presentation.htm"><b>6</b></a> <a href="../files/stream_lines_presentation.htm"><b>7</b></a> </nobr><br><nobr>linear <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>lined</b></a> <br><nobr>lines <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/about_tables.htm"><b>5</b></a> <a href="../creating_tables.htm"><b>6</b></a> <a href="../files/vectors_presentation.htm"><b>7</b></a> <a href="../files/stream_lines_presentation.htm"><b>8</b></a> <a href="../scalar_bar.htm"><b>9</b></a> <a href="../plot2d_viewer.htm"><b>10</b></a> </nobr><br><nobr>list <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> </nobr><br><nobr><a name="bms_LL"></a><a name="subkey_LL"></a>ll <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a name="bms_LO"></a><a name="subkey_LO"></a><a href="../files/importing_med_objects.htm"><b>loaded</b></a> <br><a href="../files/importing_med_objects.htm"><b>loading</b></a> <br><a href="../files/importing_med_objects.htm"><b>loads</b></a> <br><a href="../scalar_bar.htm"><b>local</b></a> <br><nobr>located <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../picking.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/importing_tables.htm"><b>7</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>8</b></a> <a href="../segmentation.htm"><b>9</b></a> <a href="../scalar_bar.htm"><b>10</b></a> <a href="../plot_3d_presentation.htm"><b>11</b></a> </nobr><br><nobr>location <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>locked</b></a> <br><nobr>locking <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> </nobr><br><nobr>logarithmic <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../primitive_types.htm"><b>longitude</b></a> <br><a href="../files/running_visu.htm"><b>look</b></a> <br><a href="../scalar_bar.htm"><b>lookout</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>lot</b></a> <br><nobr>lower <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a href="../files/importing_med_objects.htm"><b>lowest</b></a> <br><nobr><a name="bms_LY"></a><a name="subkey_LY"></a>lying <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../plot_3d_presentation.htm"><b>2</b></a> </nobr><br>\r
+<nobr><a name="bm_L"></a><a name="subkey_LA"></a>labels <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> </nobr><br><a href="../files/scalar_map_presentation.htm"><b>larger</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>largest</b></a> <br><a href="../files/animating_presentations.htm"><b>last</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>latest</b></a> <br><a href="../primitive_types.htm"><b>latitude</b></a> <br><nobr>launch <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/getting_started.htm"><b>2</b></a> </nobr><br><a href="../files/running_visu.htm"><b>launching</b></a> <br><nobr>layout <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../files/getting_elements_attributes.htm"><b>2</b></a> </nobr><br><a name="bms_LE"></a><a name="subkey_LE"></a><a href="../segmentation.htm"><b>learn</b></a> <br><a href="../files/creating_curves.htm"><b>least</b></a> <br><nobr>left <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../scalar_bar.htm"><b>5</b></a> <a href="../plot2d_viewer.htm"><b>6</b></a> <a href="../picking.htm"><b>7</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>leftward</b></a> <br><nobr>legend <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><nobr>length <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> </nobr><br><nobr>less <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>level</b></a> <br><nobr><a name="bms_LI"></a><a name="subkey_LI"></a>like <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/running_visu.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>limited</b></a> <br><a href="../scalar_bar.htm"><b>limits</b></a> <br><nobr>line <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../picking.htm"><b>7</b></a> </nobr><br><nobr>linear <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>lined</b></a> <br><nobr>lines <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/about_tables.htm"><b>5</b></a> <a href="../creating_tables.htm"><b>6</b></a> <a href="../files/vectors_presentation.htm"><b>7</b></a> <a href="../files/stream_lines_presentation.htm"><b>8</b></a> <a href="../scalar_bar.htm"><b>9</b></a> <a href="../plot2d_viewer.htm"><b>10</b></a> </nobr><br><nobr>list <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> </nobr><br><nobr><a name="bms_LL"></a><a name="subkey_LL"></a>ll <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a name="bms_LO"></a><a name="subkey_LO"></a><a href="../files/importing_med_objects.htm"><b>loaded</b></a> <br><a href="../files/importing_med_objects.htm"><b>loading</b></a> <br><a href="../files/importing_med_objects.htm"><b>loads</b></a> <br><nobr>local <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>located <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/importing_tables.htm"><b>6</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>7</b></a> <a href="../segmentation.htm"><b>8</b></a> <a href="../scalar_bar.htm"><b>9</b></a> <a href="../plot_3d_presentation.htm"><b>10</b></a> <a href="../picking.htm"><b>11</b></a> </nobr><br><nobr>location <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>locked</b></a> <br><nobr>locking <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> </nobr><br><nobr>logarithmic <a href="../files/setting_properties_of_xy_plots.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../primitive_types.htm"><b>longitude</b></a> <br><a href="../files/running_visu.htm"><b>look</b></a> <br><a href="../scalar_bar.htm"><b>lookout</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>lot</b></a> <br><nobr>lower <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a href="../files/importing_med_objects.htm"><b>lowest</b></a> <br><nobr><a name="bms_LY"></a><a name="subkey_LY"></a>lying <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../plot_3d_presentation.htm"><b>2</b></a> </nobr><br>\r
<br><br>\r
-<a name="bm_M"></a><a name="subkey_M{"></a><a href="../types_of_gauss_points_presentations.htm"><b>m</b></a> <br><nobr><a name="bms_MA"></a><a name="subkey_MA"></a>magnification <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>magnitude <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/vectors_presentation.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> </nobr><br><nobr>main <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_xy_plot.htm"><b>5</b></a> <a href="../files/creating_field_presentations.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../files/about_structure_of_med_object.htm"><b>8</b></a> <a href="../gauss_points_presentation.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scalar_map_presentation.htm"><b>12</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>13</b></a> <a href="../files/importing_tables.htm"><b>14</b></a> <a href="../files/getting_elements_attributes.htm"><b>15</b></a> <a href="../segmentation.htm"><b>16</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>17</b></a> <a href="../primitive_types.htm"><b>18</b></a> <a href="../plot_3d_presentation.htm"><b>19</b></a> <a href="../plot2d_viewer.htm"><b>20</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>major</b></a> <br><nobr>make <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>management</b></a> <br><a href="../gauss_viewer.htm"><b>manipulate</b></a> <br><a href="../gauss_viewer.htm"><b>manipulation</b></a> <br><nobr>manual <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/about_tables.htm"><b>2</b></a> </nobr><br><nobr>manually <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><nobr>map <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>2</b></a> </nobr><br><nobr>marked <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr>marker <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><nobr>markers <a href="../picking.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr>marks <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>massless</b></a> <br><nobr>matrix <a href="../scalar_bar.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>max <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><a href="../files/scalar_map_presentation.htm"><b>maximal</b></a> <br><nobr>maximum <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> <a href="../plot2d_viewer.htm"><b>6</b></a> </nobr><br><nobr><a name="bms_ME"></a><a name="subkey_ME"></a>mean <a href="../picking.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>meaning</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>means</b></a> <br><nobr>measured <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>menu <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../creating_tables.htm"><b>12</b></a> <a href="../clipping.htm"><b>13</b></a> <a href="../gauss_viewer.htm"><b>14</b></a> <a href="../gauss_points_presentation.htm"><b>15</b></a> <a href="../files/vectors_presentation.htm"><b>16</b></a> <a href="../files/sweeping.htm"><b>17</b></a> <a href="../files/stream_lines_presentation.htm"><b>18</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>19</b></a> <a href="../files/scalar_map_presentation.htm"><b>20</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>21</b></a> <a href="../files/importing_tables.htm"><b>22</b></a> <a href="../files/importing_med_objects.htm"><b>23</b></a> <a href="../files/getting_elements_attributes.htm"><b>24</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>25</b></a> <a href="../segmentation.htm"><b>26</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>27</b></a> <a href="../primitive_types.htm"><b>28</b></a> <a href="../plot_3d_presentation.htm"><b>29</b></a> <a href="../plot2d_viewer.htm"><b>30</b></a> </nobr><br><a href="../files/running_visu.htm"><b>menus</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>merge</b></a> <br><nobr>mesh <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../picking.htm"><b>5</b></a> <a href="../files/vectors_presentation.htm"><b>6</b></a> <a href="../files/stream_lines_presentation.htm"><b>7</b></a> <a href="../files/getting_started.htm"><b>8</b></a> <a href="../files/getting_elements_attributes.htm"><b>9</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>10</b></a> <a href="../segmentation.htm"><b>11</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>12</b></a> <a href="../plot_3d_presentation.htm"><b>13</b></a> </nobr><br><nobr>meshes <a href="../files/getting_elements_attributes.htm"><b>1</b></a> <a href="../plot_3d_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/about_tables.htm"><b>methods</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf5.htm" target="_self" title="previous search group"><b>>></b></a>\r
+<a name="bm_M"></a><a name="subkey_M{"></a><a href="../types_of_gauss_points_presentations.htm"><b>m</b></a> <br><nobr><a name="bms_MA"></a><a name="subkey_MA"></a>magnification <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><nobr>magnitude <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/vectors_presentation.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> </nobr><br><nobr>main <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_xy_plot.htm"><b>5</b></a> <a href="../files/creating_field_presentations.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../files/about_structure_of_med_object.htm"><b>8</b></a> <a href="../gauss_points_presentation.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scalar_map_presentation.htm"><b>12</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>13</b></a> <a href="../files/importing_tables.htm"><b>14</b></a> <a href="../files/getting_elements_attributes.htm"><b>15</b></a> <a href="../segmentation.htm"><b>16</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>17</b></a> <a href="../primitive_types.htm"><b>18</b></a> <a href="../plot_3d_presentation.htm"><b>19</b></a> <a href="../plot2d_viewer.htm"><b>20</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>major</b></a> <br><nobr>make <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>management</b></a> <br><nobr>manipulate <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>manipulation</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>manipulations</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>manipulator</b></a> <br><nobr>manual <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/about_tables.htm"><b>2</b></a> </nobr><br><nobr>manually <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><nobr>map <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>2</b></a> </nobr><br><nobr>marked <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr>marker <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><nobr>markers <a href="../scalar_bar.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><nobr>marks <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>massless</b></a> <br><nobr>matrix <a href="../scalar_bar.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>max <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><a href="../files/scalar_map_presentation.htm"><b>maximal</b></a> <br><nobr>maximum <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> <a href="../plot2d_viewer.htm"><b>6</b></a> </nobr><br><nobr><a name="bms_ME"></a><a name="subkey_ME"></a>mean <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>meaning</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>means</b></a> <br><nobr>measured <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>menu <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../creating_tables.htm"><b>12</b></a> <a href="../clipping.htm"><b>13</b></a> <a href="../gauss_viewer.htm"><b>14</b></a> <a href="../gauss_points_presentation.htm"><b>15</b></a> <a href="../files/vectors_presentation.htm"><b>16</b></a> <a href="../files/sweeping.htm"><b>17</b></a> <a href="../files/stream_lines_presentation.htm"><b>18</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>19</b></a> <a href="../files/scalar_map_presentation.htm"><b>20</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>21</b></a> <a href="../files/importing_tables.htm"><b>22</b></a> <a href="../files/importing_med_objects.htm"><b>23</b></a> <a href="../files/getting_elements_attributes.htm"><b>24</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>25</b></a> <a href="../segmentation.htm"><b>26</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>27</b></a> <a href="../primitive_types.htm"><b>28</b></a> <a href="../plot_3d_presentation.htm"><b>29</b></a> <a href="../plot2d_viewer.htm"><b>30</b></a> </nobr><br><a href="../files/running_visu.htm"><b>menus</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>merge</b></a> <br><nobr>mesh <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/getting_started.htm"><b>7</b></a> <a href="../files/getting_elements_attributes.htm"><b>8</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>9</b></a> <a href="../segmentation.htm"><b>10</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>11</b></a> <a href="../plot_3d_presentation.htm"><b>12</b></a> <a href="../picking.htm"><b>13</b></a> </nobr><br><nobr>meshes <a href="../files/getting_elements_attributes.htm"><b>1</b></a> <a href="../plot_3d_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/about_tables.htm"><b>methods</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf5.htm" target="_self" title="previous search group"><b>>></b></a>\r
\r
</body>\r
\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
<p class="ftsbody" align="center"><a href="whlstf4.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
<p class="ftsbody" >\r
-<a name="bms_MI"></a><a name="subkey_MI"></a><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>might</b></a> <br><nobr>min <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><a href="../files/scalar_map_presentation.htm"><b>minimal</b></a> <br><nobr>minimum <a href="../files/sweeping.htm"><b>1</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> <a href="../scalar_bar.htm"><b>5</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>minor</b></a> <br><a href="../scalar_map_on_deformed_shape_presentation.htm"><b>mix</b></a> <br><nobr><a name="bms_MO"></a><a name="subkey_MO"></a>mode <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../files/vectors_presentation.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../scalar_bar.htm"><b>8</b></a> <a href="../plot2d_viewer.htm"><b>9</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>modes</b></a> <br><nobr>modify <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><nobr>module <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../files/running_visu.htm"><b>6</b></a> <a href="../files/introduction.htm"><b>7</b></a> <a href="../files/getting_started.htm"><b>8</b></a> <a href="../vtk_3d_viewer.htm"><b>9</b></a> <a href="../primitive_types.htm"><b>10</b></a> <a href="../plot2d_viewer.htm"><b>11</b></a> </nobr><br><a href="../segmentation.htm"><b>modules</b></a> <br><a href="../scalar_bar.htm"><b>modulus</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>moment</b></a> <br><a href="../picking.htm"><b>momentarily</b></a> <br><a href="../files/importing_med_objects.htm"><b>monitor</b></a> <br><nobr>mouse <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> <a href="../segmentation.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><nobr>move <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a href="../files/scaling_presentations.htm"><b>moved</b></a> <br><a href="../picking.htm"><b>movement</b></a> <br><a href="../files/animating_presentations.htm"><b>moving</b></a> <br><a name="bms_MU"></a><a name="subkey_MU"></a><a href="../files/stream_lines_presentation.htm"><b>multiple</b></a> <br><nobr>multiplied <a href="../picking.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>multiply</b></a> <br>\r
+<a name="bms_MI"></a><a name="subkey_MI"></a><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>might</b></a> <br><nobr>min <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><a href="../files/scalar_map_presentation.htm"><b>minimal</b></a> <br><nobr>minimum <a href="../files/sweeping.htm"><b>1</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> <a href="../scalar_bar.htm"><b>5</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>minor</b></a> <br><a href="../scalar_map_on_deformed_shape_presentation.htm"><b>mix</b></a> <br><nobr><a name="bms_MO"></a><a name="subkey_MO"></a>mode <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../scalar_bar.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> <a href="../picking.htm"><b>9</b></a> </nobr><br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>model</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>models</b></a> <br><nobr>modes <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><nobr>modify <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><nobr>module <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../files/running_visu.htm"><b>6</b></a> <a href="../files/introduction.htm"><b>7</b></a> <a href="../files/getting_started.htm"><b>8</b></a> <a href="../vtk_3d_viewer.htm"><b>9</b></a> <a href="../primitive_types.htm"><b>10</b></a> <a href="../plot2d_viewer.htm"><b>11</b></a> </nobr><br><a href="../segmentation.htm"><b>modules</b></a> <br><a href="../scalar_bar.htm"><b>modulus</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>moment</b></a> <br><a href="../picking.htm"><b>momentarily</b></a> <br><a href="../files/importing_med_objects.htm"><b>monitor</b></a> <br><nobr>mouse <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> <a href="../segmentation.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> <a href="../picking.htm"><b>8</b></a> </nobr><br><nobr>move <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><a href="../files/scaling_presentations.htm"><b>moved</b></a> <br><nobr>movement <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>movements</b></a> <br><a href="../files/animating_presentations.htm"><b>moving</b></a> <br><a name="bms_MU"></a><a name="subkey_MU"></a><a href="../files/stream_lines_presentation.htm"><b>multiple</b></a> <br><nobr>multiplied <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><nobr>multiply <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br>\r
<br><br>\r
-<nobr><a name="bm_N"></a><a name="subkey_N{"></a>n <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_NA"></a><a name="subkey_NA"></a>name <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> <a href="../files/importing_tables.htm"><b>5</b></a> <a href="../files/getting_elements_attributes.htm"><b>6</b></a> <a href="../vtk_3d_viewer.htm"><b>7</b></a> </nobr><br><nobr>names <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>natural</b></a> <br><nobr><a name="bms_NB"></a><a name="subkey_NB"></a>nb <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>nbrfaces</b></a> <br><nobr><a name="bms_NE"></a><a name="subkey_NE"></a>necessary <a href="../files/importing_tables.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> </nobr><br><a href="../clipping.htm"><b>need</b></a> <br><nobr>negative <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>new <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/creating_field_presentations.htm"><b>2</b></a> <a href="../creating_tables.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../files/running_visu.htm"><b>5</b></a> <a href="../files/importing_tables.htm"><b>6</b></a> <a href="../files/getting_started.htm"><b>7</b></a> <a href="../segmentation.htm"><b>8</b></a> <a href="../plot2d_viewer.htm"><b>9</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>newly</b></a> <br><nobr>next <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a name="bms_NO"></a><a name="subkey_NO"></a><a href="../files/about_structure_of_med_object.htm"><b>nodes</b></a> <br><nobr>none <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../clipping.htm"><b>normal</b></a> <br><nobr>note <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> </nobr><br><a href="../primitive_types.htm"><b>notify</b></a> <br><nobr>now <a href="../clipping.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../gauss_points_presentation.htm"><b>3</b></a> </nobr><br><a name="bms_NT"></a><a name="subkey_NT"></a><a href="../scalar_bar.htm"><b>nth</b></a> <br><a name="bms_NU"></a><a name="subkey_NU"></a><a href="../types_of_gauss_points_presentations.htm"><b>null</b></a> <br><nobr>number <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../files/sweeping.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>6</b></a> <a href="../files/getting_elements_attributes.htm"><b>7</b></a> <a href="../vtk_3d_viewer.htm"><b>8</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>9</b></a> <a href="../scalar_bar.htm"><b>10</b></a> <a href="../primitive_types.htm"><b>11</b></a> <a href="../plot_3d_presentation.htm"><b>12</b></a> <a href="../plot2d_viewer.htm"><b>13</b></a> </nobr><br><a href="../picking.htm"><b>numbers</b></a> <br><a href="../plot2d_viewer.htm"><b>numerical</b></a> <br>\r
+<nobr><a name="bm_N"></a><a name="subkey_N{"></a>n <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_NA"></a><a name="subkey_NA"></a>name <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../files/importing_tables.htm"><b>4</b></a> <a href="../files/getting_elements_attributes.htm"><b>5</b></a> <a href="../vtk_3d_viewer.htm"><b>6</b></a> <a href="../picking.htm"><b>7</b></a> </nobr><br><nobr>names <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>natural</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>navigation</b></a> <br><nobr><a name="bms_NB"></a><a name="subkey_NB"></a>nb <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>nbrfaces</b></a> <br><nobr><a name="bms_NE"></a><a name="subkey_NE"></a>necessary <a href="../files/importing_tables.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> </nobr><br><a href="../clipping.htm"><b>need</b></a> <br><nobr>negative <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>new <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/creating_field_presentations.htm"><b>2</b></a> <a href="../creating_tables.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../files/running_visu.htm"><b>5</b></a> <a href="../files/importing_tables.htm"><b>6</b></a> <a href="../files/getting_started.htm"><b>7</b></a> <a href="../segmentation.htm"><b>8</b></a> <a href="../plot2d_viewer.htm"><b>9</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>newly</b></a> <br><nobr>next <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a name="bms_NO"></a><a name="subkey_NO"></a><a href="../files/about_structure_of_med_object.htm"><b>nodes</b></a> <br><nobr>none <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../clipping.htm"><b>normal</b></a> <br><nobr>note <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> </nobr><br><a href="../primitive_types.htm"><b>notify</b></a> <br><nobr>now <a href="../clipping.htm"><b>1</b></a> <a href="../gauss_points_presentation.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><a name="bms_NT"></a><a name="subkey_NT"></a><a href="../scalar_bar.htm"><b>nth</b></a> <br><a name="bms_NU"></a><a name="subkey_NU"></a><a href="../types_of_gauss_points_presentations.htm"><b>null</b></a> <br><nobr>number <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>5</b></a> <a href="../files/getting_elements_attributes.htm"><b>6</b></a> <a href="../vtk_3d_viewer.htm"><b>7</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>8</b></a> <a href="../scalar_bar.htm"><b>9</b></a> <a href="../primitive_types.htm"><b>10</b></a> <a href="../plot_3d_presentation.htm"><b>11</b></a> <a href="../plot2d_viewer.htm"><b>12</b></a> <a href="../picking.htm"><b>13</b></a> </nobr><br><a href="../picking.htm"><b>numbers</b></a> <br><a href="../plot2d_viewer.htm"><b>numerical</b></a> <br>\r
<br><br>\r
-<nobr><a name="bm_O"></a><a name="subkey_OB"></a>object <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../files/about_structure_of_med_object.htm"><b>12</b></a> <a href="../creating_tables.htm"><b>13</b></a> <a href="../clipping.htm"><b>14</b></a> <a href="../gauss_viewer.htm"><b>15</b></a> <a href="../gauss_points_presentation.htm"><b>16</b></a> <a href="../files/vectors_presentation.htm"><b>17</b></a> <a href="../files/sweeping.htm"><b>18</b></a> <a href="../files/stream_lines_presentation.htm"><b>19</b></a> <a href="../files/scaling_presentations.htm"><b>20</b></a> <a href="../files/scalar_map_presentation.htm"><b>21</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>22</b></a> <a href="../files/importing_tables.htm"><b>23</b></a> <a href="../files/importing_med_objects.htm"><b>24</b></a> <a href="../files/getting_elements_attributes.htm"><b>25</b></a> <a href="../vtk_3d_viewer.htm"><b>26</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>27</b></a> <a href="../plot_3d_presentation.htm"><b>28</b></a> <a href="../plot2d_viewer.htm"><b>29</b></a> </nobr><br><nobr>objects <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> <a href="../plot2d_viewer.htm"><b>6</b></a> </nobr><br><nobr>observe <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>obtained</b></a> <br><a name="bms_OF"></a><a name="subkey_OF"></a><a href="../vtk_3d_viewer.htm"><b>offset</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>often</b></a> <br><nobr><a name="bms_OK"></a><a name="subkey_OK"></a>ok <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_xy_plot.htm"><b>5</b></a> <a href="../files/creating_curves.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../animation_in_gauss_viewer.htm"><b>8</b></a> <a href="../gauss_points_presentation.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scaling_presentations.htm"><b>12</b></a> <a href="../files/scalar_map_presentation.htm"><b>13</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>14</b></a> <a href="../files/importing_tables.htm"><b>15</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>16</b></a> <a href="../plot_3d_presentation.htm"><b>17</b></a> </nobr><br><nobr><a name="bms_ON"></a><a name="subkey_ON"></a>once <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>oncells</b></a> <br><nobr>one <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_xy_plot.htm"><b>5</b></a> <a href="../files/creating_field_presentations.htm"><b>6</b></a> <a href="../files/creating_curves.htm"><b>7</b></a> <a href="../files/animating_presentations.htm"><b>8</b></a> <a href="../files/about_structure_of_med_object.htm"><b>9</b></a> <a href="../clipping.htm"><b>10</b></a> <a href="../gauss_points_presentation.htm"><b>11</b></a> <a href="../files/vectors_presentation.htm"><b>12</b></a> <a href="../files/sweeping.htm"><b>13</b></a> <a href="../files/stream_lines_presentation.htm"><b>14</b></a> <a href="../files/scalar_map_presentation.htm"><b>15</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>16</b></a> <a href="../files/importing_tables.htm"><b>17</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>18</b></a> <a href="../primitive_types.htm"><b>19</b></a> <a href="../plot_3d_presentation.htm"><b>20</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>onedges</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>onfaces</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>onnodes</b></a> <br><a name="bms_OP"></a><a name="subkey_OP"></a><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>opacity</b></a> <br><nobr>opaque <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>open <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><a href="../primitive_types.htm"><b>opengl</b></a> <br><a href="../plot2d_viewer.htm"><b>opens</b></a> <br><nobr>operation <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>operations <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><a href="../clipping.htm"><b>opposite</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>optimization</b></a> <br><nobr>option <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../files/vectors_presentation.htm"><b>6</b></a> <a href="../files/sweeping.htm"><b>7</b></a> <a href="../files/stream_lines_presentation.htm"><b>8</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>9</b></a> <a href="../files/importing_med_objects.htm"><b>10</b></a> <a href="../scalar_bar.htm"><b>11</b></a> </nobr><br><nobr>options <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><a name="bms_OR"></a><a name="subkey_OR"></a><a href="../scalar_map_on_deformed_shape_presentation.htm"><b>ordinary</b></a> <br><a href="../scalar_bar.htm"><b>ordinate</b></a> <br><a href="../vtk_3d_viewer.htm"><b>orientate</b></a> <br><nobr>orientation <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../plot_3d_presentation.htm"><b>7</b></a> </nobr><br><a href="../clipping.htm"><b>oriented</b></a> <br><nobr>origin <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><a name="bms_OT"></a><a name="subkey_OT"></a><a href="../files/importing_med_objects.htm"><b>otherwise</b></a> <br><nobr><a name="bms_OU"></a><a name="subkey_OU"></a>out <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>output</b></a> <br><a href="../segmentation.htm"><b>outside</b></a> <br><a name="bms_OV"></a><a name="subkey_OV"></a><a href="../files/getting_started.htm"><b>overview</b></a> <br><nobr><a name="bms_OW"></a><a name="subkey_OW"></a>own <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br>\r
+<nobr><a name="bm_O"></a><a name="subkey_OB"></a>object <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../files/about_structure_of_med_object.htm"><b>12</b></a> <a href="../creating_tables.htm"><b>13</b></a> <a href="../clipping.htm"><b>14</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>15</b></a> <a href="../gauss_viewer.htm"><b>16</b></a> <a href="../gauss_points_presentation.htm"><b>17</b></a> <a href="../files/vectors_presentation.htm"><b>18</b></a> <a href="../files/sweeping.htm"><b>19</b></a> <a href="../files/stream_lines_presentation.htm"><b>20</b></a> <a href="../files/scaling_presentations.htm"><b>21</b></a> <a href="../files/scalar_map_presentation.htm"><b>22</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>23</b></a> <a href="../files/importing_tables.htm"><b>24</b></a> <a href="../files/importing_med_objects.htm"><b>25</b></a> <a href="../files/getting_elements_attributes.htm"><b>26</b></a> <a href="../vtk_3d_viewer.htm"><b>27</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>28</b></a> <a href="../plot_3d_presentation.htm"><b>29</b></a> <a href="../plot2d_viewer.htm"><b>30</b></a> </nobr><br><nobr>objects <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../vtk_3d_viewer.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><nobr>observe <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>obtained</b></a> <br><a name="bms_OF"></a><a name="subkey_OF"></a><a href="../vtk_3d_viewer.htm"><b>offset</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>often</b></a> <br><nobr><a name="bms_OK"></a><a name="subkey_OK"></a>ok <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_xy_plot.htm"><b>5</b></a> <a href="../files/creating_curves.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../animation_in_gauss_viewer.htm"><b>8</b></a> <a href="../gauss_points_presentation.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scaling_presentations.htm"><b>12</b></a> <a href="../files/scalar_map_presentation.htm"><b>13</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>14</b></a> <a href="../files/importing_tables.htm"><b>15</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>16</b></a> <a href="../plot_3d_presentation.htm"><b>17</b></a> </nobr><br><nobr><a name="bms_ON"></a><a name="subkey_ON"></a>once <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>oncells</b></a> <br><nobr>one <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_xy_plot.htm"><b>5</b></a> <a href="../files/creating_field_presentations.htm"><b>6</b></a> <a href="../files/creating_curves.htm"><b>7</b></a> <a href="../files/animating_presentations.htm"><b>8</b></a> <a href="../files/about_structure_of_med_object.htm"><b>9</b></a> <a href="../clipping.htm"><b>10</b></a> <a href="../gauss_points_presentation.htm"><b>11</b></a> <a href="../files/vectors_presentation.htm"><b>12</b></a> <a href="../files/sweeping.htm"><b>13</b></a> <a href="../files/stream_lines_presentation.htm"><b>14</b></a> <a href="../files/scalar_map_presentation.htm"><b>15</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>16</b></a> <a href="../files/importing_tables.htm"><b>17</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>18</b></a> <a href="../primitive_types.htm"><b>19</b></a> <a href="../plot_3d_presentation.htm"><b>20</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>onedges</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>onfaces</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>onnodes</b></a> <br><a name="bms_OP"></a><a name="subkey_OP"></a><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>opacity</b></a> <br><nobr>opaque <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>open <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><a href="../primitive_types.htm"><b>opengl</b></a> <br><a href="../plot2d_viewer.htm"><b>opens</b></a> <br><nobr>operation <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><nobr>operations <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><a href="../clipping.htm"><b>opposite</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>optimization</b></a> <br><nobr>option <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../files/vectors_presentation.htm"><b>6</b></a> <a href="../files/sweeping.htm"><b>7</b></a> <a href="../files/stream_lines_presentation.htm"><b>8</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>9</b></a> <a href="../files/importing_med_objects.htm"><b>10</b></a> <a href="../scalar_bar.htm"><b>11</b></a> </nobr><br><nobr>options <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a name="bms_OR"></a><a name="subkey_OR"></a><a href="../scalar_map_on_deformed_shape_presentation.htm"><b>ordinary</b></a> <br><a href="../scalar_bar.htm"><b>ordinate</b></a> <br><a href="../vtk_3d_viewer.htm"><b>orientate</b></a> <br><nobr>orientation <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../plot_3d_presentation.htm"><b>7</b></a> </nobr><br><a href="../clipping.htm"><b>oriented</b></a> <br><nobr>origin <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><a name="bms_OT"></a><a name="subkey_OT"></a><a href="../files/importing_med_objects.htm"><b>otherwise</b></a> <br><nobr><a name="bms_OU"></a><a name="subkey_OU"></a>out <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>output</b></a> <br><a href="../segmentation.htm"><b>outside</b></a> <br><a name="bms_OV"></a><a name="subkey_OV"></a><a href="../files/getting_started.htm"><b>overview</b></a> <br><nobr><a name="bms_OW"></a><a name="subkey_OW"></a>own <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br>\r
<br><br>\r
-<a name="bm_P"></a><a name="subkey_PA"></a><a href="../scalar_bar.htm"><b>palette</b></a> <br><nobr>panning <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><nobr>parameter <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><nobr>parameters <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_curves.htm"><b>5</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../clipping.htm"><b>8</b></a> <a href="../gauss_viewer.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scalar_map_presentation.htm"><b>12</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>13</b></a> <a href="../files/getting_started.htm"><b>14</b></a> <a href="../vtk_3d_viewer.htm"><b>15</b></a> <a href="../segmentation.htm"><b>16</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>17</b></a> <a href="../scalar_bar.htm"><b>18</b></a> <a href="../primitive_types.htm"><b>19</b></a> <a href="../plot_3d_presentation.htm"><b>20</b></a> </nobr><br><a href="../picking.htm"><b>parent</b></a> <br><a href="../files/importing_med_objects.htm"><b>parses</b></a> <br><nobr>part <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>particle</b></a> <br><nobr>particular <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> </nobr><br><nobr>parts <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr>path <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>pause</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>paused</b></a> <br><a name="bms_PE"></a><a name="subkey_PE"></a><a href="../animation_in_gauss_viewer.htm"><b>per</b></a> <br><a href="../files/importing_med_objects.htm"><b>perform</b></a> <br><nobr>performed <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>period</b></a> <br><a href="../files/animating_presentations.htm"><b>periods</b></a> <br><a href="../clipping.htm"><b>perpendicular</b></a> <br><a href="../files/displaying_hiding_presentations.htm"><b>personal</b></a> <br><a name="bms_PH"></a><a name="subkey_PH"></a><a href="../files/about_structure_of_med_object.htm"><b>physical</b></a> <br><nobr><a name="bms_PI"></a><a name="subkey_PI"></a>picking <a href="../picking.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>picture</b></a> <br><nobr>pictures <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>pixels</b></a> <br><nobr><a name="bms_PL"></a><a name="subkey_PL"></a>place <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/cut_lines_presentation.htm"><b>placed</b></a> <br><a href="../scalar_bar.htm"><b>placement</b></a> <br><nobr>plane <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> <a href="../plot_3d_presentation.htm"><b>5</b></a> </nobr><br><nobr>planes <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> </nobr><br><a href="../plot_3d_presentation.htm"><b>plate</b></a> <br><nobr>platform <a href="../files/running_visu.htm"><b>1</b></a> <a href="../files/introduction.htm"><b>2</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>play</b></a> <br><nobr>plot <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> <a href="../files/getting_started.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><nobr>plot2d <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>plot2dview</b></a> <br><nobr>plots <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../files/introduction.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><br><br></p><p class="ftsbody" align="center"><a href="whlstf6.htm" target="_self" title="previous search group"><b>>></b></a>\r
+<a name="bm_P"></a><a name="subkey_PA"></a><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>pagedn</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>pageup</b></a> <br><a href="../scalar_bar.htm"><b>palette</b></a> <br><nobr>panning <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr>parameter <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><nobr>parameters <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_curves.htm"><b>5</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../clipping.htm"><b>8</b></a> <a href="../gauss_viewer.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scalar_map_presentation.htm"><b>12</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>13</b></a> <a href="../files/getting_started.htm"><b>14</b></a> <a href="../vtk_3d_viewer.htm"><b>15</b></a> <a href="../segmentation.htm"><b>16</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>17</b></a> <a href="../scalar_bar.htm"><b>18</b></a> <a href="../primitive_types.htm"><b>19</b></a> <a href="../plot_3d_presentation.htm"><b>20</b></a> </nobr><br><a href="../picking.htm"><b>parent</b></a> <br><a href="../files/importing_med_objects.htm"><b>parses</b></a> <br><nobr>part <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>particle</b></a> <br><nobr>particular <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> </nobr><br><nobr>parts <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr>path <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>pause</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>paused</b></a> <br><a name="bms_PE"></a><a name="subkey_PE"></a><a href="../animation_in_gauss_viewer.htm"><b>per</b></a> <br><a href="../files/importing_med_objects.htm"><b>perform</b></a> <br><nobr>performed <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>period</b></a> <br><a href="../files/animating_presentations.htm"><b>periods</b></a> <br><a href="../clipping.htm"><b>perpendicular</b></a> <br><a href="../files/displaying_hiding_presentations.htm"><b>personal</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf6.htm" target="_self" title="previous search group"><b>>></b></a>\r
\r
</body>\r
\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
<p class="ftsbody" align="center"><a href="whlstf5.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
<p class="ftsbody" >\r
-<nobr><a name="bms_PN"></a><a name="subkey_PN"></a>png <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><nobr><a name="bms_PO"></a><a name="subkey_PO"></a>point <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../primitive_types.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> </nobr><br><a href="../files/vectors_presentation.htm"><b>pointers</b></a> <br><nobr>points <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../gauss_points_presentation.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/getting_elements_attributes.htm"><b>7</b></a> <a href="../vtk_3d_viewer.htm"><b>8</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>9</b></a> <a href="../segmentation.htm"><b>10</b></a> <a href="../scalar_bar.htm"><b>11</b></a> <a href="../primitive_types.htm"><b>12</b></a> <a href="../plot2d_viewer.htm"><b>13</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>polyline</b></a> <br><nobr>pop <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../creating_tables.htm"><b>12</b></a> <a href="../gauss_points_presentation.htm"><b>13</b></a> <a href="../files/vectors_presentation.htm"><b>14</b></a> <a href="../files/sweeping.htm"><b>15</b></a> <a href="../files/stream_lines_presentation.htm"><b>16</b></a> <a href="../files/scalar_map_presentation.htm"><b>17</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>18</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>19</b></a> <a href="../plot_3d_presentation.htm"><b>20</b></a> </nobr><br><nobr>position <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../vtk_3d_viewer.htm"><b>6</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>7</b></a> <a href="../plot_3d_presentation.htm"><b>8</b></a> <a href="../plot2d_viewer.htm"><b>9</b></a> </nobr><br><nobr>positions <a href="../clipping.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a href="../scalar_bar.htm"><b>positive</b></a> <br><a href="../files/getting_elements_attributes.htm"><b>possesses</b></a> <br><nobr>possibility <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>2</b></a> </nobr><br><nobr>possible <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> </nobr><br><nobr>post <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../files/animating_presentations.htm"><b>6</b></a> <a href="../files/about_tables.htm"><b>7</b></a> <a href="../files/about_structure_of_med_object.htm"><b>8</b></a> <a href="../creating_tables.htm"><b>9</b></a> <a href="../animation_in_gauss_viewer.htm"><b>10</b></a> <a href="../gauss_viewer.htm"><b>11</b></a> <a href="../files/sweeping.htm"><b>12</b></a> <a href="../files/stream_lines_presentation.htm"><b>13</b></a> <a href="../files/scalar_map_presentation.htm"><b>14</b></a> <a href="../files/running_visu.htm"><b>15</b></a> <a href="../files/introduction.htm"><b>16</b></a> <a href="../files/importing_tables.htm"><b>17</b></a> <a href="../files/importing_med_objects.htm"><b>18</b></a> <a href="../files/getting_started.htm"><b>19</b></a> <a href="../vtk_3d_viewer.htm"><b>20</b></a> <a href="../plot2d_viewer.htm"><b>21</b></a> </nobr><br><nobr><a name="bms_PR"></a><a name="subkey_PR"></a>preferences <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> <a href="../files/running_visu.htm"><b>4</b></a> <a href="../files/importing_med_objects.htm"><b>5</b></a> <a href="../primitive_types.htm"><b>6</b></a> </nobr><br><a href="../files/scalar_map_presentation.htm"><b>present</b></a> <br><nobr>presentation <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_presentations.htm"><b>5</b></a> <a href="../files/creating_field_presentations.htm"><b>6</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>7</b></a> <a href="../files/animating_presentations.htm"><b>8</b></a> <a href="../files/about_structure_of_med_object.htm"><b>9</b></a> <a href="../creating_tables.htm"><b>10</b></a> <a href="../clipping.htm"><b>11</b></a> <a href="../picking.htm"><b>12</b></a> <a href="../gauss_viewer.htm"><b>13</b></a> <a href="../gauss_points_presentation.htm"><b>14</b></a> <a href="../files/vectors_presentation.htm"><b>15</b></a> <a href="../files/sweeping.htm"><b>16</b></a> <a href="../files/stream_lines_presentation.htm"><b>17</b></a> <a href="../files/scaling_presentations.htm"><b>18</b></a> <a href="../files/scalar_map_presentation.htm"><b>19</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>20</b></a> <a href="../files/getting_started.htm"><b>21</b></a> <a href="../files/getting_elements_attributes.htm"><b>22</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>23</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>24</b></a> <a href="../plot_3d_presentation.htm"><b>25</b></a> </nobr><br><nobr>presentations <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../files/about_tables.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../creating_tables.htm"><b>8</b></a> <a href="../animation_in_gauss_viewer.htm"><b>9</b></a> <a href="../picking.htm"><b>10</b></a> <a href="../gauss_viewer.htm"><b>11</b></a> <a href="../files/stream_lines_presentation.htm"><b>12</b></a> <a href="../files/scaling_presentations.htm"><b>13</b></a> <a href="../files/scalar_map_presentation.htm"><b>14</b></a> <a href="../files/running_visu.htm"><b>15</b></a> <a href="../files/introduction.htm"><b>16</b></a> <a href="../files/getting_started.htm"><b>17</b></a> <a href="../vtk_3d_viewer.htm"><b>18</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>19</b></a> <a href="../segmentation.htm"><b>20</b></a> <a href="../scalar_bar.htm"><b>21</b></a> <a href="../primitive_types.htm"><b>22</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>presents</b></a> <br><nobr>press <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../gauss_points_presentation.htm"><b>4</b></a> </nobr><br><nobr>pressed <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../scalar_bar.htm"><b>presume</b></a> <br><nobr>preview <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>previous</b></a> <br><nobr>previously <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/about_tables.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>4</b></a> </nobr><br><a href="../primitive_types.htm"><b>primitive</b></a> <br><nobr>primitives <a href="../gauss_points_presentation.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><nobr>pro <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../files/animating_presentations.htm"><b>6</b></a> <a href="../files/about_tables.htm"><b>7</b></a> <a href="../files/about_structure_of_med_object.htm"><b>8</b></a> <a href="../creating_tables.htm"><b>9</b></a> <a href="../animation_in_gauss_viewer.htm"><b>10</b></a> <a href="../gauss_viewer.htm"><b>11</b></a> <a href="../files/sweeping.htm"><b>12</b></a> <a href="../files/stream_lines_presentation.htm"><b>13</b></a> <a href="../files/scalar_map_presentation.htm"><b>14</b></a> <a href="../files/running_visu.htm"><b>15</b></a> <a href="../files/introduction.htm"><b>16</b></a> <a href="../files/importing_tables.htm"><b>17</b></a> <a href="../files/importing_med_objects.htm"><b>18</b></a> <a href="../files/getting_started.htm"><b>19</b></a> <a href="../vtk_3d_viewer.htm"><b>20</b></a> <a href="../plot2d_viewer.htm"><b>21</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>problem</b></a> <br><a href="../files/cut_lines_presentation.htm"><b>procedure</b></a> <br><nobr>process <a href="../files/sweeping.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><nobr>processed <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><nobr>processing <a href="../files/introduction.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><a href="../files/introduction.htm"><b>produced</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>produces</b></a> <br><nobr>progress <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../scalar_bar.htm"><b>progression</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>progressive</b></a> <br><a href="../primitive_types.htm"><b>prompts</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>propagation</b></a> <br><nobr>properties <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/animating_presentations.htm"><b>3</b></a> <a href="../animation_in_gauss_viewer.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../gauss_points_presentation.htm"><b>6</b></a> <a href="../files/vectors_presentation.htm"><b>7</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>8</b></a> <a href="../files/scalar_map_presentation.htm"><b>9</b></a> <a href="../vtk_3d_viewer.htm"><b>10</b></a> <a href="../scalar_bar.htm"><b>11</b></a> <a href="../plot2d_viewer.htm"><b>12</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>proportional</b></a> <br><nobr>provides <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/introduction.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_PS"></a><a name="subkey_PS"></a>pseudo <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> </nobr><br><a name="bms_PU"></a><a name="subkey_PU"></a><a href="../files/animating_presentations.htm"><b>publish</b></a> <br><a href="../files/animating_presentations.htm"><b>published</b></a> <br><a href="../primitive_types.htm"><b>purpose</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>purposes</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>put</b></a> <br><a name="bms_PY"></a><a name="subkey_PY"></a><a href="../picking.htm"><b>pyramid</b></a> <br><a href="../picking.htm"><b>pyramids</b></a> <br><a href="../files/about_tables.htm"><b>python</b></a> <br>\r
+<a name="bms_PH"></a><a name="subkey_PH"></a><a href="../files/about_structure_of_med_object.htm"><b>physical</b></a> <br><nobr><a name="bms_PI"></a><a name="subkey_PI"></a>picking <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>picture</b></a> <br><nobr>pictures <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>pixels</b></a> <br><nobr><a name="bms_PL"></a><a name="subkey_PL"></a>place <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/cut_lines_presentation.htm"><b>placed</b></a> <br><a href="../scalar_bar.htm"><b>placement</b></a> <br><nobr>plane <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> <a href="../plot_3d_presentation.htm"><b>5</b></a> </nobr><br><nobr>planes <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> </nobr><br><a href="../plot_3d_presentation.htm"><b>plate</b></a> <br><nobr>platform <a href="../files/running_visu.htm"><b>1</b></a> <a href="../files/introduction.htm"><b>2</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>play</b></a> <br><nobr>plot <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> <a href="../files/getting_started.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><nobr>plot2d <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>plot2dview</b></a> <br><nobr>plots <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../files/introduction.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><nobr><a name="bms_PN"></a><a name="subkey_PN"></a>png <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><nobr><a name="bms_PO"></a><a name="subkey_PO"></a>point <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../primitive_types.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> <a href="../picking.htm"><b>9</b></a> </nobr><br><a href="../files/vectors_presentation.htm"><b>pointers</b></a> <br><nobr>points <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../gauss_points_presentation.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/getting_elements_attributes.htm"><b>7</b></a> <a href="../vtk_3d_viewer.htm"><b>8</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>9</b></a> <a href="../segmentation.htm"><b>10</b></a> <a href="../scalar_bar.htm"><b>11</b></a> <a href="../primitive_types.htm"><b>12</b></a> <a href="../plot2d_viewer.htm"><b>13</b></a> <a href="../picking.htm"><b>14</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>polyline</b></a> <br><nobr>pop <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../creating_tables.htm"><b>12</b></a> <a href="../gauss_points_presentation.htm"><b>13</b></a> <a href="../files/vectors_presentation.htm"><b>14</b></a> <a href="../files/sweeping.htm"><b>15</b></a> <a href="../files/stream_lines_presentation.htm"><b>16</b></a> <a href="../files/scalar_map_presentation.htm"><b>17</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>18</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>19</b></a> <a href="../plot_3d_presentation.htm"><b>20</b></a> </nobr><br><nobr>position <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../files/vectors_presentation.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>6</b></a> <a href="../plot_3d_presentation.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> <a href="../picking.htm"><b>9</b></a> </nobr><br><nobr>positions <a href="../clipping.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a href="../scalar_bar.htm"><b>positive</b></a> <br><a href="../files/getting_elements_attributes.htm"><b>possesses</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>possessing</b></a> <br><nobr>possibility <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>2</b></a> </nobr><br><nobr>possible <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>3</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> </nobr><br><nobr>post <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../files/animating_presentations.htm"><b>6</b></a> <a href="../files/about_tables.htm"><b>7</b></a> <a href="../files/about_structure_of_med_object.htm"><b>8</b></a> <a href="../creating_tables.htm"><b>9</b></a> <a href="../animation_in_gauss_viewer.htm"><b>10</b></a> <a href="../gauss_viewer.htm"><b>11</b></a> <a href="../files/sweeping.htm"><b>12</b></a> <a href="../files/stream_lines_presentation.htm"><b>13</b></a> <a href="../files/scalar_map_presentation.htm"><b>14</b></a> <a href="../files/running_visu.htm"><b>15</b></a> <a href="../files/introduction.htm"><b>16</b></a> <a href="../files/importing_tables.htm"><b>17</b></a> <a href="../files/importing_med_objects.htm"><b>18</b></a> <a href="../files/getting_started.htm"><b>19</b></a> <a href="../vtk_3d_viewer.htm"><b>20</b></a> <a href="../plot2d_viewer.htm"><b>21</b></a> </nobr><br><nobr><a name="bms_PR"></a><a name="subkey_PR"></a>preferences <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../files/scalar_map_presentation.htm"><b>3</b></a> <a href="../files/running_visu.htm"><b>4</b></a> <a href="../files/importing_med_objects.htm"><b>5</b></a> <a href="../primitive_types.htm"><b>6</b></a> <a href="../picking.htm"><b>7</b></a> </nobr><br><a href="../files/scalar_map_presentation.htm"><b>present</b></a> <br><nobr>presentation <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_presentations.htm"><b>5</b></a> <a href="../files/creating_field_presentations.htm"><b>6</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>7</b></a> <a href="../files/animating_presentations.htm"><b>8</b></a> <a href="../files/about_structure_of_med_object.htm"><b>9</b></a> <a href="../creating_tables.htm"><b>10</b></a> <a href="../clipping.htm"><b>11</b></a> <a href="../gauss_viewer.htm"><b>12</b></a> <a href="../gauss_points_presentation.htm"><b>13</b></a> <a href="../files/vectors_presentation.htm"><b>14</b></a> <a href="../files/sweeping.htm"><b>15</b></a> <a href="../files/stream_lines_presentation.htm"><b>16</b></a> <a href="../files/scaling_presentations.htm"><b>17</b></a> <a href="../files/scalar_map_presentation.htm"><b>18</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>19</b></a> <a href="../files/getting_started.htm"><b>20</b></a> <a href="../files/getting_elements_attributes.htm"><b>21</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>22</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>23</b></a> <a href="../plot_3d_presentation.htm"><b>24</b></a> <a href="../picking.htm"><b>25</b></a> </nobr><br><nobr>presentations <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../files/about_tables.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../creating_tables.htm"><b>8</b></a> <a href="../animation_in_gauss_viewer.htm"><b>9</b></a> <a href="../gauss_viewer.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scaling_presentations.htm"><b>12</b></a> <a href="../files/scalar_map_presentation.htm"><b>13</b></a> <a href="../files/running_visu.htm"><b>14</b></a> <a href="../files/introduction.htm"><b>15</b></a> <a href="../files/getting_started.htm"><b>16</b></a> <a href="../vtk_3d_viewer.htm"><b>17</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>18</b></a> <a href="../segmentation.htm"><b>19</b></a> <a href="../scalar_bar.htm"><b>20</b></a> <a href="../primitive_types.htm"><b>21</b></a> <a href="../picking.htm"><b>22</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>presents</b></a> <br><nobr>press <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../gauss_points_presentation.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><nobr>pressed <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../scalar_bar.htm"><b>presume</b></a> <br><nobr>preview <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>previous</b></a> <br><nobr>previously <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../files/about_tables.htm"><b>2</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>5</b></a> </nobr><br><a href="../primitive_types.htm"><b>primitive</b></a> <br><nobr>primitives <a href="../gauss_points_presentation.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><nobr>pro <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../files/animating_presentations.htm"><b>6</b></a> <a href="../files/about_tables.htm"><b>7</b></a> <a href="../files/about_structure_of_med_object.htm"><b>8</b></a> <a href="../creating_tables.htm"><b>9</b></a> <a href="../animation_in_gauss_viewer.htm"><b>10</b></a> <a href="../gauss_viewer.htm"><b>11</b></a> <a href="../files/sweeping.htm"><b>12</b></a> <a href="../files/stream_lines_presentation.htm"><b>13</b></a> <a href="../files/scalar_map_presentation.htm"><b>14</b></a> <a href="../files/running_visu.htm"><b>15</b></a> <a href="../files/introduction.htm"><b>16</b></a> <a href="../files/importing_tables.htm"><b>17</b></a> <a href="../files/importing_med_objects.htm"><b>18</b></a> <a href="../files/getting_started.htm"><b>19</b></a> <a href="../vtk_3d_viewer.htm"><b>20</b></a> <a href="../plot2d_viewer.htm"><b>21</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>problem</b></a> <br><a href="../files/cut_lines_presentation.htm"><b>procedure</b></a> <br><nobr>process <a href="../files/sweeping.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><nobr>processed <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><nobr>processing <a href="../files/introduction.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><a href="../files/introduction.htm"><b>produced</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>produces</b></a> <br><nobr>progress <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../scalar_bar.htm"><b>progression</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>progressive</b></a> <br><a href="../primitive_types.htm"><b>prompts</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>propagation</b></a> <br><nobr>properties <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/animating_presentations.htm"><b>3</b></a> <a href="../animation_in_gauss_viewer.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../gauss_points_presentation.htm"><b>6</b></a> <a href="../files/vectors_presentation.htm"><b>7</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>8</b></a> <a href="../files/scalar_map_presentation.htm"><b>9</b></a> <a href="../vtk_3d_viewer.htm"><b>10</b></a> <a href="../scalar_bar.htm"><b>11</b></a> <a href="../plot2d_viewer.htm"><b>12</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>proportional</b></a> <br><nobr>provides <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../files/introduction.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_PS"></a><a name="subkey_PS"></a>pseudo <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> </nobr><br><a name="bms_PU"></a><a name="subkey_PU"></a><a href="../files/animating_presentations.htm"><b>publish</b></a> <br><a href="../files/animating_presentations.htm"><b>published</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>pull</b></a> <br><a href="../primitive_types.htm"><b>purpose</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>purposes</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>push</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>put</b></a> <br><a name="bms_PY"></a><a name="subkey_PY"></a><a href="../picking.htm"><b>pyramid</b></a> <br><a href="../picking.htm"><b>pyramids</b></a> <br><a href="../files/about_tables.htm"><b>python</b></a> <br>\r
<br><br>\r
<a name="bm_Q"></a><a name="subkey_QU"></a><a href="../files/about_structure_of_med_object.htm"><b>quadrangles</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>quality</b></a> <br><nobr>quit <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../gauss_points_presentation.htm"><b>2</b></a> <a href="../files/scaling_presentations.htm"><b>3</b></a> </nobr><br>\r
<br><br>\r
-<nobr><a name="bm_R"></a><a name="subkey_RA"></a>radio <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><a href="../segmentation.htm"><b>radius</b></a> <br><nobr>rainbow <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>range <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/animating_presentations.htm"><b>3</b></a> <a href="../files/vectors_presentation.htm"><b>4</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>8</b></a> <a href="../scalar_bar.htm"><b>9</b></a> </nobr><br><a href="../files/about_tables.htm"><b>ranged</b></a> <br><a href="../picking.htm"><b>ranges</b></a> <br><nobr>ranging <a href="../picking.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><a href="../files/about_tables.htm"><b>rarefied</b></a> <br><nobr>rate <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><nobr>ratio <a href="../picking.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_RE"></a><a name="subkey_RE"></a>real <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>record</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>recorded</b></a> <br><nobr>recording <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>records</b></a> <br><a href="../files/creating_curves.htm"><b>rectangle</b></a> <br><a href="../files/importing_med_objects.htm"><b>rectangles</b></a> <br><a href="../scalar_bar.htm"><b>red</b></a> <br><a href="../vtk_3d_viewer.htm"><b>redefine</b></a> <br><nobr>reference <a href="../files/about_tables.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><a href="../files/creating_xy_plot.htm"><b>references</b></a> <br><a href="../scalar_bar.htm"><b>refining</b></a> <br><a href="../files/sweeping.htm"><b>regarding</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>regimes</b></a> <br><nobr>regular <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../files/running_visu.htm"><b>related</b></a> <br><nobr>relative <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><nobr>relevant <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../plot_3d_presentation.htm"><b>relief</b></a> <br><a href="../primitive_types.htm"><b>remain</b></a> <br><nobr>remote <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>remove</b></a> <br><nobr>rename <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> </nobr><br><nobr>render <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>rendering <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><nobr>represent <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> </nobr><br><nobr>representation <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>representations</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>representative</b></a> <br><nobr>represented <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><nobr>representing <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../files/vectors_presentation.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> </nobr><br><nobr>represents <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>required <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/creating_field_presentations.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/getting_elements_attributes.htm"><b>4</b></a> </nobr><br><nobr>requires <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>reset <a href="../files/scaling_presentations.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> </nobr><br><nobr>resizes <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>resolution</b></a> <br><nobr>resources <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>respective <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>respectively</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>restore</b></a> <br><a href="../vtk_3d_viewer.htm"><b>restores</b></a> <br><nobr>result <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> </nobr><br><nobr>resulting <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><nobr>results <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> </nobr><br><nobr>return <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/cut_lines_presentation.htm"><b>reuses</b></a> <br><a href="../plot2d_viewer.htm"><b>reveals</b></a> <br><a href="../clipping.htm"><b>reverse</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf7.htm" target="_self" title="previous search group"><b>>></b></a>\r
+<nobr><a name="bm_R"></a><a name="subkey_RA"></a>radio <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><a href="../segmentation.htm"><b>radius</b></a> <br><nobr>rainbow <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>range <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/animating_presentations.htm"><b>3</b></a> <a href="../files/vectors_presentation.htm"><b>4</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>8</b></a> <a href="../scalar_bar.htm"><b>9</b></a> </nobr><br><a href="../files/about_tables.htm"><b>ranged</b></a> <br><a href="../picking.htm"><b>ranges</b></a> <br><nobr>ranging <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><a href="../files/about_tables.htm"><b>rarefied</b></a> <br><nobr>rate <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> </nobr><br><nobr>ratio <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><nobr><a name="bms_RE"></a><a name="subkey_RE"></a>real <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>record</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>recorded</b></a> <br><nobr>recording <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>records</b></a> <br><a href="../files/creating_curves.htm"><b>rectangle</b></a> <br><a href="../files/importing_med_objects.htm"><b>rectangles</b></a> <br><a href="../scalar_bar.htm"><b>red</b></a> <br><a href="../vtk_3d_viewer.htm"><b>redefine</b></a> <br><nobr>reference <a href="../files/about_tables.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><a href="../files/creating_xy_plot.htm"><b>references</b></a> <br><a href="../scalar_bar.htm"><b>refining</b></a> <br><a href="../files/sweeping.htm"><b>regarding</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>regimes</b></a> <br><nobr>regular <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../files/running_visu.htm"><b>related</b></a> <br><nobr>relative <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><nobr>relevant <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../plot_3d_presentation.htm"><b>relief</b></a> <br><a href="../primitive_types.htm"><b>remain</b></a> <br><nobr>remote <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>remove</b></a> <br><nobr>rename <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> </nobr><br><nobr>render <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>rendering <a href="../types_of_gauss_points_presentations.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><nobr>represent <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> </nobr><br><nobr>representation <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>representations</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>representative</b></a> <br><nobr>represented <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><nobr>representing <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../files/vectors_presentation.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> </nobr><br><nobr>represents <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>required <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/creating_field_presentations.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/getting_elements_attributes.htm"><b>4</b></a> </nobr><br><nobr>requires <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>reset <a href="../files/scaling_presentations.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> </nobr><br><nobr>resizes <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>resolution</b></a> <br><nobr>resources <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>respective <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><nobr>respectively <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>restore</b></a> <br><a href="../vtk_3d_viewer.htm"><b>restores</b></a> <br><nobr>result <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><nobr>resulting <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/about_structure_of_med_object.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><nobr>results <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> </nobr><br><nobr>return <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/animating_presentations.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/cut_lines_presentation.htm"><b>reuses</b></a> <br><a href="../plot2d_viewer.htm"><b>reveals</b></a> <br><a href="../clipping.htm"><b>reverse</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf7.htm" target="_self" title="previous search group"><b>>></b></a>\r
\r
</body>\r
\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
<p class="ftsbody" align="center"><a href="whlstf6.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
<p class="ftsbody" >\r
-<nobr><a name="bms_RI"></a><a name="subkey_RI"></a>right <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../creating_tables.htm"><b>12</b></a> <a href="../gauss_viewer.htm"><b>13</b></a> <a href="../gauss_points_presentation.htm"><b>14</b></a> <a href="../files/vectors_presentation.htm"><b>15</b></a> <a href="../files/sweeping.htm"><b>16</b></a> <a href="../files/stream_lines_presentation.htm"><b>17</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>18</b></a> <a href="../files/scaling_presentations.htm"><b>19</b></a> <a href="../files/scalar_map_presentation.htm"><b>20</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>21</b></a> <a href="../files/importing_tables.htm"><b>22</b></a> <a href="../files/importing_med_objects.htm"><b>23</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>24</b></a> <a href="../scalar_bar.htm"><b>25</b></a> <a href="../plot_3d_presentation.htm"><b>26</b></a> <a href="../plot2d_viewer.htm"><b>27</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>rightward</b></a> <br><nobr><a name="bms_RO"></a><a name="subkey_RO"></a>rotate <a href="../clipping.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> </nobr><br><a href="../segmentation.htm"><b>rotating</b></a> <br><nobr>rotation <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../vtk_3d_viewer.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> </nobr><br><nobr>rotations <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><nobr>row <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/about_tables.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_RU"></a><a name="subkey_RU"></a>running <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/running_visu.htm"><b>2</b></a> </nobr><br>\r
+<nobr><a name="bms_RI"></a><a name="subkey_RI"></a>right <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../creating_tables.htm"><b>12</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>13</b></a> <a href="../gauss_viewer.htm"><b>14</b></a> <a href="../gauss_points_presentation.htm"><b>15</b></a> <a href="../files/vectors_presentation.htm"><b>16</b></a> <a href="../files/sweeping.htm"><b>17</b></a> <a href="../files/stream_lines_presentation.htm"><b>18</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>19</b></a> <a href="../files/scaling_presentations.htm"><b>20</b></a> <a href="../files/scalar_map_presentation.htm"><b>21</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>22</b></a> <a href="../files/importing_tables.htm"><b>23</b></a> <a href="../files/importing_med_objects.htm"><b>24</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>25</b></a> <a href="../scalar_bar.htm"><b>26</b></a> <a href="../plot_3d_presentation.htm"><b>27</b></a> <a href="../plot2d_viewer.htm"><b>28</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>rightward</b></a> <br><nobr><a name="bms_RO"></a><a name="subkey_RO"></a>rotate <a href="../clipping.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> </nobr><br><a href="../segmentation.htm"><b>rotating</b></a> <br><nobr>rotation <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../vtk_3d_viewer.htm"><b>6</b></a> <a href="../plot_3d_presentation.htm"><b>7</b></a> </nobr><br><nobr>rotations <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><nobr>row <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/about_tables.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_RU"></a><a name="subkey_RU"></a>running <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/running_visu.htm"><b>2</b></a> </nobr><br>\r
<br><br>\r
-<nobr><a name="bm_S"></a><a name="subkey_S{"></a>s <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_SA"></a><a name="subkey_SA"></a>salome <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/scaling_presentations.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../files/running_visu.htm"><b>5</b></a> <a href="../files/introduction.htm"><b>6</b></a> <a href="../primitive_types.htm"><b>7</b></a> </nobr><br><nobr>same <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>7</b></a> <a href="../segmentation.htm"><b>8</b></a> </nobr><br><nobr>save <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>saves</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>saving</b></a> <br><nobr><a name="bms_SC"></a><a name="subkey_SC"></a>scalar <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../files/animating_presentations.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../creating_tables.htm"><b>8</b></a> <a href="../picking.htm"><b>9</b></a> <a href="../gauss_points_presentation.htm"><b>10</b></a> <a href="../files/vectors_presentation.htm"><b>11</b></a> <a href="../files/stream_lines_presentation.htm"><b>12</b></a> <a href="../files/scalar_map_presentation.htm"><b>13</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>14</b></a> <a href="../files/getting_elements_attributes.htm"><b>15</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>16</b></a> <a href="../segmentation.htm"><b>17</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>18</b></a> <a href="../scalar_bar.htm"><b>19</b></a> <a href="../primitive_types.htm"><b>20</b></a> <a href="../plot_3d_presentation.htm"><b>21</b></a> </nobr><br><nobr>scale <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/vectors_presentation.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>6</b></a> <a href="../scalar_bar.htm"><b>7</b></a> <a href="../plot_3d_presentation.htm"><b>8</b></a> <a href="../plot2d_viewer.htm"><b>9</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>scales</b></a> <br><nobr>scaling <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/vectors_presentation.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../files/scaling_presentations.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>6</b></a> <a href="../plot_3d_presentation.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> </nobr><br><nobr>scene <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a href="../files/about_tables.htm"><b>script</b></a> <br><a name="bms_SE"></a><a name="subkey_SE"></a><a href="../files/importing_med_objects.htm"><b>search</b></a> <br><nobr>second <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><a href="../segmentation.htm"><b>secondary</b></a> <br><nobr>section <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> </nobr><br><nobr>see <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../files/about_tables.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../animation_in_gauss_viewer.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/stream_lines_presentation.htm"><b>10</b></a> <a href="../files/running_visu.htm"><b>11</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>12</b></a> <a href="../files/importing_med_objects.htm"><b>13</b></a> <a href="../vtk_3d_viewer.htm"><b>14</b></a> <a href="../segmentation.htm"><b>15</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>16</b></a> <a href="../primitive_types.htm"><b>17</b></a> <a href="../plot_3d_presentation.htm"><b>18</b></a> <a href="../plot2d_viewer.htm"><b>19</b></a> </nobr><br><a href="../scalar_bar.htm"><b>seen</b></a> <br><nobr>segmentation <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><nobr>segments <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>select <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_xy_plot.htm"><b>5</b></a> <a href="../files/creating_field_presentations.htm"><b>6</b></a> <a href="../files/creating_curves.htm"><b>7</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>8</b></a> <a href="../files/animating_presentations.htm"><b>9</b></a> <a href="../creating_tables.htm"><b>10</b></a> <a href="../clipping.htm"><b>11</b></a> <a href="../gauss_points_presentation.htm"><b>12</b></a> <a href="../files/vectors_presentation.htm"><b>13</b></a> <a href="../files/sweeping.htm"><b>14</b></a> <a href="../files/stream_lines_presentation.htm"><b>15</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>16</b></a> <a href="../files/scaling_presentations.htm"><b>17</b></a> <a href="../files/scalar_map_presentation.htm"><b>18</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>19</b></a> <a href="../files/importing_tables.htm"><b>20</b></a> <a href="../files/importing_med_objects.htm"><b>21</b></a> <a href="../vtk_3d_viewer.htm"><b>22</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>23</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>24</b></a> <a href="../plot_3d_presentation.htm"><b>25</b></a> <a href="../plot2d_viewer.htm"><b>26</b></a> </nobr><br><a href="../clipping.htm"><b>selectable</b></a> <br><nobr>selected <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_xy_plot.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../picking.htm"><b>6</b></a> <a href="../gauss_viewer.htm"><b>7</b></a> <a href="../files/vectors_presentation.htm"><b>8</b></a> <a href="../files/stream_lines_presentation.htm"><b>9</b></a> <a href="../files/scalar_map_presentation.htm"><b>10</b></a> <a href="../files/importing_med_objects.htm"><b>11</b></a> <a href="../files/getting_elements_attributes.htm"><b>12</b></a> <a href="../vtk_3d_viewer.htm"><b>13</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>14</b></a> <a href="../scalar_bar.htm"><b>15</b></a> <a href="../plot_3d_presentation.htm"><b>16</b></a> </nobr><br><a href="../picking.htm"><b>selecting</b></a> <br><nobr>selection <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../files/getting_elements_attributes.htm"><b>4</b></a> </nobr><br><nobr>semi <a href="../picking.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>sensitive</b></a> <br><nobr>separate <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> </nobr><br><nobr>separately <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>serve</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>session</b></a> <br><a href="../files/scalar_map_presentation.htm"><b>sessions</b></a> <br><nobr>set <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../files/animating_presentations.htm"><b>6</b></a> <a href="../clipping.htm"><b>7</b></a> <a href="../animation_in_gauss_viewer.htm"><b>8</b></a> <a href="../picking.htm"><b>9</b></a> <a href="../gauss_points_presentation.htm"><b>10</b></a> <a href="../files/vectors_presentation.htm"><b>11</b></a> <a href="../files/stream_lines_presentation.htm"><b>12</b></a> <a href="../files/scalar_map_presentation.htm"><b>13</b></a> <a href="../files/running_visu.htm"><b>14</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>15</b></a> <a href="../files/importing_med_objects.htm"><b>16</b></a> <a href="../files/getting_started.htm"><b>17</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>18</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>19</b></a> <a href="../primitive_types.htm"><b>20</b></a> <a href="../plot_3d_presentation.htm"><b>21</b></a> </nobr><br><nobr>setting <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/vectors_presentation.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../files/running_visu.htm"><b>8</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>9</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>10</b></a> <a href="../primitive_types.htm"><b>11</b></a> <a href="../plot_3d_presentation.htm"><b>12</b></a> </nobr><br><nobr>settings <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../files/importing_med_objects.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>setup</b></a> <br><a name="bms_SH"></a><a name="subkey_SH"></a><a href="../primitive_types.htm"><b>shader</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>shading</b></a> <br><nobr>shape <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> </nobr><br><a href="../files/deformed_shape_presentation.htm"><b>shifting</b></a> <br><nobr>should <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/about_structure_of_med_object.htm"><b>5</b></a> <a href="../clipping.htm"><b>6</b></a> <a href="../files/sweeping.htm"><b>7</b></a> <a href="../files/running_visu.htm"><b>8</b></a> <a href="../files/importing_med_objects.htm"><b>9</b></a> <a href="../files/getting_elements_attributes.htm"><b>10</b></a> <a href="../plot_3d_presentation.htm"><b>11</b></a> </nobr><br><nobr>show <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>5</b></a> <a href="../files/importing_med_objects.htm"><b>6</b></a> <a href="../vtk_3d_viewer.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> </nobr><br><nobr>shows <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../segmentation.htm"><b>6</b></a> <a href="../scalar_bar.htm"><b>7</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>shrink</b></a> <br><nobr><a name="bms_SI"></a><a name="subkey_SI"></a>side <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>similar <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>simple</b></a> <br><a href="../files/animating_presentations.htm"><b>simultaneous</b></a> <br><nobr>simultaneously <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> </nobr><br><nobr>size <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../files/getting_elements_attributes.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../primitive_types.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><a href="../primitive_types.htm"><b>sizes</b></a> <br><a name="bms_SL"></a><a name="subkey_SL"></a><a href="../picking.htm"><b>slow</b></a> <br><nobr><a name="bms_SM"></a><a name="subkey_SM"></a>small <a href="../files/vectors_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> </nobr><br><nobr>smaller <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>smallest</b></a> <br><a href="../plot_3d_presentation.htm"><b>smooth</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>smoother</b></a> <br><nobr>smoothness <a href="../picking.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_SO"></a><a name="subkey_SO"></a>so <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>solid</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>solve</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>sometimes</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>source</b></a> <br><nobr><a name="bms_SP"></a><a name="subkey_SP"></a>space <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>4</b></a> <a href="../scalar_bar.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> </nobr><br><a href="../scalar_bar.htm"><b>spacing</b></a> <br><nobr>special <a href="../files/about_tables.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>specially</b></a> <br><nobr>specified <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../files/scaling_presentations.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>specify <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>specifying</b></a> <br><a href="../files/animating_presentations.htm"><b>speed</b></a> <br><a href="../files/importing_med_objects.htm"><b>spent</b></a> <br><nobr>sphere <a href="../segmentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>spheres</b></a> <br><a href="../plot2d_viewer.htm"><b>spline</b></a> <br><a href="../plot2d_viewer.htm"><b>splines</b></a> <br><a href="../clipping.htm"><b>split</b></a> <br><nobr>sprite <a href="../picking.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>sprites</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf8.htm" target="_self" title="previous search group"><b>>></b></a>\r
+<nobr><a name="bm_S"></a><a name="subkey_S{"></a>s <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_SA"></a><a name="subkey_SA"></a>salome <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../files/scaling_presentations.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../files/running_visu.htm"><b>6</b></a> <a href="../files/introduction.htm"><b>7</b></a> <a href="../primitive_types.htm"><b>8</b></a> </nobr><br><nobr>same <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>5</b></a> <a href="../gauss_viewer.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>8</b></a> <a href="../segmentation.htm"><b>9</b></a> </nobr><br><nobr>save <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>saves</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>saving</b></a> <br><nobr><a name="bms_SC"></a><a name="subkey_SC"></a>scalar <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../files/animating_presentations.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../creating_tables.htm"><b>8</b></a> <a href="../gauss_points_presentation.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scalar_map_presentation.htm"><b>12</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>13</b></a> <a href="../files/getting_elements_attributes.htm"><b>14</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>15</b></a> <a href="../segmentation.htm"><b>16</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>17</b></a> <a href="../scalar_bar.htm"><b>18</b></a> <a href="../primitive_types.htm"><b>19</b></a> <a href="../plot_3d_presentation.htm"><b>20</b></a> <a href="../picking.htm"><b>21</b></a> </nobr><br><nobr>scale <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/vectors_presentation.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>6</b></a> <a href="../scalar_bar.htm"><b>7</b></a> <a href="../plot_3d_presentation.htm"><b>8</b></a> <a href="../plot2d_viewer.htm"><b>9</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>scales</b></a> <br><nobr>scaling <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/vectors_presentation.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../files/scaling_presentations.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>6</b></a> <a href="../plot_3d_presentation.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> </nobr><br><nobr>scene <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>screen</b></a> <br><a href="../files/about_tables.htm"><b>script</b></a> <br><a name="bms_SE"></a><a name="subkey_SE"></a><a href="../files/importing_med_objects.htm"><b>search</b></a> <br><nobr>second <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> </nobr><br><a href="../segmentation.htm"><b>secondary</b></a> <br><nobr>section <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> </nobr><br><nobr>see <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_field_presentations.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../files/about_tables.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../animation_in_gauss_viewer.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/stream_lines_presentation.htm"><b>10</b></a> <a href="../files/running_visu.htm"><b>11</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>12</b></a> <a href="../files/importing_med_objects.htm"><b>13</b></a> <a href="../vtk_3d_viewer.htm"><b>14</b></a> <a href="../segmentation.htm"><b>15</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>16</b></a> <a href="../primitive_types.htm"><b>17</b></a> <a href="../plot_3d_presentation.htm"><b>18</b></a> <a href="../plot2d_viewer.htm"><b>19</b></a> </nobr><br><a href="../scalar_bar.htm"><b>seen</b></a> <br><nobr>segmentation <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><nobr>segments <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr>select <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_xy_plot.htm"><b>5</b></a> <a href="../files/creating_field_presentations.htm"><b>6</b></a> <a href="../files/creating_curves.htm"><b>7</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>8</b></a> <a href="../files/animating_presentations.htm"><b>9</b></a> <a href="../creating_tables.htm"><b>10</b></a> <a href="../clipping.htm"><b>11</b></a> <a href="../gauss_points_presentation.htm"><b>12</b></a> <a href="../files/vectors_presentation.htm"><b>13</b></a> <a href="../files/sweeping.htm"><b>14</b></a> <a href="../files/stream_lines_presentation.htm"><b>15</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>16</b></a> <a href="../files/scaling_presentations.htm"><b>17</b></a> <a href="../files/scalar_map_presentation.htm"><b>18</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>19</b></a> <a href="../files/importing_tables.htm"><b>20</b></a> <a href="../files/importing_med_objects.htm"><b>21</b></a> <a href="../vtk_3d_viewer.htm"><b>22</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>23</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>24</b></a> <a href="../plot_3d_presentation.htm"><b>25</b></a> <a href="../plot2d_viewer.htm"><b>26</b></a> </nobr><br><a href="../clipping.htm"><b>selectable</b></a> <br><nobr>selected <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_xy_plot.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../gauss_viewer.htm"><b>6</b></a> <a href="../files/vectors_presentation.htm"><b>7</b></a> <a href="../files/stream_lines_presentation.htm"><b>8</b></a> <a href="../files/scalar_map_presentation.htm"><b>9</b></a> <a href="../files/importing_med_objects.htm"><b>10</b></a> <a href="../files/getting_elements_attributes.htm"><b>11</b></a> <a href="../vtk_3d_viewer.htm"><b>12</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>13</b></a> <a href="../scalar_bar.htm"><b>14</b></a> <a href="../plot_3d_presentation.htm"><b>15</b></a> <a href="../picking.htm"><b>16</b></a> </nobr><br><a href="../picking.htm"><b>selecting</b></a> <br><nobr>selection <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><nobr>semi <a href="../segmentation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>sensitive</b></a> <br><nobr>separate <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> </nobr><br><nobr>separately <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>serve</b></a> <br><a href="../animation_in_gauss_viewer.htm"><b>session</b></a> <br><a href="../files/scalar_map_presentation.htm"><b>sessions</b></a> <br><nobr>set <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../files/animating_presentations.htm"><b>6</b></a> <a href="../clipping.htm"><b>7</b></a> <a href="../animation_in_gauss_viewer.htm"><b>8</b></a> <a href="../gauss_points_presentation.htm"><b>9</b></a> <a href="../files/vectors_presentation.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scalar_map_presentation.htm"><b>12</b></a> <a href="../files/running_visu.htm"><b>13</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>14</b></a> <a href="../files/importing_med_objects.htm"><b>15</b></a> <a href="../files/getting_started.htm"><b>16</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>17</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>18</b></a> <a href="../primitive_types.htm"><b>19</b></a> <a href="../plot_3d_presentation.htm"><b>20</b></a> <a href="../picking.htm"><b>21</b></a> </nobr><br><nobr>setting <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/vectors_presentation.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../files/running_visu.htm"><b>8</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>9</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>10</b></a> <a href="../primitive_types.htm"><b>11</b></a> <a href="../plot_3d_presentation.htm"><b>12</b></a> </nobr><br><nobr>settings <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>3</b></a> <a href="../files/importing_med_objects.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>setup</b></a> <br><a name="bms_SH"></a><a name="subkey_SH"></a><a href="../primitive_types.htm"><b>shader</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>shading</b></a> <br><nobr>shape <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> </nobr><br><a href="../files/deformed_shape_presentation.htm"><b>shifting</b></a> <br><nobr>should <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>4</b></a> <a href="../files/about_structure_of_med_object.htm"><b>5</b></a> <a href="../clipping.htm"><b>6</b></a> <a href="../files/sweeping.htm"><b>7</b></a> <a href="../files/running_visu.htm"><b>8</b></a> <a href="../files/importing_med_objects.htm"><b>9</b></a> <a href="../files/getting_elements_attributes.htm"><b>10</b></a> <a href="../plot_3d_presentation.htm"><b>11</b></a> </nobr><br><nobr>show <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>5</b></a> <a href="../files/importing_med_objects.htm"><b>6</b></a> <a href="../vtk_3d_viewer.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> </nobr><br><nobr>shows <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/importing_med_objects.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../picking.htm"><b>7</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>shrink</b></a> <br><nobr><a name="bms_SI"></a><a name="subkey_SI"></a>side <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><nobr>similar <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>simple</b></a> <br><a href="../files/animating_presentations.htm"><b>simultaneous</b></a> <br><nobr>simultaneously <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> </nobr><br><nobr>size <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> <a href="../plot2d_viewer.htm"><b>6</b></a> <a href="../picking.htm"><b>7</b></a> </nobr><br><a href="../primitive_types.htm"><b>sizes</b></a> <br><a name="bms_SL"></a><a name="subkey_SL"></a><a href="../picking.htm"><b>slow</b></a> <br><nobr><a name="bms_SM"></a><a name="subkey_SM"></a>small <a href="../files/vectors_presentation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> </nobr><br><nobr>smaller <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../types_of_gauss_points_presentations.htm"><b>smallest</b></a> <br><a href="../plot_3d_presentation.htm"><b>smooth</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>smoother</b></a> <br><nobr>smoothness <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_SO"></a><a name="subkey_SO"></a>so <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><a href="../files/creating_curves.htm"><b>solid</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>solve</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>sometimes</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>source</b></a> <br><nobr><a name="bms_SP"></a><a name="subkey_SP"></a>space <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/getting_elements_attributes.htm"><b>3</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>4</b></a> <a href="../scalar_bar.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> </nobr><br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>spacemouse</b></a> <br><a href="../scalar_bar.htm"><b>spacing</b></a> <br><nobr>special <a href="../files/about_tables.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>specially</b></a> <br><nobr>specified <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../files/scaling_presentations.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>specify <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>specifying</b></a> <br><nobr>speed <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> </nobr><br><a href="../files/importing_med_objects.htm"><b>spent</b></a> <br><nobr>sphere <a href="../segmentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>spheres</b></a> <br><a href="../plot2d_viewer.htm"><b>spline</b></a> <br><a href="../plot2d_viewer.htm"><b>splines</b></a> <br><a href="../clipping.htm"><b>split</b></a> <br><nobr>sprite <a href="../primitive_types.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>sprites</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf8.htm" target="_self" title="previous search group"><b>>></b></a>\r
\r
</body>\r
\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
<p class="ftsbody" align="center"><a href="whlstf7.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
<p class="ftsbody" >\r
-<nobr><a name="bms_ST"></a><a name="subkey_ST"></a>stamp <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/creating_field_presentations.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>6</b></a> <a href="../scalar_bar.htm"><b>7</b></a> </nobr><br><nobr>stamps <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../files/about_structure_of_med_object.htm"><b>6</b></a> <a href="../animation_in_gauss_viewer.htm"><b>7</b></a> <a href="../gauss_points_presentation.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/stream_lines_presentation.htm"><b>10</b></a> <a href="../files/scalar_map_presentation.htm"><b>11</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>12</b></a> <a href="../files/importing_med_objects.htm"><b>13</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>14</b></a> <a href="../scalar_bar.htm"><b>15</b></a> <a href="../plot_3d_presentation.htm"><b>16</b></a> </nobr><br><nobr>standard <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> <a href="../files/importing_tables.htm"><b>4</b></a> <a href="../files/importing_med_objects.htm"><b>5</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>6</b></a> <a href="../primitive_types.htm"><b>7</b></a> </nobr><br><nobr>start <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../files/sweeping.htm"><b>4</b></a> <a href="../files/running_visu.htm"><b>5</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>starting</b></a> <br><a href="../files/sweeping.htm"><b>state</b></a> <br><nobr>step <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../files/importing_med_objects.htm"><b>4</b></a> </nobr><br><nobr>steps <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../files/sweeping.htm"><b>3</b></a> <a href="../plot_3d_presentation.htm"><b>4</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>stop</b></a> <br><a href="../gauss_viewer.htm"><b>store</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>stored</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>stream</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>streamline</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>streamlines</b></a> <br><a href="../vtk_3d_viewer.htm"><b>strictly</b></a> <br><nobr>structure <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/importing_med_objects.htm"><b>5</b></a> </nobr><br><a href="../clipping.htm"><b>structured</b></a> <br><nobr>study <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../files/running_visu.htm"><b>5</b></a> <a href="../files/getting_started.htm"><b>6</b></a> </nobr><br><a href="../gauss_viewer.htm"><b>style</b></a> <br><nobr><a name="bms_SU"></a><a name="subkey_SU"></a>subfolder <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/creating_field_presentations.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>subfolders</b></a> <br><a href="../files/creating_field_presentations.htm"><b>submenu</b></a> <br><nobr>submesh <a href="../files/creating_presentations.htm"><b>1</b></a> <a href="../files/creating_field_presentations.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../files/getting_started.htm"><b>4</b></a> <a href="../files/getting_elements_attributes.htm"><b>5</b></a> </nobr><br><nobr>submeshes <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> <a href="../files/introduction.htm"><b>3</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>substituted</b></a> <br><a href="../primitive_types.htm"><b>suggests</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>superposition</b></a> <br><nobr>surface <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><nobr>surfaces <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>2</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>suspend</b></a> <br><nobr><a name="bms_SW"></a><a name="subkey_SW"></a>sweep <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> </nobr><br><nobr>sweeping <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../files/getting_started.htm"><b>3</b></a> </nobr><br><nobr>switch <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_SY"></a><a name="subkey_SY"></a>system <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><a href="../scalar_bar.htm"><b>systematically</b></a> <br>\r
+<nobr><a name="bms_ST"></a><a name="subkey_ST"></a>stamp <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/creating_field_presentations.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>6</b></a> <a href="../scalar_bar.htm"><b>7</b></a> </nobr><br><nobr>stamps <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/animating_presentations.htm"><b>5</b></a> <a href="../files/about_structure_of_med_object.htm"><b>6</b></a> <a href="../animation_in_gauss_viewer.htm"><b>7</b></a> <a href="../gauss_points_presentation.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/stream_lines_presentation.htm"><b>10</b></a> <a href="../files/scalar_map_presentation.htm"><b>11</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>12</b></a> <a href="../files/importing_med_objects.htm"><b>13</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>14</b></a> <a href="../scalar_bar.htm"><b>15</b></a> <a href="../plot_3d_presentation.htm"><b>16</b></a> </nobr><br><nobr>standard <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>3</b></a> <a href="../gauss_viewer.htm"><b>4</b></a> <a href="../files/importing_tables.htm"><b>5</b></a> <a href="../files/importing_med_objects.htm"><b>6</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>7</b></a> <a href="../primitive_types.htm"><b>8</b></a> </nobr><br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>star</b></a> <br><nobr>start <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../files/sweeping.htm"><b>4</b></a> <a href="../files/running_visu.htm"><b>5</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>starting</b></a> <br><a href="../files/sweeping.htm"><b>state</b></a> <br><nobr>step <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> <a href="../files/importing_med_objects.htm"><b>4</b></a> </nobr><br><nobr>steps <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>stop</b></a> <br><a href="../gauss_viewer.htm"><b>store</b></a> <br><a href="../files/about_structure_of_med_object.htm"><b>stored</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>stream</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>streamline</b></a> <br><a href="../files/stream_lines_presentation.htm"><b>streamlines</b></a> <br><a href="../vtk_3d_viewer.htm"><b>strictly</b></a> <br><nobr>structure <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../files/stream_lines_presentation.htm"><b>4</b></a> <a href="../files/importing_med_objects.htm"><b>5</b></a> </nobr><br><a href="../clipping.htm"><b>structured</b></a> <br><nobr>study <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/animating_presentations.htm"><b>4</b></a> <a href="../files/running_visu.htm"><b>5</b></a> <a href="../files/getting_started.htm"><b>6</b></a> </nobr><br><nobr>style <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_SU"></a><a name="subkey_SU"></a>subfolder <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/creating_field_presentations.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>subfolders</b></a> <br><a href="../files/creating_field_presentations.htm"><b>submenu</b></a> <br><nobr>submesh <a href="../files/creating_presentations.htm"><b>1</b></a> <a href="../files/creating_field_presentations.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../files/getting_started.htm"><b>4</b></a> <a href="../files/getting_elements_attributes.htm"><b>5</b></a> </nobr><br><nobr>submeshes <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> <a href="../files/introduction.htm"><b>3</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>substituted</b></a> <br><a href="../primitive_types.htm"><b>suggests</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>superposition</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>supported</b></a> <br><nobr>surface <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><nobr>surfaces <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>2</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>suspend</b></a> <br><nobr><a name="bms_SW"></a><a name="subkey_SW"></a>sweep <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../files/importing_med_objects.htm"><b>3</b></a> </nobr><br><nobr>sweeping <a href="../files/animating_presentations.htm"><b>1</b></a> <a href="../files/sweeping.htm"><b>2</b></a> <a href="../files/getting_started.htm"><b>3</b></a> </nobr><br><nobr>switch <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> </nobr><br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>switching</b></a> <br><nobr><a name="bms_SY"></a><a name="subkey_SY"></a>system <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><a href="../scalar_bar.htm"><b>systematically</b></a> <br>\r
<br><br>\r
-<nobr><a name="bm_T"></a><a name="subkey_T{"></a>t <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr><a name="bms_TA"></a><a name="subkey_TA"></a>tab <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/about_tables.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>8</b></a> <a href="../files/importing_tables.htm"><b>9</b></a> <a href="../segmentation.htm"><b>10</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>11</b></a> <a href="../plot_3d_presentation.htm"><b>12</b></a> </nobr><br><nobr>table <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/about_tables.htm"><b>4</b></a> <a href="../files/about_structure_of_med_object.htm"><b>5</b></a> <a href="../creating_tables.htm"><b>6</b></a> <a href="../files/importing_tables.htm"><b>7</b></a> <a href="../files/getting_started.htm"><b>8</b></a> <a href="../files/getting_elements_attributes.htm"><b>9</b></a> <a href="../plot2d_viewer.htm"><b>10</b></a> </nobr><br><nobr>tables <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/about_tables.htm"><b>4</b></a> <a href="../creating_tables.htm"><b>5</b></a> <a href="../files/introduction.htm"><b>6</b></a> <a href="../files/importing_tables.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> </nobr><br><a href="../files/vectors_presentation.htm"><b>tail</b></a> <br><a href="../files/sweeping.htm"><b>take</b></a> <br><nobr>taken <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>takes</b></a> <br><a name="bms_TE"></a><a name="subkey_TE"></a><a href="../primitive_types.htm"><b>technically</b></a> <br><nobr>tensor <a href="../scalar_bar.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>text <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>texture</b></a> <br><a href="../primitive_types.htm"><b>textures</b></a> <br><nobr><a name="bms_TH"></a><a name="subkey_TH"></a>them <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/about_tables.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../picking.htm"><b>5</b></a> <a href="../gauss_viewer.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../vtk_3d_viewer.htm"><b>8</b></a> <a href="../primitive_types.htm"><b>9</b></a> </nobr><br><a href="../primitive_types.htm"><b>therefore</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>thick</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>thin</b></a> <br><nobr>thought <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>three <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/about_tables.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>6</b></a> <a href="../primitive_types.htm"><b>7</b></a> <a href="../plot_3d_presentation.htm"><b>8</b></a> </nobr><br><a href="../primitive_types.htm"><b>threshold</b></a> <br><a name="bms_TI"></a><a name="subkey_TI"></a><a href="../vtk_3d_viewer.htm"><b>tick</b></a> <br><nobr>time <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_field_presentations.htm"><b>5</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../files/about_structure_of_med_object.htm"><b>8</b></a> <a href="../animation_in_gauss_viewer.htm"><b>9</b></a> <a href="../gauss_viewer.htm"><b>10</b></a> <a href="../gauss_points_presentation.htm"><b>11</b></a> <a href="../files/vectors_presentation.htm"><b>12</b></a> <a href="../files/sweeping.htm"><b>13</b></a> <a href="../files/stream_lines_presentation.htm"><b>14</b></a> <a href="../files/scalar_map_presentation.htm"><b>15</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>16</b></a> <a href="../files/importing_med_objects.htm"><b>17</b></a> <a href="../segmentation.htm"><b>18</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>19</b></a> <a href="../scalar_bar.htm"><b>20</b></a> <a href="../plot_3d_presentation.htm"><b>21</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>timing</b></a> <br><nobr>title <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/about_tables.htm"><b>titles</b></a> <br><a name="bms_TO"></a><a name="subkey_TO"></a><a href="../files/about_structure_of_med_object.htm"><b>together</b></a> <br><a href="../picking.htm"><b>tolerance</b></a> <br><nobr>toolbar <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_field_presentations.htm"><b>5</b></a> <a href="../picking.htm"><b>6</b></a> <a href="../gauss_viewer.htm"><b>7</b></a> <a href="../gauss_points_presentation.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/stream_lines_presentation.htm"><b>10</b></a> <a href="../files/scalar_map_presentation.htm"><b>11</b></a> <a href="../files/running_visu.htm"><b>12</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>13</b></a> <a href="../vtk_3d_viewer.htm"><b>14</b></a> <a href="../segmentation.htm"><b>15</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>16</b></a> <a href="../plot_3d_presentation.htm"><b>17</b></a> <a href="../plot2d_viewer.htm"><b>18</b></a> </nobr><br><a href="../files/running_visu.htm"><b>toolbars</b></a> <br><nobr>top <a href="../picking.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../primitive_types.htm"><b>total</b></a> <br><a href="../picking.htm"><b>touch</b></a> <br><a href="../picking.htm"><b>touches</b></a> <br><nobr><a name="bms_TR"></a><a name="subkey_TR"></a>transformation <a href="../files/sweeping.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>transforming</b></a> <br><nobr>translate <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/scaling_presentations.htm"><b>3</b></a> </nobr><br><nobr>translation <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><nobr>transparency <a href="../picking.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>transparent <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>tree</b></a> <br><a href="../files/creating_curves.htm"><b>triangle</b></a> <br><nobr>triangles <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> </nobr><br><a href="../picking.htm"><b>triangular</b></a> <br><a href="../files/setting_properties_of_xy_plots.htm"><b>triggers</b></a> <br><a href="../vtk_3d_viewer.htm"><b>trihedron</b></a> <br><a href="../clipping.htm"><b>truncated</b></a> <br><a name="bms_TW"></a><a name="subkey_TW"></a><a href="../types_of_gauss_points_presentations.htm"><b>twice</b></a> <br><nobr>two <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_xy_plot.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../clipping.htm"><b>5</b></a> <a href="../animation_in_gauss_viewer.htm"><b>6</b></a> <a href="../picking.htm"><b>7</b></a> <a href="../gauss_viewer.htm"><b>8</b></a> <a href="../segmentation.htm"><b>9</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>10</b></a> <a href="../scalar_bar.htm"><b>11</b></a> <a href="../primitive_types.htm"><b>12</b></a> <a href="../plot_3d_presentation.htm"><b>13</b></a> </nobr><br><nobr><a name="bms_TX"></a><a name="subkey_TX"></a>txt <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_TY"></a><a name="subkey_TY"></a>type <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/creating_curves.htm"><b>5</b></a> <a href="../files/animating_presentations.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../gauss_points_presentation.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/sweeping.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>12</b></a> <a href="../files/scalar_map_presentation.htm"><b>13</b></a> <a href="../files/getting_elements_attributes.htm"><b>14</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>15</b></a> <a href="../plot_3d_presentation.htm"><b>16</b></a> <a href="../plot2d_viewer.htm"><b>17</b></a> </nobr><br><nobr>types <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../primitive_types.htm"><b>6</b></a> </nobr><br>\r
+<nobr><a name="bm_T"></a><a name="subkey_T{"></a>t <a href="../files/importing_med_objects.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr><a name="bms_TA"></a><a name="subkey_TA"></a>tab <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/about_tables.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>8</b></a> <a href="../files/importing_tables.htm"><b>9</b></a> <a href="../segmentation.htm"><b>10</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>11</b></a> <a href="../plot_3d_presentation.htm"><b>12</b></a> </nobr><br><nobr>table <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/about_tables.htm"><b>4</b></a> <a href="../files/about_structure_of_med_object.htm"><b>5</b></a> <a href="../creating_tables.htm"><b>6</b></a> <a href="../files/importing_tables.htm"><b>7</b></a> <a href="../files/getting_started.htm"><b>8</b></a> <a href="../files/getting_elements_attributes.htm"><b>9</b></a> <a href="../plot2d_viewer.htm"><b>10</b></a> </nobr><br><nobr>tables <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../files/about_tables.htm"><b>4</b></a> <a href="../creating_tables.htm"><b>5</b></a> <a href="../files/introduction.htm"><b>6</b></a> <a href="../files/importing_tables.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> </nobr><br><a href="../files/vectors_presentation.htm"><b>tail</b></a> <br><a href="../files/sweeping.htm"><b>take</b></a> <br><nobr>taken <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_curves.htm"><b>3</b></a> <a href="../scalar_bar.htm"><b>4</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>takes</b></a> <br><a name="bms_TE"></a><a name="subkey_TE"></a><a href="../primitive_types.htm"><b>technically</b></a> <br><nobr>tensor <a href="../scalar_bar.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>text <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> </nobr><br><a href="../primitive_types.htm"><b>texture</b></a> <br><a href="../primitive_types.htm"><b>textures</b></a> <br><nobr><a name="bms_TH"></a><a name="subkey_TH"></a>them <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/about_tables.htm"><b>3</b></a> <a href="../clipping.htm"><b>4</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>5</b></a> <a href="../gauss_viewer.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../vtk_3d_viewer.htm"><b>8</b></a> <a href="../primitive_types.htm"><b>9</b></a> <a href="../picking.htm"><b>10</b></a> </nobr><br><a href="../primitive_types.htm"><b>therefore</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>thick</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>thin</b></a> <br><nobr>thought <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><nobr>three <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/about_tables.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>6</b></a> <a href="../primitive_types.htm"><b>7</b></a> <a href="../plot_3d_presentation.htm"><b>8</b></a> </nobr><br><a href="../primitive_types.htm"><b>threshold</b></a> <br><a name="bms_TI"></a><a name="subkey_TI"></a><a href="../vtk_3d_viewer.htm"><b>tick</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>tilt</b></a> <br><nobr>time <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_field_presentations.htm"><b>5</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>6</b></a> <a href="../files/animating_presentations.htm"><b>7</b></a> <a href="../files/about_structure_of_med_object.htm"><b>8</b></a> <a href="../animation_in_gauss_viewer.htm"><b>9</b></a> <a href="../gauss_viewer.htm"><b>10</b></a> <a href="../gauss_points_presentation.htm"><b>11</b></a> <a href="../files/vectors_presentation.htm"><b>12</b></a> <a href="../files/sweeping.htm"><b>13</b></a> <a href="../files/stream_lines_presentation.htm"><b>14</b></a> <a href="../files/scalar_map_presentation.htm"><b>15</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>16</b></a> <a href="../files/importing_med_objects.htm"><b>17</b></a> <a href="../segmentation.htm"><b>18</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>19</b></a> <a href="../scalar_bar.htm"><b>20</b></a> <a href="../plot_3d_presentation.htm"><b>21</b></a> </nobr><br><a href="../files/animating_presentations.htm"><b>timing</b></a> <br><nobr>title <a href="../files/scalar_map_presentation.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/about_tables.htm"><b>titles</b></a> <br><a name="bms_TO"></a><a name="subkey_TO"></a><a href="../files/about_structure_of_med_object.htm"><b>together</b></a> <br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>toggle</b></a> <br><a href="../picking.htm"><b>tolerance</b></a> <br><nobr>toolbar <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_field_presentations.htm"><b>5</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>6</b></a> <a href="../gauss_viewer.htm"><b>7</b></a> <a href="../gauss_points_presentation.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/stream_lines_presentation.htm"><b>10</b></a> <a href="../files/scalar_map_presentation.htm"><b>11</b></a> <a href="../files/running_visu.htm"><b>12</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>13</b></a> <a href="../vtk_3d_viewer.htm"><b>14</b></a> <a href="../segmentation.htm"><b>15</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>16</b></a> <a href="../plot_3d_presentation.htm"><b>17</b></a> <a href="../plot2d_viewer.htm"><b>18</b></a> <a href="../picking.htm"><b>19</b></a> </nobr><br><a href="../files/running_visu.htm"><b>toolbars</b></a> <br><nobr>top <a href="../segmentation.htm"><b>1</b></a> <a href="../plot2d_viewer.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><a href="../primitive_types.htm"><b>total</b></a> <br><a href="../picking.htm"><b>touch</b></a> <br><a href="../picking.htm"><b>touches</b></a> <br><nobr><a name="bms_TR"></a><a name="subkey_TR"></a>transformation <a href="../files/sweeping.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>transforming</b></a> <br><nobr>translate <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/scaling_presentations.htm"><b>3</b></a> </nobr><br><nobr>translation <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><nobr>transparency <a href="../primitive_types.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>transparent <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>tree</b></a> <br><a href="../files/creating_curves.htm"><b>triangle</b></a> <br><nobr>triangles <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> </nobr><br><a href="../picking.htm"><b>triangular</b></a> <br><a href="../files/setting_properties_of_xy_plots.htm"><b>triggers</b></a> <br><a href="../vtk_3d_viewer.htm"><b>trihedron</b></a> <br><a href="../clipping.htm"><b>truncated</b></a> <br><a name="bms_TW"></a><a name="subkey_TW"></a><a href="../types_of_gauss_points_presentations.htm"><b>twice</b></a> <br><nobr>two <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_xy_plot.htm"><b>3</b></a> <a href="../files/creating_curves.htm"><b>4</b></a> <a href="../clipping.htm"><b>5</b></a> <a href="../animation_in_gauss_viewer.htm"><b>6</b></a> <a href="../gauss_viewer.htm"><b>7</b></a> <a href="../segmentation.htm"><b>8</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>9</b></a> <a href="../scalar_bar.htm"><b>10</b></a> <a href="../primitive_types.htm"><b>11</b></a> <a href="../plot_3d_presentation.htm"><b>12</b></a> <a href="../picking.htm"><b>13</b></a> </nobr><br><nobr><a name="bms_TX"></a><a name="subkey_TX"></a>txt <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_TY"></a><a name="subkey_TY"></a>type <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/creating_curves.htm"><b>5</b></a> <a href="../files/animating_presentations.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../gauss_points_presentation.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/sweeping.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>12</b></a> <a href="../files/scalar_map_presentation.htm"><b>13</b></a> <a href="../files/getting_elements_attributes.htm"><b>14</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>15</b></a> <a href="../plot_3d_presentation.htm"><b>16</b></a> <a href="../plot2d_viewer.htm"><b>17</b></a> </nobr><br><nobr>types <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>5</b></a> <a href="../primitive_types.htm"><b>6</b></a> </nobr><br>\r
<br><br>\r
-<a name="bm_U"></a><a name="subkey_UN"></a><a href="../files/importing_med_objects.htm"><b>unchecked</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>unique</b></a> <br><nobr>units <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/about_tables.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> </nobr><br><a href="../clipping.htm"><b>unwanted</b></a> <br><nobr><a name="bms_UP"></a><a name="subkey_UP"></a>up <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../creating_tables.htm"><b>12</b></a> <a href="../gauss_points_presentation.htm"><b>13</b></a> <a href="../files/vectors_presentation.htm"><b>14</b></a> <a href="../files/sweeping.htm"><b>15</b></a> <a href="../files/stream_lines_presentation.htm"><b>16</b></a> <a href="../files/scalar_map_presentation.htm"><b>17</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>18</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>19</b></a> <a href="../scalar_bar.htm"><b>20</b></a> <a href="../primitive_types.htm"><b>21</b></a> <a href="../plot_3d_presentation.htm"><b>22</b></a> </nobr><br><a href="../files/iso_surfaces_presentation.htm"><b>update</b></a> <br><nobr>updated <a href="../picking.htm"><b>1</b></a> <a href="../files/running_visu.htm"><b>2</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>3</b></a> <a href="../segmentation.htm"><b>4</b></a> </nobr><br><a href="../segmentation.htm"><b>upper</b></a> <br><a href="../files/creating_curves.htm"><b>upward</b></a> <br><a name="bms_US"></a><a name="subkey_US"></a><a href="../files/getting_started.htm"><b>usage</b></a> <br><nobr>used <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/animating_presentations.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../gauss_points_presentation.htm"><b>6</b></a> <a href="../files/stream_lines_presentation.htm"><b>7</b></a> <a href="../files/scalar_map_presentation.htm"><b>8</b></a> <a href="../vtk_3d_viewer.htm"><b>9</b></a> <a href="../segmentation.htm"><b>10</b></a> <a href="../scalar_bar.htm"><b>11</b></a> <a href="../primitive_types.htm"><b>12</b></a> </nobr><br><nobr>user <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> <a href="../files/sweeping.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../primitive_types.htm"><b>7</b></a> </nobr><br><nobr>using <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../files/getting_elements_attributes.htm"><b>8</b></a> <a href="../vtk_3d_viewer.htm"><b>9</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>10</b></a> <a href="../primitive_types.htm"><b>11</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>usually</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf9.htm" target="_self" title="previous search group"><b>>></b></a>\r
+<a name="bm_U"></a><a name="subkey_UN"></a><a href="../files/importing_med_objects.htm"><b>unchecked</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>unique</b></a> <br><nobr>units <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/about_tables.htm"><b>2</b></a> <a href="../files/stream_lines_presentation.htm"><b>3</b></a> </nobr><br><a href="../clipping.htm"><b>unwanted</b></a> <br><nobr><a name="bms_UP"></a><a name="subkey_UP"></a>up <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../creating_tables.htm"><b>12</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>13</b></a> <a href="../gauss_points_presentation.htm"><b>14</b></a> <a href="../files/vectors_presentation.htm"><b>15</b></a> <a href="../files/sweeping.htm"><b>16</b></a> <a href="../files/stream_lines_presentation.htm"><b>17</b></a> <a href="../files/scalar_map_presentation.htm"><b>18</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>19</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>20</b></a> <a href="../scalar_bar.htm"><b>21</b></a> <a href="../primitive_types.htm"><b>22</b></a> <a href="../plot_3d_presentation.htm"><b>23</b></a> </nobr><br><a href="../files/iso_surfaces_presentation.htm"><b>update</b></a> <br><nobr>updated <a href="../files/running_visu.htm"><b>1</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><a href="../segmentation.htm"><b>upper</b></a> <br><a href="../files/creating_curves.htm"><b>upward</b></a> <br><br><br></p><p class="ftsbody" align="center"><a href="whlstf9.htm" target="_self" title="previous search group"><b>>></b></a>\r
\r
</body>\r
\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
<p class="ftsbody" align="center"><a href="whlstf8.htm" target="_self" title="previous search group"><b><<</b></a><br><br></p>\r
<p class="ftsbody" >\r
-\r
-\r
-<nobr><a name="bm_V"></a><a name="subkey_V{"></a>v <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a name="bms_VA"></a><a name="subkey_VA"></a><a href="../files/animating_presentations.htm"><b>validate</b></a> <br><nobr>value <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../animation_in_gauss_viewer.htm"><b>4</b></a> <a href="../picking.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>8</b></a> <a href="../files/importing_med_objects.htm"><b>9</b></a> <a href="../files/getting_elements_attributes.htm"><b>10</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>11</b></a> <a href="../scalar_bar.htm"><b>12</b></a> <a href="../primitive_types.htm"><b>13</b></a> <a href="../plot_3d_presentation.htm"><b>14</b></a> </nobr><br><nobr>values <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/creating_curves.htm"><b>5</b></a> <a href="../files/about_tables.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../creating_tables.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/sweeping.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scalar_map_presentation.htm"><b>12</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>13</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>14</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>15</b></a> <a href="../scalar_bar.htm"><b>16</b></a> <a href="../plot_3d_presentation.htm"><b>17</b></a> </nobr><br><a href="../scalar_bar.htm"><b>variable</b></a> <br><a href="../segmentation.htm"><b>variables</b></a> <br><a href="../files/introduction.htm"><b>various</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>vary</b></a> <br><a name="bms_VE"></a><a name="subkey_VE"></a><a href="../animation_in_gauss_viewer.htm"><b>ve</b></a> <br><nobr>vector <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/creating_field_presentations.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../files/vectors_presentation.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../files/getting_elements_attributes.htm"><b>8</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>9</b></a> <a href="../scalar_bar.htm"><b>10</b></a> <a href="../primitive_types.htm"><b>11</b></a> <a href="../plot_3d_presentation.htm"><b>12</b></a> </nobr><br><nobr>vectors <a href="../files/vectors_presentation.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>verbal</b></a> <br><a href="../primitive_types.htm"><b>vertex</b></a> <br><nobr>vertical <a href="../clipping.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>very <a href="../picking.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_VI"></a><a name="subkey_VI"></a>via <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>video</b></a> <br><nobr>view <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../clipping.htm"><b>5</b></a> <a href="../picking.htm"><b>6</b></a> <a href="../gauss_viewer.htm"><b>7</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>8</b></a> <a href="../files/getting_started.htm"><b>9</b></a> <a href="../files/getting_elements_attributes.htm"><b>10</b></a> <a href="../vtk_3d_viewer.htm"><b>11</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>12</b></a> <a href="../segmentation.htm"><b>13</b></a> <a href="../primitive_types.htm"><b>14</b></a> <a href="../plot2d_viewer.htm"><b>15</b></a> </nobr><br><nobr>viewer <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_xy_plot.htm"><b>5</b></a> <a href="../files/creating_presentations.htm"><b>6</b></a> <a href="../files/creating_curves.htm"><b>7</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>8</b></a> <a href="../files/about_tables.htm"><b>9</b></a> <a href="../creating_tables.htm"><b>10</b></a> <a href="../clipping.htm"><b>11</b></a> <a href="../animation_in_gauss_viewer.htm"><b>12</b></a> <a href="../picking.htm"><b>13</b></a> <a href="../gauss_viewer.htm"><b>14</b></a> <a href="../files/vectors_presentation.htm"><b>15</b></a> <a href="../files/sweeping.htm"><b>16</b></a> <a href="../files/stream_lines_presentation.htm"><b>17</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>18</b></a> <a href="../files/scaling_presentations.htm"><b>19</b></a> <a href="../files/scalar_map_presentation.htm"><b>20</b></a> <a href="../files/running_visu.htm"><b>21</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>22</b></a> <a href="../files/getting_elements_attributes.htm"><b>23</b></a> <a href="../vtk_3d_viewer.htm"><b>24</b></a> <a href="../segmentation.htm"><b>25</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>26</b></a> <a href="../primitive_types.htm"><b>27</b></a> <a href="../plot_3d_presentation.htm"><b>28</b></a> <a href="../plot2d_viewer.htm"><b>29</b></a> </nobr><br><nobr>viewing <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>views <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> </nobr><br><nobr>visible <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../gauss_points_presentation.htm"><b>visualisation</b></a> <br><a href="../primitive_types.htm"><b>visualised</b></a> <br><nobr>visualization <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../gauss_points_presentation.htm"><b>6</b></a> <a href="../files/vectors_presentation.htm"><b>7</b></a> <a href="../files/stream_lines_presentation.htm"><b>8</b></a> <a href="../files/scalar_map_presentation.htm"><b>9</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>10</b></a> <a href="../files/introduction.htm"><b>11</b></a> <a href="../vtk_3d_viewer.htm"><b>12</b></a> <a href="../segmentation.htm"><b>13</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>14</b></a> <a href="../plot_3d_presentation.htm"><b>15</b></a> </nobr><br><nobr>visualize <a href="../picking.htm"><b>1</b></a> <a href="../files/vectors_presentation.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><nobr>visualized <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/vectors_presentation.htm"><b>visualizes</b></a> <br><nobr><a name="bms_VT"></a><a name="subkey_VT"></a>vtk <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/running_visu.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> </nobr><br>\r
+<a name="bms_US"></a><a name="subkey_US"></a><a href="../files/getting_started.htm"><b>usage</b></a> <br><nobr>used <a href="../files/cut_lines_presentation.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/animating_presentations.htm"><b>3</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>4</b></a> <a href="../gauss_viewer.htm"><b>5</b></a> <a href="../gauss_points_presentation.htm"><b>6</b></a> <a href="../files/stream_lines_presentation.htm"><b>7</b></a> <a href="../files/scalar_map_presentation.htm"><b>8</b></a> <a href="../vtk_3d_viewer.htm"><b>9</b></a> <a href="../segmentation.htm"><b>10</b></a> <a href="../scalar_bar.htm"><b>11</b></a> <a href="../primitive_types.htm"><b>12</b></a> <a href="../picking.htm"><b>13</b></a> </nobr><br><nobr>user <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../animation_in_gauss_viewer.htm"><b>2</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>3</b></a> <a href="../files/sweeping.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../primitive_types.htm"><b>7</b></a> <a href="../picking.htm"><b>8</b></a> </nobr><br><nobr>using <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/creating_curves.htm"><b>2</b></a> <a href="../clipping.htm"><b>3</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>4</b></a> <a href="../files/vectors_presentation.htm"><b>5</b></a> <a href="../files/stream_lines_presentation.htm"><b>6</b></a> <a href="../files/scalar_map_presentation.htm"><b>7</b></a> <a href="../files/getting_elements_attributes.htm"><b>8</b></a> <a href="../vtk_3d_viewer.htm"><b>9</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>10</b></a> <a href="../primitive_types.htm"><b>11</b></a> <a href="../picking.htm"><b>12</b></a> </nobr><br><a href="../files/stream_lines_presentation.htm"><b>usually</b></a> <br>\r
+<br><br>\r
+<nobr><a name="bm_V"></a><a name="subkey_V{"></a>v <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> </nobr><br><a name="bms_VA"></a><a name="subkey_VA"></a><a href="../files/animating_presentations.htm"><b>validate</b></a> <br><nobr>value <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../animation_in_gauss_viewer.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../files/importing_med_objects.htm"><b>8</b></a> <a href="../files/getting_elements_attributes.htm"><b>9</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>10</b></a> <a href="../scalar_bar.htm"><b>11</b></a> <a href="../primitive_types.htm"><b>12</b></a> <a href="../plot_3d_presentation.htm"><b>13</b></a> <a href="../picking.htm"><b>14</b></a> </nobr><br><nobr>values <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/creating_curves.htm"><b>5</b></a> <a href="../files/about_tables.htm"><b>6</b></a> <a href="../files/about_structure_of_med_object.htm"><b>7</b></a> <a href="../creating_tables.htm"><b>8</b></a> <a href="../files/vectors_presentation.htm"><b>9</b></a> <a href="../files/sweeping.htm"><b>10</b></a> <a href="../files/stream_lines_presentation.htm"><b>11</b></a> <a href="../files/scalar_map_presentation.htm"><b>12</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>13</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>14</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>15</b></a> <a href="../scalar_bar.htm"><b>16</b></a> <a href="../plot_3d_presentation.htm"><b>17</b></a> </nobr><br><a href="../scalar_bar.htm"><b>variable</b></a> <br><a href="../segmentation.htm"><b>variables</b></a> <br><a href="../files/introduction.htm"><b>various</b></a> <br><a href="../types_of_gauss_points_presentations.htm"><b>vary</b></a> <br><a name="bms_VE"></a><a name="subkey_VE"></a><a href="../animation_in_gauss_viewer.htm"><b>ve</b></a> <br><nobr>vector <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/creating_field_presentations.htm"><b>2</b></a> <a href="../files/about_structure_of_med_object.htm"><b>3</b></a> <a href="../files/vectors_presentation.htm"><b>4</b></a> <a href="../files/stream_lines_presentation.htm"><b>5</b></a> <a href="../files/scalar_map_presentation.htm"><b>6</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>7</b></a> <a href="../files/getting_elements_attributes.htm"><b>8</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>9</b></a> <a href="../scalar_bar.htm"><b>10</b></a> <a href="../primitive_types.htm"><b>11</b></a> <a href="../plot_3d_presentation.htm"><b>12</b></a> </nobr><br><nobr>vectors <a href="../files/vectors_presentation.htm"><b>1</b></a> <a href="../files/stream_lines_presentation.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> </nobr><br><a href="../plot2d_viewer.htm"><b>verbal</b></a> <br><a href="../primitive_types.htm"><b>vertex</b></a> <br><nobr>vertical <a href="../clipping.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> <a href="../plot2d_viewer.htm"><b>4</b></a> </nobr><br><nobr>very <a href="../files/stream_lines_presentation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_VI"></a><a name="subkey_VI"></a>via <a href="../gauss_viewer.htm"><b>1</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> </nobr><br><a href="../animation_in_gauss_viewer.htm"><b>video</b></a> <br><nobr>view <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>3</b></a> <a href="../files/about_structure_of_med_object.htm"><b>4</b></a> <a href="../clipping.htm"><b>5</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>6</b></a> <a href="../gauss_viewer.htm"><b>7</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>8</b></a> <a href="../files/getting_started.htm"><b>9</b></a> <a href="../files/getting_elements_attributes.htm"><b>10</b></a> <a href="../vtk_3d_viewer.htm"><b>11</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>12</b></a> <a href="../segmentation.htm"><b>13</b></a> <a href="../primitive_types.htm"><b>14</b></a> <a href="../plot2d_viewer.htm"><b>15</b></a> <a href="../picking.htm"><b>16</b></a> </nobr><br><nobr>viewer <a href="../files/displaying_hiding_presentations.htm"><b>1</b></a> <a href="../files/deformed_shape_presentation.htm"><b>2</b></a> <a href="../files/cut_lines_resentation.htm"><b>3</b></a> <a href="../files/cut_lines_presentation.htm"><b>4</b></a> <a href="../files/creating_xy_plot.htm"><b>5</b></a> <a href="../files/creating_presentations.htm"><b>6</b></a> <a href="../files/creating_curves.htm"><b>7</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>8</b></a> <a href="../files/about_tables.htm"><b>9</b></a> <a href="../creating_tables.htm"><b>10</b></a> <a href="../clipping.htm"><b>11</b></a> <a href="../animation_in_gauss_viewer.htm"><b>12</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>13</b></a> <a href="../gauss_viewer.htm"><b>14</b></a> <a href="../files/vectors_presentation.htm"><b>15</b></a> <a href="../files/sweeping.htm"><b>16</b></a> <a href="../files/stream_lines_presentation.htm"><b>17</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>18</b></a> <a href="../files/scaling_presentations.htm"><b>19</b></a> <a href="../files/scalar_map_presentation.htm"><b>20</b></a> <a href="../files/running_visu.htm"><b>21</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>22</b></a> <a href="../files/getting_elements_attributes.htm"><b>23</b></a> <a href="../vtk_3d_viewer.htm"><b>24</b></a> <a href="../segmentation.htm"><b>25</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>26</b></a> <a href="../primitive_types.htm"><b>27</b></a> <a href="../plot_3d_presentation.htm"><b>28</b></a> <a href="../plot2d_viewer.htm"><b>29</b></a> <a href="../picking.htm"><b>30</b></a> </nobr><br><a href="../navigation_with_keyboard_and_spacemouse.htm"><b>viewers</b></a> <br><nobr>viewing <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> </nobr><br><nobr>views <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> </nobr><br><nobr>visible <a href="../vtk_3d_viewer.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><a href="../gauss_points_presentation.htm"><b>visualisation</b></a> <br><a href="../primitive_types.htm"><b>visualised</b></a> <br><nobr>visualization <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_resentation.htm"><b>2</b></a> <a href="../files/cut_lines_presentation.htm"><b>3</b></a> <a href="../files/creating_field_presentations.htm"><b>4</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>5</b></a> <a href="../gauss_points_presentation.htm"><b>6</b></a> <a href="../files/vectors_presentation.htm"><b>7</b></a> <a href="../files/stream_lines_presentation.htm"><b>8</b></a> <a href="../files/scalar_map_presentation.htm"><b>9</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>10</b></a> <a href="../files/introduction.htm"><b>11</b></a> <a href="../vtk_3d_viewer.htm"><b>12</b></a> <a href="../segmentation.htm"><b>13</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>14</b></a> <a href="../plot_3d_presentation.htm"><b>15</b></a> </nobr><br><nobr>visualize <a href="../files/vectors_presentation.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><nobr>visualized <a href="../files/deformed_shape_presentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> </nobr><br><a href="../files/vectors_presentation.htm"><b>visualizes</b></a> <br><nobr><a name="bms_VT"></a><a name="subkey_VT"></a>vtk <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../files/running_visu.htm"><b>3</b></a> <a href="../vtk_3d_viewer.htm"><b>4</b></a> <a href="../primitive_types.htm"><b>5</b></a> </nobr><br>\r
<br><br>\r
-<nobr><a name="bm_W"></a><a name="subkey_WA"></a>way <a href="../clipping.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../segmentation.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_WE"></a><a name="subkey_WE"></a>well <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br><a name="bms_WH"></a><a name="subkey_WH"></a><a href="../files/importing_med_objects.htm"><b>what</b></a> <br><a href="../primitive_types.htm"><b>whatever</b></a> <br><a href="../files/animating_presentations.htm"><b>wheel</b></a> <br><a href="../plot_3d_presentation.htm"><b>while</b></a> <br><nobr>whole <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>why</b></a> <br><nobr><a name="bms_WI"></a><a name="subkey_WI"></a>width <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/vectors_presentation.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../scalar_bar.htm"><b>5</b></a> </nobr><br><nobr>will <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../files/about_structure_of_med_object.htm"><b>12</b></a> <a href="../creating_tables.htm"><b>13</b></a> <a href="../clipping.htm"><b>14</b></a> <a href="../animation_in_gauss_viewer.htm"><b>15</b></a> <a href="../picking.htm"><b>16</b></a> <a href="../files/vectors_presentation.htm"><b>17</b></a> <a href="../files/sweeping.htm"><b>18</b></a> <a href="../files/stream_lines_presentation.htm"><b>19</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>20</b></a> <a href="../files/scaling_presentations.htm"><b>21</b></a> <a href="../files/scalar_map_presentation.htm"><b>22</b></a> <a href="../files/running_visu.htm"><b>23</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>24</b></a> <a href="../files/importing_tables.htm"><b>25</b></a> <a href="../files/importing_med_objects.htm"><b>26</b></a> <a href="../files/getting_elements_attributes.htm"><b>27</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>28</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>29</b></a> <a href="../scalar_bar.htm"><b>30</b></a> <a href="../primitive_types.htm"><b>31</b></a> <a href="../plot_3d_presentation.htm"><b>32</b></a> <a href="../plot2d_viewer.htm"><b>33</b></a> </nobr><br><nobr>window <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> <a href="../files/running_visu.htm"><b>5</b></a> <a href="../segmentation.htm"><b>6</b></a> </nobr><br><nobr>windows <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>wireframe</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>wires</b></a> <br><nobr>wish <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr>within <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../picking.htm"><b>2</b></a> <a href="../scalar_bar.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> </nobr><br><nobr>without <a href="../files/about_tables.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_WO"></a><a name="subkey_WO"></a>would <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a name="bms_WR"></a><a name="subkey_WR"></a><a href="../scalar_bar.htm"><b>written</b></a> <br>\r
+<nobr><a name="bm_W"></a><a name="subkey_WA"></a>way <a href="../clipping.htm"><b>1</b></a> <a href="../segmentation.htm"><b>2</b></a> <a href="../picking.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_WE"></a><a name="subkey_WE"></a>well <a href="../files/creating_field_presentations.htm"><b>1</b></a> <a href="../files/scalar_map_presentation.htm"><b>2</b></a> </nobr><br><a name="bms_WH"></a><a name="subkey_WH"></a><a href="../files/importing_med_objects.htm"><b>what</b></a> <br><a href="../primitive_types.htm"><b>whatever</b></a> <br><a href="../files/animating_presentations.htm"><b>wheel</b></a> <br><a href="../plot_3d_presentation.htm"><b>while</b></a> <br><nobr>whole <a href="../files/about_structure_of_med_object.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a href="../files/about_structure_of_med_object.htm"><b>why</b></a> <br><nobr><a name="bms_WI"></a><a name="subkey_WI"></a>width <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>2</b></a> <a href="../files/vectors_presentation.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../scalar_bar.htm"><b>5</b></a> </nobr><br><nobr>will <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_presentations.htm"><b>7</b></a> <a href="../files/creating_field_presentations.htm"><b>8</b></a> <a href="../files/creating_curves.htm"><b>9</b></a> <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>10</b></a> <a href="../files/animating_presentations.htm"><b>11</b></a> <a href="../files/about_structure_of_med_object.htm"><b>12</b></a> <a href="../creating_tables.htm"><b>13</b></a> <a href="../clipping.htm"><b>14</b></a> <a href="../animation_in_gauss_viewer.htm"><b>15</b></a> <a href="../files/vectors_presentation.htm"><b>16</b></a> <a href="../files/sweeping.htm"><b>17</b></a> <a href="../files/stream_lines_presentation.htm"><b>18</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>19</b></a> <a href="../files/scaling_presentations.htm"><b>20</b></a> <a href="../files/scalar_map_presentation.htm"><b>21</b></a> <a href="../files/running_visu.htm"><b>22</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>23</b></a> <a href="../files/importing_tables.htm"><b>24</b></a> <a href="../files/importing_med_objects.htm"><b>25</b></a> <a href="../files/getting_elements_attributes.htm"><b>26</b></a> <a href="../types_of_gauss_points_presentations.htm"><b>27</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>28</b></a> <a href="../scalar_bar.htm"><b>29</b></a> <a href="../primitive_types.htm"><b>30</b></a> <a href="../plot_3d_presentation.htm"><b>31</b></a> <a href="../plot2d_viewer.htm"><b>32</b></a> <a href="../picking.htm"><b>33</b></a> </nobr><br><nobr>window <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/creating_xy_plot.htm"><b>2</b></a> <a href="../animation_in_gauss_viewer.htm"><b>3</b></a> <a href="../files/running_visu.htm"><b>4</b></a> <a href="../segmentation.htm"><b>5</b></a> <a href="../picking.htm"><b>6</b></a> </nobr><br><nobr>windows <a href="../files/creating_xy_plot.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> </nobr><br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>wireframe</b></a> <br><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>wires</b></a> <br><nobr>wish <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../vtk_3d_viewer.htm"><b>2</b></a> <a href="../plot2d_viewer.htm"><b>3</b></a> </nobr><br><nobr>within <a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><b>1</b></a> <a href="../scalar_bar.htm"><b>2</b></a> <a href="../primitive_types.htm"><b>3</b></a> <a href="../picking.htm"><b>4</b></a> </nobr><br><nobr>without <a href="../files/about_tables.htm"><b>1</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>2</b></a> <a href="../gauss_viewer.htm"><b>3</b></a> </nobr><br><nobr><a name="bms_WO"></a><a name="subkey_WO"></a>would <a href="../animation_in_gauss_viewer.htm"><b>1</b></a> <a href="../primitive_types.htm"><b>2</b></a> </nobr><br><a name="bms_WR"></a><a name="subkey_WR"></a><a href="../scalar_bar.htm"><b>written</b></a> <br>\r
<br><br>\r
-<nobr><a name="bm_X"></a><a name="subkey_X{"></a>x <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../files/scaling_presentations.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../scalar_bar.htm"><b>5</b></a> <a href="../primitive_types.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><nobr><a name="bms_XL"></a><a name="subkey_XL"></a>xls <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_XY"></a><a name="subkey_XY"></a>xy <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_xy_plot.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> <a href="../files/introduction.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br>\r
+<nobr><a name="bm_X"></a><a name="subkey_X{"></a>x <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>3</b></a> <a href="../files/scaling_presentations.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../primitive_types.htm"><b>7</b></a> <a href="../plot2d_viewer.htm"><b>8</b></a> </nobr><br><nobr><a name="bms_XL"></a><a name="subkey_XL"></a>xls <a href="../files/about_tables.htm"><b>1</b></a> <a href="../files/importing_tables.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_XY"></a><a name="subkey_XY"></a>xy <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../files/creating_xy_plot.htm"><b>3</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>4</b></a> <a href="../files/introduction.htm"><b>5</b></a> <a href="../plot_3d_presentation.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br>\r
<br><br>\r
-<nobr><a name="bm_Y"></a><a name="subkey_Y{"></a>y <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../files/scaling_presentations.htm"><b>3</b></a> <a href="../files/scalar_map_presentation.htm"><b>4</b></a> <a href="../scalar_bar.htm"><b>5</b></a> <a href="../plot2d_viewer.htm"><b>6</b></a> </nobr><br><nobr><a name="bms_YO"></a><a name="subkey_YO"></a>your <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_curves.htm"><b>7</b></a> <a href="../files/animating_presentations.htm"><b>8</b></a> <a href="../creating_tables.htm"><b>9</b></a> <a href="../clipping.htm"><b>10</b></a> <a href="../animation_in_gauss_viewer.htm"><b>11</b></a> <a href="../gauss_points_presentation.htm"><b>12</b></a> <a href="../files/vectors_presentation.htm"><b>13</b></a> <a href="../files/stream_lines_presentation.htm"><b>14</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>15</b></a> <a href="../files/scaling_presentations.htm"><b>16</b></a> <a href="../files/scalar_map_presentation.htm"><b>17</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>18</b></a> <a href="../files/importing_tables.htm"><b>19</b></a> <a href="../files/importing_med_objects.htm"><b>20</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>21</b></a> <a href="../plot_3d_presentation.htm"><b>22</b></a> <a href="../plot2d_viewer.htm"><b>23</b></a> </nobr><br><nobr><a name="bms_YZ"></a><a name="subkey_YZ"></a>yz <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br>\r
+<nobr><a name="bm_Y"></a><a name="subkey_Y{"></a>y <a href="../files/creating_curves.htm"><b>1</b></a> <a href="../clipping.htm"><b>2</b></a> <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>3</b></a> <a href="../files/scaling_presentations.htm"><b>4</b></a> <a href="../files/scalar_map_presentation.htm"><b>5</b></a> <a href="../scalar_bar.htm"><b>6</b></a> <a href="../plot2d_viewer.htm"><b>7</b></a> </nobr><br><nobr><a name="bms_YO"></a><a name="subkey_YO"></a>your <a href="../files/displaying_tables.htm"><b>1</b></a> <a href="../files/displaying_hiding_presentations.htm"><b>2</b></a> <a href="../files/deformed_shape_presentation.htm"><b>3</b></a> <a href="../files/cut_lines_resentation.htm"><b>4</b></a> <a href="../files/cut_lines_presentation.htm"><b>5</b></a> <a href="../files/creating_xy_plot.htm"><b>6</b></a> <a href="../files/creating_curves.htm"><b>7</b></a> <a href="../files/animating_presentations.htm"><b>8</b></a> <a href="../creating_tables.htm"><b>9</b></a> <a href="../clipping.htm"><b>10</b></a> <a href="../animation_in_gauss_viewer.htm"><b>11</b></a> <a href="../gauss_points_presentation.htm"><b>12</b></a> <a href="../files/vectors_presentation.htm"><b>13</b></a> <a href="../files/stream_lines_presentation.htm"><b>14</b></a> <a href="../files/setting_properties_of_xy_plots.htm"><b>15</b></a> <a href="../files/scaling_presentations.htm"><b>16</b></a> <a href="../files/scalar_map_presentation.htm"><b>17</b></a> <a href="../files/iso_surfaces_presentation.htm"><b>18</b></a> <a href="../files/importing_tables.htm"><b>19</b></a> <a href="../files/importing_med_objects.htm"><b>20</b></a> <a href="../scalar_map_on_deformed_shape_presentation.htm"><b>21</b></a> <a href="../plot_3d_presentation.htm"><b>22</b></a> <a href="../plot2d_viewer.htm"><b>23</b></a> </nobr><br><nobr><a name="bms_YZ"></a><a name="subkey_YZ"></a>yz <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br>\r
<br><br>\r
-<nobr><a name="bm_Z"></a><a name="subkey_Z{"></a>z <a href="../clipping.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_ZO"></a><a name="subkey_ZO"></a>zoom <a href="../picking.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> </nobr><br><a href="../picking.htm"><b>zoomed</b></a> <br><nobr><a name="bms_ZX"></a><a name="subkey_ZX"></a>zx <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><br><br></p>\r
+<nobr><a name="bm_Z"></a><a name="subkey_Z{"></a>z <a href="../clipping.htm"><b>1</b></a> <a href="../files/scaling_presentations.htm"><b>2</b></a> </nobr><br><nobr><a name="bms_ZO"></a><a name="subkey_ZO"></a>zoom <a href="../navigation_with_keyboard_and_spacemouse.htm"><b>1</b></a> <a href="../gauss_viewer.htm"><b>2</b></a> <a href="../vtk_3d_viewer.htm"><b>3</b></a> <a href="../primitive_types.htm"><b>4</b></a> <a href="../plot2d_viewer.htm"><b>5</b></a> <a href="../picking.htm"><b>6</b></a> </nobr><br><a href="../picking.htm"><b>zoomed</b></a> <br><nobr><a name="bms_ZX"></a><a name="subkey_ZX"></a>zx <a href="../files/cut_lines_resentation.htm"><b>1</b></a> <a href="../files/cut_lines_presentation.htm"><b>2</b></a> <a href="../plot_3d_presentation.htm"><b>3</b></a> </nobr><br><br><br></p>\r
</body>\r
\r
</html>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
\r
-<p class="ftsheader"><a name="subkey_P"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf5.htm#bm_P" target="ftslist" title="search letter PA"><b>PA</b></a> <a href="whlstf5.htm#bms_PE" target="ftslist" title="search letter PE"><b>PE</b></a> <a href="whlstf5.htm#bms_PH" target="ftslist" title="search letter PH"><b>PH</b></a> <a href="whlstf5.htm#bms_PI" target="ftslist" title="search letter PI"><b>PI</b></a> <a href="whlstf5.htm#bms_PL" target="ftslist" title="search letter PL"><b>PL</b></a> <a href="whlstf6.htm#bms_PN" target="ftslist" title="search letter PN"><b>PN</b></a> <a href="whlstf6.htm#bms_PO" target="ftslist" title="search letter PO"><b>PO</b></a> <a href="whlstf6.htm#bms_PR" target="ftslist" title="search letter PR"><b>PR</b></a> <a href="whlstf6.htm#bms_PS" target="ftslist" title="search letter PS"><b>PS</b></a> <a href="whlstf6.htm#bms_PU" target="ftslist" title="search letter PU"><b>PU</b></a> <a href="whlstf6.htm#bms_PY" target="ftslist" title="search letter PY"><b>PY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
+<p class="ftsheader"><a name="subkey_P"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf5.htm#bm_P" target="ftslist" title="search letter PA"><b>PA</b></a> <a href="whlstf5.htm#bms_PE" target="ftslist" title="search letter PE"><b>PE</b></a> <a href="whlstf6.htm#bms_PH" target="ftslist" title="search letter PH"><b>PH</b></a> <a href="whlstf6.htm#bms_PI" target="ftslist" title="search letter PI"><b>PI</b></a> <a href="whlstf6.htm#bms_PL" target="ftslist" title="search letter PL"><b>PL</b></a> <a href="whlstf6.htm#bms_PN" target="ftslist" title="search letter PN"><b>PN</b></a> <a href="whlstf6.htm#bms_PO" target="ftslist" title="search letter PO"><b>PO</b></a> <a href="whlstf6.htm#bms_PR" target="ftslist" title="search letter PR"><b>PR</b></a> <a href="whlstf6.htm#bms_PS" target="ftslist" title="search letter PS"><b>PS</b></a> <a href="whlstf6.htm#bms_PU" target="ftslist" title="search letter PU"><b>PU</b></a> <a href="whlstf6.htm#bms_PY" target="ftslist" title="search letter PY"><b>PY</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
\r
</body>\r
\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
<body marginheight="0" marginwidth="0" bgproperties="fixed">\r
\r
-<p class="ftsheader"><a name="subkey_U"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf8.htm#bm_U" target="ftslist" title="search letter UN"><b>UN</b></a> <a href="whlstf8.htm#bms_UP" target="ftslist" title="search letter UP"><b>UP</b></a> <a href="whlstf8.htm#bms_US" target="ftslist" title="search letter US"><b>US</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
+<p class="ftsheader"><a name="subkey_U"></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a> <a href="whlstf8.htm#bm_U" target="ftslist" title="search letter UN"><b>UN</b></a> <a href="whlstf8.htm#bms_UP" target="ftslist" title="search letter UP"><b>UP</b></a> <a href="whlstf9.htm#bms_US" target="ftslist" title="search letter US"><b>US</b></a> <a href="whnvl32.htm#home" target="_self" title="back to top level"><b>^</b></a></p>\r
\r
</body>\r
\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.glsheader {margin-left:10pt; margin-top:0pt;}\r
.glsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.glsheader {background-color:White; } \r
+.glsheader {margin-top:0pt; } .glsheader {margin-bottom:0pt; } .glsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; }A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.glsbody {margin-top:0pt; } .glsbody {margin-bottom:0pt; } .glsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; }A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
.ndxheader {margin-left:10pt; margin-top:0pt;}\r
.ndxbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ndxheader {margin-top:0pt; } .ndxheader {margin-bottom:0pt; } .ndxheader {margin-left:9pt; } \r
+\r
+.ndxbody {margin-top:0pt; } .ndxbody {margin-bottom:0pt; } .ndxbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
.pn {}\r
.pr {}\r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
img {vertial-align:middle;}\r
-->\r
</style>\r
<table border=0>\r
<tr><td>\r
<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
+<nobr><a name="1"></a><a href="whlstt1.htm#1" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
</p>\r
\r
</td></tr>\r
.pn {}\r
.pr {}\r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
img {vertial-align:middle;}\r
-->\r
</style>\r
<table border=0>\r
<tr><td>\r
<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
- <nobr><a href="../files/introduction.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/running_visu.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/importing_med_objects.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
- <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> About the structure of MED objects</a></nobr><br>\r
- <nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
- <nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
- <nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
+<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
+ <nobr><a href="../files/introduction.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/running_visu.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/importing_med_objects.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
+ <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Structure of MED objects</a></nobr><br>\r
+ <nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
+ <nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
+ <nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
</p>\r
\r
</td></tr>\r
.pn {}\r
.pr {}\r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
img {vertial-align:middle;}\r
-->\r
</style>\r
<table border=0>\r
<tr><td>\r
<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
- <nobr><a href="../files/introduction.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/running_visu.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/importing_med_objects.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
- <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> About the structure of MED objects</a></nobr><br>\r
- <nobr><a name="2"></a><a href="whlstt1.htm#2" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
- <nobr><a href="../files/creating_presentations.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Presentation of a submesh</a></nobr><br>\r
- <nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Field presentations</a></nobr><br>\r
- <nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Viewing 3D presentations</a></nobr><br>\r
- <nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
- <nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
+<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
+ <nobr><a href="../files/introduction.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/running_visu.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/importing_med_objects.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
+ <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Structure of MED objects</a></nobr><br>\r
+ <nobr><a name="2"></a><a href="whlstt1.htm#2" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
+ <nobr><a href="../files/creating_presentations.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Presentation of a submesh</a></nobr><br>\r
+ <nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Field presentations</a></nobr><br>\r
+ <nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Viewing 3D presentations</a></nobr><br>\r
+ <nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
+ <nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
</p>\r
\r
</td></tr>\r
.pn {}\r
.pr {}\r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
img {vertial-align:middle;}\r
-->\r
</style>\r
<table border=0>\r
<tr><td>\r
<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
- <nobr><a href="../files/introduction.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/running_visu.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/importing_med_objects.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
- <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> About the structure of MED objects</a></nobr><br>\r
- <nobr><a name="2"></a><a href="whlstt1.htm#2" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
- <nobr><a href="../files/creating_presentations.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Presentation of a submesh</a></nobr><br>\r
- <nobr><a name="3"></a><a href="whlstt2.htm#3" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Field presentations</a></nobr><br>\r
- <nobr><a href="../files/creating_field_presentations.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Creating field presentations</a></nobr><br>\r
- <nobr><a href="../files/scalar_map_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Scalar Map presentation</a></nobr><br>\r
- <nobr><a href="../files/iso_surfaces_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Iso Surfaces presentation</a></nobr><br>\r
- <nobr><a href="../files/cut_lines_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Cut Lines presentation</a></nobr><br>\r
- <nobr><a href="../files/cut_lines_resentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Cut Planes presentation</a></nobr><br>\r
- <nobr><a href="../files/deformed_shape_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Deformed Shape presentation</a></nobr><br>\r
- <nobr><a href="../files/vectors_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Vectors Presentation</a></nobr><br>\r
- <nobr><a href="../files/stream_lines_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Stream Lines presentation</a></nobr><br>\r
- <nobr><a href="../scalar_map_on_deformed_shape_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Scalar Map on Deformed Shape presentation</a></nobr><br>\r
- <nobr><a href="../plot_3d_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Plot 3D presentation</a></nobr><br>\r
- <nobr><a href="../files/animating_presentations.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Animating presentations</a></nobr><br>\r
- <nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Gauss Points Presentations</a></nobr><br>\r
- <nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Viewing 3D presentations</a></nobr><br>\r
- <nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
- <nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
+<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
+ <nobr><a href="../files/introduction.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/running_visu.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/importing_med_objects.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
+ <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Structure of MED objects</a></nobr><br>\r
+ <nobr><a name="2"></a><a href="whlstt1.htm#2" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
+ <nobr><a href="../files/creating_presentations.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Presentation of a submesh</a></nobr><br>\r
+ <nobr><a name="3"></a><a href="whlstt2.htm#3" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> Field presentations</a></nobr><br>\r
+ <nobr><a href="../files/creating_field_presentations.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Creating field presentations</a></nobr><br>\r
+ <nobr><a href="../files/scalar_map_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Scalar Map presentation</a></nobr><br>\r
+ <nobr><a href="../files/iso_surfaces_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Iso Surfaces presentation</a></nobr><br>\r
+ <nobr><a href="../files/cut_lines_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Cut Lines presentation</a></nobr><br>\r
+ <nobr><a href="../files/cut_lines_resentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Cut Planes presentation</a></nobr><br>\r
+ <nobr><a href="../files/deformed_shape_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Deformed Shape presentation</a></nobr><br>\r
+ <nobr><a href="../files/vectors_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Vectors Presentation</a></nobr><br>\r
+ <nobr><a href="../files/stream_lines_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Stream Lines presentation</a></nobr><br>\r
+ <nobr><a href="../scalar_map_on_deformed_shape_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Scalar Map on Deformed Shape presentation</a></nobr><br>\r
+ <nobr><a href="../plot_3d_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Plot 3D presentation</a></nobr><br>\r
+ <nobr><a href="../files/animating_presentations.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Animating presentations</a></nobr><br>\r
+ <nobr><a name="4"></a><a href="whlstt4.htm#4" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Gauss Points Presentations</a></nobr><br>\r
+ <nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Viewing 3D presentations</a></nobr><br>\r
+ <nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
+ <nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
</p>\r
\r
</td></tr>\r
.pn {}\r
.pr {}\r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
img {vertial-align:middle;}\r
-->\r
</style>\r
<table border=0>\r
<tr><td>\r
<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
- <nobr><a href="../files/introduction.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/running_visu.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/importing_med_objects.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
- <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> About the structure of MED objects</a></nobr><br>\r
- <nobr><a name="2"></a><a href="whlstt1.htm#2" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
- <nobr><a href="../files/creating_presentations.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Presentation of a submesh</a></nobr><br>\r
- <nobr><a name="3"></a><a href="whlstt2.htm#3" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Field presentations</a></nobr><br>\r
- <nobr><a href="../files/creating_field_presentations.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Creating field presentations</a></nobr><br>\r
- <nobr><a href="../files/scalar_map_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Scalar Map presentation</a></nobr><br>\r
- <nobr><a href="../files/iso_surfaces_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Iso Surfaces presentation</a></nobr><br>\r
- <nobr><a href="../files/cut_lines_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Cut Lines presentation</a></nobr><br>\r
- <nobr><a href="../files/cut_lines_resentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Cut Planes presentation</a></nobr><br>\r
- <nobr><a href="../files/deformed_shape_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Deformed Shape presentation</a></nobr><br>\r
- <nobr><a href="../files/vectors_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Vectors Presentation</a></nobr><br>\r
- <nobr><a href="../files/stream_lines_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Stream Lines presentation</a></nobr><br>\r
- <nobr><a href="../scalar_map_on_deformed_shape_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Scalar Map on Deformed Shape presentation</a></nobr><br>\r
- <nobr><a href="../plot_3d_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Plot 3D presentation</a></nobr><br>\r
- <nobr><a href="../files/animating_presentations.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Animating presentations</a></nobr><br>\r
- <nobr><a name="4"></a><a href="whlstt3.htm#4" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Gauss Points Presentations</a></nobr><br>\r
- <nobr><a href="../gauss_points_presentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Creating a Gauss Points Presentation</a></nobr><br>\r
- <nobr><a href="../primitive_types.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Primitive Types</a></nobr><br>\r
- <nobr><a href="../types_of_gauss_points_presentations.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Types of Gauss Points Presentations</a></nobr><br>\r
- <nobr><a href="../scalar_bar.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Scalar Bar</a></nobr><br>\r
- <nobr><a href="../gauss_viewer.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Gauss Viewer</a></nobr><br>\r
- <nobr><a href="../picking.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
- <nobr><a href="../segmentation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
- <nobr><a href="../animation_in_gauss_viewer.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Recording in Gauss Viewer</a></nobr><br>\r
- <nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Viewing 3D presentations</a></nobr><br>\r
- <nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
- <nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
+<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
+ <nobr><a href="../files/introduction.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/running_visu.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/importing_med_objects.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
+ <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Structure of MED objects</a></nobr><br>\r
+ <nobr><a name="2"></a><a href="whlstt1.htm#2" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
+ <nobr><a href="../files/creating_presentations.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Presentation of a submesh</a></nobr><br>\r
+ <nobr><a name="3"></a><a href="whlstt2.htm#3" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> Field presentations</a></nobr><br>\r
+ <nobr><a href="../files/creating_field_presentations.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Creating field presentations</a></nobr><br>\r
+ <nobr><a href="../files/scalar_map_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Scalar Map presentation</a></nobr><br>\r
+ <nobr><a href="../files/iso_surfaces_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Iso Surfaces presentation</a></nobr><br>\r
+ <nobr><a href="../files/cut_lines_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Cut Lines presentation</a></nobr><br>\r
+ <nobr><a href="../files/cut_lines_resentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Cut Planes presentation</a></nobr><br>\r
+ <nobr><a href="../files/deformed_shape_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Deformed Shape presentation</a></nobr><br>\r
+ <nobr><a href="../files/vectors_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Vectors Presentation</a></nobr><br>\r
+ <nobr><a href="../files/stream_lines_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Stream Lines presentation</a></nobr><br>\r
+ <nobr><a href="../scalar_map_on_deformed_shape_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Scalar Map on Deformed Shape presentation</a></nobr><br>\r
+ <nobr><a href="../plot_3d_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Plot 3D presentation</a></nobr><br>\r
+ <nobr><a href="../files/animating_presentations.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Animating presentations</a></nobr><br>\r
+ <nobr><a name="4"></a><a href="whlstt3.htm#4" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> Gauss Points Presentations</a></nobr><br>\r
+ <nobr><a href="../gauss_points_presentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Creating a Gauss Points Presentation</a></nobr><br>\r
+ <nobr><a href="../primitive_types.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Primitive Types</a></nobr><br>\r
+ <nobr><a href="../types_of_gauss_points_presentations.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Types of Gauss Points Presentations</a></nobr><br>\r
+ <nobr><a href="../scalar_bar.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Scalar Bar</a></nobr><br>\r
+ <nobr><a href="../gauss_viewer.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Gauss Viewer</a></nobr><br>\r
+ <nobr><a href="../navigation_with_keyboard_and_spacemouse.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Navigation in the Gauss viewer</a></nobr><br>\r
+ <nobr><a href="../picking.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Picking</a></nobr><br>\r
+ <nobr><a href="../segmentation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Segmentation</a></nobr><br>\r
+ <nobr><a href="../animation_in_gauss_viewer.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Recording in Gauss Viewer</a></nobr><br>\r
+ <nobr><a name="5"></a><a href="whlstt5.htm#5" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Viewing 3D presentations</a></nobr><br>\r
+ <nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
+ <nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
</p>\r
\r
</td></tr>\r
.pn {}\r
.pr {}\r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
img {vertial-align:middle;}\r
-->\r
</style>\r
<table border=0>\r
<tr><td>\r
<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
- <nobr><a href="../files/introduction.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/running_visu.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/importing_med_objects.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
- <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> About the structure of MED objects</a></nobr><br>\r
- <nobr><a name="2"></a><a href="whlstt1.htm#2" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
- <nobr><a href="../files/creating_presentations.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Presentation of a submesh</a></nobr><br>\r
- <nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Field presentations</a></nobr><br>\r
- <nobr><a name="5"></a><a href="whlstt2.htm#5" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Viewing 3D presentations</a></nobr><br>\r
- <nobr><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Viewing 3D Presentations</a></nobr><br>\r
- <nobr><a href="../vtk_3d_viewer.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> VTK 3D Viewer</a></nobr><br>\r
- <nobr><a href="../files/scaling_presentations.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Translate Presentation</a></nobr><br>\r
- <nobr><a href="../clipping.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Clipping </a></nobr><br>\r
- <nobr><a href="../files/sweeping.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Sweeping</a></nobr><br>\r
- <nobr><a href="../files/getting_elements_attributes.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Selection Info</a></nobr><br>\r
- <nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
- <nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
+<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
+ <nobr><a href="../files/introduction.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/running_visu.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/importing_med_objects.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
+ <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Structure of MED objects</a></nobr><br>\r
+ <nobr><a name="2"></a><a href="whlstt1.htm#2" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
+ <nobr><a href="../files/creating_presentations.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Presentation of a submesh</a></nobr><br>\r
+ <nobr><a name="3"></a><a href="whlstt3.htm#3" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Field presentations</a></nobr><br>\r
+ <nobr><a name="5"></a><a href="whlstt2.htm#5" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> Viewing 3D presentations</a></nobr><br>\r
+ <nobr><a href="../files/changing_visualization_parameters_of_the_presenetation.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Viewing 3D Presentations</a></nobr><br>\r
+ <nobr><a href="../vtk_3d_viewer.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> VTK 3D Viewer</a></nobr><br>\r
+ <nobr><a href="../files/scaling_presentations.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Translate Presentation</a></nobr><br>\r
+ <nobr><a href="../clipping.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Clipping </a></nobr><br>\r
+ <nobr><a href="../files/sweeping.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Sweeping</a></nobr><br>\r
+ <nobr><a href="../files/getting_elements_attributes.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Selection Info</a></nobr><br>\r
+ <nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
+ <nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
</p>\r
\r
</td></tr>\r
.pn {}\r
.pr {}\r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
img {vertial-align:middle;}\r
-->\r
</style>\r
<table border=0>\r
<tr><td>\r
<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
- <nobr><a href="../files/introduction.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/running_visu.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/importing_med_objects.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
- <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> About the structure of MED objects</a></nobr><br>\r
- <nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
- <nobr><a name="6"></a><a href="whlstt1.htm#6" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
- <nobr><a href="../files/about_tables.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> About tables</a></nobr><br>\r
- <nobr><a href="../files/importing_tables.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Importing/exporting tables</a></nobr><br>\r
- <nobr><a href="../files/displaying_tables.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Displaying tables</a></nobr><br>\r
- <nobr><a href="../creating_tables.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Creating tables from Cut Lines presentations</a></nobr><br>\r
- <nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
+<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
+ <nobr><a href="../files/introduction.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/running_visu.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/importing_med_objects.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
+ <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Structure of MED objects</a></nobr><br>\r
+ <nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
+ <nobr><a name="6"></a><a href="whlstt1.htm#6" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
+ <nobr><a href="../files/about_tables.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> About tables</a></nobr><br>\r
+ <nobr><a href="../files/importing_tables.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Importing/exporting tables</a></nobr><br>\r
+ <nobr><a href="../files/displaying_tables.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Displaying tables</a></nobr><br>\r
+ <nobr><a href="../creating_tables.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Creating tables from Cut Lines presentations</a></nobr><br>\r
+ <nobr><a name="7"></a><a href="whlstt7.htm#7" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
</p>\r
\r
</td></tr>\r
.pn {}\r
.pr {}\r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
img {vertial-align:middle;}\r
-->\r
</style>\r
<table border=0>\r
<tr><td>\r
<p class="tocbody">\r
-<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
- <nobr><a href="../files/introduction.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/running_visu.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
- <nobr><a href="../files/importing_med_objects.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
- <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> About the structure of MED objects</a></nobr><br>\r
- <nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
- <nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../wht_toc1.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
- <nobr><a name="7"></a><a href="whlstt1.htm#7" target="_self"><img src="../wht_toc2.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
- <nobr><a href="../files/creating_curves.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Creating curves</a></nobr><br>\r
- <nobr><a href="../files/creating_xy_plot.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Creating XY plots</a></nobr><br>\r
- <nobr><a href="../plot2d_viewer.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Plot2D Viewer</a></nobr><br>\r
- <nobr><a href="../files/setting_properties_of_xy_plots.htm"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Setting properties of XY plots</a></nobr><br>\r
+<nobr><a name="1"></a><a href="whlstt0.htm#1" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> Post-Pro module</a></nobr><br>\r
+ <nobr><a href="../files/introduction.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Introduction to Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/running_visu.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Running Post-Pro</a></nobr><br>\r
+ <nobr><a href="../files/importing_med_objects.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Importing MED files</a></nobr><br>\r
+ <nobr><a href="../files/about_structure_of_med_object.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Structure of MED objects</a></nobr><br>\r
+ <nobr><a name="2"></a><a href="whlstt2.htm#2" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> 3D presentations</a></nobr><br>\r
+ <nobr><a name="6"></a><a href="whlstt6.htm#6" target="_self" title="closed book"><img src="../whd_toc1.gif" border="0" align="absmiddle"> Table presentations</a></nobr><br>\r
+ <nobr><a name="7"></a><a href="whlstt1.htm#7" target="_self"><img src="../whd_toc2.gif" border="0" align="absmiddle"> XY plots</a></nobr><br>\r
+ <nobr><a href="../files/creating_curves.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Creating curves</a></nobr><br>\r
+ <nobr><a href="../files/creating_xy_plot.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Creating XY plots</a></nobr><br>\r
+ <nobr><a href="../plot2d_viewer.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Plot2D Viewer</a></nobr><br>\r
+ <nobr><a href="../files/setting_properties_of_xy_plots.htm"><img src="../whd_toc3.gif" border="0" align="absmiddle"> Setting properties of XY plots</a></nobr><br>\r
+ <nobr><a href="../visugenidl_doc/VISU__Gen_8idl.html"><img src="../wht_toc3.gif" border="0" align="absmiddle"> Access to Post-Pro module functionality from Python (using VISU_Gen.idl)</a></nobr><br>\r
</p>\r
\r
</td></tr>\r
.ndxheader {margin-left:10pt; margin-top:0pt;}\r
.ndxbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
+.ndxheader {margin-top:0pt; } .ndxheader {margin-bottom:0pt; } .ndxheader {margin-left:9pt; } \r
\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ndxbody {margin-top:0pt; } .ndxbody {margin-bottom:0pt; } .ndxbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.glsheader {margin-left:10pt; margin-top:0pt;}\r
.glsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.glsheader {background-color:White; } \r
+.glsheader {margin-top:0pt; } .glsheader {margin-bottom:0pt; } .glsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; }A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.glsbody {margin-top:0pt; } .glsbody {margin-bottom:0pt; } .glsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; }A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<style>\r
<!--\r
-body {background-color:White; } \r
+\r
-->\r
</style>\r
</head>\r
.pn {}\r
.pr {}\r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.tocbody {margin-top:0pt; } .tocbody {margin-bottom:0pt; } .tocbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
img {vertial-align:middle;}\r
-->\r
</style>\r
<table class="tabs" width="100%">\r
<tr> \r
<td class="tabs">\r
- <nobr><a href="javascript:void(0)" title="Contents"><img src="../wht_tab1.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../wht_tab6.gif" border="0"></a><a href="whnvp33.htm" target="_parent" title="Glossary"><img src="../wht_tab8.gif" border="0"></a></nobr>\r
+ <nobr><a href="javascript:void(0)" title="Contents"><img src="../whd_tab1.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../whd_tab6.gif" border="0"></a><a href="whnvp33.htm" target="_parent" title="Glossary"><img src="../whd_tab8.gif" border="0"></a></nobr>\r
</td>\r
</tr>\r
</table>\r
.ndxheader {margin-left:10pt; margin-top:0pt;}\r
.ndxbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
+.ndxheader {margin-top:0pt; } .ndxheader {margin-bottom:0pt; } .ndxheader {margin-left:9pt; } \r
\r
-\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ndxbody {margin-top:0pt; } .ndxbody {margin-bottom:0pt; } .ndxbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<table class="tabs" width="100%">\r
<tr> \r
<td class="tabs">\r
- <nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../wht_tab2.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../wht_tab6.gif" border="0"></a><a href="whnvp33.htm" target="_parent" title="Glossary"><img src="../wht_tab8.gif" border="0"></a></nobr>\r
+ <nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../whd_tab2.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../whd_tab6.gif" border="0"></a><a href="whnvp33.htm" target="_parent" title="Glossary"><img src="../whd_tab8.gif" border="0"></a></nobr>\r
</td>\r
</tr>\r
</table>\r
.ftsheader {margin-left:10pt; margin-top:0pt;}\r
.ftsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.ftsheader {background-color:White; } \r
+.ftsheader {margin-top:0pt; } .ftsheader {margin-bottom:0pt; } .ftsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; } A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.ftsbody {margin-top:0pt; } .ftsbody {margin-bottom:0pt; } .ftsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; } A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<table class="tabs" width="100%">\r
<tr> \r
<td class="tabs">\r
- <nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../wht_tab2.gif" border="0"></a><a href="javascript:void(0)" title="Search"><img src="../wht_tab5.gif" border="0"></a><a href="whnvp33.htm" target="_parent" title="Glossary"><img src="../wht_tab8.gif" border="0"></a></nobr>\r
+ <nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../whd_tab2.gif" border="0"></a><a href="javascript:void(0)" title="Search"><img src="../whd_tab5.gif" border="0"></a><a href="whnvp33.htm" target="_parent" title="Glossary"><img src="../whd_tab8.gif" border="0"></a></nobr>\r
</td>\r
</tr>\r
</table>\r
.glsheader {margin-left:10pt; margin-top:0pt;}\r
.glsbody {margin-left:10pt; margin-top:0pt;}\r
.inactive {color:#666666;}\r
-.glsheader {background-color:White; } \r
+.glsheader {margin-top:0pt; } .glsheader {margin-bottom:0pt; } .glsheader {margin-left:9pt; } \r
\r
-body {background-color:White; } \r
-p {color:Black; } p {font-family:Tahoma; } p {font-size:8pt; } p {font-style:Normal; } p {text-decoration:none; } \r
-A:link {color:Black; } A:link {font-family:Tahoma; } A:link {font-size:8pt; } A:link {font-style:Normal; } A:link {text-decoration:none; } \r
-A:visited {color:Black; } A:visited {font-family:Tahoma; }A:visited {font-size:8pt; } A:visited {font-style:Normal; } A:visited {text-decoration:none; } \r
-A:active {background-color:Silver; } \r
-A:hover {color:Navy; } A:hover {font-family:Tahoma; } A:hover {font-size:8pt; } A:hover {font-style:Normal; } A:hover {text-decoration:underline; } \r
+.glsbody {margin-top:0pt; } .glsbody {margin-bottom:0pt; } .glsbody {margin-left:9pt; } \r
+p {color:#000000; } p {font-family:Arial; } p {font-size:9pt; } p {font-style:normal; } p {text-decoration:none; } \r
+A:link {color:#000000; } A:link {font-family:Arial; } A:link {font-size:9pt; } A:link {font-style:normal; } A:link {text-decoration:none; } \r
+A:visited {color:#000000; } A:visited {font-family:Arial; }A:visited {font-size:9pt; } A:visited {font-style:normal; } A:visited {text-decoration:none; } \r
+A:active {background-color:#cccccc; } \r
+A:hover {color:#007f00; } A:hover {font-family:Arial; } A:hover {font-size:9pt; } A:hover {font-style:normal; } A:hover {text-decoration:underline; } \r
\r
-->\r
</style>\r
<table class="tabs" width="100%">\r
<tr> \r
<td class="tabs">\r
- <nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../wht_tab2.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../wht_tab6.gif" border="0"></a><a href="javascript:void(0)" title="Glossary"><img src="../wht_tab7.gif" border="0"></a></nobr>\r
+ <nobr><a href="whnvp30.htm" target="_parent" title="Contents"><img src="../whd_tab2.gif" border="0"></a><a href="whnvp32.htm" target="_parent" title="Search"><img src="../whd_tab6.gif" border="0"></a><a href="javascript:void(0)" title="Glossary"><img src="../whd_tab7.gif" border="0"></a></nobr>\r
</td>\r
</tr>\r
</table>\r
window.onload=window_OnLoad;\r
window.onunload = window_Unload;\r
goGloFont=new whFont("Verdana", "8pt", "#000000", "normal", "normal", "none");\r
- setBackgroundcolor("White"); \r
\r
- setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none");\r
+ \r
+ setFont("Normal", "Arial","9pt","#000000","normal","normal","none");\r
GDefWriteClassStyle();\r
RegisterListener2(this, WH_MSG_SHOWGLODEF);\r
var sDefHead = "<p class=\"definition\">";\r
if(window.gbWhVer&&window.gbWhMsg&&window.gbWhUtil&&window.gbWhProxy)\r
{\r
goTitleFont=new whFont("Arial","9pt","#000000","normal","normal","none");\r
- setFont("Title", "Tahoma","8pt","Navy","Normal","Normal","none");\r
+ setFont("Title", "Arial","9pt","#000000","normal","normal","none");\r
+ \r
\r
- setBackgroundcolor("White");\r
window.onresize=window_OnResize;\r
window.onload=window_OnLoad;\r
window.onunload=window_Unload;\r
\r
if (window.gbWhIHost)\r
{\r
- setBackgroundcolor("White");\r
- \r
- setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none");\r
- setFont("Empty", "Tahoma","8pt","Black","Normal","Normal","none");\r
- setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline");\r
- setActiveBgColor("Silver");\r
\r
\r
+ setFont("Normal", "Arial","9pt","#000000","normal","normal","none");\r
+ setFont("Empty", "Arial","9pt","#000000","normal","normal","none");\r
+ setFont("Hover", "Arial","9pt","#007f00","normal","normal","underline");\r
+ setActiveBgColor("#cccccc");\r
+ setMargin("0pt");\r
+ setIndent("9pt");\r
IndexWriteClassStyle();\r
}\r
else\r
{\r
var strWrite;\r
if (gbMac)\r
- strWrite="<FRAMESET ROWS='45,100%' framespacing=0 frameborder=0>";\r
+ strWrite="<FRAMESET ROWS='45,100%' framespacing=0 frameborder=1>";\r
else\r
- strWrite="<FRAMESET ROWS='60,100%' framespacing=0 frameborder=0>";\r
+ strWrite="<FRAMESET ROWS='60,100%' framespacing=0 frameborder=1>";\r
strWrite +="<FRAME SRC='whiform.htm' title='index form frame' name='idxform' noresize='yes' scrolling='no'>";\r
strWrite +="<FRAME SRC='whibody.htm' title='index content frame' name='idxbody' scrolling='yes'>";\r
strWrite +="</FRAMESET>";\r
gsTitle = "Type in the keyword to find:";\r
gsTitle = "Type in the keyword to find:";\r
\r
- setBackgroundcolor("White");\r
\r
- setBtnType("none");\r
+ \r
+ \r
\r
\r
\r
setGoText("Go");\r
- setFont("Title", "Tahoma","8pt","Navy","Normal","Normal","none");\r
+ setFont("Title", "Arial","9pt","#000000","normal","normal","none");\r
\r
\r
document.write(getFormHTML());\r
<html>\r
<head>\r
-<title>Post-Pro Reference Manual</title>\r
+<title>Post-Pro Module Reference Manual</title>\r
\r
<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
<meta name="description" content="WebHelp 5.50">\r
</stems>\r
\r
<paneskin>\r
- <background color="#ffffff" img="" />\r
- <font name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="none" />\r
+ <background color="" img="" />\r
+ <font name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" />\r
<toc>\r
- <background color="#ffffff" img="" />\r
+ <background color="" img="" />\r
<icons>\r
- <book open="wht_toc2.gif" close="wht_toc1.gif" />\r
- <item local="wht_toc3.gif" remote="wht_toc4.gif" />\r
- <newbook open="" close="" />\r
- <newitem local="" remote="" />\r
+ <book open="whd_toc2.gif" close="whd_toc1.gif" />\r
+ <item local="whd_toc3.gif" remote="whd_toc4.gif" />\r
+ <newbook open="whd_toc2.gif" close="whd_toc1.gif" />\r
+ <newitem local="whd_toc3.gif" remote="whd_toc4.gif" />\r
</icons>\r
<fonts>\r
- <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" />\r
- <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" />\r
+ <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" />\r
+ <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" />\r
</fonts>\r
- <activebackgroundcolor attr="#c0c0c0" />\r
- <margin attr="" />\r
- <indent attr="" />\r
+ <activebackgroundcolor attr="#cccccc" />\r
+ <margin attr="0pt" />\r
+ <indent attr="9pt" />\r
</toc>\r
<index>\r
<form>\r
<fonts>\r
- <title name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="none" />\r
+ <title name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" />\r
</fonts>\r
<button normal="" hover="" />\r
- <editwith value="20" />\r
+ <editwith value="28" />\r
</form>\r
- <background color="#ffffff" img="" />\r
+ <background color="" img="" />\r
<fonts>\r
- <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" />\r
- <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" />\r
- <empty name="" size="8pt" color="" style="" weight="" decoration="" />\r
+ <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" />\r
+ <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" />\r
+ <empty name="Arial" size="9pt" color="#666666" style="normal" weight="normal" decoration="none" />\r
</fonts>\r
- <activebackgroundcolor attr="#c0c0c0" />\r
- <margin attr="" />\r
- <indent attr="" />\r
+ <activebackgroundcolor attr="#cccccc" />\r
+ <margin attr="0pt" />\r
+ <indent attr="9pt" />\r
</index>\r
<fts>\r
<form>\r
<fonts>\r
- <title name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="none" />\r
+ <title name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" />\r
</fonts>\r
<button normal="" hover="" />\r
- <editwith value="20" />\r
+ <editwith value="28" />\r
</form>\r
- <background color="#ffffff" img="" />\r
+ <background color="" img="" />\r
<fonts>\r
- <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" />\r
- <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" />\r
- <error name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" />\r
+ <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" />\r
+ <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" />\r
+ <error name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" />\r
</fonts>\r
- <activebackgroundcolor attr="#c0c0c0" />\r
- <margin attr="" />\r
- <indent attr="" />\r
+ <activebackgroundcolor attr="#cccccc" />\r
+ <margin attr="0pt" />\r
+ <indent attr="9pt" />\r
</fts>\r
<glossary>\r
- <background color="#ffffff" img="" />\r
+ <background color="" img="" />\r
<fonts>\r
- <normal name="Tahoma" size="8pt" color="#000000" style="Normal" weight="Normal" decoration="none" />\r
- <hover name="Tahoma" size="8pt" color="#000080" style="Normal" weight="Normal" decoration="underline" />\r
+ <normal name="Arial" size="9pt" color="#000000" style="normal" weight="normal" decoration="none" />\r
+ <hover name="Arial" size="9pt" color="#007f00" style="normal" weight="normal" decoration="underline" />\r
</fonts>\r
- <activebackgroundcolor attr="#c0c0c0" />\r
- <margin attr="" />\r
- <indent attr="" />\r
+ <activebackgroundcolor attr="#cccccc" />\r
+ <margin attr="0pt" />\r
+ <indent attr="9pt" />\r
</glossary>\r
</paneskin>\r
</resource>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>About WebHelp </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<style type="text/css">\r
-<!--\r
-P {margin-left:5pt;margin-top:2pt;margin-bottom:2pt;font-size:8pt;font-family:Verdana,sans-serif;}\r
-P.disp {margin-left:5pt; margin-top:0pt;margin-bottom:10pt;font-size:7pt;font-family:Verdana,sans-serif;}\r
-//-->\r
-</style>\r
-<script>\r
-<!--\r
-// this block fix: HTML Dialog Ignores Size Parameters Without SCRIPT Block\r
-//-->\r
-</script> \r
-<body bgcolor="white" scroll=no RIGHTMARGIN=0 BOTTOMMARGIN=0 TOPMARGIN=0 LEFTMARGIN=0>\r
-<table border="0" cellpadding="0" cellspacing="0" width="350">\r
- <tr>\r
- <td><img src="wht_spac.gif" width="99" height="1" border="0"></td>\r
- <td><img src="wht_spac.gif" width="251" height="1" border="0"></td>\r
- <td><img src="wht_spac.gif" width="1" height="1" border="0"></td>\r
- </tr>\r
- <tr>\r
- <td width="99" height="190" rowspan="3" valign="top"><img src="wht_abgw.jpg" border="0"></td>\r
- <td width="211" height="60" valign="top"><img src="wht_abtw.jpg" border="0"></td>\r
- <td><img src="wht_spac.gif" width="1" height="65" border="0"></td>\r
- </tr>\r
- <tr>\r
- <td valign="top">\r
- <p><a href="http://www.ehelp.com" target="_blank">Macromedia</a></p>\r
- <p><nobr>Copyright © 1992 - 2004, eHelp Corporation</nobr></p>\r
- <p>Author: eHelp Corporation</p>\r
- </td>\r
- <td><img src="wht_spac.gif" width="1" height="50" border="0"></td>\r
- </tr>\r
- <tr>\r
- <td valign="top">\r
- <p>Powered by: WebHelp 5.50\r
- <br>Generated by: RoboHelp X5\r
- <br><a class="tail" href="http://www.ehelp.com/webhelp1" target="_blank">www.ehelp.com</a></p>\r
- </td>\r
- <td><img src="wht_spac.gif" width="1" height="50" border="0"></td>\r
- </tr>\r
-</table>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-\r
-<html>\r
-<head>\r
-</head>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" >\r
-<!--\r
-if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-\r
-<script type="text/javascript" language="javascript" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript">\r
-<!--\r
-if (!window.gbWhProxy)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-\r
-\r
-<script language="javascript">\r
-<!--\r
-var gsPane="";\r
-var gnType=3;\r
-\r
-var oMsgPane = new whMessage(WH_MSG_GETPANETYPE, this, 1, null);\r
-if (SendMessage(oMsgPane))\r
-{\r
- gsPane = oMsgPane.oParam.sPaneURL;\r
- gnType = oMsgPane.oParam.nType;\r
-}\r
-\r
- var strDefaultTopic = "about:blank";\r
- var oParam = new Object();\r
- oParam.sTopic = "";\r
- var oMsg = new whMessage(WH_MSG_GETDEFAULTTOPIC, this, 1, oParam);\r
- if (SendMessage(oMsg) && oParam.sTopic != "")\r
- strDefaultTopic = oParam.sTopic;\r
-var strHTML = "";\r
-if (gnType == 4)\r
-{\r
- //no navipane at all\r
- strHTML += "<frameset border=\"0\" cols=\"100%,*\">";\r
- strHTML += "<frame src=\"" + strDefaultTopic + "\" name=\"bsscright\" framespacing=\"0\" frameborder=\"0\" border=\"0\" scrolling=\"auto\">";\r
- strHTML += "<frame src=\"whskin_blank.htm\" noresize>";\r
- strHTML += "</frameset>";\r
-}\r
-else\r
- strHTML += "<frameset cols=\"220,*\" hostof=\"parent:minibar_navpane|topic!startpage:no\" frameborder=\"1\" id=\"whPfset\"><frame src=\"whskin_frmset010.htm\" id=\"minibar_navpane\" frameborder=\"0\" border=\"0\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\"></frame><frame src=\""+strDefaultTopic+"\" id=\"topic\" frameborder=\"1\" border=\"1\" scrolling=\"auto\" title=\"Topic\" name=\"bsscright\"></frame></frameset>";\r
-document.write(strHTML);\r
-// handle show pane, hide pane and query pane status message.\r
-RegisterListener2(this, WH_MSG_RESIZEPANE);\r
-RegisterListener2(this, WH_MSG_SHOWPANE);\r
-RegisterListener2(this, WH_MSG_HIDEPANE);\r
-RegisterListener2(this, WH_MSG_ISPANEVISIBLE);\r
-\r
-function window_unload()\r
-{\r
- UnRegisterListener2(this, WH_MSG_RESIZEPANE);\r
- UnRegisterListener2(this, WH_MSG_SHOWPANE);\r
- UnRegisterListener2(this, WH_MSG_HIDEPANE);\r
- UnRegisterListener2(this, WH_MSG_ISPANEVISIBLE);\r
-}\r
-\r
-window.onunload=window_unload;\r
-\r
-var gbShow=false;\r
-var gstrFrameLastSetting="";\r
-function onSendMessage(oMsg)\r
-{\r
- var oMsgout = null;\r
- var nMsgId = oMsg.nMessageId;\r
- var oFrameset = null;\r
- if (nMsgId == WH_MSG_SHOWPANE)\r
- {\r
- if (!gbShow)\r
- {\r
- oFrameset = getElement("whPfset");\r
- if (oFrameset)\r
- {\r
- if (gstrFrameLastSetting)\r
- oFrameset.cols= gstrFrameLastSetting;\r
- else\r
- oFrameset.cols= "220,*";\r
- }\r
- gbShow=true;\r
- oMsgout = new whMessage(WH_MSG_PANESTATUE, this, 1, "visible");\r
- SendMessage(oMsgout);\r
- }\r
- return false;\r
- }\r
- else if (nMsgId == WH_MSG_HIDEPANE)\r
- {\r
- oFrameset = getElement("whPfset");\r
- if (oFrameset)\r
- {\r
- gstrFrameLastSetting=oFrameset.cols; \r
- var oWnd=frames[0];\r
- if (oWnd && oWnd.document && oWnd.document.body)\r
- {\r
- var nPos=0;\r
- if ("cols"=="cols")\r
- nPos=oWnd.document.body.offsetWidth;\r
- else\r
- nPos=oWnd.document.body.offsetHeight;\r
- if(0==0)\r
- gstrFrameLastSetting=nPos+",*";\r
- else\r
- gstrFrameLastSetting="*,"+nPos;\r
- }\r
- oFrameset.cols = "0,*";\r
- }\r
- gbShow=false;\r
- oMsgout = new whMessage(WH_MSG_PANESTATUE, this, 1, "invisible");\r
- SendMessage(oMsgout);\r
- return false;\r
- }\r
- else if (nMsgId == WH_MSG_RESIZEPANE)\r
- {\r
- if (!gbShow)\r
- {\r
- gbShow=true;\r
- oMsgout = new whMessage(WH_MSG_PANESTATUE, this, 1, "visible");\r
- SendMessage(oMsgout);\r
- }\r
- return false;\r
- }\r
- else if (nMsgId == WH_MSG_ISPANEVISIBLE)\r
- {\r
- oMsg.oParam.bVisible = isNavPaneVisible();\r
- return false;\r
- }\r
- return true;\r
-}\r
-\r
-function isNavPaneVisible()\r
-{\r
- var bVisible = false;\r
- var sSplit = getElement("whPfset").cols;\r
- var nSplit = sSplit.indexOf(",");\r
- if (nSplit != -1)\r
- {\r
- var sPart1 = sSplit.substring(0, nSplit);\r
- var sPart2 = sSplit.substring(nSplit + 1);\r
- if ("minibar_navpane" == "navpane")\r
- {\r
- var sTemp = sPart1;\r
- sPart1 = sPart2;\r
- sPart2 = sTemp;\r
- }\r
-\r
- if (sPart2 != "*")\r
- {\r
- var n = parseInt(sPart2);\r
- if (n>0)\r
- bVisible = true;\r
- }\r
- else\r
- {\r
- if (sPart1 != "100%")\r
- bVisible = true;\r
- }\r
- }\r
- return bVisible;\r
-}\r
-//-->\r
-</script>\r
-\r
-</html>
\ No newline at end of file
+++ /dev/null
-\r
-<html>\r
-<head>\r
-</head>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" >\r
-<!--\r
-if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-\r
-<script type="text/javascript" language="javascript" src="whproxy.js"></script>\r
-<script type="text/javascript" language="javascript">\r
-<!--\r
-if (!window.gbWhProxy)\r
- document.location.reload();\r
-//-->\r
-</script>\r
-\r
-\r
-<script language="javascript">\r
-<!--\r
-var gsPane="";\r
-var gnType=3;\r
-\r
-var oMsgPane = new whMessage(WH_MSG_GETPANETYPE, this, 1, null);\r
-if (SendMessage(oMsgPane))\r
-{\r
- gsPane = oMsgPane.oParam.sPaneURL;\r
- gnType = oMsgPane.oParam.nType;\r
-}\r
-var strHTML = "";\r
-if (gnType == 4)\r
-{\r
- //no navipane at all\r
- strHTML += "<frameset border=\"0\" cols=\"100%,*\">";\r
- strHTML += "<frame src='whskin_mbars.htm' id='minibar' frameborder='0' border='0' scrolling='no' marginheight='0' title='Mini Toolbar'></frame>";\r
- strHTML += "<frame src=\"whskin_blank.htm\" noresize>";\r
- strHTML += "</frameset>";\r
-}\r
-else\r
- strHTML += "<frameset rows=\"24,*\" hostof=\"parent:minibar|navpane!startpage:no\" frameborder=\"0\" border=\"0\"><frame src=\"whskin_mbars.htm\" id=\"minibar\" frameborder=\"0\" border=\"0\" scrolling=\"no\" marginheight=\"0\" title=\"Mini Toolbar\"></frame><frame src=\""+gsPane+"\" id=\"navpane\" frameborder=\"0\" border=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" title=\"Navigator Pane\"></frame></frameset>";\r
-\r
-document.write(strHTML);\r
-//-->\r
-</script>\r
-</html>
\ No newline at end of file
-\r
<html>\r
-<head><script language="javascript">\r
-<!--\r
-var sIcon="whstart.ico";\r
-var sPath=document.location.href;\r
-if (sPath.indexOf("http")!= -1)\r
- document.write("<link REL=\"SHORTCUT ICON\" href=\""+ sIcon +"\">");\r
-//-->\r
-</script>\r
- <title>Post-Pro Reference Manual</title>\r
- <meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
- <meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<script type="text/javascript" language="javascript" src="whver.js"></script>\r
-<script type="text/javascript" language="javascript" src="whutils.js"></script>\r
-<script type="text/javascript" language="javascript" src="whmsg.js"></script>\r
-<script type="text/javascript" language="javascript" >\r
-<!--\r
-if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)\r
- document.location.reload();\r
-//-->\r
-</script>\r
+<head>\r
+<title>Post-Pro Module Reference Manual</title>\r
\r
-<script type="text/javascript" language="javascript" src="whstub.js"></script>\r
+<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
+<meta name="description" content="WebHelp 5.50">\r
+</head>\r
+<script language="javascript1.2" src="whutils.js"></script>\r
+<script language="javascript1.2" src="whmsg.js"></script>\r
+<script language="javascript" src="whver.js"></script>\r
+<script language="javascript1.2" src="whstub.js"></script><script language="javascript1.2" src="whstart.js"></script>\r
<script language="javascript">\r
<!--\r
-var nWebhelpNavPaneMode = 1; //1: DHTML 2:Applet 3:PureHTML 4:NoframeAt all\r
-var strPaneDHTML = "whskin_pdhtml.htm"; //whd_nvp10.htm if tab enabled, whnframe.htm if tab disabled.\r
-var strPaneApplet = "whskin_papplet.htm";\r
-var strPaneList = "whskin_plist.htm";\r
+var strDefaultTopic = "about:blank";\r
+var nWebhelpNavPaneMode = 1; //1: DHTML 2:Applet 3:PureHTML 4:Noframeset\r
var bNoApplet = false;\r
+var strPaneDHTML = "whd_nvp10.htm"; //whd_nvp10.htm if tab enabled, whnframe.htm if tab disabled.\r
+var strPaneApplet = "whd_nvp20.htm";\r
+var strPaneList = "whgdata/whnvp30.htm";\r
\r
+var strHTML = "";\r
var strPane = "";\r
-\r
var nViewFrameType = -1;\r
\r
+function CMRServer()\r
+{\r
+ this.m_cAgents = new Array;\r
+}\r
+var cMRServer = new CMRServer;\r
+\r
+//figure out which mode is the best\r
if (!window.gAgent)\r
{\r
// low end browser, we don't even try to determine it.\r
}\r
else\r
{\r
- if (!gbNav4&&!gbIE4&&!gbOpera7&&!gbSafari) \r
+ if (!gbNav4&&!gbIE4&&!gbOpera7&&!gbSafari)\r
document.location = "whnjs.htm";\r
else if (gbNav4 && !gbNav6 && ((gnVerMinor <= 4.06)))\r
document.location = "whnjs.htm";\r
- else if (gbMac && gbIE4 && !gbIE5) \r
+ else if (gbMac && gbIE4 && !gbIE5)\r
document.location = "whnjs.htm";\r
//figure out which mode is the best\r
- else\r
+ else \r
{\r
nViewFrameType=nWebhelpNavPaneMode;\r
if (nWebhelpNavPaneMode==1||nWebhelpNavPaneMode == 2)\r
if (gbNav4&&(gnVerMinor == 4.6)) nViewFrameType = 3;\r
if (gbIE4&&gbDHTML) nViewFrameType = 1;\r
if (gbIE4&&gbSunOS&&nWebhelpNavPaneMode==2) nViewFrameType = 3;\r
- if (gbNav4&&gbSunOS&&nViewFrameType==2) nViewFrameType = 3;\r
if (gbNav6&&gbDHTML) nViewFrameType = 1;\r
if (gbNav6&&!gbNav61&&nWebhelpNavPaneMode == 2) nViewFrameType = 3;\r
if (gbMac) nViewFrameType = 3;\r
}\r
\r
//figure out which one is navpane\r
- // ReplaceMark:nViewFrameType = 1\r
if (nViewFrameType == 1)\r
- {\r
- if (gbNav4 && !gbNav6)\r
- strPane = strPaneList;\r
- else\r
- strPane = strPaneDHTML;\r
- }\r
+ strPane = strPaneDHTML;\r
else if (nViewFrameType == 2)\r
strPane = strPaneApplet;\r
- else\r
+ else \r
strPane = strPaneList;\r
-}\r
-//-->\r
-</script>\r
-<script type="text/javascript" language="javascript" src="whstart.js"></script>\r
-<script type="text/javascript" language="javascript">\r
-<!--\r
-if (!gbIE4&&!gbNav4&&!gbOpera7&&!gbSafari)\r
- document.location = "whnjs.htm";\r
\r
-function CMRAgent( strID, strURL, strLabel, strFrameAttr )\r
-{\r
- this.m_strID = strID;\r
- this.m_strURL = strURL;\r
- this.m_strLabel = strLabel;\r
- this.m_strFrameAttr = strFrameAttr;\r
+ var oParam = new Object();\r
+ oParam.sTopic = "";\r
+ var oMsg = new whMessage(WH_MSG_GETDEFAULTTOPIC, window, 1, oParam);\r
+ if (SendMessage(oMsg) && oParam.sTopic != "")\r
+ strDefaultTopic = oParam.sTopic;\r
+\r
+\r
+ if (nViewFrameType == 1)\r
+ {\r
+ //DHTML (iframe or xml based)\r
+ strHTML += "<frameset id=\"whPfset\" cols=\"260,*\" frameborder=\"1\">";\r
+ strHTML += "<frame name=\"bsscleft\" title=\"navigation frame\" src=\"" + strPane + "\" scrolling=\"no\"></frame>";\r
+ strHTML += "<frame name=\"bsscright\" title=\"topic frame\" src=\"" + strDefaultTopic + "\" scrolling=\"auto\"></frame></frameset>";\r
+ }\r
+ else if (nViewFrameType == 2)\r
+ {\r
+ //applet (xml based)\r
+ strHTML += "<frameset id=\"whPfset\" cols=\"260,*\" framespacing=\"0\" frameborder=\"0\" border=\"0\">";\r
+ strHTML += "<frame name=\"bsscleft\" title=\"navigation frame\" src=\"" + strPane+ "\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\"></frame>";\r
+ strHTML += "<frame name=\"bsscright\" title=\"topic frame\" src=\"" + strDefaultTopic + "\" scrolling=\"auto\"></frame></frameset>";\r
+ }\r
+ else if (nViewFrameType == 3)\r
+ {\r
+ //generic html (pure html based)\r
+ strHTML += "<frameset id=\"whPfset\" cols=\"260,*\">";\r
+ strHTML += "<frame title=\"navigation frame\" src=\"" + strPane + "\" name=\"bsscleft\" scrolling=\"no\"></frame>";\r
+ strHTML += "<frame title=\"topic frame\" src=\"" + strDefaultTopic + "\" name=\"bsscright\" scrolling=\"auto\"></frame>";\r
+ strHTML += "</frameset>";\r
+ } \r
+ else if (nViewFrameType == 4)\r
+ {\r
+ //no navipane at all\r
+ strHTML += "<frameset id=\"whPfset\" border=\"0\" cols=\"100%,*\">";\r
+ strHTML += "<frame title=\"topic frame\" src=\"" + strDefaultTopic + "\" name=\"bsscright\" framespacing=\"0\" frameborder=\"0\" border=\"0\" scrolling=\"auto\">";\r
+ strHTML += "</frameset>";\r
+ }\r
+\r
+ document.write(strHTML);\r
+\r
+ RegisterListener2(window, WH_MSG_SHOWPANE);\r
+ RegisterListener2(window, WH_MSG_HIDEPANE);\r
+ RegisterListener2(window, WH_MSG_ISPANEVISIBLE);\r
+ window.onunload = window_unload;\r
}\r
\r
-function CMRServer()\r
+function window_unload()\r
{\r
- this.m_cAgents = new Array;\r
+ UnRegisterListener2(window, WH_MSG_SHOWPANE);\r
+ UnRegisterListener2(window, WH_MSG_HIDEPANE);\r
+ UnRegisterListener2(window, WH_MSG_ISPANEVISIBLE);\r
}\r
-var cMRServer = new CMRServer;\r
-// GetServerInfo\r
-// Registry the agent array handled by webhelp\r
-// ReplaceMark:MRServer.strServerData\r
-//-->\r
-</script>\r
\r
-<script type="text/javascript" language="javascript">\r
-<!--\r
-if (nViewFrameType!=-1)\r
+\r
+function onSendMessage(oMsg)\r
{\r
- var strHTML = "<frameset rows=\"32,*\" hostof=\"parent:toolbar!startpage:yes\" frameborder=\"0\" border=\"0\"><frame src=\"whskin_tbars.htm\" id=\"toolbar\" frameborder=\"0\" border=\"0\" scrolling=\"no\" noresize marginheight=\"0\" marginwidth=\"0\" title=\"Toolbar\"></frame><frame src=\"whskin_frmset01.htm\" frameborder=\"1\" border=\"1\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\"></frame></frameset>";\r
- document.write(strHTML);\r
+ var nMsgId = oMsg.nMessageId;\r
+ if (nMsgId == WH_MSG_SHOWPANE)\r
+ {\r
+ getElement("whPfset").cols = "260,*";\r
+ var onMsg = new whMessage(WH_MSG_PANESTATUE, this, 1, "visible");\r
+ SendMessage(onMsg);\r
+ onMsg = new whMessage(WH_MSG_GETPANEINFO, this, 1, "");\r
+ if (SendMessage(onMsg))\r
+ {\r
+ onMsg = new whMessage(WH_MSG_PANEINFO, this, 1, onMsg.oParam);\r
+ SendMessage(onMsg);\r
+ }\r
+ return false;\r
+ }\r
+ else if (nMsgId == WH_MSG_HIDEPANE)\r
+ {\r
+ getElement("whPfset").cols = "0,*";\r
+ var onMsg = new whMessage(WH_MSG_PANESTATUE, this, 1, "invisible");\r
+ SendMessage(onMsg);\r
+ onMsg = new whMessage(WH_MSG_PANEINFO, this, 1, "");\r
+ SendMessage(onMsg);\r
+ return false;\r
+ }\r
+ else if (nMsgId == WH_MSG_ISPANEVISIBLE)\r
+ {\r
+ var n = parseInt(getElement("whPfset").cols);\r
+ if (n > 0)\r
+ {\r
+ oMsg.oParam.bVisible = true;\r
+ }\r
+ return false;\r
+ }\r
+ return true;\r
}\r
//-->\r
</script>\r
-\r
-<frameset cols="100%,*" frameborder=no border=0>\r
- <frame src="whnjs.htm">\r
- <frame src="whskin_blank.htm" noresize>\r
-</frameset>\r
-\r
-</html>
\ No newline at end of file
+<body>\r
+<noscript>\r
+ <p> It seems javascript is disabled in your browser, please enable it and reload again, or click <a href="whnjs.htm">here</a> to view without javascript</p>\r
+</noscript>\r
+</body>\r
+</html>\r
<body>\r
<h1> WebHelp 5.50 System Info </h1>\r
<table>\r
-<tr><td> Start Page </td><td>visu.htm</td></tr>\r
-<tr><td> Skin Name </td><td>Default</td></tr>\r
-<tr><td> Generating Time </td><td>16:03 04/20/2006</td></tr>\r
+<tr><td> Start Page </td><td>index.htm</td></tr>\r
+<tr><td> Skin Name </td><td></td></tr>\r
+<tr><td> Generating Time </td><td>12:48 05/22/2006</td></tr>\r
<tr><td> Language ID </td><td>1033</td></tr>\r
<tr><td> Compile Script </td><td>webhelp5_compile_script.xml</td></tr>\r
<tr><td> Compile Build Version </td><td>13.10.606</td></tr>\r
+++ /dev/null
-<html>\r
-<head>\r
-<title> WebHelp Navigation Mini-bar </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<style>\r
-<!--\r
-body {margin:0;}\r
--->\r
-</style>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whmozemu.js"></script>\r
-<script language="javascript1.2" src="whtbar.js"></script>\r
-<body marginheight="0" marginwidth="0" bgcolor="#99ccff" scroll="no">\r
-<script language="javascript1.2">\r
-<!--\r
-if (window.gbWhTBar)\r
-{\r
- setButtonFont("avprev","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("avnext","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("synctoc","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("hide2","Tahoma","8pt","Black","Normal","Normal","none");\r
-\r
- gsIPrev = "wht_prev.gif";\r
- gsIPrevD = "wht_prev_g.gif";\r
- gsINext = "wht_next.gif";\r
- gsINextD = "wht_next_g.gif";\r
- gsISync = "wht_sync.gif";\r
- gsIHide = "wht_hide.gif";\r
- setBackgroundcolor("#99ccff");\r
- \r
- \r
- addButton("avprev",BTN_TEXT|BTN_IMG,"","","","","",0,0,"","","","","","");\r
-addButton("avnext",BTN_TEXT|BTN_IMG,"","","","","",0,0,"","","","","","");\r
-addButton("synctoc",BTN_TEXT|BTN_IMG,"","","","","",0,0,"","","","","","");\r
-addButton("hide2",BTN_TEXT|BTN_IMG,"","","","","",0,0,"","","","","","");\r
-\r
- addButton("blankblock");\r
- writeStyle(true);\r
- ReSortMinibarButtons();\r
- writeToolBar();\r
-}\r
-else\r
- document.location.reload();\r
-\r
-if (window.gbNav6)\r
-{\r
- var oMsg=new whMessage(WH_MSG_RELOADNS6,this, 1,null);\r
- SendMessage(oMsg);\r
-}\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title>Navigation Pane</title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-var gsInitPane="toc";\r
-var gsCurrentPane="";\r
-var gbLoading = "unknown";\r
-var gbTryTime = 0;\r
-var gbMaxTryTime = 6;\r
-var gbPassPhase0 = 0;\r
-var gbretried = 0;\r
-var gbmaxretry = 3;\r
-var gbretrytime = new Array();\r
-\r
-var origWidth = 0;\r
-var origHeight = 0;\r
-\r
-gbretrytime[0]= 5000;\r
-gbretrytime[1]= 30000;\r
-gbretrytime[2]= 60000;\r
-\r
-function addPane(sName, sFile)\r
-{\r
-}\r
-\r
-function setShowPane(sName)\r
-{\r
- gsInitPane=sName;\r
-}\r
- addPane("toc","whtdhtml.htm");\r
- addPane("fts","whfdhtml.htm");\r
- addPane("glo","whgdhtml.htm");\r
- setShowPane("toc");\r
-\r
-\r
-function window_unload()\r
-{\r
- if (!gbNav4 || gbNav6) // resize will call unload, but the register code will never be called on Netscape 4.\r
- {\r
- UnRegisterListener2(this, WH_MSG_SHOWTOC);\r
- UnRegisterListener2(this, WH_MSG_SHOWIDX);\r
- UnRegisterListener2(this, WH_MSG_SHOWFTS);\r
- UnRegisterListener2(this, WH_MSG_SHOWGLO);\r
- UnRegisterListener2(this, WH_MSG_SYNCTOC);\r
- UnRegisterListener2(this, WH_MSG_SEARCHTHIS);\r
- UnRegisterListener2(this, WH_MSG_GETPANEINFO);\r
- }\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- var bHidePane=false;\r
- var oMsg=new whMessage(WH_MSG_GETCMD,this,1,null);\r
- if (SendMessage(oMsg))\r
- {\r
- if(oMsg.oParam>0)\r
- {\r
- if(oMsg.oParam==1)\r
- gsInitPane="toc";\r
- else if(oMsg.oParam==2)\r
- gsInitPane="idx";\r
- else if(oMsg.oParam==3)\r
- gsInitPane="fts";\r
- else if(oMsg.oParam==4)\r
- gsInitPane="glo";\r
- }\r
- else if(oMsg.oParam==0)\r
- {\r
- bHidePane=true;\r
- }\r
- }\r
- if (bHidePane)\r
- {\r
- oMsg=new whMessage(WH_MSG_HIDEPANE,this,1,null)\r
- SendMessage(oMsg);\r
- }\r
- else if (gsInitPane == "toc")\r
- {\r
- oMsg=new whMessage(WH_MSG_SHOWTOC,this,1,null)\r
- SendMessage(oMsg); \r
- }\r
- else if (gsInitPane=="idx")\r
- {\r
- oMsg=new whMessage(WH_MSG_SHOWIDX,this,1,null)\r
- SendMessage(oMsg); \r
- }\r
- else if (gsInitPane=="fts")\r
- {\r
- oMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null)\r
- SendMessage(oMsg); \r
- }\r
- else if (gsInitPane=="glo")\r
- {\r
- oMsg=new whMessage(WH_MSG_SHOWGLO,this,1,null)\r
- SendMessage(oMsg); \r
- }\r
- \r
-}\r
-\r
-function onResize()\r
-{\r
- var oMsg=null;\r
- if (gbIE4)\r
- {\r
- if(document.body)\r
- {\r
- if(document.body.clientWidth > 1 && document.body.clientHeight>1)\r
- {\r
- oMsg = new whMessage(WH_MSG_RESIZEPANE,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
- }\r
- else \r
- {\r
- if (window.innerWidth != 0 && window.innerHeight != 0)\r
- {\r
- oMsg = new whMessage(WH_MSG_RESIZEPANE,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
-}\r
-\r
-function CheckLoadingPhase0()\r
-{\r
- if (!gbPassPhase0) {\r
- setTimeout("CheckLoadingPhase0()", 1000);\r
- document.applets[0];\r
- gbPassPhase0 = 1;\r
- }\r
- else {\r
- CheckLoadingPhase1();\r
- }\r
-}\r
-\r
-function CheckLoadingPhase1()\r
-{\r
- if (gbNav4) {\r
- if ("unknown" == gbLoading && document.readystate < 4) {\r
- setTimeout("CheckLoadingPhase1()", 1000);\r
- }\r
- else if ("unknown" == gbLoading) {\r
- CheckLoadingPhase2();\r
- }\r
- }\r
-}\r
-\r
-function CheckLoadingPhase2()\r
-{\r
- if (gbNav4) {\r
- gbTryTime ++;\r
- if ("unknown" == gbLoading) {\r
- if (gbTryTime <= gbMaxTryTime )\r
- setTimeout("CheckLoadingPhase2()", 1000);\r
- else {\r
- if (gnVerMinor != 4.60) {\r
- alert("Unable to load applet. If you are using an old version of Netscape, the prefs.js file needs to be edited.");\r
- }\r
- } \r
- }\r
- }\r
-}\r
-\r
-function CheckAppletLoaded()\r
-{\r
- if (typeof(document.WebHelp) == "undefined")\r
- {\r
- document.location.reload();\r
- if (gbretried < gbmaxretry)\r
- {\r
- gbretried ++;\r
- setTimeout("CheckAppletLoaded();", gbretrytime[gbretried]);\r
- }\r
- }\r
-}\r
-\r
-function reDo() \r
-{\r
- if (innerWidth != origWidth || innerHeight != origHeight) \r
- {\r
- //reloaded applet if nessary\r
- gbretried = 0;\r
-\r
- if (gnVerMinor == 4.60) \r
- {\r
- //reload the applet again.\r
- document.location.reload();\r
- gbretried ++;\r
- }\r
- setTimeout("CheckAppletLoaded();", gbretrytime[gbretried]);\r
- }\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- if (oMsg)\r
- { \r
- var nMsgId = oMsg.nMessageId;\r
- var WebHelpApplet = null;\r
- if (gbNav4)\r
- {\r
- WebHelpApplet = document.applets["WebHelp"];\r
- if (!WebHelpApplet.Command)\r
- document.location="whskin_plist.htm";\r
- }\r
- else\r
- WebHelpApplet = window.WebHelp;\r
-\r
- if(nMsgId==WH_MSG_GETPANEINFO)\r
- {\r
- oMsg.oParam=gsCurrentPane;\r
- return false;\r
- }\r
- else if(gbLoading!="unknown" || gbNav6)\r
- {\r
- if (nMsgId == WH_MSG_SHOWTOC)\r
- {\r
- gsCurrentPane="toc";\r
- WebHelpApplet.Command("Contents",null);\r
- var onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"toc");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWIDX)\r
- {\r
- gsCurrentPane="idx";\r
- WebHelpApplet.Command("Index",null);\r
- var onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"idx");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWFTS)\r
- {\r
- gsCurrentPane="fts";\r
- WebHelpApplet.Command("Search",null);\r
- var onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"fts");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWGLO)\r
- {\r
- gsCurrentPane="glo";\r
- WebHelpApplet.Command("Glossary",null);\r
- var onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"glo");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SYNCTOC)\r
- {\r
- gsCurrentPane="toc";\r
- var oTopicParam=oMsg.oParam;\r
- if(oTopicParam&&oTopicParam.aPaths&&oTopicParam.aPaths.length>0&&oTopicParam.sPPath)\r
- {\r
- var sPPath=_browserStringToText(oTopicParam.sPPath);\r
- var sParam="";\r
- for(var i=0;i<oTopicParam.aPaths.length;i++)\r
- {\r
- sParam+=oTopicParam.aPaths[i]+"\r\r";\r
- }\r
- WebHelpApplet.Command("SyncToc",sPPath,sParam);\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_SEARCHTHIS)\r
- {\r
- gsCurrentPane="fts";\r
- WebHelpApplet.Command("Search",oMsg.oParam);\r
- var onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"fts");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-function getInitTocInfo()\r
-{\r
- var oParam=new Object();\r
- oParam.oTocInfo=null;\r
- var oMsg=new whMessage(WH_MSG_GETTOCPATHS,this,1,oParam);\r
- if(SendMessage(oMsg))\r
- {\r
- var oTopicParam=oMsg.oParam.oTocInfo;\r
- if(oTopicParam&&oTopicParam.aPaths&&oTopicParam.aPaths.length>0&&oTopicParam.sPPath)\r
- {\r
- var sPPath=_browserStringToText(oTopicParam.sPPath);\r
- var sParam="";\r
- for(var i=0;i<oTopicParam.aPaths.length;i++)\r
- {\r
- sParam+=oTopicParam.aPaths[i]+"\r\r";\r
- }\r
- var WebHelpApplet;\r
- if(gbNav4)\r
- WebHelpApplet=document.applets["WebHelp"];\r
- else\r
- WebHelpApplet=WebHelp;\r
- WebHelpApplet.Command("SyncToc",sPPath,sParam);\r
- }\r
- }\r
-}\r
-\r
-if(window.gbWhUtil&&window.gbWhMsg&&window.gbWhVer&&window.gbWhProxy)\r
-{\r
- RegisterListener2(this, WH_MSG_SHOWTOC);\r
- RegisterListener2(this, WH_MSG_SHOWIDX);\r
- RegisterListener2(this, WH_MSG_SHOWFTS);\r
- RegisterListener2(this, WH_MSG_SHOWGLO);\r
- RegisterListener2(this, WH_MSG_SYNCTOC);\r
- RegisterListener2(this, WH_MSG_SEARCHTHIS);\r
- RegisterListener2(this, WH_MSG_GETPANEINFO);\r
-\r
- window.onresize=onResize;\r
- window.onunload = window_unload;\r
- window.onload=window_OnLoad;\r
- window.onerror = null;\r
- var gbWindows = ((gAgent.indexOf("win") != -1) || (gAgent.indexOf("16bit") != -1));\r
-\r
- if (gbNav4 && !gbNav6 && gbWindows) {\r
- setTimeout("CheckLoadingPhase0()", 1000);\r
- }\r
- if (gbNav4)\r
- {\r
- origWidth = innerWidth;\r
- origHeight = innerHeight;\r
- onresize = reDo;\r
- }\r
-}\r
-else\r
- document.location.reload();\r
-\r
-if (window.gbNav6)\r
-{\r
- var oMsg=new whMessage(WH_MSG_RELOADNS6,this, 1,null);\r
- SendMessage(oMsg);\r
-}\r
-//-->\r
-</script>\r
-</head>\r
-<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="c0c0c0">\r
-<applet code=WebHelp.class name=WebHelp archive=webhelp.jar width=100% height=100% MAYSCRIPT hspace=0 vspace=0>\r
-<PARAM name=ProjectFile value=whproj.xml><PARAM name=ResourceFile value=whres.xml>\r
-<PARAM name=HideTabs value=true>\r
-<PARAM name=Frame value=bsscright>\r
-<PARAM name=cabbase value=webhelp.cab>\r
-</applet>\r
-</body>\r
-</html>\r
+++ /dev/null
-<html>\r
-<head>\r
-<title> Navigation Pane </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<body border=0 topmargin=0 bottommargin=0 rightmargin=0 leftmargin=0 scroll=no>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmozemu.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whphost.js"></script>\r
-<script language="javascript1.2">\r
-<!--\r
-if (window.gbWhPHost)\r
-{\r
- var gsNavReDirect="whskin_plist.htm";\r
- var gbReDirectThis=true;\r
- var oMsg = new whMessage(WH_MSG_GETPANES, this, 1, null);\r
- if (SendMessage(oMsg))\r
- {\r
- if (oMsg.oParam)\r
- {\r
- for (var i=0;i<oMsg.oParam.aPanes.length;i++)\r
- {\r
- addPane(oMsg.oParam.aPanes[i].sPaneName, oMsg.oParam.aPanes[i].sPaneURL);\r
- }\r
- setShowPane(oMsg.oParam.sDefault);\r
- setServerEnabled();\r
- }\r
- else\r
- writeWebHelpPane();\r
- }\r
- else\r
- writeWebHelpPane();\r
-}\r
-else\r
- document.location.reload();\r
-\r
-if (window.gbNav6)\r
-{\r
- var oMsg=new whMessage(WH_MSG_RELOADNS6,this, 1,null);\r
- SendMessage(oMsg);\r
-}\r
-\r
-\r
-function writeWebHelpPane()\r
-{\r
- var bPreferXML = false;\r
- var strProjectFileXML = "whproj.xml";\r
- var strProjectFileHTM = "whproj.htm"; \r
- addProject(bPreferXML, strProjectFileXML, strProjectFileHTM);\r
- addPane("toc","whtdhtml.htm");\r
- addPane("fts","whfdhtml.htm");\r
- addPane("glo","whgdhtml.htm");\r
- setShowPane("toc");\r
-\r
-}\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
goHoverFont=new whFont("Verdana","8pt","#666666","normal","normal","none");\r
\r
\r
-setBackgroundcolor("White");\r
\r
-setFont("Table", "Tahoma","8pt","Navy","Normal","Normal","none");\r
-setListBackgroundcolor("White");\r
\r
-setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none");\r
-setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline");\r
-setActiveBgColor("Silver");\r
+setFont("Table", "Arial","9pt","#000000","normal","normal","none");\r
+\r
+\r
+setFont("Normal", "Arial","9pt","#000000","normal","normal","none");\r
+setFont("Hover", "Arial","9pt","#007f00","normal","normal","underline");\r
+setActiveBgColor("#cccccc");\r
\r
window.onload=window_OnLoad;\r
window.onresize = window_onResize;\r
+++ /dev/null
-<html>\r
-<head>\r
-<title> Navigation Pane </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-</head>\r
-<script language="javascript">\r
-<!--\r
-var strFrmToc="";\r
-var strFrmNdx="";\r
-var strFrmFts="";\r
-var strFrmGls="";\r
-var strFrmDft="";\r
-var gstrName="";\r
-\r
-//set overwrite here\r
-function setListFrames(strToc,strNdx,strFts,strGls,strDefault)\r
-{\r
- strFrmToc=strToc;\r
- strFrmNdx=strNdx;\r
- strFrmFts=strFts;\r
- strFrmGls=strGls;\r
- strFrmDft=strDefault;\r
- if(strFrmDft==strFrmToc)\r
- gstrName="toc";\r
- else if(strFrmDft==strFrmNdx)\r
- gstrName="idx";\r
- else if(strFrmDft==strFrmFts)\r
- gstrName="fts";\r
- else if(strFrmDft==strFrmGls)\r
- gstrName="glo";\r
-}\r
-\r
-function setWebHelpPane()\r
-{\r
- setListFrames("whgdata/whnvf30.htm","whgdata/whnvf31.htm","whgdata/whnvf32.htm","whgdata/whnvf33.htm","whgdata/whnvf30.htm");\r
-}\r
-\r
-function window_unload()\r
-{\r
- if(!gbNav4||gbNav6) // resize will call unload, but the register code will never be called on Netscape 4.\r
- {\r
- UnRegisterListener2(this,WH_MSG_SHOWTOC);\r
- UnRegisterListener2(this,WH_MSG_SHOWIDX);\r
- UnRegisterListener2(this,WH_MSG_SHOWFTS);\r
- UnRegisterListener2(this,WH_MSG_SHOWGLO);\r
- UnRegisterListener2(this,WH_MSG_GETPANEINFO);\r
- }\r
-}\r
-\r
-function window_onload()\r
-{\r
- var bHidePane=false;\r
- var oMsg=new whMessage(WH_MSG_GETCMD,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- if(oMsg.oParam>0)\r
- {\r
- if(oMsg.oParam==1)\r
- gstrName="toc";\r
- else if(oMsg.oParam==2)\r
- gstrName="idx";\r
- else if(oMsg.oParam==3)\r
- gstrName="fts";\r
- else if(oMsg.oParam==4)\r
- gstrName="glo";\r
- switchNvp(gstrName);\r
- }\r
- else if(oMsg.oParam==0)\r
- {\r
- bHidePane=true;\r
- }\r
- else if(gstrName)\r
- switchNvp(gstrName);\r
- }\r
- if(bHidePane)\r
- {\r
- oMsg=new whMessage(WH_MSG_HIDEPANE,this,1,null)\r
- SendMessage(oMsg);\r
- }\r
- else if(gstrName)\r
- {\r
- oMsg=new whMessage(WH_MSG_PANEINFO,this,1,gstrName);\r
- SendMessage(oMsg);\r
- }\r
- oMsg=new whMessage(WH_MSG_NOSYNC,this,1,null);\r
- SendMessage(oMsg);\r
- oMsg=new whMessage(WH_MSG_NOSEARCHINPUT,this,1,null);\r
- SendMessage(oMsg);\r
-\r
-}\r
-\r
-function switchNvp(strName)\r
-{\r
- var strFile="";\r
- if(strName=="toc") strFile=strFrmToc;\r
- else if(strName=="idx") strFile=strFrmNdx;\r
- else if(strName=="fts") strFile=strFrmFts;\r
- else if(strName=="glo") strFile=strFrmGls;\r
-\r
- gstrName=strName;\r
- frames[0].location=strFile; \r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- if(oMsg)\r
- {\r
- var onMsg=null;\r
- var nMsgId=oMsg.nMessageId;\r
- if(nMsgId==WH_MSG_SHOWTOC)\r
- {\r
- switchNvp("toc");\r
- onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"toc");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWIDX)\r
- {\r
- switchNvp("idx");\r
- onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"idx");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWFTS)\r
- {\r
- switchNvp("fts");\r
- onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"fts");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_SHOWGLO)\r
- {\r
- switchNvp("glo");\r
- onMsg=new whMessage(WH_MSG_PANEINFO,this,1,"glo");\r
- SendMessage(onMsg);\r
- onMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(onMsg);\r
- }\r
- else if(nMsgId==WH_MSG_GETPANEINFO)\r
- {\r
- oMsg.oParam=gstrName;\r
- return false;\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-function onResize()\r
-{\r
- var oMsg=null;\r
- if(gbIE4)\r
- {\r
- if(document.body)\r
- {\r
- if(document.body.clientWidth>1&&document.body.clientHeight>1)\r
- {\r
- oMsg=new whMessage(WH_MSG_RESIZEPANE,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
- }\r
- else\r
- {\r
- if(window.innerWidth!=0&&window.innerHeight!=0)\r
- {\r
- oMsg=new whMessage(WH_MSG_RESIZEPANE,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
-}\r
-\r
-if(window.gbWhMsg&&window.gbWhVer&&window.gbWhProxy)\r
-{\r
- var oMsg=new whMessage(WH_MSG_GETPANES,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- if(oMsg.oParam)\r
- {\r
- for(var i=0;i<oMsg.oParam.aPanes.length;i++)\r
- {\r
- if(oMsg.oParam.aPanes[i].sPaneName=="toc")\r
- strFrmToc=oMsg.oParam.aPanes[i].sPaneURL;\r
- else if(oMsg.oParam.aPanes[i].sPaneName=="idx")\r
- strFrmNdx=oMsg.oParam.aPanes[i].sPaneURL;\r
- else if(oMsg.oParam.aPanes[i].sPaneName=="fts")\r
- strFrmFts=oMsg.oParam.aPanes[i].sPaneURL;\r
- else if(oMsg.oParam.aPanes[i].sPaneName=="glo")\r
- strFrmGls=oMsg.oParam.aPanes[i].sPaneURL;\r
- if(oMsg.oParam.sDefault==oMsg.oParam.aPanes[i].sPaneName)\r
- {\r
- strFrmDft=oMsg.oParam.aPanes[i].sPaneURL;\r
- }\r
- }\r
- }\r
- else\r
- setWebHelpPane();\r
- }\r
- else\r
- setWebHelpPane();\r
-\r
- RegisterListener2(this,WH_MSG_SHOWTOC);\r
- RegisterListener2(this,WH_MSG_SHOWIDX);\r
- RegisterListener2(this,WH_MSG_SHOWFTS);\r
- RegisterListener2(this,WH_MSG_SHOWGLO);\r
- RegisterListener2(this,WH_MSG_GETPANEINFO);\r
-\r
- if(gbIE55)\r
- window.onresize=onResize;\r
-\r
- window.onunload=window_unload;\r
- window.onload=window_onload;\r
-\r
- var strHtml="";\r
- strHtml+="<frameset rows=\'100%,*\'>";\r
- strHtml+="<frame name=\'nvplist\' title=\'navpane frame\' src=\'" + strFrmDft +"\'></frame>";\r
- strHtml+="<frame src=\'whskin_blank.htm\' noresize></frame>";\r
- strHtml+="</frameset>";\r
- document.write(strHtml);\r
-}\r
-else\r
- document.location.reload();\r
-\r
-if(window.gbNav6)\r
-{\r
- var oMsg=new whMessage(WH_MSG_RELOADNS6,this,1,null);\r
- SendMessage(oMsg);\r
-}\r
-//-->\r
-</script>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<html>\r
-<head>\r
-<title> WebHelp Navigation Toolbar </title>\r
-\r
-<meta name="generator" content="RoboHelp by eHelp Corporation www.ehelp.com">\r
-<meta name="description" content="WebHelp 5.50">\r
-</head>\r
-<style>\r
-<!--\r
-body {margin:0;}\r
--->\r
-</style>\r
-<script language="javascript" src="whver.js"></script>\r
-<script language="javascript1.2" src="whutils.js"></script>\r
-<script language="javascript1.2" src="whmsg.js"></script>\r
-<script language="javascript1.2" src="whproxy.js"></script>\r
-<script language="javascript1.2" src="whmozemu.js"></script>\r
-<script language="javascript1.2" src="whtbar.js"></script>\r
-\r
-\r
-<body marginheight="0" marginwidth="0" bgcolor="#99ccff" scroll="no">\r
-<script language="javascript1.2">\r
-<!--\r
-if (window.gbWhTBar)\r
-{\r
- setButtonFont("toc","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("toc","Tahoma","8pt","White","Normal","Normal","none", true);\r
-setButtonFont("idx","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("idx","Tahoma","8pt","White","Normal","Normal","none", true);\r
-setButtonFont("fts","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("fts","Tahoma","8pt","White","Normal","Normal","none", true);\r
-setButtonFont("glo","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("glo","Tahoma","8pt","White","Normal","Normal","none", true);\r
-setButtonFont("websearch","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("websearch","Tahoma","8pt","White","Normal","Normal","none", true);\r
-setButtonFont("searchform","Tahoma","8pt","Black","Normal","Normal","none");\r
-setButtonFont("searchform","","","","","","", true);\r
-setButtonFont("banner","","","","","","");\r
-setButtonFont("banner","","","","","","", true);\r
-\r
- gsIToc = "wht_toc_n.gif";\r
- gsITocS = "wht_toc_h.gif";\r
- gsIIndex = "wht_idx_n.gif";\r
- gsIIndexS = "wht_idx_h.gif";\r
- gsISearch = "wht_fts_n.gif";\r
- gsISearchS = "wht_fts_h.gif";\r
- gsIGlossary = "wht_glo_n.gif";\r
- gsIGlossaryS = "wht_glo_h.gif";\r
- gsIWebSearch = "wht_ws.gif";\r
- gsIWebSearchD = "wht_ws_g.gif";\r
- gsIBanner = "wht_logo1.gif";\r
- gsIGo = "wht_go.gif";\r
- setBackgroundcolor("#99ccff");\r
- \r
- setAlignment("left");\r
- \r
- \r
- if (!gsBgImage)\r
- {\r
- setButtonBgColor("toc", gsBgColor);\r
- setButtonBgColor("idx", gsBgColor);\r
- setButtonBgColor("fts", gsBgColor);\r
- setButtonBgColor("glo", gsBgColor);\r
- setButtonBgColor("toc", gsTBSelectedBgColor, true);\r
- setButtonBgColor("idx", gsTBSelectedBgColor, true);\r
- setButtonBgColor("fts", gsTBSelectedBgColor, true);\r
- setButtonBgColor("glo", gsTBSelectedBgColor, true);\r
- setButtonBgColor("toc","#99ccff");\r
-setButtonBgColor("idx","#99ccff");\r
-setButtonBgColor("fts","#99ccff");\r
-setButtonBgColor("glo","#99ccff");\r
-setButtonBgColor("websearch","#99ccff");\r
-setButtonBgColor("searchform","");\r
-setButtonBgColor("banner","");\r
-\r
- }\r
- setButtonBgColor("toc","#639ace", true);\r
-setButtonBgColor("idx","#639ace", true);\r
-setButtonBgColor("fts","#639ace", true);\r
-setButtonBgColor("glo","#639ace", true);\r
-setButtonBgColor("websearch","#639ace", true);\r
-setButtonBgColor("searchform","", true);\r
-setButtonBgColor("banner","", true);\r
-\r
- addButton("toc",BTN_TEXT|BTN_IMG,"Contents","","","","",0,0,"","","","","","");\r
-addButton("fts",BTN_TEXT|BTN_IMG,"Search","","","","",0,0,"","","","","","");\r
-addButton("glo",BTN_TEXT|BTN_IMG,"Glossary","","","","",0,0,"","","","","","");\r
-addButton("searchform",BTN_TEXT,"","","","","",0,0,"","","","","","");\r
-addButton("banner",BTN_IMG,"","","","","",0,0,"","","","","","");\r
-\r
- addButton("blankblock");\r
- writeStyle(false);\r
- ReSortToolbarButtons();\r
- writeToolBar();\r
-}\r
-else\r
- document.location.reload();\r
-//-->\r
-</script>\r
-</body>\r
-</html>
\ No newline at end of file
+++ /dev/null
-<?xml version='1.0' encoding='ISO-8859-1' ?>\r
-<topictemplate>\r
- <topic type="normal">\r
- <add tag="head" pos="endbefore" >\r
- <![CDATA["<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_MESSAGE_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript\" src=\"";SF_VERSION_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_PROXY_JS ;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_UTILS_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_TOPIC_JS;"\"></script>\r
-";]]>\r
- </add>\r
- <add tag="body" pos="beginafter">\r
- <![CDATA["<script type=\"text/javascript\" language=\"javascript1.2\">\r
-<!--\r
-if (window.gbWhTopic)\r
-{\r
- if (window.addTocInfo)\r
- {\r
- ";\r
- OutputInTopicNavBarDataToc("addTocInfo(\"%s\");\r\n");\r
- OutputInTopicNavBarDataBrowse("addAvenueInfo(\"%s\",\"%s\",\"%s\");\r\n");\r
- OutputInTopicNavBarDataButtons("addButton(%s);\r\n");\r
- "\r
- }\r
- if (window.writeBtnStyle)\r
- writeBtnStyle();\r
-\r
- if (window.writeIntopicBar)\r
- writeIntopicBar(";WH_WEBSKIN.topic.bar.top.pos;");\r
-\r
- if (window.setRelStartPage)\r
- {\r
- ";\r
- OutputInTopicNavBarDataHomePage("setRelStartPage(\"%s\");\r\n");\r
- OutputInTopicNavBarDataWebSearch.href("addSearchFormHref(\"%s\");\r\n");\r
- "\r
- autoSync(";WH_USER_OPTIONS.autosync_toc;");\r
- sendSyncInfo();\r
- sendAveInfoOut();\r
- }\r
-}\r
-else\r
- if (window.gbIE4)\r
- document.location.reload();\r
-//-->\r
-</script>"]]> \r
- </add>\r
- <add tag="body" pos="endbefore">\r
- <![CDATA["<script type=\"text/javascript\" language=\"javascript1.2\">\r
-<!--\r
-if (window.writeIntopicBar)\r
- writeIntopicBar(";WH_WEBSKIN.topic.bar.bottom.pos;");\r
-//-->\r
-</script>";\r
-OutputInTopicNavBarDataWebSearch.form();]]> \r
- </add>\r
- </topic>\r
- <topic type="frameset">\r
- <add tag="head" pos="endbefore" >\r
- <![CDATA["<script type=\"text/javascript1.2\" language=\"javascript\" src=\"";SF_MESSAGE_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript\" src=\"";SF_VERSION_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_PROXY_JS ;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_UTILS_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\" src=\"";SF_FRAMESET_JS;"\"></script>\r
-<script type=\"text/javascript\" language=\"javascript1.2\">\r
-<!--\r
-if (window.setRelStartPage)\r
-{\r
-";\r
- OutputInTopicNavBarDataHomePage("setRelStartPage(\"%s\");\r\n");\r
- OutputInTopicNavBarDataToc("addTocInfo(\"%s\");\r\n");\r
- OutputInTopicNavBarDataBrowse("addAvenueInfo(\"%s\",\"%s\",\"%s\");\r\n");\r
-"\r
-}\r
-if (window.autoSync)\r
- autoSync(";WH_USER_OPTIONS.autosync_toc;");\r
-//-->\r
-</script>\r
-";]]>\r
- </add>\r
- </topic>\r
-</topictemplate>\r
}\r
}\r
\r
-var gsToolbarOrder = "toc|fts|glo|blankblock|searchform|banner";\r
-var gsMinibarOrder = "blankblock|hide2|";\r
+var gsToolbarOrder = "";\r
+var gsMinibarOrder = "";\r
\r
var gsTopic = "files/introduction.htm";\r
var PANE_OPT_SEARCH = 1;\r
+++ /dev/null
-// WebHelp 5.10.006\r
-var gaButtons=new Array();\r
-var gaTypes=new Array();\r
-var gaBtnBgColor=new Array();\r
-var gaSelBtnBgColor=new Array();\r
-var gaOrders=null;\r
-var gaObjBtns=new Array();\r
-var BTN_TEXT=1;\r
-var BTN_IMG=2;\r
-var BTN_IMG_TOP=4\r
-var BTN_IMG_BOTTOM=8;\r
-var BTN_IMG_LEFT=16;\r
-var BTN_IMG_RIGHT=32;\r
-var gsAlign="left";\r
-var gsBgImage="";\r
-var gsBgColor="#99ccff";\r
-var gsShadow="#cccccc";\r
-var gsTBBgImage="";\r
-var gnShowHideStyle=0;\r
-var goTocInfo=null;\r
-var gbTocInfoInited=false;\r
-var goWebSearch=null;\r
-var gsTBFontFamily="Arial";\r
-var gsTBFontSize="xx-small";\r
-var gsTBFontColor="#003063";\r
-var gsTBDarkColor="#808080";\r
-var gsTBLightColor="#FFFAFA";\r
-var gsTBSelectedBgColor="#639ace";\r
-var gsTBFontSelectedColor="#ffffff";\r
-var gaOnLoads=new Array();\r
-var goWebSearchEnable=true;\r
-\r
-var goShow=null;\r
-var goHide=null;\r
-var goHide2=null;\r
-var goSync=null;\r
-\r
-var goToc=null;\r
-var goIdx=null;\r
-var goFts=null;\r
-var goGlo=null;\r
-var goNext=null;\r
-var goPrev=null;\r
-\r
-var LAYOUT=1;\r
-var HLAYOUT=0;\r
-var VLAYOUT=1;\r
-var ALIGN=2;\r
-var BALIGN=0;\r
-var EALIGN=2;\r
-var goEl=null;\r
-var gnRE=0;\r
-\r
-var gnButtonLayout=0;\r
-var gnShowHide=-1;\r
-\r
-var gbEqualSize=false;\r
-var goCusButton=new Array();\r
-var gsBtnStyle="";\r
-var gaAvenues=null;\r
-var gsCurAveName="";\r
-\r
-var gsIToc=null;\r
-var gsITocS=null;\r
-var gsIIndex=null;\r
-var gsIIndexS=null;\r
-var gsISearch=null;\r
-var gsISearchS=null;\r
-var gsIGlossary=null;\r
-var gsIGlossaryS=null;\r
-var gsIBanner=null;\r
-var gsIGo=null;\r
-\r
-var gsIHide=null;\r
-var gsIPrev=null;\r
-var gsINext=null;\r
-var gsISync=null;\r
-var gsINextD=null;\r
-var gsIPrevD=null;\r
-var gsIWebSearch=null;\r
-var gsIWebSearchD=null;\r
-\r
-var gbAveButttnInited=false;\r
-var goNextParent=null;\r
-var goPrevParent=null;\r
-var gsSearchPrompt="- Search -";\r
-\r
-var gstrSearch="";\r
-var gbPreview=false;\r
-gbPreview=false; \r
-var gsSearchFormTitle="";\r
-var gnHasNavPane=-1;\r
-var gbInitBtn=false;\r
-var gaBtns=new Array();\r
-var gbWhTBar=false;\r
-var goTextFont=null;\r
-var goSelTextFont=null;\r
-var gsPane="";\r
-var gbNeedUpdateAve=false;\r
-var gbUpdateTimerCount=0;\r
-\r
-function setGoImage(sGoImage)\r
-{\r
- if(sGoImage)\r
- {\r
- gsIGo=sGoImage;\r
- }\r
-}\r
-\r
-function btnBgColor(sType,sColor)\r
-{\r
- this.sType=sType;\r
- this.sColor=sColor;\r
-}\r
-\r
-function setBackground(sBgImage)\r
-{\r
- gsBgImage=sBgImage;\r
-}\r
-\r
-function setBackgroundcolor(sBgColor)\r
-{\r
- gsBgColor=sBgColor;\r
-}\r
-\r
-function setAlignment(strAlignment)\r
-{\r
- gnButtonLayout=0;\r
- if(strAlignment=="left")\r
- {\r
- gnButtonLayout=HLAYOUT|BALIGN;\r
- }\r
- else if(strAlignment=="right")\r
- {\r
- gnButtonLayout=HLAYOUT|EALIGN;\r
- }\r
- else if(strAlignment=="top")\r
- {\r
- gnButtonLayout=VLAYOUT|BALIGN;\r
- }\r
- else if(strAlignment=="bottom")\r
- {\r
- gnButtonLayout=VLAYOUT|EALIGN;\r
- }\r
-}\r
-\r
-function writeStyle(bMiniBar)\r
-{\r
- var sStyle="";\r
- sStyle+="<style type='text/css'>\n";\r
- sStyle+="<!--\n";\r
- sStyle+=".clsBtnNormal {\n";\r
- if(!(gbNav4&&!gbNav6))\r
- if (bMiniBar)\r
- sStyle+="padding:2px;\n";\r
- else\r
- sStyle+="padding:5px;\n";\r
- sStyle+="cursor:hand;\n";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=".clsNoBNormal {\n";\r
- sStyle+="padding-left:2px;padding-right:2px;\n";\r
- sStyle+="cursor:hand;\n";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=".clsBtnDisable {\n";\r
- if(!(gbNav4&&!gbNav6))\r
- if (bMiniBar)\r
- sStyle+="padding:2px;\n";\r
- else\r
- sStyle+="padding:5px;\n";\r
- sStyle+="cursor:default;\n";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=".clsNoBDisable {\n";\r
- sStyle+="padding-left:2px;padding-right:2px;\n";\r
- sStyle+="cursor:default;\n";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
-\r
- sStyle+=".clsNotBtn {\n";\r
- if(!(gbNav4&&!gbNav6))\r
- if (bMiniBar)\r
- sStyle+="padding:2px;\n";\r
- else\r
- sStyle+="padding:5px;\n";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=".clsBtnUp{\n";\r
- if(!(gbNav4&&!gbNav6))\r
- if (bMiniBar)\r
- sStyle+="padding:1px;\n";\r
- else\r
- sStyle+="padding:4px;\n";\r
- sStyle+="border-bottom:"+gsTBDarkColor+" 1px solid;\n";\r
- sStyle+="border-left:"+gsTBLightColor+" 1px solid;\n";\r
- sStyle+="border-right:"+gsTBDarkColor+" 1px solid;\n";\r
- sStyle+="border-top:"+gsTBLightColor+" 1px solid;\n";\r
- sStyle+="cursor:hand;";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=".clsNoBUp{\n";\r
- sStyle+="padding-left:2px;padding-right:2px;\n";\r
- sStyle+="cursor:hand;";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=".clsBtnDown{\n";\r
- if(!(gbNav4&&!gbNav6))\r
- if (bMiniBar)\r
- sStyle+="padding:1px;\n";\r
- else\r
- sStyle+="padding:4px;\n";\r
- sStyle+="border-bottom:"+gsTBLightColor+" 1px solid;\n";\r
- sStyle+="border-left:"+gsTBDarkColor+" 1px solid;\n";\r
- sStyle+="border-right:"+gsTBLightColor+" 1px solid;\n";\r
- sStyle+="border-top:"+gsTBDarkColor+" 1px solid;\n";\r
- sStyle+="color:"+gsTBFontColor+";\n";\r
- sStyle+="cursor:hand;\n";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";}\n";\r
-\r
- sStyle+=".clsNoBDown{\n";\r
- sStyle+="padding-left:2px;padding-right:2px;\n";\r
- sStyle+="cursor:hand;";\r
- sStyle+="font-family:"+gsTBFontFamily+";\n";\r
- sStyle+="font-size:"+gsTBFontSize+";\n";\r
- sStyle+="color:"+gsTBFontColor+";}\n";\r
-\r
- sStyle+=getDefaultButtonFont();\r
- sStyle+=gsBtnStyle;\r
- sStyle+=".clsToolbarBackground{\n";\r
- sStyle+="margin:2px;}\n";\r
- sStyle+="-->\n";\r
- sStyle+=" body {\n";\r
- if (gsBgImage)\r
- sStyle+="border-top:"+gsBgColor+" 1px solid;}\n";\r
- else\r
- sStyle+="border-top:black 1px solid;}\n";\r
- sStyle+="-->\n";\r
- sStyle+="</style>\n";\r
- document.write(sStyle);\r
-}\r
-\r
-function button(sType,sText,nWidth,nHeight)\r
-{\r
- this.sType=sType;\r
- this.sText=sText;\r
- this.nWidth=nWidth;\r
- this.nHeight=nHeight;\r
- \r
- this.aIs=new Array();\r
- var i=0;\r
- while(button.arguments.length>i+4)\r
- {\r
- if (button.arguments[4+i])\r
- this.aIs[i]=_getFullPath(_getPath(document.location.href),button.arguments[4+i]);\r
- else\r
- this.aIs[i]="";\r
- i++;\r
- }\r
-}\r
-\r
-function getImage(oImage,sTitle)\r
-{\r
- if(oImage.aIs[0])\r
- {\r
- var sI="";\r
- if(sTitle=="")\r
- sTitle=oImage.sText;\r
- sI+="<img alt=\""+sTitle+"\" src=\""+oImage.aIs[0]+"\"";\r
- if(oImage.nWidth>0)\r
- sI+=" width="+oImage.nWidth;\r
- if(oImage.nHeight>0)\r
- sI+=" height="+oImage.nHeight;\r
- sI+=" border=0 align=\"absmiddle\">";\r
- return sI;\r
- }\r
- return "";\r
-}\r
-\r
-function getCurrentAveName()\r
-{\r
- var oSelect=getElement("avenue");\r
- if(oSelect)\r
- return oSelect.value;\r
- else\r
- return "";\r
-}\r
-\r
-function updateWebSearch(bEnable)\r
-{\r
- var oWebSearch=getElement("btnwebsearch");\r
- var oWebSearchParent=null;\r
- if(oWebSearch)\r
- oWebSearchParent=getParentNode(oWebSearch);\r
- goWebSearchEnable=bEnable;\r
- if(oWebSearchParent)\r
- {\r
- if(bEnable)\r
- enableButton(oWebSearchParent,goWebSearch);\r
- else\r
- disableButton(oWebSearchParent,goWebSearch);\r
- }\r
-\r
-}\r
-\r
-function setState(oEL,sState)\r
-{\r
- if(gbNav6||gbOpera)\r
- oEL.setAttribute("state",sState);\r
- else\r
- oEL.state=sState; \r
-}\r
-\r
-function updateAvenueIfNeeded()\r
-{\r
- gbUpdateTimerCount--;\r
- if (gbNeedUpdateAve&&gbUpdateTimerCount==0)\r
- {\r
- updateAvenue();\r
- }\r
-}\r
-\r
-function updateAvenue()\r
-{\r
- var sSelect=getAvenueHTML(gaAvenues);\r
- var oSelect=getElement("avenue");\r
- if(oSelect)\r
- {\r
- if(gbNav6)\r
- {\r
- var oParent=getParentNode(oSelect);\r
- \r
- if(oParent)\r
- {\r
- removeThis(oSelect);\r
- oParent.insertAdjacentHTML("afterBegin",sSelect);\r
- }\r
- }\r
- else\r
- oSelect.outerHTML=sSelect; \r
- oSelect=getElement("avenue");\r
- if(isValidAvenue(gaAvenues,gsCurAveName))\r
- oSelect.value=gsCurAveName;\r
- }\r
- updateAveButton();\r
-}\r
-\r
-function initAveButtonObj()\r
-{\r
- if(!gbAveButttnInited)\r
- {\r
- var oNext=getElement("btnavnext");\r
- if(oNext)\r
- goNextParent=getParentNode(oNext);\r
-\r
- var oPrev=getElement("btnavprev");\r
- if(oPrev)\r
- goPrevParent=getParentNode(oPrev);\r
- }\r
- gbAveButttnInited=true;\r
-}\r
-\r
-function disableAveButton()\r
-{\r
- initAveButtonObj();\r
- if(goNextParent)\r
- disableButton(goNextParent,goNext);\r
- if(goPrevParent)\r
- disableButton(goPrevParent,goPrev);\r
-}\r
-\r
-function disableButton(oEl,oBtn)\r
-{\r
- setState(oEl,"disable");\r
- var sPF=oEl.className.substring(0,6);\r
- oEl.className=sPF+"Disable";\r
- var oAs = getElementsByTag(oEl,"a");\r
- if (oAs.length>0)\r
- {\r
- oAs[0].style.cursor="default";\r
- }\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>3)\r
- {\r
- if(oBtn.aIs[3])\r
- oIs[0].src=oBtn.aIs[3];\r
- }\r
- else\r
- oEl.style.visibility="hidden";\r
-}\r
-\r
-function enableButton(oEl,oBtn)\r
-{\r
- setState(oEl,"normal");\r
- if(oEl==goEl)\r
- {\r
- var sPF=oEl.className.substring(0,6);\r
- oEl.className=sPF+"Up";\r
- }\r
- var oAs = getElementsByTag(oEl,"a");\r
- if (oAs.length>0)\r
- {\r
- oAs[0].style.cursor="hand";\r
- }\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>0)\r
- {\r
- if(oBtn.aIs[0])\r
- oIs[0].src=oBtn.aIs[0];\r
- }\r
- oEl.style.visibility="visible";\r
-}\r
-\r
-function updateAveButton()\r
-{\r
- initAveButtonObj(); \r
- var strAveName=getCurrentAvenue();\r
- if(strAveName!="")\r
- {\r
- if(gaAvenues)\r
- {\r
- for(var i=0;i<gaAvenues.length;i++)\r
- if(gaAvenues[i].sName==strAveName)\r
- {\r
- if(goNextParent)\r
- {\r
- if(gaAvenues[i].sNext!=null&&gaAvenues[i].sNext!="")\r
- enableButton(goNextParent,goNext);\r
- else\r
- disableButton(goNextParent,goNext);\r
- }\r
- if(goPrevParent)\r
- {\r
- if(gaAvenues[i].sPrev!=null&&gaAvenues[i].sPrev!="")\r
- enableButton(goPrevParent,goPrev);\r
- else\r
- disableButton(goPrevParent,goPrev);\r
- } \r
- break;\r
- }\r
- }\r
- }\r
- else\r
- {\r
- var bNext=false;\r
- var bPrev=false;\r
- if(gaAvenues&&gaAvenues.length>0)\r
- {\r
- for(var i=0;i<gaAvenues.length&&(!bNext||!bPrev);i++)\r
- {\r
- if(!bNext)\r
- if(gaAvenues[i].sNext!=null&&gaAvenues[i].sNext!="")\r
- bNext=true; \r
- if(!bPrev)\r
- if(gaAvenues[i].sPrev!=null&&gaAvenues[i].sPrev!="")\r
- bPrev=true; \r
- }\r
- }\r
- if(goNextParent)\r
- {\r
- if(bNext)\r
- enableButton(goNextParent,goNext);\r
- else\r
- disableButton(goNextParent,goNext);\r
- }\r
- \r
- if(goPrevParent)\r
- {\r
- if(bPrev)\r
- enableButton(goPrevParent,goPrev);\r
- else\r
- disableButton(goPrevParent,goPrev);\r
- }\r
- }\r
- \r
-}\r
-\r
-function isValidAvenue(aAvenues,sValue)\r
-{\r
- if(aAvenues)\r
- {\r
- for(var i=0;i<aAvenues.length;i++)\r
- {\r
- if(aAvenues[i].sName==sValue)\r
- return true;\r
- }\r
- }\r
- return false;\r
-}\r
-\r
-function getAvenueHTML(aAvenues)\r
-{\r
- var sSelect="<select id=\"avenue\" size=\"1\" name=\"avenue\" onchange=\"updateAveButton();\">";\r
- sSelect+="<option value=\"\" selected> - Select Avenue - </option>";\r
- if(aAvenues)\r
- {\r
- for(var i=0;i<aAvenues.length;i++)\r
- {\r
- sSelect+="<option value=\""+aAvenues[i].sName+"\">"+aAvenues[i].sName+"</option>";\r
- }\r
- }\r
- sSelect+="</select>";\r
- return sSelect;\r
-}\r
-\r
-function addAvenueSelection()\r
-{\r
- var oMsg=new whMessage(WH_MSG_GETAVIAVENUES,this,1,new Object());\r
- var sButton="";\r
- if(SendMessage(oMsg))\r
- {\r
- sButton=getAvenueHTML(oMsg.oParam.aAvenues);\r
- }\r
- else\r
- {\r
- sButton=getAvenueHTML(null);\r
- }\r
- gaButtons[gaButtons.length]="<td NOWRAP align=\"center\" valign=\"middle\">"+sButton+"</td>";\r
-}\r
-\r
-function setSearchFormTitle(sTitle)\r
-{\r
- gsSearchFormTitle=sTitle;\r
-}\r
-\r
-function highLightIfNeeded()\r
-{\r
- if(document.searchForm.searchString.value==gsSearchPrompt)\r
- {\r
- document.searchForm.searchString.select();\r
- }\r
-}\r
-\r
-function addSearchForm()\r
-{\r
- var sPropmptString=gsSearchPrompt;\r
-\r
- var nWidth=20;\r
- if(!nWidth) nWidth=20;\r
- if(gbNav4) nWidth=nWidth*.6;\r
-\r
- if(gsSearchFormTitle)\r
- sPropmptString="";\r
- var sButton="<table id=\"searchInput\" CELLSPACING=0 CELLPADDING=1><tr><td valign=\"middle\" NOWRAP class=\"clsNotBtn\"><span class=\"btnsearchform\">"+_textToHtml(gsSearchFormTitle)+"</span></td><td NOWRAP valign=\"middle\"><input class=\"inputsearchform\" type=\"text\" onfocus=\"highLightIfNeeded();\" name=\"searchString\" value=\""+sPropmptString+"\" size=\""+nWidth+"\"></td>";\r
- if(gbNav6)\r
- sButton="<form id=\"searchInput\" name=\"searchForm\" method=\"POST\" action=\"javascript:searchB()\">"+sButton;\r
- if("image"=="text")\r
- {\r
- sButton+="<td NOWRAP valign=\"middle\"><a class=\"searchbtn\" href=\"javascript:void(0);\" onclick=\"searchForm.submit(); return false;\"></a></td>";\r
- }\r
- else if("image"=="image"&&gsIGo)\r
- {\r
- sButton+="<td NOWRAP valign=\"middle\"><a class=\"searchbtn\" href=\"javascript:void(0);\" onclick=\"searchForm.submit(); return false;\">"\r
- sButton+="<img alt=\"Go\" src=\""+gsIGo+"\" border=0 align=\"absmiddle\"></a></td>";\r
- }\r
- sButton+="</tr></table>";\r
- if(gbNav6)\r
- sButton+="</form>";\r
- var nBtn=gaButtons.length;\r
- gaButtons[nBtn]="<td NOWRAP align=\"center\" valign=\"middle\">"+sButton+"</td>";\r
- gaTypes[nBtn]="searchform";\r
-}\r
-\r
-function getShowHide()\r
-{\r
- var sText="";\r
- var sI="";\r
- if(hasNavPane())\r
- {\r
- if(goHide)\r
- {\r
- if(gnShowHideStyle&BTN_TEXT)\r
- sText=goHide.sText;\r
- if(gnShowHideStyle&BTN_IMG)\r
- sI=getImage(goHide,"Hide");\r
- }\r
- }\r
- else\r
- {\r
- if(goShow)\r
- {\r
- if(gnShowHideStyle&BTN_TEXT)\r
- sText=goShow.sText;\r
- if(gnShowHideStyle&BTN_IMG)\r
- sI=getImage(goShow,"Show");\r
- }\r
- }\r
- var sButton=genButton(sText,sI,gnShowHideStyle);\r
- return sButton;\r
-}\r
-\r
-function addBanner(sImage)\r
-{\r
- if(sImage)\r
- {\r
- var nBtn=gaButtons.length;\r
- gaButtons[nBtn]="<td NOWRAP align=\"center\" valign=\"middle\"> <a href=\"javascript:void(0);\" onclick=\"showBanner();return false;\"><img alt=\"About WebHelp\"src=\""+sImage+"\" border=0 align=\"absmiddle\"></a></td>";\r
- gaTypes[nBtn]="banner";\r
- }\r
-}\r
-\r
-function showBanner()\r
-{\r
- if (!gbPreview)\r
- {\r
- var nWidth=390;\r
- var nHeight=204;\r
- var nScreenWidth=screen.width;\r
- var nScreenHeight=screen.height;\r
- var nLeft=(nScreenWidth-nWidth)/2;\r
- var nTop=(nScreenHeight-nHeight)/2;\r
- if (gbIE4)\r
- {\r
- if (gbIE5)\r
- nHeight+=20;\r
- else\r
- nHeight+=40;\r
- window.showModalDialog("whskin_banner.htm","","dialogHeight:"+nHeight+"px;dialogWidth:"+nWidth+"px;resizable:no;status:no;scroll:no;help:no;center:yes;");\r
- }\r
- else\r
- window.open("whskin_banner.htm","banner","dependent,innerHeight="+nHeight+",innerWidth="+nWidth+",height="+nHeight+",width="+nWidth+",resizable=no,menubar=no,location=no,personalbar=no,status=no,scrollbar=no,toolbar=no,screenX="+nLeft+",screenY="+nTop);\r
- }\r
-}\r
-\r
-function addButton(sType,nStyle,sTitle,sHref,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6)\r
-{\r
- var sButton="";\r
- var bMini=false;\r
- var sText="";\r
- var sI="";\r
- var bState=false;\r
- var nBtn=gaButtons.length;\r
- var bHref=false;\r
- if(sType=="show"&&isShowHideEnable())\r
- {\r
- var svTitle="Show Navigation Component";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnshowhide\" class=\"btnshow\" href=\"javascript:void(0);\" onclick=\"showHidePane();return false;\">";\r
- gnShowHideStyle=nStyle;\r
- goShow=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3);\r
- gaObjBtns[nBtn]=goShow;\r
- if(gnShowHide!=-1)\r
- {\r
- nBtn=gnShowHide;\r
- }\r
- else\r
- {\r
- gnShowHide=nBtn;\r
- }\r
- sButton+=getShowHide();\r
- sButton+="</a>";\r
- bState=true;\r
- }\r
- else if(sType=="hide"&&isShowHideEnable())\r
- {\r
- var svTitle="Hide Navigation Component";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnshowhide\" class=\"btnhide\" href=\"javascript:void(0);\" onclick=\"showHidePane();return false;\">";\r
- gnShowHideStyle=nStyle;\r
- goHide=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3);\r
- gaObjBtns[nBtn]=goHide;\r
- if(gnShowHide!=-1)\r
- {\r
- nBtn=gnShowHide;\r
- }\r
- else\r
- {\r
- gnShowHide=nBtn;\r
- }\r
- sButton+=getShowHide();\r
- sButton+="</a>";\r
- bState=true;\r
- }\r
- else if(sType=="hide2"&&(!gbNav4)&&(!gbOpera))\r
- {\r
- var svTitle="Hide Navigation Component";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnhide\" class=\"btnhide\" href=\"javascript:void(0);\" onclick=\"showHidePane();return false;\">";\r
- gnShowHideStyle=nStyle;\r
- if(!sI1)\r
- sI1=gsIHide;\r
- goHide2=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3);\r
- gaObjBtns[nBtn]=goHide2;\r
- if(nStyle&BTN_TEXT)\r
- sText=goHide2.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goHide2,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bMini=true;\r
- }\r
- else if(sType=="synctoc")\r
- {\r
- var svTitle="Sync TOC";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnsynctoc\" class=\"btnsynctoc\" href=\"javascript:void(0);\" onclick=\"syncWithShow();return false;\">";\r
- if(!sI1)\r
- sI1=gsISync;\r
- goSync=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3);\r
- gaObjBtns[nBtn]=goSync;\r
- if(nStyle&BTN_TEXT)\r
- sText=goSync.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goSync,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bMini=true;\r
- }\r
- else if(sType=="toc")\r
- {\r
- var svTitle="Contents";\r
- sButton="<a title=\""+svTitle+"\" id=\"btntoc\" class=\"btntoc\" href=\"javascript:void(0);\" onclick=\"showToc();return false;\">";\r
- if(!sI1)\r
- sI1=gsIToc;\r
- if(!sI2)\r
- sI2=gsITocS;\r
- if(!sI4)\r
- sI4=gsITocS;\r
- goToc=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goToc;\r
- if(nStyle&BTN_TEXT)\r
- sText=goToc.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goToc,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bState=true;\r
- }\r
- else if(sType=="idx")\r
- {\r
- var svTitle="Index";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnidx\" class=\"btnidx\" href=\"javascript:void(0);\" onclick=\"showIndex();return false;\">";\r
- if(!sI1)\r
- sI1=gsIIndex;\r
- if(!sI2)\r
- sI2=gsIIndexS;\r
- if(!sI4)\r
- sI4=gsIIndexS;\r
- goIdx=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goIdx;\r
- if(nStyle&BTN_TEXT)\r
- sText=goIdx.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goIdx,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bState=true;\r
- }\r
- else if(sType=="fts")\r
- {\r
- var svTitle="Search";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnfts\" class=\"btnfts\" href=\"javascript:void(0);\" onclick=\"showFts();return false;\">";\r
- if(!sI1)\r
- sI1=gsISearch;\r
- if(!sI2)\r
- sI2=gsISearchS;\r
- if(!sI4)\r
- sI4=gsISearchS;\r
- goFts=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goFts;\r
- if(nStyle&BTN_TEXT)\r
- sText=goFts.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goFts,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bState=true;\r
- }\r
- else if(sType=="glo")\r
- {\r
- var svTitle="Glossary";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnglo\" class=\"btnglo\" href=\"javascript:void(0);\" onclick=\"showGlossary();return false;\">";\r
- if(!sI1)\r
- sI1=gsIGlossary;\r
- if(!sI2)\r
- sI2=gsIGlossaryS;\r
- if(!sI4)\r
- sI4=gsIGlossaryS;\r
- goGlo=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goGlo;\r
- if(nStyle&BTN_TEXT)\r
- sText=goGlo.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goGlo,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bState=true;\r
- }\r
- else if(sType=="avnext")\r
- {\r
- var svTitle="Next Topic";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnavnext\" class=\"btnavnext\" href=\"javascript:void(0);\" onclick=\"goAveNext();return false;\">";\r
- if(!sI1)\r
- sI1=gsINext;\r
- if(!sI4)\r
- sI4=gsINextD;\r
- goNext=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goNext;\r
- if(nStyle&BTN_TEXT)\r
- sText=goNext.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goNext,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bMini=true;\r
- }\r
- else if(sType=="avprev")\r
- {\r
- var svTitle="Previous Topic";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnavprev\" class=\"btnavprev\" href=\"javascript:void(0);\" onclick=\"goAvePrev();return false;\">";\r
- if(!sI1)\r
- sI1=gsIPrev;\r
- if(!sI4)\r
- sI4=gsIPrevD;\r
- goPrev=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goPrev;\r
- if(nStyle&BTN_TEXT)\r
- sText=goPrev.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goPrev,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- bMini=true;\r
- }\r
- else if(sType=="blankblock")\r
- {\r
- gaButtons[nBtn]=null;\r
- gaTypes[nBtn]=sType;\r
- }\r
- else if(sType=="websearch")\r
- {\r
- var svTitle="WebSearch";\r
- sButton="<a title=\""+svTitle+"\" id=\"btnwebsearch\" class=\"btnwebsearch\" href=\"javascript:void(0);\" onclick=\"doWebSearch();return false;\">";\r
- if(!sI1)\r
- sI1=gsIWebSearch;\r
- if(!sI4)\r
- sI4=gsIWebSearchD;\r
- goWebSearch=new button(sType,sTitle,nWidth,nHeight,sI1,sI2,sI3,sI4,sI5,sI6);\r
- gaObjBtns[nBtn]=goWebSearch;\r
- if(nStyle&BTN_TEXT)\r
- sText=goWebSearch.sText\r
- \r
- if(nStyle&BTN_IMG)\r
- sI=getImage(goWebSearch,svTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- }\r
- else if(sType.indexOf("custom")==0)\r
- {\r
- var nCusBtnIdx=goCusButton.length;\r
- goCusButton[nCusBtnIdx]=new cusButton(sType,sTitle,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight,sI1,sI2,sI3);\r
- gaObjBtns[nBtn]=goCusButton[nCusBtnIdx];\r
- var re=new RegExp("\"","g");\r
- var svTitle=sTitle.replace(re, """);\r
- if(sHref&&sHref.length!=0)\r
- {\r
- sButton="<a title=\""+svTitle+"\" id=\"btn"+sType+"\" class=\"btn"+sType+"\" target=\"bsscright\" href=\""+sHref+"\" onclick=\"cusOnClick("+nCusBtnIdx+");";\r
- bHref=true;\r
- }\r
- else\r
- sButton="<a title=\""+svTitle+"\" id=\"btn"+sType+"\" class=\"btn"+sType+"\" href=\"javascript:void(0);\" onclick=\"cusOnClick("+nCusBtnIdx+");return false;";\r
- sButton+="\" onmouseover=\"cusOnMouseOver("+nCusBtnIdx+");\" title=\""+sType+"\">";\r
- if(nStyle&BTN_TEXT)\r
- sText=sTitle;\r
- if(nStyle&BTN_IMG)\r
- sI+=getImage(goCusButton[nCusBtnIdx],sTitle);\r
- sButton+=genButton(sText,sI,nStyle);\r
- sButton+="</a>";\r
- }\r
- if(sButton.length!=0)\r
- {\r
- var btnClass="";\r
- if(sText||bMini)\r
- btnClass="clsBtnNormal";\r
- else\r
- btnClass="clsNoBNormal";\r
-\r
- if(!bState)\r
- {\r
- if(bHref)\r
- gaButtons[nBtn]="<td NOWRAP valign=\"middle\" align=\"center\" class="+btnClass+" onclick=\"onBtnClick(event);\" onmousedown=\"onBtnMouseDown(event, "+nBtn+");\" onmouseup=\"onBtnMouseUp(event, "+nBtn+");\" onmouseover=\"onBtnMouseOver(event, "+nBtn+");\" onmouseout=\"onBtnMouseOut(event, "+nBtn+");\">"+sButton+"</td>";\r
- else\r
- gaButtons[nBtn]="<td NOWRAP valign=\"middle\" align=\"center\" class="+btnClass+" onclick=\"onBtnClick(event);return false;\" onmousedown=\"onBtnMouseDown(event, "+nBtn+");\" onmouseup=\"onBtnMouseUp(event, "+nBtn+");\" onmouseover=\"onBtnMouseOver(event, "+nBtn+");\" onmouseout=\"onBtnMouseOut(event, "+nBtn+");\">"+sButton+"</td>";\r
- }\r
- else\r
- gaButtons[nBtn]="<td NOWRAP valign=\"middle\" align=\"center\" class="+btnClass+" state=\"up\" onclick=\"onBtnClick(event);return false;\" onmousedown=\"onBtnMouseDown(event, "+nBtn+");\" onmouseup=\"onBtnMouseUp(event, "+nBtn+");\" onmouseover=\"onBtnMouseOver(event, "+nBtn+");\" onmouseout=\"onBtnMouseOut(event, "+nBtn+");\">"+sButton+"</td>";\r
- gaTypes[nBtn]=sType;\r
- }\r
-\r
- if(sType=="avenuesel")\r
- addAvenueSelection();\r
- else if(sType=="searchform")\r
- addSearchForm();\r
- else if(sType=="banner")\r
- {\r
- if(!sI1)\r
- sI1=gsIBanner;\r
- addBanner(sI1);\r
- }\r
-}\r
-\r
-function isShowHideEnable()\r
-{\r
- if(gbIE4)\r
- return true;\r
- else\r
- return false;\r
-}\r
-\r
-function genButton(sText,sI,nStyle)\r
-{\r
- var sButton="";\r
- var sShowText=_textToHtml(sText);\r
- if (gbNav4 && !gbNav6)\r
- sShowText += " ";\r
- if(sText!=""&&sI!="")\r
- {\r
- if(nStyle&BTN_IMG_TOP)\r
- sButton+=sI+"<br>"+ sShowText;\r
- else if(nStyle&BTN_IMG_BOTTOM)\r
- sButton+=sText+"<br>"+sI;\r
- else if(nStyle&BTN_IMG_RIGHT)\r
- sButton+=sText+" "+sI;\r
- else\r
- sButton+=sI+" "+sShowText;\r
- }\r
- else if(sText!="")\r
- {\r
- sButton+=sShowText;\r
- }\r
- else if(sI!="")\r
- {\r
- sButton+=sI;\r
- }\r
- return sButton;\r
-}\r
-\r
-function searchB()\r
-{\r
- var onMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null);\r
- SendMessage(onMsg);\r
-\r
- var oMsg=new whMessage(WH_MSG_SEARCHTHIS,this,1,document.searchForm.searchString.value);\r
- if(!SendMessage(oMsg))\r
- gstrSearch=document.searchForm.searchString.value;\r
- else\r
- gstrSearch="";\r
-}\r
-\r
-function ReSortToolbarButtons()\r
-{\r
- var bSearchEnabled=isSearchEnabled();\r
- var strOrder="";\r
- var oMsg=new whMessage(WH_MSG_TOOLBARORDER,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- strOrder=oMsg.oParam;\r
- }\r
- if(strOrder.length>0)\r
- {\r
- gaOrders=strOrder.split("|");\r
- var aTempButtons=new Array();\r
- var ti=0;\r
- for(var si=0;si<gaOrders.length;si++)\r
- {\r
- if(gaOrders[si]!="searchform"||bSearchEnabled)\r
- {\r
- var sb=-1;\r
- for(var st=0;st<gaTypes.length;st++)\r
- {\r
- if(gaOrders[si]==gaTypes[st])\r
- {\r
- sb=st;\r
- break;\r
- }\r
- }\r
- if(sb!=-1)\r
- {\r
- aTempButtons[aTempButtons.length]=gaButtons[sb];\r
- }\r
- }\r
- }\r
- gaButtons=aTempButtons;\r
- }\r
-}\r
-\r
-function isSyncEnabled()\r
-{\r
- var bEnabled=false;\r
- var oMsg=new whMessage(WH_MSG_ISSYNCSSUPPORT,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- bEnabled=oMsg.oParam;\r
- }\r
- return bEnabled;\r
-}\r
-\r
-function isAvenueEnabled()\r
-{\r
- var bEnabled=false;\r
- var oMsg=new whMessage(WH_MSG_ISAVENUESUPPORT,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- bEnabled=oMsg.oParam;\r
- }\r
- return bEnabled;\r
-}\r
-\r
-function isSearchEnabled()\r
-{\r
- var bEnabled=false;\r
- var oMsg=new whMessage(WH_MSG_ISSEARCHSUPPORT,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- bEnabled=oMsg.oParam;\r
- }\r
- return bEnabled;\r
-}\r
-\r
-function ReSortMinibarButtons()\r
-{\r
- var bSyncEnabled=isSyncEnabled();\r
- var bAvenueEnabled=isAvenueEnabled();\r
- var strOrder="";\r
- var oMsg=new whMessage(WH_MSG_MINIBARORDER,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- strOrder=oMsg.oParam;\r
- }\r
- if(strOrder.length>0)\r
- {\r
- gaOrders=strOrder.split("|");\r
- var aTempButtons=new Array();\r
- var ti=0;\r
- for(var si=0;si<gaOrders.length;si++)\r
- {\r
- if((gaOrders[si]!="synctoc"||bSyncEnabled)&&\r
- ((gaOrders[si]!="avnext"&&gaOrders[si]!="avprev")||bAvenueEnabled))\r
- {\r
- var sb=-1;\r
- for(var st=0;st<gaTypes.length;st++)\r
- {\r
- if(gaOrders[si]==gaTypes[st])\r
- {\r
- sb=st;\r
- break;\r
- }\r
- }\r
- if(sb!=-1)\r
- {\r
- aTempButtons[aTempButtons.length]=gaButtons[sb];\r
- }\r
- }\r
- }\r
- gaButtons=aTempButtons;\r
- }\r
-}\r
-\r
-function writeToolBar()\r
-{\r
- var sHTML="";\r
- if(gaButtons.length>0)\r
- {\r
- var strHeight="100%";\r
- var strWidth="100%";\r
- if (gbNav4)\r
- {\r
- strHeight=window.innerHeight-4;\r
- strWidth=window.innerWidth-4;\r
- }\r
- if (gbIE4)\r
- {\r
- strHeight=document.body.clientHeight-4;\r
- strWidth=document.body.clientWidth-4;\r
- }\r
- if(gbNav6)\r
- sHTML="<table class=\"clsToolbarBackground\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" height=\""+strHeight+"\" width=\""+strWidth+"\">";\r
- else\r
- sHTML="<form name=\"searchForm\" method=\"POST\" action=\"javascript:searchB()\"><table class=\"clsToolbarBackground\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" height=\""+strHeight+"\" width=\""+strWidth+"\">";\r
- if((gnButtonLayout&LAYOUT)==HLAYOUT)\r
- {\r
- sHTML+="<tr>";\r
- for(var i=0;i<gaButtons.length;i++)\r
- {\r
- if(gaButtons[i])\r
- sHTML+=gaButtons[i];\r
- else\r
- sHTML+="<td width=\"100%\"></td>";\r
- }\r
- sHTML+="</tr>";\r
- }\r
- else\r
- {\r
- for(var i=0;i<gaButtons.length;i++)\r
- {\r
- if(gaButtons[i])\r
- sHTML+="<tr width=\"100%\">"+gaButtons[i]+"</tr>";\r
- else\r
- sHTML+="<tr height=\"100%\"><td></td></tr>";\r
- }\r
- }\r
- if(gbNav6)\r
- sHTML+="</table>";\r
- else\r
- sHTML+="</table></form>";\r
- }\r
- document.write(sHTML);\r
- if(document.body)\r
- document.body.onselectstart=onSelect;\r
- updateAveButton();\r
-}\r
-\r
-function hasNavPane()\r
-{\r
- if(gnHasNavPane==-1)\r
- {\r
- gnHasNavPane=0;\r
- var oParam=new Object();\r
- oParam.bVisible=false;\r
- var oMsg=new whMessage(WH_MSG_ISPANEVISIBLE,this,1,oParam);\r
- if(SendMessage(oMsg))\r
- {\r
- if(oParam.bVisible)\r
- gnHasNavPane=1;\r
- }\r
- \r
- }\r
- if(gnHasNavPane==1)\r
- return true;\r
- else\r
- return false;\r
-}\r
-\r
-function getTocInfo()\r
-{\r
- var oParam=new Object();\r
- oParam.oTocInfo=null;\r
- var oMsg=new whMessage(WH_MSG_GETTOCPATHS,this,1,oParam);\r
- if(SendMessage(oMsg))\r
- {\r
- goTocInfo=oParam.oTocInfo;\r
- gbTocInfoInited=true;\r
- }\r
-}\r
-\r
-function onBtnClick(e)\r
-{\r
- var oEl=null;\r
- var oElo=null;\r
- if(gbNav6)\r
- {\r
- oElo=e.target;\r
- while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo);\r
- oEl=oElo;\r
- }\r
- else\r
- {\r
- oElo=event.srcElement;\r
- oEl=oElo;\r
- event.cancelBubble=true;\r
- }\r
- while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB"))\r
- {\r
- oEl=getParentNode(oEl);\r
- if(!oEl) return;\r
- }\r
- if(oElo.tagName=="A"||oElo.tagName=="IMG") return true;\r
- var oaA=getElementsByTag(oElo,"A");\r
- if(oaA&&oaA.length)\r
- {\r
- var oA=oaA[0];\r
- if(gbNav6)\r
- {\r
- var sCmd=oA.getAttribute("onclick");\r
- var nCmd=sCmd.indexOf("return false;");\r
- if(nCmd!=-1);\r
- sCmd=sCmd.substring(0,nCmd);\r
- setTimeout(sCmd,1);\r
- }\r
- else\r
- oA.onclick();\r
- }\r
-}\r
-\r
-function onBtnMouseDown(e,nBtn)\r
-{\r
- var oEl=null;\r
- if(gbNav6)\r
- {\r
- var oElo=e.target;\r
- while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo);\r
- oEl=oElo;\r
- }\r
- else\r
- {\r
- oEl=event.srcElement;\r
- event.cancelBubble=true;\r
- }\r
- while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB"))\r
- {\r
- oEl=getParentNode(oEl);\r
- if(!oEl) return;\r
- }\r
- var sPF=oEl.className.substring(0,6);\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>2)\r
- {\r
- if(gaObjBtns[nBtn].aIs[2])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[2];\r
- }\r
- var sState=getState(oEl);\r
- if(sState!="disable")\r
- {\r
- oEl.className=sPF+"Down";\r
- }\r
-}\r
-\r
-function onBtnMouseUp(e,nBtn)\r
-{\r
- var oEl=null;\r
- if(gbNav6)\r
- {\r
- var oElo=e.target;\r
- while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo);\r
- oEl=oElo;\r
- }\r
- else\r
- {\r
- oEl=event.srcElement;\r
- event.cancelBubble=true;\r
- }\r
- while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB"))\r
- {\r
- oEl=getParentNode(oEl);\r
- if(!oEl) return;\r
- }\r
- var sPF=oEl.className.substring(0,6);\r
- var sState=getState(oEl);\r
- if(sState=="down"||sState=="disable")\r
- {\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>3)\r
- {\r
- if(gaObjBtns[nBtn].aIs[3])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[3];\r
- }\r
- }\r
- else\r
- {\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>0)\r
- {\r
- if(gaObjBtns[nBtn].aIs[0])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[0];\r
- }\r
- }\r
- if(goEl==oEl)\r
- {\r
- if(sState!="down"&&sState!="disable")\r
- {\r
- oEl.className=sPF+"Up";\r
- }\r
- }\r
-}\r
-\r
-function getState(oEl)\r
-{\r
- var sState="";\r
- if(gbNav6||gbOpera)\r
- sState=oEl.getAttribute("state");\r
- else\r
- if(oEl.state)\r
- sState=oEl.state;\r
- return sState;\r
-}\r
-\r
-function onBtnMouseOver(e,nBtn)\r
-{\r
- markButton(e);\r
- var oEl=null;\r
- if(gbNav6)\r
- {\r
- var oElo=e.target;\r
- while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo);\r
- oEl=oElo;\r
- }\r
- else\r
- {\r
- oEl=event.srcElement;\r
- event.cancelBubble=true;\r
- }\r
- while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB"))\r
- {\r
- oEl=getParentNode(oEl);\r
- if(!oEl) return;\r
- }\r
- var sPF=oEl.className.substring(0,6);\r
- var sState=getState(oEl);\r
- if(sState=="down"||sState=="disable")\r
- {\r
- if(sState=="down")\r
- oEl.className=sPF+"Down";\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>4)\r
- {\r
- if(gaObjBtns[nBtn].aIs[4])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[4];\r
- }\r
- }\r
- else\r
- {\r
- oEl.className=sPF+"Up";\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>1)\r
- {\r
- if(gaObjBtns[nBtn].aIs[1])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[1];\r
- }\r
- }\r
-}\r
-\r
-function onBtnMouseOut(e,nBtn)\r
-{\r
- goEl=null;\r
- var oEl=null;\r
- if(gbNav6)\r
- {\r
- var oElo=e.target;\r
- while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo);\r
- oEl=oElo;\r
- }\r
- else\r
- {\r
- oEl=event.srcElement;\r
- event.cancelBubble=true;\r
- }\r
- while(-1==oEl.className.indexOf("clsBtn")&&-1==oEl.className.indexOf("clsNoB"))\r
- {\r
- oEl=getParentNode(oEl);\r
- if(!oEl) return;\r
- }\r
- var sPF=oEl.className.substring(0,6);\r
- var sState=getState(oEl);\r
- if(sState=="down"||sState=="disable")\r
- {\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>3)\r
- {\r
- if(gaObjBtns[nBtn].aIs[3])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[3];\r
- }\r
- if(sState=="down")\r
- oEl.className=sPF+"Down";\r
- }\r
- else\r
- {\r
- var oIs=getElementsByTag(oEl,"img");\r
- if(oIs.length>0&&gaObjBtns[nBtn]&&gaObjBtns[nBtn].aIs&&gaObjBtns[nBtn].aIs.length>0)\r
- {\r
- if(gaObjBtns[nBtn].aIs[0])\r
- oIs[0].src=gaObjBtns[nBtn].aIs[0];\r
- }\r
- oEl.className=sPF+"Normal";\r
- }\r
-}\r
-\r
-function showToc()\r
-{\r
- var oMsg=new whMessage(WH_MSG_SHOWTOC,this,1,null)\r
- SendMessage(oMsg);\r
-}\r
-\r
-function showIndex()\r
-{\r
- var oMsg=new whMessage(WH_MSG_SHOWIDX,this,1,null)\r
- SendMessage(oMsg);\r
-}\r
-\r
-function showFts()\r
-{\r
- var oMsg=new whMessage(WH_MSG_SHOWFTS,this,1,null)\r
- SendMessage(oMsg);\r
-}\r
-\r
-function showGlossary()\r
-{\r
- var oMsg=new whMessage(WH_MSG_SHOWGLO,this,1,null)\r
- SendMessage(oMsg);\r
-}\r
-\r
-function syncWithShow()\r
-{\r
- if(!gbTocInfoInited)\r
- {\r
- getTocInfo();\r
- }\r
- if(goTocInfo)\r
- {\r
- showToc();\r
- var oParam=goTocInfo;\r
- var oMsg=new whMessage(WH_MSG_SYNCTOC,this,1,oParam);\r
- SendMessage(oMsg);\r
- }\r
-}\r
-\r
-function markButton(e)\r
-{\r
- var oEl=null;\r
- if(gbNav6)\r
- {\r
- var oElo=e.target;\r
- while(oElo&&oElo.nodeName.indexOf("#")==0) oElo=getParentNode(oElo);\r
- oEl=oElo;\r
- }\r
- else\r
- oEl=event.srcElement;\r
- while(oEl&&oEl.tagName!="TD") oEl=getParentNode(oEl);\r
- if(oEl)\r
- goEl=oEl;\r
-}\r
-\r
-function showHidePane()\r
-{\r
- var oMsg=null;\r
- if(hasNavPane())\r
- oMsg=new whMessage(WH_MSG_HIDEPANE,this,1,null);\r
- else\r
- oMsg=new whMessage(WH_MSG_SHOWPANE,this,1,null);\r
- SendMessage(oMsg);\r
-}\r
-\r
-function goAveNext()\r
-{\r
- goAvenue(true);\r
-}\r
-\r
-function goAvePrev()\r
-{\r
- goAvenue(false);\r
-}\r
-\r
-function doWebSearch()\r
-{\r
- if (goWebSearchEnable)\r
- {\r
- var oMsg=new whMessage(WH_MSG_WEBSEARCH,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
-}\r
-\r
-function goAvenue(bNext)\r
-{\r
- var oMsg=null;\r
- initAveButtonObj();\r
- gsCurAveName=getCurrentAveName();\r
- if(gbNav4&&!gbNav6)\r
- {\r
- if(bNext)\r
- {\r
- gaAvenues=null;\r
- updateAvenue();\r
- oMsg=new whMessage(WH_MSG_NEXT,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- else if(!bNext)\r
- {\r
- gaAvenues=null;\r
- updateAvenue();\r
- oMsg=new whMessage(WH_MSG_PREV,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
- else\r
- {\r
- if(bNext&&goNextParent)\r
- {\r
- var sState=getState(goNextParent);\r
- if(sState!="disable")\r
- {\r
- gaAvenues=null;\r
- gbNeedUpdateAve=true;\r
- gbUpdateTimerCount++;\r
- setTimeout("updateAvenueIfNeeded();", 2000);\r
- oMsg=new whMessage(WH_MSG_NEXT,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
- else if(!bNext&&goPrevParent)\r
- {\r
- var sState=getState(goPrevParent);\r
- if(sState!="disable")\r
- {\r
- gaAvenues=null;\r
- gbNeedUpdateAve=true;\r
- gbUpdateTimerCount++;\r
- setTimeout("updateAvenueIfNeeded();", 2000);\r
- oMsg=new whMessage(WH_MSG_PREV,this,1,null);\r
- SendMessage(oMsg);\r
- }\r
- }\r
- }\r
-}\r
-\r
-function window_Unload()\r
-{\r
- if(!gbNav4||gbNav6)\r
- {\r
- UnRegisterListener2(this,WH_MSG_GETSEARCHS);\r
- UnRegisterListener2(this,WH_MSG_PANESTATUE);\r
- UnRegisterListener2(this,WH_MSG_SYNCINFO);\r
- UnRegisterListener2(this,WH_MSG_PANEINFO);\r
- UnRegisterListener2(this,WH_MSG_AVENUEINFO);\r
- UnRegisterListener2(this,WH_MSG_GETCURRENTAVENUE);\r
- UnRegisterListener2(this,WH_MSG_ENABLEWEBSEARCH);\r
- UnRegisterListener2(this,WH_MSG_INITSEARCHSTRING);\r
- UnRegisterListener2(this,WH_MSG_NOSEARCHINPUT);\r
- UnRegisterListener2(this,WH_MSG_NOSYNC);\r
- }\r
-}\r
-\r
-function window_OnLoad()\r
-{\r
- if(!gbOpera7&&document.body)\r
- {\r
- if(gsBgImage&&gsBgImage.length>0)\r
- {\r
- document.body.background=gsBgImage;\r
- }\r
- if(gsBgColor&&gsBgColor.length>0)\r
- {\r
- document.body.bgColor=gsBgColor;\r
- }\r
- }\r
- doCusOnLoad();\r
- var oMsg=new whMessage(WH_MSG_GETPANEINFO,this,1,null);\r
- if(SendMessage(oMsg))\r
- {\r
- setTimeout("flipPaneButton(\""+oMsg.oParam+"\");",1);\r
- }\r
- if (!gaAvenues)\r
- {\r
- var oMsg2=new whMessage(WH_MSG_GETAVIAVENUES,this,1,new Object());\r
- if(SendMessage(oMsg2))\r
- {\r
- gaAvenues=oMsg2.oParam.aAvenues;\r
- gbNeedUpdateAve=false;\r
- setTimeout("updateAvenue();",1);\r
- }\r
- }\r
-}\r
-\r
-function onSendMessage(oMsg)\r
-{\r
- var nMsgId=oMsg.nMessageId;\r
- if(nMsgId==WH_MSG_GETSEARCHS)\r
- {\r
- if(document.searchForm&&document.searchForm.searchString)\r
- {\r
- oMsg.oParam.sValue=document.searchForm.searchString.value;\r
- return false;\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_PANESTATUE)\r
- {\r
- if(oMsg.oParam=="visible")\r
- {\r
- if(isShowHideEnable())\r
- setTimeout("flipShowHide(true);",1);\r
- setTimeout("showPaneButton();",1);\r
- }\r
- else\r
- {\r
- if(isShowHideEnable())\r
- setTimeout("flipShowHide(false);",1);\r
- setTimeout("hidePaneButton();",1);\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_PANEINFO)\r
- {\r
- if(oMsg.oParam)\r
- setTimeout("flipPaneButton(\""+oMsg.oParam+"\");",1);\r
- else\r
- setTimeout("hidePaneButton();",1);\r
- }\r
- else if(nMsgId==WH_MSG_SYNCINFO)\r
- {\r
- if(oMsg.oParam)\r
- goTocInfo=oMsg.oParam;\r
- else\r
- goTocInfo=null;\r
- gbTocInfoInited=true;\r
- }\r
- else if(nMsgId==WH_MSG_AVENUEINFO)\r
- {\r
- gaAvenues=oMsg.oParam;\r
- gbNeedUpdateAve=false;\r
- setTimeout("updateAvenue();",1);\r
- }\r
- else if(nMsgId==WH_MSG_GETCURRENTAVENUE)\r
- {\r
- var sAveName=getCurrentAvenue();\r
- if(sAveName!="")\r
- {\r
- oMsg.oParam.sAvenue=sAveName;\r
- return false;\r
- }\r
- else\r
- return true;\r
- }\r
- else if(nMsgId==WH_MSG_ENABLEWEBSEARCH)\r
- {\r
- setTimeout("updateWebSearch("+oMsg.oParam+");",1);\r
- }\r
- else if(nMsgId==WH_MSG_INITSEARCHSTRING)\r
- {\r
- if(gstrSearch!="")\r
- {\r
- oMsg.oParam=gstrSearch;\r
- gstrSearch="";\r
- return false;\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_NOSEARCHINPUT)\r
- {\r
- var oSearchInput = getElement("searchInput");\r
- if (oSearchInput)\r
- {\r
- oSearchInput.style.visibility = "hidden";\r
- return false;\r
- }\r
- }\r
- else if(nMsgId==WH_MSG_NOSYNC)\r
- {\r
- var oSync = getElement("btnsynctoc");\r
- if (oSync)\r
- {\r
- oSync.style.visibility = "hidden";\r
- return false;\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-function getCurrentAvenue()\r
-{\r
- var strAveName="";\r
- var oSelect=getElement("avenue");\r
- if(oSelect)\r
- {\r
- strAveName=oSelect.value;\r
- }\r
- return strAveName;\r
-}\r
-\r
-function initBtn()\r
-{\r
- var oBtn=null;\r
- oBtn=getElement("btntoc");\r
- if(oBtn)\r
- gaBtns[gaBtns.length]=oBtn;\r
- oBtn=getElement("btnidx");\r
- if(oBtn)\r
- gaBtns[gaBtns.length]=oBtn;\r
- oBtn=getElement("btnfts");\r
- if(oBtn)\r
- gaBtns[gaBtns.length]=oBtn;\r
- oBtn=getElement("btnglo");\r
- if(oBtn)\r
- gaBtns[gaBtns.length]=oBtn;\r
- gbInitBtn=true;\r
-}\r
-\r
-function showPaneButton()\r
-{\r
- flipPaneButton(gsPane);\r
-}\r
-\r
-function hidePaneButton()\r
-{\r
- flipPaneButton("");\r
-}\r
-\r
-function flipPaneButton(sPane)\r
-{\r
- if (sPane)\r
- gsPane=sPane;\r
- if(!gbInitBtn)\r
- initBtn();\r
-\r
- var oUp=null;\r
- if(sPane)\r
- {\r
- oUp=getElement("btn"+sPane);\r
- }\r
- for(var i=0;i<gaBtns.length;i++)\r
- {\r
- if(gaBtns[i])\r
- {\r
- if(gaBtns[i]==oUp)\r
- {\r
- var oEl=getParentNode(oUp);\r
- var sPF=oEl.className.substring(0,6);\r
- var sState=getState(oEl);\r
- if(sState=="up")\r
- {\r
- setState(oEl,"down");\r
- oEl.className=sPF+"Down";\r
- if(sPF=="clsBtn")\r
- {\r
- if(gaBtns[i].id)\r
- {\r
- var sColor=getBtnColor(gaBtns[i].id.substring(3),true);\r
- if(sColor)\r
- {\r
- oEl.style.backgroundColor=sColor\r
- }\r
- else\r
- {\r
- oEl.style.backgroundColor="";\r
- }\r
- }\r
- var oaA=getElementsByTag(oEl,"A");\r
- if(oaA.length>0)\r
- {\r
- var strClassName=oaA[0].className;\r
- oaA[0].className="btnsel"+strClassName.substring(3);\r
- }\r
- }\r
- var oIs=getElementsByTag(oEl,"img");\r
- var oBtn=getButtonObjByType(gaBtns[i].id.substring(3));\r
- if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>3)\r
- {\r
- if(oBtn.aIs[3])\r
- oIs[0].src=oBtn.aIs[3];\r
- }\r
- }\r
- }\r
- else\r
- {\r
- var oEl=getParentNode(gaBtns[i]);\r
- var sState=getState(oEl);\r
- var sPF=oEl.className.substring(0,6);\r
- if(sState=="down")\r
- {\r
- setState(oEl,"up");\r
- if(oEl==goEl)\r
- oEl.className=sPF+"Up";\r
- else\r
- oEl.className=sPF+"Normal";\r
-\r
- if(sPF=="clsBtn")\r
- {\r
- if(gaBtns[i].id)\r
- {\r
- var sColor=getBtnColor(gaBtns[i].id.substring(3),false);\r
- if(sColor)\r
- {\r
- oEl.style.backgroundColor=sColor\r
- }\r
- else\r
- {\r
- oEl.style.backgroundColor="";\r
- }\r
- }\r
-\r
- var oaA=getElementsByTag(oEl,"A");\r
- if(oaA.length>0)\r
- {\r
- var strClassName=oaA[0].className;\r
- oaA[0].className="btn"+strClassName.substring(6);\r
- }\r
- }\r
- var oIs=getElementsByTag(oEl,"img");\r
- var oBtn=getButtonObjByType(gaBtns[i].id.substring(3));\r
- if(oIs.length>0&&oBtn&&oBtn.aIs&&oBtn.aIs.length>0)\r
- {\r
- if(oBtn.aIs[0])\r
- oIs[0].src=oBtn.aIs[0];\r
- }\r
- }\r
- }\r
- }\r
- }\r
-}\r
-\r
-function flipShowHide(bShow)\r
-{\r
- gnHasNavPane=-1; \r
- var oA=getElement("btnshowhide");\r
- if(oA)\r
- {\r
- var oEl=getParentNode(oA);\r
- var sPF=oEl.className.substring(0,6);\r
- if(oEl&&oEl.state)\r
- {\r
- if(bShow)\r
- {\r
- oEl.state="down";\r
- oEl.className=sPF+"Down";\r
- }\r
- else\r
- {\r
- oEl.state="up";\r
- \r
- if(oEl==goEl)\r
- oEl.className=sPF+"Up";\r
- else\r
- oEl.className=sPF+"Normal";\r
- }\r
- }\r
- oA.innerHTML=getShowHide();\r
- }\r
-}\r
-\r
-function cusOnClick(nIdx)\r
-{\r
- if(goCusButton.length>nIdx)\r
- {\r
- var sOnClick=goCusButton[nIdx].sOnClick;\r
- if(sOnClick&&sOnClick.length>0)\r
- {\r
- if(!gbPreview)\r
- eval(sOnClick);\r
- return false;\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-function cusOnMouseOver(nIdx)\r
-{\r
- if(goCusButton.length>nIdx)\r
- {\r
- var sOnMouseOver=goCusButton[nIdx].sOnMouseOver;\r
- if(sOnMouseOver&&sOnMouseOver.length>0)\r
- {\r
- if(!gbPreview)\r
- eval(sOnMouseOver);\r
- return false;\r
- }\r
- }\r
- return true;\r
-}\r
-\r
-function doCusOnLoad()\r
-{\r
- if(!gbPreview&&gaOrders)\r
- {\r
- for(var i=0;i<gaOrders.length;i++)\r
- {\r
- for(var j=0;j<gaOnLoads.length;j++)\r
- {\r
- if(gaOrders[i]==gaOnLoads[j].sType)\r
- {\r
- eval(gaOnLoads[j].sOnLoad);\r
- break;\r
- }\r
- }\r
- }\r
- }\r
-}\r
-\r
-function registerOnLoad(sOnLoad,sType)\r
-{\r
- gaOnLoads[gaOnLoads.length]=new cusOnLoad(sType,sOnLoad); \r
-}\r
-\r
-function cusOnLoad(sType,sOnLoad)\r
-{\r
- this.sType=sType;\r
- this.sOnLoad=sOnLoad;\r
-}\r
-\r
-function cusButton(sType,sText,sOnClick,sOnMouseOver,sOnLoad,nWidth,nHeight)\r
-{\r
- this.sType=sType;\r
- this.sText=sText;\r
- this.sOnClick=sOnClick;\r
- this.sOnMouseOver=sOnMouseOver;\r
- this.sOnLoad=sOnLoad;\r
- this.nWidth=nWidth;\r
- this.nHeight=nHeight;\r
- this.aIs=new Array();\r
- var i=0;\r
- while(cusButton.arguments.length>i+7)\r
- {\r
- if (cusButton.arguments[7+i])\r
- this.aIs[i]=_getFullPath(_getPath(document.location.href),cusButton.arguments[7+i]);\r
- else\r
- this.aIs[i]="";\r
- i++;\r
- }\r
- if(sOnLoad)\r
- {\r
- registerOnLoad(sOnLoad,sType);\r
- }\r
-}\r
-\r
-function getBtnColor(sType,bSel)\r
-{\r
- var aBtnColors=null;\r
- if(bSel)\r
- aBtnColors=gaSelBtnBgColor;\r
- else\r
- aBtnColors=gaBtnBgColor;\r
- if(aBtnColors)\r
- {\r
- for(var i=0;i<aBtnColors.length;i++)\r
- {\r
- if(aBtnColors[i].sType==sType)\r
- return aBtnColors[i].sColor;\r
- }\r
- }\r
- return "";\r
-}\r
-\r
-function setButtonBgColor(sType,sColor,bSel)\r
-{\r
- if(sColor)\r
- {\r
- var aBtnColors=null;\r
- if(bSel)\r
- aBtnColors=gaSelBtnBgColor;\r
- else\r
- aBtnColors=gaBtnBgColor;\r
- if(aBtnColors!=null)\r
- {\r
- for(var i=0;i<aBtnColors.length;i++)\r
- {\r
- if(aBtnColors[i].sType==sType)\r
- {\r
- aBtnColors[i].sColor=sColor;\r
- return;\r
- }\r
- }\r
- aBtnColors[aBtnColors.length]=new btnBgColor(sType,sColor);\r
- }\r
- }\r
-}\r
-\r
-function getDefaultButtonFont()\r
-{\r
- var strFontStyle="";\r
- for(var i=0;i<gaTypes.length;i++)\r
- {\r
- strFontStyle+=".btnsel"+gaTypes[i]+"{"+getFontStyle(goSelTextFont)+"}";\r
- strFontStyle+=".btn"+gaTypes[i]+"{"+getFontStyle(goTextFont)+"}";\r
- }\r
- return strFontStyle;\r
-}\r
-\r
-function setButtonFont(sType,sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration,bSel)\r
-{\r
- if(sFontName)\r
- {\r
- var vFont=new whFont(sFontName,sFontSize,sFontColor,sFontStyle,sFontWeight,sFontDecoration);\r
- if(bSel)\r
- gsBtnStyle+=".btnsel"+sType+"{"+getFontStyle(vFont)+"}\n";\r
- else\r
- gsBtnStyle+=".btn"+sType+"{"+getFontStyle(vFont)+"}\n";\r
- }\r
- if (sType=="searchform"&&!bSel)\r
- {\r
- var vFont1=new whFont(sFontName,sFontSize,"black",sFontStyle,sFontWeight,sFontDecoration);\r
- gsBtnStyle+=".inputsearchform {" + getFontStyle(vFont1)+"}\n";\r
- }\r
-}\r
-\r
-function getButtonObjByType(sType)\r
-{\r
- for(var i=0;i<gaObjBtns.length;i++)\r
- {\r
- if(gaObjBtns[i].sType==sType)\r
- return gaObjBtns[i];\r
- }\r
- return null;\r
-}\r
-\r
-function onSelect()\r
-{\r
- if (event.srcElement&&event.srcElement.name)\r
- {\r
- if (event.srcElement.name=="searchString")\r
- return true;\r
- }\r
- return false;\r
-}\r
-\r
-function window_onResize()\r
-{\r
- gnRE++;\r
- setTimeout("tryReload();", 100);\r
-}\r
-\r
-function tryReload()\r
-{\r
- if (gnRE==1)\r
- document.location.reload();\r
- gnRE--;\r
-}\r
-\r
-if(window.gbWhUtil&&window.gbWhMsg&&window.gbWhVer&&window.gbWhProxy)\r
-{\r
- RegisterListener2(this,WH_MSG_GETSEARCHS);\r
- RegisterListener2(this,WH_MSG_PANESTATUE);\r
- RegisterListener2(this,WH_MSG_SYNCINFO);\r
- RegisterListener2(this,WH_MSG_PANEINFO);\r
- RegisterListener2(this,WH_MSG_AVENUEINFO);\r
- RegisterListener2(this,WH_MSG_GETCURRENTAVENUE);\r
- RegisterListener2(this,WH_MSG_ENABLEWEBSEARCH);\r
- RegisterListener2(this,WH_MSG_INITSEARCHSTRING);\r
- RegisterListener2(this,WH_MSG_NOSEARCHINPUT);\r
- RegisterListener2(this,WH_MSG_NOSYNC);\r
-\r
- window.onload=window_OnLoad;\r
- window.onunload=window_Unload;\r
- window.onresize=window_onResize;\r
- goTextFont=new whFont("Verdana","8pt","#003063","normal","normal","none");\r
- goSelTextFont=new whFont("Verdana","8pt","white","normal","normal","none");\r
- gbWhTBar=true;\r
-}\r
-else\r
- document.location.reload();\r
-\r
<!--\r
if (window.gbWhTHost)\r
{\r
- setBackgroundcolor( "White"); \r
- \r
- setFont("Normal", "Tahoma","8pt","Black","Normal","Normal","none");\r
- setFont("Hover", "Tahoma","8pt","Navy","Normal","Normal","underline");\r
- setActiveBgColor("Silver");\r
- \r
- \r
- setIcon("BookOpen","wht_toc2.gif");\r
- setIcon("BookClose","wht_toc1.gif");\r
- setIcon("Item","wht_toc3.gif");\r
- setIcon("RemoteItem","wht_toc4.gif");\r
- \r
- \r
\r
\r
+ setFont("Normal", "Arial","9pt","#000000","normal","normal","none");\r
+ setFont("Hover", "Arial","9pt","#007f00","normal","normal","underline");\r
+ setActiveBgColor("#cccccc");\r
+ setMargin("0pt");\r
+ setIndent("9pt");\r
+ setIcon("BookOpen","whd_toc2.gif");\r
+ setIcon("BookClose","whd_toc1.gif");\r
+ setIcon("Item","whd_toc3.gif");\r
+ setIcon("RemoteItem","whd_toc4.gif");\r
+ setIcon("NewBookOpen","whd_toc2.gif");\r
+ setIcon("NewBookClose","whd_toc1.gif");\r
+ setIcon("NewItem","whd_toc3.gif");\r
+ setIcon("NewRemoteItem","whd_toc4.gif");\r
TocWriteClassStyle();\r
TocWriteFixedWidth(true,400);\r
}\r
whtopic_foldUnload=window.onunload;\r
}\r
window.onunload=unRegisterListener;\r
- setButtonFont("show","","10pt","","","","");\r
+ setButtonFont("show","","","","","","");\r
+setButtonFont("hide","","","","","","");\r
\r
gbWhTopic=true;\r
}\r
<topic name="Vectors presentation" url="files/vectors_presentation.htm" />\r
<topic name="Gauss Points Presentation" url="gauss_points_presentation.htm" />\r
<topic name="Gauss Viewer" url="gauss_viewer.htm" />\r
+<topic name="Navigation with keyboard and spacemouse" url="navigation_with_keyboard_and_spacemouse.htm" />\r
<topic name="Picking" url="picking.htm" />\r
<topic name="Plot2D Viewer" url="plot2d_viewer.htm" />\r
<topic name="Plot 3D presentation" url="plot_3d_presentation.htm" />\r
<fts>\r
<chunkinfo url="whfwdata0.xml" first="0" last="zx"/>\r
\r
-<tchunkinfo first="0" last="39" url="whftdata0.xml" />\r
+<tchunkinfo first="0" last="40" url="whftdata0.xml" />\r
\r
</fts>\r
<?xml version='1.0' encoding='windows-1252' ?>\r
<ftswdata>\r
-<key name="0"> 0,1,31,33,34,37,6,26,38, </key>\r
-<key name="001"> 31, </key>\r
-<key name="01"> 38, </key>\r
-<key name="1"> 4,5,7,2,10,15,14,19,31,33,32,34,6,27, </key>\r
-<key name="10"> 31,38, </key>\r
-<key name="100"> 0,31,6,26,38, </key>\r
-<key name="10n"> 32, </key>\r
-<key name="16"> 34, </key>\r
-<key name="2"> 4,5,7,2,10,15,14,19,32,34,35,27,38, </key>\r
-<key name="200"> 7,38, </key>\r
-<key name="256"> 35, </key>\r
-<key name="2d"> 7,11,17,33,32,25,38, </key>\r
+<key name="0"> 0,1,32,34,35,38,6,26,39, </key>\r
+<key name="001"> 32, </key>\r
+<key name="01"> 39, </key>\r
+<key name="1"> 4,5,7,2,10,15,14,19,31,32,34,33,35,6,27, </key>\r
+<key name="10"> 31,32,39, </key>\r
+<key name="100"> 0,32,6,26,39, </key>\r
+<key name="10n"> 33, </key>\r
+<key name="11"> 31, </key>\r
+<key name="16"> 35, </key>\r
+<key name="2"> 4,5,7,2,10,15,14,19,31,33,35,36,27,39, </key>\r
+<key name="200"> 7,39, </key>\r
+<key name="256"> 36, </key>\r
+<key name="2d"> 7,11,17,34,33,25,39, </key>\r
<key name="3"> 4,5,7,10,19,24,27, </key>\r
-<key name="33"> 38, </key>\r
-<key name="3d"> 3,0,1,11,12,14,30,16,20,31,33,34,23,24,37,6,38,39, </key>\r
-<key name="4"> 5,7,10,24,27, </key>\r
-<key name="5"> 5,1,33,32, </key>\r
-<key name="50"> 38, </key>\r
-<key name="512"> 34, </key>\r
-<key name="6"> 34, </key>\r
-<key name="8"> 34, </key>\r
-<key name="abl"> 18,32,39, </key>\r
-<key name="abov"> 37, </key>\r
-<key name="abscissa"> 35, </key>\r
-<key name="absolut"> 38, </key>\r
-<key name="acceptabl"> 27,38, </key>\r
-<key name="acces"> 30,32,6,25,38,39, </key>\r
+<key name="33"> 39, </key>\r
+<key name="3d"> 3,0,1,11,12,14,30,16,20,31,32,34,35,23,24,38,6,39,40, </key>\r
+<key name="4"> 5,7,10,24, </key>\r
+<key name="5"> 5,1,34,33, </key>\r
+<key name="50"> 39, </key>\r
+<key name="512"> 35, </key>\r
+<key name="6"> 31,35, </key>\r
+<key name="8"> 35, </key>\r
+<key name="abl"> 18,33,40, </key>\r
+<key name="abov"> 38, </key>\r
+<key name="abscissa"> 36, </key>\r
+<key name="absolut"> 39, </key>\r
+<key name="acceptabl"> 27,39, </key>\r
+<key name="acces"> 30,33,6,25,39,40, </key>\r
<key name="accessibl"> 14, </key>\r
-<key name="accord"> 12,13,23,26,38,28, </key>\r
+<key name="accord"> 12,13,23,26,39,28, </key>\r
<key name="accordanc"> 3, </key>\r
<key name="accuracy"> 26, </key>\r
-<key name="action"> 0,24, </key>\r
-<key name="activ"> 31,33,35,38, </key>\r
-<key name="activat"> 30,31,37, </key>\r
+<key name="action"> 0,31,24, </key>\r
+<key name="activ"> 32,34,36,39, </key>\r
+<key name="activat"> 30,32,38, </key>\r
<key name="activity"> 0, </key>\r
<key name="actor"> 16,6, </key>\r
-<key name="actual"> 37, </key>\r
-<key name="addition"> 0,31, </key>\r
-<key name="additional"> 5,12,13,14,21,33,22,36,23,26,28, </key>\r
-<key name="adjust"> 5,1,31,25, </key>\r
-<key name="advanc"> 32, </key>\r
+<key name="actual"> 38, </key>\r
+<key name="addition"> 0,32, </key>\r
+<key name="additional"> 5,12,13,14,21,34,22,37,23,26,28, </key>\r
+<key name="adjust"> 5,1,32,25, </key>\r
+<key name="advanc"> 31,33, </key>\r
<key name="again"> 5, </key>\r
<key name="algorithm"> 11, </key>\r
-<key name="allow"> 4,5,0,1,7,11,12,13,14,30,18,21,31,33,32,35,36,23,24,37,6,25,26,27,38,28,39, </key>\r
-<key name="along"> 16,32,24,37,6, </key>\r
-<key name="alpha"> 34, </key>\r
+<key name="allow"> 4,5,0,1,7,11,12,13,14,30,18,21,31,32,34,33,36,37,23,24,38,6,25,26,27,39,28,40, </key>\r
+<key name="along"> 16,33,24,38,6, </key>\r
+<key name="alpha"> 35, </key>\r
<key name="already"> 5,26, </key>\r
<key name="alternative"> 6, </key>\r
<key name="alway"> 0, </key>\r
-<key name="analog"> 38, </key>\r
-<key name="angl"> 1,11,12,33, </key>\r
+<key name="analog"> 39, </key>\r
+<key name="angl"> 1,11,12,34, </key>\r
<key name="animat"> 5,17, </key>\r
<key name="animation"> 5,0,6,27, </key>\r
<key name="anoth"> 5,12,26,27, </key>\r
-<key name="any"> 3,4,0,30,16,18,34, </key>\r
+<key name="any"> 3,4,0,30,16,18,31,35, </key>\r
<key name="ap"> 1,29,23,24, </key>\r
-<key name="apex"> 31, </key>\r
+<key name="apex"> 32, </key>\r
<key name="api"> 0, </key>\r
<key name="appear"> 5,7,10,14,23,25, </key>\r
-<key name="appli"> 3,8,2,11,12,13,16,21,33,34,36,23,26,27,38,28, </key>\r
+<key name="appli"> 3,8,2,11,12,13,16,21,34,35,37,23,26,27,39,28, </key>\r
<key name="application"> 18,22, </key>\r
-<key name="area"> 32,26,39, </key>\r
-<key name="around"> 11,12,31,33,37, </key>\r
+<key name="area"> 33,26,40, </key>\r
+<key name="around"> 11,12,32,34,38, </key>\r
<key name="arrang"> 6, </key>\r
<key name="array"> 11, </key>\r
<key name="arrow"> 28, </key>\r
<key name="ask"> 0, </key>\r
<key name="assign"> 7,30, </key>\r
-<key name="associat"> 35,38, </key>\r
+<key name="associat"> 36,39, </key>\r
<key name="attribut"> 7,16,6, </key>\r
<key name="auto"> 1,7,6, </key>\r
-<key name="automatical"> 1,7,11,14,30,18,37,27, </key>\r
-<key name="availabl"> 0,30,16,6,39, </key>\r
-<key name="averag"> 38, </key>\r
+<key name="automatical"> 1,7,11,14,30,18,38,27, </key>\r
+<key name="availabl"> 0,30,16,31,6,40, </key>\r
+<key name="averag"> 39, </key>\r
<key name="avi"> 0, </key>\r
<key name="avoid"> 6, </key>\r
-<key name="ax"> 1,11,12,33,32,24,6,25,39, </key>\r
-<key name="axi"> 7,11,12,33,32,37,6,39, </key>\r
+<key name="ax"> 1,11,12,34,33,24,6,25,40, </key>\r
+<key name="axi"> 7,11,12,31,34,33,38,6,40, </key>\r
<key name="back"> 5,10, </key>\r
-<key name="background"> 30,32,6,25, </key>\r
-<key name="backward"> 26, </key>\r
-<key name="bar"> 5,11,12,13,29,21,31,33,35,36,23,37,6,26,38,28, </key>\r
+<key name="background"> 30,33,6,25, </key>\r
+<key name="backward"> 31,26, </key>\r
+<key name="bar"> 5,11,12,13,29,21,32,34,36,37,23,38,6,26,39,28, </key>\r
<key name="bas"> 3,5,10,11,17,20,23,26,27, </key>\r
-<key name="basi"> 3,4,7,11,21,32,23,26, </key>\r
-<key name="basic"> 34,23,27, </key>\r
-<key name="be"> 31, </key>\r
-<key name="becom"> 18,31, </key>\r
+<key name="basi"> 3,4,7,11,21,33,23,26, </key>\r
+<key name="basic"> 35,23,27, </key>\r
+<key name="be"> 32, </key>\r
+<key name="becom"> 18,32, </key>\r
<key name="befor"> 22, </key>\r
<key name="begin"> 5, </key>\r
-<key name="belong"> 11,34,23, </key>\r
-<key name="below"> 31,37, </key>\r
+<key name="belong"> 11,35,23, </key>\r
+<key name="below"> 32,38, </key>\r
<key name="bet"> 0, </key>\r
-<key name="bicolor"> 35,38, </key>\r
-<key name="big"> 34,28, </key>\r
-<key name="black"> 31,35, </key>\r
-<key name="blu"> 18,35, </key>\r
-<key name="bmp"> 30,32,34,6,39, </key>\r
-<key name="both"> 8,30,33,35,25,26,38, </key>\r
-<key name="bottom"> 32,35,37, </key>\r
+<key name="bicolor"> 36,39, </key>\r
+<key name="big"> 35,28, </key>\r
+<key name="black"> 32,36, </key>\r
+<key name="blu"> 18,36, </key>\r
+<key name="bmp"> 30,33,35,6,40, </key>\r
+<key name="both"> 8,30,34,36,25,26,39, </key>\r
+<key name="bottom"> 33,36,38, </key>\r
<key name="bound"> 26, </key>\r
-<key name="boundari"> 37, </key>\r
-<key name="boundary"> 3,31, </key>\r
-<key name="box"> 5,0,7,10,11,12,13,14,16,18,19,33,32,23,24,37,26,38,28, </key>\r
-<key name="brows"> 3,5,0,7,8,9,2,10,11,12,13,15,14,29,30,18,19,21,33,34,36,23,24,6,26,27,28, </key>\r
+<key name="boundari"> 38, </key>\r
+<key name="boundary"> 3,32, </key>\r
+<key name="box"> 5,0,7,10,11,12,13,14,16,18,19,34,33,23,24,38,26,39,28, </key>\r
+<key name="brows"> 3,5,0,7,8,9,2,10,11,12,13,15,14,29,30,18,19,21,34,35,37,23,24,6,26,27,28, </key>\r
<key name="build"> 18, </key>\r
-<key name="built"> 18,36, </key>\r
-<key name="button"> 5,0,1,10,14,29,30,19,21,31,33,32,23,24,37,6,26,38,28,39, </key>\r
-<key name="cal"> 32,37, </key>\r
-<key name="calculation"> 3,34,23, </key>\r
-<key name="camera"> 31,34, </key>\r
-<key name="cancel"> 29,34,24, </key>\r
-<key name="cannot"> 34, </key>\r
-<key name="cas"> 30,31,23,38, </key>\r
+<key name="built"> 18,37, </key>\r
+<key name="button"> 5,0,1,10,14,29,30,19,21,31,32,34,33,23,24,38,6,26,39,28,40, </key>\r
+<key name="cal"> 33,38, </key>\r
+<key name="calculation"> 3,35,23, </key>\r
+<key name="camera"> 32,35, </key>\r
+<key name="cancel"> 29,35,24, </key>\r
+<key name="cannot"> 35, </key>\r
+<key name="cas"> 30,32,23,39, </key>\r
<key name="caus"> 6, </key>\r
-<key name="cel"> 3,4,8,2,11,12,13,16,21,33,36,23,26,27,38,28, </key>\r
+<key name="cel"> 3,4,8,2,11,12,13,16,21,34,37,23,26,27,39,28, </key>\r
<key name="cell"> 16, </key>\r
-<key name="cent"> 32,28,39, </key>\r
-<key name="center"> 31, </key>\r
-<key name="centr"> 31, </key>\r
-<key name="central"> 30, </key>\r
+<key name="cent"> 33,28,40, </key>\r
+<key name="center"> 32, </key>\r
+<key name="centr"> 32, </key>\r
+<key name="central"> 30,31, </key>\r
<key name="certain"> 6, </key>\r
-<key name="chang"> 5,0,14,29,30,32,24,37,6,25,38, </key>\r
-<key name="channel"> 34, </key>\r
-<key name="characteristic"> 16,35,37, </key>\r
-<key name="check"> 5,7,11,12,13,18,33,32,35,23,6,26,28,39, </key>\r
-<key name="checkbox"> 33, </key>\r
+<key name="chang"> 5,0,14,29,30,31,33,24,38,6,25,39, </key>\r
+<key name="channel"> 35, </key>\r
+<key name="characteristic"> 16,36,38, </key>\r
+<key name="check"> 5,7,11,12,13,18,34,33,36,23,6,26,28,40, </key>\r
+<key name="checkbox"> 34, </key>\r
<key name="checkmark"> 7, </key>\r
<key name="choic"> 1,14,29,18, </key>\r
-<key name="choos"> 0,1,7,8,9,10,11,12,13,15,14,29,30,16,18,19,21,33,35,36,23,26,28, </key>\r
+<key name="choos"> 0,1,7,8,9,10,11,12,13,15,14,29,30,16,18,19,21,34,36,37,23,26,28, </key>\r
<key name="chosen"> 3,0,10,16,24,26, </key>\r
<key name="circl"> 7, </key>\r
-<key name="clamp"> 34, </key>\r
-<key name="click"> 5,0,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,31,33,32,22,36,23,24,37,6,25,26,27,28,39, </key>\r
-<key name="clip"> 0,1,37,6, </key>\r
-<key name="clon"> 32, </key>\r
-<key name="clos"> 18,34, </key>\r
-<key name="color"> 7,11,12,13,31,33,32,34,35,23,26,38,28,39, </key>\r
+<key name="clamp"> 35, </key>\r
+<key name="click"> 5,0,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,32,34,33,22,37,23,24,38,6,25,26,27,28,40, </key>\r
+<key name="clip"> 0,1,38,6, </key>\r
+<key name="clockwis"> 31, </key>\r
+<key name="clon"> 33, </key>\r
+<key name="clos"> 18,35, </key>\r
+<key name="color"> 7,11,12,13,32,34,33,35,36,23,26,39,28,40, </key>\r
<key name="colour"> 18, </key>\r
<key name="column"> 4,7, </key>\r
-<key name="combin"> 3,21, </key>\r
-<key name="command"> 37, </key>\r
+<key name="combin"> 3,21,31, </key>\r
+<key name="command"> 31,38, </key>\r
<key name="common"> 30,6, </key>\r
-<key name="compar"> 36, </key>\r
+<key name="compar"> 37, </key>\r
<key name="comparison"> 5,27, </key>\r
<key name="compatibl"> 3, </key>\r
<key name="complet"> 18, </key>\r
<key name="complete"> 1, </key>\r
<key name="complicat"> 26, </key>\r
-<key name="component"> 4,20,31,34,22,35,23, </key>\r
+<key name="component"> 4,20,32,35,22,36,23, </key>\r
<key name="compos"> 3,5,2,10,27, </key>\r
-<key name="comput"> 34,38, </key>\r
+<key name="comput"> 35,39, </key>\r
<key name="computation"> 26, </key>\r
<key name="con"> 28, </key>\r
<key name="concept"> 3, </key>\r
<key name="condition"> 3, </key>\r
-<key name="configur"> 37, </key>\r
-<key name="configuration"> 30,38, </key>\r
+<key name="configur"> 38, </key>\r
+<key name="configuration"> 30,39, </key>\r
<key name="confirm"> 14,18,24, </key>\r
-<key name="consider"> 35, </key>\r
-<key name="consist"> 10,11,32,23, </key>\r
-<key name="construct"> 3,7,11,21,32,23,26, </key>\r
+<key name="consider"> 36, </key>\r
+<key name="consist"> 10,11,33,23, </key>\r
+<key name="construct"> 3,7,11,21,33,23,26, </key>\r
<key name="construction"> 11,26, </key>\r
<key name="consum"> 26, </key>\r
<key name="contain"> 3,7,8,10,11,18,19,23, </key>\r
-<key name="content"> 0,32,37,39, </key>\r
+<key name="content"> 0,33,38,40, </key>\r
<key name="context"> 6, </key>\r
-<key name="continu"> 0,34, </key>\r
-<key name="contour"> 33, </key>\r
-<key name="control"> 30,35,26,38, </key>\r
+<key name="continu"> 0,35, </key>\r
+<key name="contour"> 34, </key>\r
+<key name="control"> 30,31,36,26,39, </key>\r
<key name="convey"> 26, </key>\r
-<key name="coordinat"> 7,16,31,23,37,6,39, </key>\r
+<key name="coordinat"> 7,16,31,32,23,38,6,40, </key>\r
<key name="copi"> 0, </key>\r
<key name="copy"> 14,30,6, </key>\r
-<key name="corn"> 31, </key>\r
-<key name="correspond"> 3,7,13,31,33,34,35,38,28, </key>\r
+<key name="corn"> 32, </key>\r
+<key name="correspond"> 3,7,13,32,34,35,36,39,28, </key>\r
<key name="correspondenc"> 3,23, </key>\r
<key name="corrupt"> 0, </key>\r
<key name="cost"> 26, </key>\r
-<key name="cours"> 34, </key>\r
-<key name="creat"> 3,4,5,1,7,8,9,2,10,11,12,13,29,30,17,19,21,33,22,36,23,37,6,26,27,38,28, </key>\r
+<key name="counterclockwis"> 31, </key>\r
+<key name="cours"> 35, </key>\r
+<key name="creat"> 3,4,5,1,7,8,9,2,10,11,12,13,29,30,17,19,21,34,22,37,23,38,6,26,27,39,28, </key>\r
<key name="creation"> 10,11,14,22,23,27, </key>\r
<key name="cros"> 1,7,6, </key>\r
-<key name="ctrl"> 14,30, </key>\r
-<key name="current"> 30,31,34,35,25, </key>\r
-<key name="cursor"> 31,34,37, </key>\r
-<key name="curv"> 7,10,11,32,25, </key>\r
-<key name="customiz"> 31, </key>\r
-<key name="cut"> 4,2,11,12,33, </key>\r
+<key name="ctrl"> 14,30,31, </key>\r
+<key name="current"> 30,31,32,35,36,25, </key>\r
+<key name="cursor"> 32,35,38, </key>\r
+<key name="curv"> 7,10,11,33,25, </key>\r
+<key name="customiz"> 32, </key>\r
+<key name="cut"> 4,2,11,12,34, </key>\r
<key name="cycl"> 5, </key>\r
<key name="dash"> 7, </key>\r
<key name="data"> 3,4,7,11,17,18,20,23, </key>\r
-<key name="decimal"> 33, </key>\r
-<key name="decreas"> 5,30,33, </key>\r
-<key name="default"> 7,11,12,13,18,32,34,22,35,23,38,39, </key>\r
-<key name="defin"> 3,0,1,7,11,12,13,21,31,33,32,34,35,36,23,37,25,26,27,38,28,39, </key>\r
-<key name="definabl"> 37, </key>\r
+<key name="decimal"> 34, </key>\r
+<key name="decreas"> 5,30,31,34, </key>\r
+<key name="default"> 7,11,12,13,18,31,33,35,22,36,23,39,40, </key>\r
+<key name="defin"> 3,0,1,7,11,12,13,21,31,32,34,33,35,36,37,23,38,25,26,27,39,28,40, </key>\r
+<key name="definabl"> 38, </key>\r
<key name="definit"> 3,5,10,12,16, </key>\r
-<key name="definition"> 33,34, </key>\r
-<key name="deform"> 13,36,38, </key>\r
+<key name="definition"> 34,35, </key>\r
+<key name="deform"> 13,37,39, </key>\r
<key name="deformation"> 5, </key>\r
-<key name="degre"> 1,11,12,33, </key>\r
+<key name="degre"> 1,11,12,31,34, </key>\r
<key name="delet"> 1,14, </key>\r
-<key name="depend"> 5,34,37,38, </key>\r
-<key name="depth"> 37, </key>\r
+<key name="depend"> 5,31,35,38,39, </key>\r
+<key name="depth"> 38, </key>\r
<key name="describ"> 4, </key>\r
-<key name="description"> 32, </key>\r
-<key name="design"> 35, </key>\r
+<key name="description"> 31,33, </key>\r
+<key name="design"> 36, </key>\r
<key name="desktop"> 22, </key>\r
-<key name="destin"> 5,20,32, </key>\r
+<key name="destin"> 5,20,33, </key>\r
<key name="develop"> 30, </key>\r
<key name="diagonal"> 7, </key>\r
-<key name="dialog"> 5,0,7,10,11,14,29,16,18,19,34,35,23,24,37,38, </key>\r
+<key name="dialog"> 5,0,7,10,11,14,29,16,18,19,35,36,23,24,38,39, </key>\r
<key name="diamond"> 7, </key>\r
-<key name="different"> 3,30,35,37,38, </key>\r
-<key name="dimension"> 35,23, </key>\r
-<key name="direct"> 37, </key>\r
-<key name="direction"> 30,37,26, </key>\r
+<key name="different"> 3,30,36,38,39, </key>\r
+<key name="dimension"> 36,23, </key>\r
+<key name="direct"> 38, </key>\r
+<key name="direction"> 30,31,38,26, </key>\r
<key name="directory"> 5, </key>\r
-<key name="disabl"> 33,35,38, </key>\r
+<key name="disabl"> 34,36,39, </key>\r
<key name="displacement"> 11,12, </key>\r
-<key name="display"> 4,5,0,1,7,8,9,2,10,11,12,13,15,14,30,16,18,21,31,33,32,34,35,36,23,37,6,25,26,27,28,39, </key>\r
-<key name="distanc"> 1,31,34,24,6,39, </key>\r
-<key name="divid"> 3,38, </key>\r
-<key name="division"> 32, </key>\r
-<key name="doesn"> 32, </key>\r
-<key name="don"> 32,34,39, </key>\r
+<key name="display"> 4,5,0,1,7,8,9,2,10,11,12,13,15,14,30,16,18,21,32,34,33,35,36,37,23,38,6,25,26,27,28,40, </key>\r
+<key name="distanc"> 1,32,35,24,6,40, </key>\r
+<key name="divid"> 3,31,39, </key>\r
+<key name="division"> 33, </key>\r
+<key name="do"> 31, </key>\r
+<key name="doesn"> 33, </key>\r
+<key name="dominant"> 31, </key>\r
+<key name="don"> 33,35,40, </key>\r
<key name="dot"> 7, </key>\r
-<key name="down"> 5,14, </key>\r
-<key name="downward"> 7,39, </key>\r
-<key name="drag"> 32,37,39, </key>\r
-<key name="draw"> 32, </key>\r
-<key name="drawn"> 32,39, </key>\r
-<key name="dump"> 30,32,6,25,39, </key>\r
-<key name="duplicat"> 14,32, </key>\r
-<key name="dynamical"> 31,38, </key>\r
-<key name="e"> 34,35, </key>\r
+<key name="down"> 5,14,31, </key>\r
+<key name="downward"> 7,40, </key>\r
+<key name="drag"> 33,38,40, </key>\r
+<key name="draw"> 33, </key>\r
+<key name="drawn"> 33,40, </key>\r
+<key name="dump"> 30,33,6,25,40, </key>\r
+<key name="duplicat"> 14,33, </key>\r
+<key name="dynamic"> 31, </key>\r
+<key name="dynamical"> 32,39, </key>\r
+<key name="e"> 35,36, </key>\r
<key name="edg"> 3,6, </key>\r
-<key name="edit"> 10,11,12,14,30,37,6, </key>\r
-<key name="editabl"> 38, </key>\r
-<key name="edition"> 38, </key>\r
-<key name="effect"> 38, </key>\r
+<key name="edit"> 10,11,12,14,30,38,6, </key>\r
+<key name="editabl"> 39, </key>\r
+<key name="edition"> 39, </key>\r
+<key name="effect"> 39, </key>\r
<key name="eith"> 1, </key>\r
<key name="elaps"> 18, </key>\r
-<key name="element"> 3,16,31,37,6, </key>\r
-<key name="els"> 35, </key>\r
+<key name="element"> 3,16,32,38,6, </key>\r
+<key name="els"> 36, </key>\r
<key name="empty"> 4, </key>\r
-<key name="end"> 5,31,34,37,27, </key>\r
-<key name="enjoy"> 27, </key>\r
+<key name="end"> 5,32,35,38,27, </key>\r
<key name="ent"> 14,16,19,21,23, </key>\r
<key name="enter"> 11,12, </key>\r
<key name="entiti"> 3,18, </key>\r
<key name="entity"> 26, </key>\r
-<key name="equal"> 21,34,23, </key>\r
-<key name="eras"> 14,30,37,6,25, </key>\r
+<key name="equal"> 21,35,23, </key>\r
+<key name="eras"> 14,30,38,6,25, </key>\r
<key name="etc"> 30, </key>\r
<key name="every"> 3,5, </key>\r
<key name="everyth"> 18, </key>\r
<key name="exact"> 0,18, </key>\r
<key name="examin"> 16, </key>\r
-<key name="exce"> 32, </key>\r
-<key name="exceed"> 34, </key>\r
-<key name="except"> 38,39, </key>\r
-<key name="exist"> 14,33,6,38, </key>\r
-<key name="exit"> 29,37, </key>\r
+<key name="exce"> 33, </key>\r
+<key name="exceed"> 35, </key>\r
+<key name="except"> 39,40, </key>\r
+<key name="exist"> 14,34,6,39, </key>\r
+<key name="exit"> 29,38, </key>\r
<key name="explor"> 26, </key>\r
-<key name="export"> 30,19,32,6,39, </key>\r
+<key name="export"> 30,19,33,6,40, </key>\r
<key name="expres"> 16, </key>\r
-<key name="extend"> 39, </key>\r
+<key name="extend"> 40, </key>\r
<key name="extent"> 16, </key>\r
<key name="extremiti"> 1, </key>\r
-<key name="fac"> 3,34, </key>\r
-<key name="factor"> 13,33,34,36,38,28, </key>\r
+<key name="fac"> 3,35, </key>\r
+<key name="factor"> 13,34,35,37,39,28, </key>\r
<key name="fami"> 3,26, </key>\r
<key name="famili"> 3,18, </key>\r
-<key name="fast"> 32, </key>\r
-<key name="featur"> 35,24,26, </key>\r
-<key name="field"> 3,5,8,11,12,13,14,29,16,17,18,20,21,33,36,23,24,6,26,27,28, </key>\r
-<key name="fil"> 3,4,0,17,18,19,34,23,25, </key>\r
+<key name="fast"> 33, </key>\r
+<key name="featur"> 36,24,26, </key>\r
+<key name="field"> 3,5,8,11,12,13,14,29,16,17,18,20,21,34,37,23,24,6,26,27,28, </key>\r
+<key name="fil"> 3,4,0,17,18,19,35,23,25, </key>\r
<key name="find"> 18, </key>\r
-<key name="finish"> 0,11,12,13,18,21,33,36,23,26,28, </key>\r
-<key name="first"> 5,31,37, </key>\r
-<key name="fit"> 32,25,39, </key>\r
-<key name="fix"> 31,38, </key>\r
-<key name="focal"> 31, </key>\r
+<key name="finish"> 0,11,12,13,18,21,34,37,23,26,28, </key>\r
+<key name="first"> 5,32,38, </key>\r
+<key name="fit"> 33,25,40, </key>\r
+<key name="fix"> 32,39, </key>\r
+<key name="focal"> 31,32, </key>\r
<key name="fold"> 3,19, </key>\r
<key name="folder"> 3, </key>\r
-<key name="follow"> 3,5,1,7,8,10,14,30,16,19,31,32,22,23,6,25, </key>\r
-<key name="font"> 35,23,39, </key>\r
-<key name="form"> 2,16,20,32, </key>\r
-<key name="format"> 30,32,6,39, </key>\r
-<key name="formula"> 34, </key>\r
-<key name="forth"> 38, </key>\r
-<key name="forward"> 26, </key>\r
-<key name="found"> 35, </key>\r
+<key name="follow"> 3,5,1,7,8,10,14,30,16,19,31,32,33,22,23,6,25, </key>\r
+<key name="font"> 36,23,40, </key>\r
+<key name="form"> 2,16,20,33, </key>\r
+<key name="format"> 30,33,6,40, </key>\r
+<key name="formula"> 35, </key>\r
+<key name="forth"> 39, </key>\r
+<key name="forward"> 31,26, </key>\r
+<key name="found"> 36, </key>\r
<key name="fp"> 0, </key>\r
-<key name="fram"> 5,0,32,27,39, </key>\r
+<key name="fram"> 5,0,33,27,40, </key>\r
<key name="framework"> 21, </key>\r
<key name="fre"> 30, </key>\r
+<key name="freedom"> 31, </key>\r
<key name="ful"> 18, </key>\r
-<key name="function"> 37, </key>\r
-<key name="functionaliti"> 39, </key>\r
-<key name="functionality"> 4,0,7,33,32,37,39, </key>\r
-<key name="g"> 34, </key>\r
-<key name="gaus"> 0,29,30,31,34,35,37,38,39, </key>\r
+<key name="function"> 38, </key>\r
+<key name="functionaliti"> 40, </key>\r
+<key name="functionality"> 4,0,7,34,33,38,40, </key>\r
+<key name="g"> 35, </key>\r
+<key name="gaus"> 0,29,30,31,32,35,36,38,39,40, </key>\r
<key name="general"> 3, </key>\r
-<key name="generat"> 5,11,21,31,26,27, </key>\r
+<key name="generat"> 5,11,21,32,26,27, </key>\r
<key name="generation"> 5,26, </key>\r
-<key name="geom"> 37, </key>\r
-<key name="geometrical"> 3,18,34,38, </key>\r
-<key name="geometry"> 38, </key>\r
-<key name="get"> 5,16,31, </key>\r
-<key name="giv"> 0,1,30,32,6,25,38, </key>\r
-<key name="given"> 0,7,12,34,35, </key>\r
-<key name="gl"> 34, </key>\r
-<key name="global"> 32,35,39, </key>\r
+<key name="geom"> 38, </key>\r
+<key name="geometrical"> 3,18,35,39, </key>\r
+<key name="geometry"> 39, </key>\r
+<key name="get"> 5,16,32, </key>\r
+<key name="giv"> 0,1,30,33,6,25,39, </key>\r
+<key name="given"> 0,7,12,35,36, </key>\r
+<key name="gl"> 35, </key>\r
+<key name="global"> 33,36,40, </key>\r
<key name="glyph"> 28, </key>\r
-<key name="graduat"> 39, </key>\r
+<key name="graduat"> 40, </key>\r
<key name="graduation"> 23, </key>\r
-<key name="graph"> 32,25, </key>\r
+<key name="graph"> 33,25, </key>\r
<key name="graphic"> 25, </key>\r
<key name="graphical"> 28, </key>\r
-<key name="great"> 0,31,32,34,39, </key>\r
-<key name="grey"> 35, </key>\r
-<key name="grid"> 32, </key>\r
+<key name="great"> 0,32,33,35,40, </key>\r
+<key name="grey"> 36, </key>\r
+<key name="grid"> 33, </key>\r
<key name="group"> 3,18,26, </key>\r
<key name="h"> 7, </key>\r
-<key name="half"> 38, </key>\r
-<key name="halv"> 1,33, </key>\r
+<key name="half"> 39, </key>\r
+<key name="halv"> 1,34, </key>\r
<key name="hardwar"> 26, </key>\r
<key name="hav"> 10,11,19,26, </key>\r
-<key name="head"> 28, </key>\r
-<key name="height"> 31,35,23, </key>\r
+<key name="head"> 31,28, </key>\r
+<key name="height"> 32,36,23, </key>\r
<key name="help"> 4, </key>\r
-<key name="her"> 5,11,32,23,38, </key>\r
-<key name="hid"> 1,14,30,31,6,25,39, </key>\r
+<key name="her"> 5,11,33,23,39, </key>\r
+<key name="hid"> 1,14,30,32,6,25,40, </key>\r
<key name="hidden"> 14, </key>\r
-<key name="high"> 34, </key>\r
+<key name="high"> 35, </key>\r
<key name="highest"> 18, </key>\r
-<key name="highlight"> 16,31, </key>\r
+<key name="highlight"> 16,32, </key>\r
<key name="hold"> 14, </key>\r
-<key name="horizontal"> 1,32,35,23, </key>\r
+<key name="horizontal"> 1,33,36,23, </key>\r
<key name="how"> 17,18, </key>\r
-<key name="i"> 35, </key>\r
-<key name="icon"> 11,12,13,29,21,33,22,36,23,26,28, </key>\r
-<key name="id"> 16,31, </key>\r
-<key name="if"> 5,0,1,7,11,14,16,18,31,33,32,34,35,23,26,28,39, </key>\r
+<key name="i"> 36, </key>\r
+<key name="icon"> 11,12,13,29,21,34,22,37,23,26,28, </key>\r
+<key name="id"> 16,32, </key>\r
+<key name="if"> 5,0,1,7,11,14,16,18,32,34,33,35,36,23,26,28,40, </key>\r
<key name="ijk"> 1, </key>\r
-<key name="imag"> 0,30,32,6,39, </key>\r
-<key name="immediate"> 1,11,12,13,14,16,18,21,33,36,23,26,38,28, </key>\r
+<key name="imag"> 0,30,33,6,40, </key>\r
+<key name="immediate"> 1,11,12,13,14,16,18,21,34,37,23,26,39,28, </key>\r
<key name="import"> 4,7,9,17,18,19, </key>\r
<key name="impos"> 23, </key>\r
<key name="impossibl"> 6, </key>\r
-<key name="inactiv"> 35,23, </key>\r
-<key name="includ"> 3,0,20,26,38, </key>\r
-<key name="increas"> 5,30,33, </key>\r
-<key name="independent"> 3, </key>\r
+<key name="inactiv"> 36,23, </key>\r
+<key name="includ"> 3,0,20,26,39, </key>\r
+<key name="increas"> 5,30,31,34, </key>\r
+<key name="increment"> 31, </key>\r
+<key name="independent"> 3,31, </key>\r
<key name="index"> 1, </key>\r
<key name="indicat"> 3,23, </key>\r
-<key name="individual"> 31, </key>\r
+<key name="individual"> 32, </key>\r
<key name="info"> 16,6, </key>\r
-<key name="information"> 3,16,31,32,34,6,38, </key>\r
+<key name="information"> 3,16,32,33,35,6,39, </key>\r
<key name="initial"> 3,22,27, </key>\r
<key name="input"> 0, </key>\r
-<key name="insid"> 11,37, </key>\r
+<key name="insid"> 11,38, </key>\r
<key name="insidefram"> 6, </key>\r
-<key name="inspect"> 31,35,37, </key>\r
+<key name="inspect"> 32,36,38, </key>\r
<key name="integration"> 26, </key>\r
<key name="intend"> 5, </key>\r
-<key name="interaction"> 30, </key>\r
+<key name="interaction"> 30,31, </key>\r
<key name="interest"> 26, </key>\r
<key name="interpolation"> 3, </key>\r
-<key name="interval"> 0,32,34, </key>\r
+<key name="interval"> 0,33,35, </key>\r
+<key name="introduc"> 31, </key>\r
<key name="introduction"> 20, </key>\r
<key name="invert"> 11, </key>\r
<key name="iso"> 21, </key>\r
<key name="isobaric"> 21, </key>\r
-<key name="isometric"> 39, </key>\r
+<key name="isometric"> 40, </key>\r
<key name="item"> 10,18,19, </key>\r
-<key name="iteration"> 31, </key>\r
-<key name="jpeg"> 30,32,6,39, </key>\r
-<key name="jpg"> 30,32,34,6,39, </key>\r
+<key name="iteration"> 32, </key>\r
+<key name="jpeg"> 30,33,6,40, </key>\r
+<key name="jpg"> 30,33,35,6,40, </key>\r
<key name="just"> 0, </key>\r
-<key name="key"> 31,38, </key>\r
-<key name="keyboard"> 30,31,38, </key>\r
-<key name="label"> 35,23,25,39, </key>\r
+<key name="key"> 31,32,39, </key>\r
+<key name="keyboard"> 30,31,32,39, </key>\r
+<key name="label"> 36,23,25,40, </key>\r
<key name="larg"> 23, </key>\r
-<key name="largest"> 38, </key>\r
+<key name="largest"> 39, </key>\r
<key name="last"> 5, </key>\r
<key name="latest"> 0, </key>\r
-<key name="latitud"> 34, </key>\r
+<key name="latitud"> 35, </key>\r
<key name="launch"> 5,17,22, </key>\r
<key name="layout"> 30,16, </key>\r
-<key name="learn"> 37, </key>\r
+<key name="learn"> 38, </key>\r
<key name="least"> 7, </key>\r
-<key name="left"> 10,30,31,32,35,39, </key>\r
+<key name="left"> 10,30,31,32,33,36,40, </key>\r
<key name="leftward"> 7, </key>\r
-<key name="legend"> 32,25, </key>\r
-<key name="length"> 26,38,39, </key>\r
+<key name="legend"> 33,25, </key>\r
+<key name="length"> 26,39,40, </key>\r
<key name="les"> 0,23, </key>\r
-<key name="level"> 34, </key>\r
+<key name="level"> 35, </key>\r
<key name="lik"> 3,22, </key>\r
-<key name="limit"> 34,35, </key>\r
-<key name="lin"> 4,7,2,10,11,31,32,35,6,26,28, </key>\r
-<key name="linear"> 32,35,25, </key>\r
+<key name="limit"> 35,36, </key>\r
+<key name="lin"> 4,7,2,10,11,32,33,36,6,26,28, </key>\r
+<key name="linear"> 33,36,25, </key>\r
<key name="list"> 3,5,1,10,26, </key>\r
-<key name="ll"> 0,32,39, </key>\r
+<key name="ll"> 0,33,40, </key>\r
<key name="load"> 18, </key>\r
-<key name="local"> 35, </key>\r
-<key name="locat"> 8,11,12,19,31,33,35,37,6,26,38, </key>\r
-<key name="location"> 0,34,37, </key>\r
-<key name="lock"> 30,39, </key>\r
-<key name="logarithmic"> 32,23,25, </key>\r
-<key name="longitud"> 34, </key>\r
+<key name="local"> 31,36, </key>\r
+<key name="locat"> 8,11,12,19,32,34,36,38,6,26,39, </key>\r
+<key name="location"> 0,35,38, </key>\r
+<key name="lock"> 30,31,40, </key>\r
+<key name="logarithmic"> 33,23,25, </key>\r
+<key name="longitud"> 35, </key>\r
<key name="look"> 22, </key>\r
-<key name="lookout"> 35, </key>\r
+<key name="lookout"> 36, </key>\r
<key name="lot"> 26, </key>\r
-<key name="low"> 0,37, </key>\r
+<key name="low"> 0,38, </key>\r
<key name="lowest"> 18, </key>\r
-<key name="ly"> 33,6, </key>\r
-<key name="m"> 38, </key>\r
-<key name="magnification"> 34,38, </key>\r
+<key name="ly"> 34,6, </key>\r
+<key name="m"> 39, </key>\r
+<key name="magnification"> 31,35,39, </key>\r
<key name="magnitud"> 13,26,28, </key>\r
-<key name="main"> 3,5,8,10,11,12,13,14,29,16,19,21,33,32,34,36,23,37,26,28, </key>\r
-<key name="major"> 32, </key>\r
+<key name="main"> 3,5,8,10,11,12,13,14,29,16,19,21,34,33,35,37,23,38,26,28, </key>\r
+<key name="major"> 33, </key>\r
<key name="mak"> 8,26, </key>\r
<key name="management"> 5, </key>\r
-<key name="manipulat"> 30, </key>\r
-<key name="manipulation"> 30, </key>\r
-<key name="manual"> 4,11,12,37,6, </key>\r
-<key name="map"> 36,23, </key>\r
-<key name="mark"> 7,11,32,39, </key>\r
-<key name="marker"> 31,32,35, </key>\r
+<key name="manipulat"> 30,31, </key>\r
+<key name="manipulation"> 30,31, </key>\r
+<key name="manipulator"> 31, </key>\r
+<key name="manual"> 4,11,12,38,6, </key>\r
+<key name="map"> 37,23, </key>\r
+<key name="mark"> 7,11,33,40, </key>\r
+<key name="marker"> 32,33,36, </key>\r
<key name="massles"> 26, </key>\r
-<key name="matrix"> 34,35, </key>\r
-<key name="max"> 18,35,38, </key>\r
+<key name="matrix"> 35,36, </key>\r
+<key name="max"> 18,36,39, </key>\r
<key name="maximal"> 23, </key>\r
-<key name="maximum"> 21,32,34,35,26,38, </key>\r
-<key name="mean"> 31,38, </key>\r
-<key name="measur"> 34,26, </key>\r
-<key name="menu"> 5,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,33,32,34,22,36,23,37,6,25,26,27,38,28, </key>\r
+<key name="maximum"> 21,33,35,36,26,39, </key>\r
+<key name="mean"> 32,39, </key>\r
+<key name="measur"> 35,26, </key>\r
+<key name="menu"> 5,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,34,33,35,22,37,23,38,6,25,26,27,39,28, </key>\r
<key name="merg"> 6, </key>\r
-<key name="mesh"> 3,11,12,13,16,17,31,33,36,37,26,38,28, </key>\r
+<key name="mesh"> 3,11,12,13,16,17,32,34,37,38,26,39,28, </key>\r
<key name="method"> 4, </key>\r
<key name="might"> 6, </key>\r
-<key name="min"> 18,35,38, </key>\r
+<key name="min"> 18,36,39, </key>\r
<key name="minimal"> 23, </key>\r
-<key name="minimum"> 21,35,37,27,38, </key>\r
-<key name="minor"> 32, </key>\r
-<key name="mix"> 36, </key>\r
-<key name="mod"> 0,1,30,31,32,35,23,6,28, </key>\r
-<key name="modify"> 14,38, </key>\r
-<key name="modul"> 3,5,30,17,20,32,34,22,23,37,6,39, </key>\r
-<key name="modulu"> 35, </key>\r
+<key name="minimum"> 21,36,38,27,39, </key>\r
+<key name="minor"> 33, </key>\r
+<key name="mix"> 37, </key>\r
+<key name="mod"> 0,1,30,31,32,33,36,23,6,28, </key>\r
+<key name="model"> 31, </key>\r
+<key name="modify"> 14,39, </key>\r
+<key name="modul"> 3,5,30,17,20,33,35,22,23,38,6,40, </key>\r
+<key name="modulu"> 36, </key>\r
<key name="moment"> 3, </key>\r
-<key name="momentari"> 31, </key>\r
+<key name="momentari"> 32, </key>\r
<key name="monitor"> 18, </key>\r
-<key name="mous"> 14,30,31,32,37,6,39, </key>\r
-<key name="mov"> 5,10,24,37, </key>\r
-<key name="movement"> 31, </key>\r
-<key name="multip"> 38, </key>\r
+<key name="mous"> 14,30,31,32,33,38,6,40, </key>\r
+<key name="mov"> 5,10,31,24,38, </key>\r
+<key name="movement"> 31,32, </key>\r
+<key name="multip"> 31,39, </key>\r
<key name="multipl"> 26, </key>\r
-<key name="multipli"> 31,34,38, </key>\r
-<key name="n"> 32,35,38, </key>\r
-<key name="nam"> 0,10,14,16,19,31,32,39, </key>\r
-<key name="natural"> 32, </key>\r
-<key name="nb"> 35,23, </key>\r
-<key name="nbrfac"> 34, </key>\r
+<key name="multipli"> 32,35,39, </key>\r
+<key name="n"> 33,36,39, </key>\r
+<key name="nam"> 0,10,14,16,19,32,33,40, </key>\r
+<key name="natural"> 33, </key>\r
+<key name="navigation"> 31, </key>\r
+<key name="nb"> 36,23, </key>\r
+<key name="nbrfac"> 35, </key>\r
<key name="ne"> 1, </key>\r
<key name="necessary"> 16,18,19, </key>\r
-<key name="negativ"> 35,38, </key>\r
-<key name="new"> 1,8,2,10,17,19,32,22,37,6, </key>\r
-<key name="next"> 5,31, </key>\r
+<key name="negativ"> 36,39, </key>\r
+<key name="new"> 1,8,2,10,17,19,33,22,38,6, </key>\r
+<key name="next"> 5,32, </key>\r
<key name="nod"> 3, </key>\r
<key name="non"> 7,26, </key>\r
<key name="normal"> 1, </key>\r
<key name="not"> 0,18,23, </key>\r
-<key name="notify"> 34, </key>\r
-<key name="now"> 1,29,31, </key>\r
-<key name="nth"> 35, </key>\r
-<key name="null"> 38, </key>\r
-<key name="numb"> 12,16,21,31,33,32,34,35,23,26,27,38,39, </key>\r
-<key name="number"> 31, </key>\r
-<key name="numerical"> 32, </key>\r
-<key name="object"> 3,5,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,33,32,36,23,24,6,26,27,28,39, </key>\r
+<key name="notify"> 35, </key>\r
+<key name="now"> 1,29,32, </key>\r
+<key name="nth"> 36, </key>\r
+<key name="null"> 39, </key>\r
+<key name="numb"> 12,16,21,32,34,33,35,36,23,26,27,39,40, </key>\r
+<key name="number"> 32, </key>\r
+<key name="numerical"> 33, </key>\r
+<key name="object"> 3,5,1,7,8,9,2,10,11,12,13,15,14,29,30,16,18,19,21,31,34,33,37,23,24,6,26,27,28,40, </key>\r
<key name="observ"> 11,12, </key>\r
-<key name="obtain"> 34, </key>\r
-<key name="offset"> 39, </key>\r
+<key name="obtain"> 35, </key>\r
+<key name="offset"> 40, </key>\r
<key name="often"> 3, </key>\r
-<key name="ok"> 5,0,7,10,11,12,13,14,29,19,21,33,36,23,24,26,28, </key>\r
-<key name="on"> 3,5,1,7,8,10,11,12,13,14,29,19,21,33,34,36,23,26,27,28, </key>\r
-<key name="onc"> 7,18,31,37, </key>\r
+<key name="ok"> 5,0,7,10,11,12,13,14,29,19,21,34,37,23,24,26,28, </key>\r
+<key name="on"> 3,5,1,7,8,10,11,12,13,14,29,19,21,34,35,37,23,26,27,28, </key>\r
+<key name="onc"> 7,18,32,38, </key>\r
<key name="oncel"> 3, </key>\r
<key name="onedg"> 3, </key>\r
<key name="onfac"> 3, </key>\r
<key name="onnod"> 3, </key>\r
<key name="opacity"> 6, </key>\r
-<key name="opaqu"> 31,6, </key>\r
-<key name="open"> 5,18,19,32,34, </key>\r
-<key name="opengl"> 34, </key>\r
-<key name="operation"> 11,14,30,18,32,34, </key>\r
+<key name="opaqu"> 32,6, </key>\r
+<key name="open"> 5,18,19,33,35, </key>\r
+<key name="opengl"> 35, </key>\r
+<key name="operation"> 11,14,30,18,31,33,35, </key>\r
<key name="opposit"> 1, </key>\r
<key name="optimization"> 26, </key>\r
-<key name="option"> 5,7,13,15,14,30,18,32,35,6,25,26,27,28, </key>\r
-<key name="ordinary"> 36, </key>\r
-<key name="ordinat"> 35, </key>\r
+<key name="option"> 5,7,13,15,14,30,18,31,33,36,6,25,26,27,28, </key>\r
+<key name="ordinary"> 37, </key>\r
+<key name="ordinat"> 36, </key>\r
<key name="orient"> 1, </key>\r
-<key name="orientat"> 39, </key>\r
-<key name="orientation"> 1,11,12,33,35,23,37, </key>\r
-<key name="origin"> 35,23,37, </key>\r
+<key name="orientat"> 40, </key>\r
+<key name="orientation"> 1,11,12,34,36,23,38, </key>\r
+<key name="origin"> 36,23,38, </key>\r
<key name="otherwis"> 18, </key>\r
-<key name="out"> 32,23,39, </key>\r
+<key name="out"> 33,23,40, </key>\r
<key name="output"> 26, </key>\r
-<key name="outsid"> 37, </key>\r
+<key name="outsid"> 38, </key>\r
<key name="overview"> 17, </key>\r
<key name="own"> 3,23, </key>\r
-<key name="palet"> 35, </key>\r
-<key name="pan"> 32,39, </key>\r
-<key name="paramet"> 11,12,34,26, </key>\r
-<key name="parameter"> 5,1,7,11,12,13,14,30,17,21,33,34,35,36,23,37,6,26,28,39, </key>\r
-<key name="parent"> 31, </key>\r
+<key name="pagedn"> 31, </key>\r
+<key name="pageup"> 31, </key>\r
+<key name="palet"> 36, </key>\r
+<key name="pan"> 31,33,40, </key>\r
+<key name="paramet"> 11,12,35,26, </key>\r
+<key name="parameter"> 5,1,7,11,12,13,14,30,17,21,34,35,36,37,23,38,6,26,28,40, </key>\r
+<key name="parent"> 32, </key>\r
<key name="pars"> 18, </key>\r
-<key name="part"> 3,1,7,32,37,39, </key>\r
+<key name="part"> 3,1,7,33,38,40, </key>\r
<key name="particl"> 26, </key>\r
<key name="particular"> 3,10,26, </key>\r
<key name="path"> 5,26, </key>\r
<key name="perpendicular"> 1, </key>\r
<key name="personal"> 14, </key>\r
<key name="physical"> 3, </key>\r
-<key name="pick"> 30,31, </key>\r
-<key name="pictur"> 5,34, </key>\r
-<key name="pixel"> 34, </key>\r
-<key name="plac"> 11,32,6,39, </key>\r
-<key name="placement"> 35, </key>\r
-<key name="plan"> 1,11,12,30,33,37,6, </key>\r
-<key name="plat"> 33, </key>\r
+<key name="pick"> 30,32, </key>\r
+<key name="pictur"> 5,35, </key>\r
+<key name="pixel"> 35, </key>\r
+<key name="plac"> 11,33,6,40, </key>\r
+<key name="placement"> 36, </key>\r
+<key name="plan"> 1,11,12,30,34,38,6, </key>\r
+<key name="plat"> 34, </key>\r
<key name="platform"> 20,22, </key>\r
<key name="play"> 0, </key>\r
-<key name="plot"> 7,10,11,17,20,33,32,25, </key>\r
+<key name="plot"> 7,10,11,17,20,34,33,25, </key>\r
<key name="plot2d"> 7,10, </key>\r
<key name="plot2dview"> 7, </key>\r
-<key name="png"> 30,32,34,6,39, </key>\r
-<key name="point"> 3,29,30,16,31,32,34,35,37,6,26,38,39, </key>\r
+<key name="png"> 30,33,35,6,40, </key>\r
+<key name="point"> 3,29,30,16,31,32,33,35,36,38,6,26,39,40, </key>\r
<key name="pointer"> 28, </key>\r
<key name="polylin"> 26, </key>\r
-<key name="pop"> 5,7,8,9,2,10,11,12,13,15,14,29,21,33,36,23,6,26,27,28, </key>\r
-<key name="position"> 1,11,12,30,31,33,32,38,28,39, </key>\r
-<key name="positiv"> 35, </key>\r
-<key name="posses"> 16, </key>\r
+<key name="pop"> 5,7,8,9,2,10,11,12,13,15,14,29,21,34,37,23,6,26,27,28, </key>\r
+<key name="position"> 1,11,12,30,32,34,33,39,28,40, </key>\r
+<key name="positiv"> 36, </key>\r
+<key name="posses"> 16,31, </key>\r
<key name="possibility"> 0,25, </key>\r
-<key name="possibl"> 1,8,37,38, </key>\r
-<key name="post"> 3,4,5,0,7,8,2,10,11,30,17,18,19,20,32,22,23,6,26,27,39, </key>\r
-<key name="preferenc"> 18,31,34,22,23,6, </key>\r
-<key name="pres"> 5,0,29,30,31,32,39, </key>\r
+<key name="possibl"> 1,8,31,38,39, </key>\r
+<key name="post"> 3,4,5,0,7,8,2,10,11,30,17,18,19,20,33,22,23,6,26,27,40, </key>\r
+<key name="preferenc"> 18,31,32,35,22,23,6, </key>\r
+<key name="pres"> 5,0,29,30,32,33,40, </key>\r
<key name="present"> 5,23, </key>\r
-<key name="presentation"> 3,4,5,0,1,8,9,2,11,12,13,14,29,30,16,17,20,21,31,33,34,22,35,36,23,24,37,6,26,27,38,28,39, </key>\r
-<key name="presum"> 35, </key>\r
-<key name="preview"> 1,11,12,33, </key>\r
+<key name="presentation"> 3,4,5,0,1,8,9,2,11,12,13,14,29,30,16,17,20,21,32,34,35,22,36,37,23,24,38,6,26,27,39,28,40, </key>\r
+<key name="presum"> 36, </key>\r
+<key name="preview"> 1,11,12,34, </key>\r
<key name="previou"> 5, </key>\r
-<key name="previous"> 4,10,21,25, </key>\r
-<key name="primitiv"> 29,34,37,38, </key>\r
-<key name="pro"> 3,4,5,0,7,8,2,10,11,30,17,18,19,20,32,22,23,6,26,27,39, </key>\r
+<key name="previous"> 4,10,21,31,25, </key>\r
+<key name="primitiv"> 29,35,38,39, </key>\r
+<key name="pro"> 3,4,5,0,7,8,2,10,11,30,17,18,19,20,33,22,23,6,26,27,40, </key>\r
<key name="problem"> 6, </key>\r
<key name="procedur"> 11, </key>\r
-<key name="proces"> 18,20,27,38, </key>\r
+<key name="proces"> 18,20,27,39, </key>\r
<key name="produc"> 0,20, </key>\r
-<key name="progres"> 18,34, </key>\r
-<key name="progression"> 35, </key>\r
+<key name="progres"> 18,35, </key>\r
+<key name="progression"> 36, </key>\r
<key name="progressiv"> 0, </key>\r
-<key name="prompt"> 34, </key>\r
+<key name="prompt"> 35, </key>\r
<key name="propagation"> 26, </key>\r
-<key name="properti"> 5,0,13,29,30,32,35,23,6,25,28,39, </key>\r
+<key name="properti"> 5,0,13,29,30,33,36,23,6,25,28,40, </key>\r
<key name="proportional"> 5, </key>\r
-<key name="provid"> 20,6, </key>\r
+<key name="provid"> 20,31,6, </key>\r
<key name="pseudo"> 6,27, </key>\r
<key name="publish"> 5, </key>\r
-<key name="purpos"> 34,26, </key>\r
+<key name="pull"> 31, </key>\r
+<key name="purpos"> 35,26, </key>\r
+<key name="push"> 31, </key>\r
<key name="put"> 3, </key>\r
-<key name="pyramid"> 31, </key>\r
+<key name="pyramid"> 32, </key>\r
<key name="python"> 4, </key>\r
<key name="quadrangl"> 3, </key>\r
<key name="quality"> 0, </key>\r
<key name="quit"> 10,29,24, </key>\r
-<key name="radio"> 33,6,38, </key>\r
-<key name="radiu"> 37, </key>\r
-<key name="rainbow"> 35,38, </key>\r
-<key name="rang"> 4,5,13,21,31,33,34,35,23,6,25,38,28, </key>\r
+<key name="radio"> 34,6,39, </key>\r
+<key name="radiu"> 38, </key>\r
+<key name="rainbow"> 36,39, </key>\r
+<key name="rang"> 4,5,13,21,32,34,35,36,23,6,25,39,28, </key>\r
<key name="rarefi"> 4, </key>\r
<key name="rat"> 0,18, </key>\r
-<key name="ratio"> 30,31,38, </key>\r
-<key name="real"> 5,32,37,38, </key>\r
+<key name="ratio"> 30,31,32,39, </key>\r
+<key name="real"> 5,33,38,39, </key>\r
<key name="record"> 0,30, </key>\r
<key name="rectangl"> 7,18, </key>\r
-<key name="red"> 35, </key>\r
-<key name="redefin"> 39, </key>\r
-<key name="referenc"> 4,10,38, </key>\r
-<key name="refin"> 35, </key>\r
+<key name="red"> 36, </key>\r
+<key name="redefin"> 40, </key>\r
+<key name="referenc"> 4,10,39, </key>\r
+<key name="refin"> 36, </key>\r
<key name="regard"> 27, </key>\r
<key name="regim"> 0, </key>\r
-<key name="regular"> 11,35, </key>\r
+<key name="regular"> 11,36, </key>\r
<key name="relat"> 22, </key>\r
-<key name="relativ"> 12,33,34,6, </key>\r
-<key name="relevant"> 34,23, </key>\r
-<key name="relief"> 33, </key>\r
-<key name="remain"> 34, </key>\r
-<key name="remot"> 32,39, </key>\r
+<key name="relativ"> 12,34,35,6, </key>\r
+<key name="relevant"> 35,23, </key>\r
+<key name="relief"> 34, </key>\r
+<key name="remain"> 35, </key>\r
+<key name="remot"> 33,40, </key>\r
<key name="remov"> 7, </key>\r
<key name="renam"> 14,30,6,25, </key>\r
-<key name="rend"> 5,35, </key>\r
-<key name="render"> 34,35,38, </key>\r
-<key name="represent"> 3,4,7,33,32,23,6,25,26,28,39, </key>\r
-<key name="representation"> 3,14,32,6,25, </key>\r
-<key name="representativ"> 38, </key>\r
+<key name="rend"> 5,36, </key>\r
+<key name="render"> 35,36,39, </key>\r
+<key name="represent"> 3,4,7,34,33,23,6,25,26,28,40, </key>\r
+<key name="representation"> 3,14,33,6,25, </key>\r
+<key name="representativ"> 39, </key>\r
<key name="requir"> 0,7,8,15,16,26, </key>\r
-<key name="reset"> 24,39, </key>\r
-<key name="resiz"> 32,39, </key>\r
-<key name="resolution"> 34, </key>\r
+<key name="reset"> 24,40, </key>\r
+<key name="resiz"> 33,40, </key>\r
+<key name="resolution"> 35, </key>\r
<key name="resourc"> 0,26, </key>\r
-<key name="respectiv"> 18,38, </key>\r
-<key name="respective"> 38, </key>\r
-<key name="restor"> 6,39, </key>\r
-<key name="result"> 3,11,31,33,34,35,37,38, </key>\r
+<key name="respectiv"> 18,39, </key>\r
+<key name="respective"> 31,39, </key>\r
+<key name="restor"> 6,40, </key>\r
+<key name="result"> 3,11,32,34,35,36,38,39, </key>\r
<key name="return"> 5,30,6, </key>\r
<key name="reus"> 11, </key>\r
-<key name="reveal"> 32, </key>\r
+<key name="reveal"> 33, </key>\r
<key name="revers"> 1, </key>\r
-<key name="right"> 5,7,8,9,2,10,11,12,13,15,14,29,30,18,19,21,33,32,35,36,23,24,6,25,26,27,28, </key>\r
+<key name="right"> 5,7,8,9,2,10,11,12,13,15,14,29,30,18,19,21,31,34,33,36,37,23,24,6,25,26,27,28, </key>\r
<key name="rightward"> 7, </key>\r
-<key name="rotat"> 1,30,37,39, </key>\r
-<key name="rotation"> 1,11,12,30,33,39, </key>\r
+<key name="rotat"> 1,30,31,38,40, </key>\r
+<key name="rotation"> 1,11,12,30,31,34,40, </key>\r
<key name="row"> 4,7, </key>\r
<key name="run"> 5,22, </key>\r
-<key name="s"> 3,31, </key>\r
-<key name="salom"> 7,30,20,34,22,23,24, </key>\r
-<key name="sam"> 7,11,14,30,23,37,6,38, </key>\r
-<key name="sav"> 5,0,30,32,35,23,25, </key>\r
-<key name="scal"> 13,33,32,35,36,23,24,6,25,38,28, </key>\r
-<key name="scalar"> 3,5,8,2,11,12,13,29,16,21,31,33,34,35,36,23,37,6,26,38,28, </key>\r
-<key name="scen"> 32,34,35,38,39, </key>\r
+<key name="s"> 3,32, </key>\r
+<key name="salom"> 7,30,20,31,35,22,23,24, </key>\r
+<key name="sam"> 7,11,14,30,31,23,38,6,39, </key>\r
+<key name="sav"> 5,0,30,33,36,23,25, </key>\r
+<key name="scal"> 13,34,33,36,37,23,24,6,25,39,28, </key>\r
+<key name="scalar"> 3,5,8,2,11,12,13,29,16,21,32,34,35,36,37,23,38,6,26,39,28, </key>\r
+<key name="scen"> 33,35,36,39,40, </key>\r
+<key name="screen"> 31, </key>\r
<key name="script"> 4, </key>\r
-<key name="se"> 3,4,5,0,8,11,13,18,21,33,32,34,22,36,37,6,26,28,39, </key>\r
+<key name="se"> 3,4,5,0,8,11,13,18,21,34,33,35,22,37,38,6,26,28,40, </key>\r
<key name="search"> 18, </key>\r
-<key name="second"> 0,35,37, </key>\r
-<key name="secondary"> 37, </key>\r
+<key name="second"> 0,36,38, </key>\r
+<key name="secondary"> 38, </key>\r
<key name="section"> 1,6, </key>\r
-<key name="seen"> 35, </key>\r
+<key name="seen"> 36, </key>\r
<key name="segment"> 3,26, </key>\r
-<key name="segmentation"> 0,30,34,37, </key>\r
-<key name="select"> 5,1,7,8,2,10,11,12,13,14,29,30,16,18,19,21,31,33,32,35,36,23,24,6,25,26,27,38,28,39, </key>\r
+<key name="segmentation"> 0,30,35,38, </key>\r
+<key name="select"> 5,1,7,8,2,10,11,12,13,14,29,30,16,18,19,21,32,34,33,36,37,23,24,6,25,26,27,39,28,40, </key>\r
<key name="selectabl"> 1, </key>\r
-<key name="selection"> 30,16,31,6, </key>\r
-<key name="semi"> 31,37, </key>\r
+<key name="selection"> 30,16,32,6, </key>\r
+<key name="semi"> 32,38, </key>\r
<key name="sensitiv"> 6, </key>\r
<key name="separat"> 15,6, </key>\r
-<key name="separate"> 32,6, </key>\r
+<key name="separate"> 33,6, </key>\r
<key name="serv"> 26, </key>\r
<key name="session"> 0,23, </key>\r
-<key name="set"> 5,0,1,11,12,13,14,29,17,18,21,31,33,34,22,36,23,6,25,26,38,28, </key>\r
-<key name="setting"> 0,30,18,32,25, </key>\r
+<key name="set"> 5,0,1,11,12,13,14,29,17,18,21,32,34,35,22,37,23,6,25,26,39,28, </key>\r
+<key name="setting"> 0,30,18,33,25, </key>\r
<key name="setup"> 5, </key>\r
-<key name="shad"> 34,6, </key>\r
-<key name="shap"> 12,13,34,36,38, </key>\r
+<key name="shad"> 35,6, </key>\r
+<key name="shap"> 12,13,35,37,39, </key>\r
<key name="shift"> 13, </key>\r
-<key name="should"> 3,1,7,11,12,16,18,33,22,6,27, </key>\r
-<key name="show"> 5,1,11,12,15,18,31,32,35,37,25,38,39, </key>\r
+<key name="should"> 3,1,7,11,12,16,18,34,22,6,27, </key>\r
+<key name="show"> 5,1,11,12,15,18,32,33,36,38,25,39,40, </key>\r
<key name="shrink"> 6, </key>\r
-<key name="sid"> 12,35, </key>\r
-<key name="similar"> 37,26, </key>\r
-<key name="simpl"> 34, </key>\r
+<key name="sid"> 12,36, </key>\r
+<key name="similar"> 38,26, </key>\r
+<key name="simpl"> 35, </key>\r
<key name="simultaneou"> 5, </key>\r
-<key name="simultaneous"> 11,12,35,6, </key>\r
-<key name="siz"> 0,16,31,32,34,26,38, </key>\r
-<key name="slow"> 31, </key>\r
-<key name="smal"> 34,26, </key>\r
-<key name="small"> 28,39, </key>\r
-<key name="smallest"> 38, </key>\r
-<key name="smooth"> 33,26, </key>\r
-<key name="smoothnes"> 31,26, </key>\r
-<key name="so"> 5,31,34,38, </key>\r
+<key name="simultaneous"> 11,12,36,6, </key>\r
+<key name="siz"> 0,16,32,33,35,26,39, </key>\r
+<key name="slow"> 32, </key>\r
+<key name="smal"> 35,26, </key>\r
+<key name="small"> 28,40, </key>\r
+<key name="smallest"> 39, </key>\r
+<key name="smooth"> 34,26, </key>\r
+<key name="smoothnes"> 32,26, </key>\r
+<key name="so"> 5,32,35,39, </key>\r
<key name="solid"> 7, </key>\r
<key name="solv"> 6, </key>\r
<key name="sometim"> 26, </key>\r
<key name="sourc"> 26, </key>\r
-<key name="spac"> 11,12,16,33,35,38, </key>\r
-<key name="spe"> 5, </key>\r
-<key name="special"> 4,30,31, </key>\r
-<key name="specifi"> 5,0,32,24, </key>\r
-<key name="specify"> 32,6,26, </key>\r
+<key name="spac"> 11,12,16,34,36,39, </key>\r
+<key name="spacemous"> 31, </key>\r
+<key name="spe"> 5,31, </key>\r
+<key name="special"> 4,30,32, </key>\r
+<key name="specifi"> 5,0,33,24, </key>\r
+<key name="specify"> 33,6,26, </key>\r
<key name="spent"> 18, </key>\r
-<key name="spher"> 34,37, </key>\r
-<key name="splin"> 32, </key>\r
+<key name="spher"> 35,38, </key>\r
+<key name="splin"> 33, </key>\r
<key name="split"> 1, </key>\r
-<key name="sprit"> 31,34, </key>\r
-<key name="stamp"> 3,5,0,8,11,12,13,14,29,30,18,21,33,35,36,23,6,26,28, </key>\r
-<key name="standard"> 0,7,30,18,19,34,38, </key>\r
+<key name="sprit"> 32,35, </key>\r
+<key name="stamp"> 3,5,0,8,11,12,13,14,29,30,18,21,34,36,37,23,6,26,28, </key>\r
+<key name="standard"> 0,7,30,18,19,31,35,39, </key>\r
+<key name="star"> 31, </key>\r
<key name="start"> 5,0,1,22,26,27, </key>\r
<key name="stat"> 27, </key>\r
-<key name="step"> 5,11,18,31,33,26,27, </key>\r
+<key name="step"> 5,11,18,32,34,26,27, </key>\r
<key name="stop"> 0, </key>\r
<key name="stor"> 3,30, </key>\r
<key name="stream"> 26, </key>\r
<key name="streamlin"> 26, </key>\r
-<key name="strict"> 39, </key>\r
+<key name="strict"> 40, </key>\r
<key name="structur"> 3,1,7,11,18,26, </key>\r
<key name="study"> 5,7,10,11,17,22, </key>\r
-<key name="styl"> 30, </key>\r
+<key name="styl"> 30,31, </key>\r
<key name="subfold"> 3,8,14,30,6, </key>\r
<key name="subfolder"> 3, </key>\r
<key name="submenu"> 8, </key>\r
<key name="submesh"> 3,8,9,16,17,20,24, </key>\r
<key name="substitut"> 0, </key>\r
-<key name="suggest"> 34, </key>\r
+<key name="suggest"> 35, </key>\r
<key name="superposition"> 6, </key>\r
-<key name="surfac"> 12,21,33,6, </key>\r
+<key name="support"> 31, </key>\r
+<key name="surfac"> 12,21,34,6, </key>\r
<key name="suspend"> 0, </key>\r
<key name="sweep"> 5,17,18,6,27, </key>\r
-<key name="switch"> 30,6, </key>\r
-<key name="system"> 0,34,38, </key>\r
-<key name="systematical"> 35, </key>\r
-<key name="t"> 18,32,34,39, </key>\r
-<key name="tab"> 4,11,12,13,19,21,33,36,23,37,26,28, </key>\r
-<key name="tabl"> 3,4,7,2,11,15,16,17,19,20,32, </key>\r
+<key name="switch"> 30,31,6, </key>\r
+<key name="system"> 0,31,35,39, </key>\r
+<key name="systematical"> 36, </key>\r
+<key name="t"> 18,33,35,40, </key>\r
+<key name="tab"> 4,11,12,13,19,21,34,37,23,38,26,28, </key>\r
+<key name="tabl"> 3,4,7,2,11,15,16,17,19,20,33, </key>\r
<key name="tail"> 28, </key>\r
<key name="tak"> 26,27, </key>\r
-<key name="taken"> 7,11,13,35, </key>\r
-<key name="technical"> 34, </key>\r
-<key name="tensor"> 34,35, </key>\r
-<key name="text"> 35,23, </key>\r
-<key name="textur"> 34, </key>\r
-<key name="them"> 4,1,7,30,21,31,34,6,39, </key>\r
-<key name="therefor"> 34, </key>\r
+<key name="taken"> 7,11,13,36, </key>\r
+<key name="technical"> 35, </key>\r
+<key name="tensor"> 35,36, </key>\r
+<key name="text"> 36,23, </key>\r
+<key name="textur"> 35, </key>\r
+<key name="them"> 4,1,7,30,21,31,32,35,6,40, </key>\r
+<key name="therefor"> 35, </key>\r
<key name="thick"> 6, </key>\r
<key name="thin"> 6, </key>\r
-<key name="thought"> 34,26, </key>\r
-<key name="thre"> 3,4,11,12,33,34,23,38, </key>\r
-<key name="threshold"> 34, </key>\r
-<key name="tick"> 39, </key>\r
-<key name="tim"> 3,5,0,8,11,12,13,14,29,30,18,21,33,35,36,23,37,6,26,27,28, </key>\r
-<key name="titl"> 4,32,23, </key>\r
+<key name="thought"> 35,26, </key>\r
+<key name="thre"> 3,4,11,12,34,35,23,39, </key>\r
+<key name="threshold"> 35, </key>\r
+<key name="tick"> 40, </key>\r
+<key name="tilt"> 31, </key>\r
+<key name="tim"> 3,5,0,8,11,12,13,14,29,30,18,21,34,36,37,23,38,6,26,27,28, </key>\r
+<key name="titl"> 4,33,23, </key>\r
<key name="togeth"> 3, </key>\r
-<key name="toleranc"> 31, </key>\r
-<key name="toolbar"> 8,11,12,13,14,29,30,21,31,33,32,22,36,23,37,26,28,39, </key>\r
-<key name="top"> 31,32,37, </key>\r
-<key name="total"> 34, </key>\r
-<key name="touch"> 31, </key>\r
+<key name="toggl"> 31, </key>\r
+<key name="toleranc"> 32, </key>\r
+<key name="toolbar"> 8,11,12,13,14,29,30,21,31,32,34,33,22,37,23,38,26,28,40, </key>\r
+<key name="top"> 32,33,38, </key>\r
+<key name="total"> 35, </key>\r
+<key name="touch"> 32, </key>\r
<key name="transform"> 26, </key>\r
<key name="transformation"> 23,27, </key>\r
<key name="translat"> 30,24,6, </key>\r
-<key name="translation"> 30,37, </key>\r
-<key name="transparency"> 31,34, </key>\r
-<key name="transparent"> 31,37,6, </key>\r
+<key name="translation"> 30,31,38, </key>\r
+<key name="transparency"> 32,35, </key>\r
+<key name="transparent"> 32,38,6, </key>\r
<key name="tre"> 3, </key>\r
-<key name="triangl"> 3,7,39, </key>\r
-<key name="triangular"> 31, </key>\r
+<key name="triangl"> 3,7,40, </key>\r
+<key name="triangular"> 32, </key>\r
<key name="trigger"> 25, </key>\r
-<key name="trihedron"> 39, </key>\r
+<key name="trihedron"> 40, </key>\r
<key name="truncat"> 1, </key>\r
-<key name="twic"> 38, </key>\r
-<key name="two"> 0,1,7,10,11,12,30,31,33,34,35,36,37, </key>\r
+<key name="twic"> 39, </key>\r
+<key name="two"> 0,1,7,10,11,12,30,32,34,35,36,37,38, </key>\r
<key name="txt"> 4,19, </key>\r
-<key name="typ"> 3,5,7,8,11,12,13,29,16,33,32,34,36,23,6,25,26,27,38,28, </key>\r
+<key name="typ"> 3,5,7,8,11,12,13,29,16,34,33,35,37,23,6,25,26,27,39,28, </key>\r
<key name="uncheck"> 18, </key>\r
-<key name="uniqu"> 38, </key>\r
+<key name="uniqu"> 39, </key>\r
<key name="unit"> 4,7,26, </key>\r
<key name="unwant"> 1, </key>\r
-<key name="up"> 5,7,8,9,2,10,11,12,13,15,14,29,21,33,34,35,36,23,37,6,26,27,28, </key>\r
-<key name="updat"> 21,31,22,37,38, </key>\r
+<key name="up"> 5,7,8,9,2,10,11,12,13,15,14,29,21,31,34,35,36,37,23,38,6,26,27,28, </key>\r
+<key name="updat"> 21,32,22,38,39, </key>\r
<key name="upward"> 7, </key>\r
-<key name="us"> 3,5,0,1,7,10,11,13,29,30,16,31,34,35,23,37,26,27,38,28,39, </key>\r
+<key name="us"> 3,5,0,1,7,10,11,13,29,30,16,31,32,35,36,23,38,26,27,39,28,40, </key>\r
<key name="usag"> 17, </key>\r
<key name="usual"> 26, </key>\r
-<key name="v"> 7,37, </key>\r
+<key name="v"> 7,38, </key>\r
<key name="validat"> 5, </key>\r
-<key name="valu"> 3,4,0,7,8,2,11,12,13,16,18,21,31,33,34,35,36,23,6,26,27,38,28, </key>\r
-<key name="variabl"> 35,37, </key>\r
+<key name="valu"> 3,4,0,7,8,2,11,12,13,16,18,21,32,34,35,36,37,23,6,26,27,39,28, </key>\r
+<key name="variabl"> 36,38, </key>\r
<key name="variou"> 20, </key>\r
-<key name="vary"> 38, </key>\r
+<key name="vary"> 39, </key>\r
<key name="ve"> 0, </key>\r
-<key name="vector"> 3,8,13,16,21,33,34,35,36,23,26,28, </key>\r
-<key name="verbal"> 32, </key>\r
-<key name="vertex"> 34, </key>\r
-<key name="vertical"> 1,32,35,23, </key>\r
-<key name="very"> 31,26, </key>\r
-<key name="via"> 30,25,39, </key>\r
+<key name="vector"> 3,8,13,16,21,34,35,36,37,23,26,28, </key>\r
+<key name="verbal"> 33, </key>\r
+<key name="vertex"> 35, </key>\r
+<key name="vertical"> 1,33,36,23, </key>\r
+<key name="very"> 32,26, </key>\r
+<key name="via"> 30,25,40, </key>\r
<key name="video"> 0, </key>\r
-<key name="view"> 3,4,0,1,7,9,2,10,11,12,13,15,14,30,16,17,21,31,33,32,34,22,36,23,24,37,6,25,26,27,38,28,39, </key>\r
-<key name="visibl"> 32,34,39, </key>\r
-<key name="visualis"> 34, </key>\r
+<key name="view"> 3,4,0,1,7,9,2,10,11,12,13,15,14,30,16,17,21,31,32,34,33,35,22,37,23,24,38,6,25,26,27,39,28,40, </key>\r
+<key name="viewer"> 31, </key>\r
+<key name="visibl"> 33,35,40, </key>\r
+<key name="visualis"> 35, </key>\r
<key name="visualisation"> 29, </key>\r
-<key name="visualiz"> 11,13,31,34,28, </key>\r
-<key name="visualization"> 8,11,12,13,29,20,21,33,36,23,37,6,26,28,39, </key>\r
-<key name="vtk"> 30,34,22,6,39, </key>\r
-<key name="way"> 1,31,37, </key>\r
+<key name="visualiz"> 11,13,32,35,28, </key>\r
+<key name="visualization"> 8,11,12,13,29,20,21,34,37,23,38,6,26,28,40, </key>\r
+<key name="vtk"> 30,35,22,6,40, </key>\r
+<key name="way"> 1,32,38, </key>\r
<key name="well"> 8,23, </key>\r
<key name="what"> 18, </key>\r
-<key name="whatev"> 34, </key>\r
+<key name="whatev"> 35, </key>\r
<key name="wheel"> 5, </key>\r
-<key name="whil"> 33, </key>\r
-<key name="whol"> 3,34, </key>\r
+<key name="whil"> 34, </key>\r
+<key name="whol"> 3,35, </key>\r
<key name="why"> 3, </key>\r
-<key name="width"> 7,35,23,6,28, </key>\r
-<key name="will"> 3,5,0,1,7,8,9,2,10,11,12,13,15,14,16,18,19,21,31,33,32,34,22,35,36,23,24,6,25,26,27,38,28, </key>\r
-<key name="window"> 0,10,15,30,31,22,37, </key>\r
+<key name="width"> 7,36,23,6,28, </key>\r
+<key name="will"> 3,5,0,1,7,8,9,2,10,11,12,13,15,14,16,18,19,21,32,34,33,35,22,36,37,23,24,6,25,26,27,39,28, </key>\r
+<key name="window"> 0,10,15,30,32,22,38, </key>\r
<key name="wir"> 6, </key>\r
<key name="wirefram"> 6, </key>\r
-<key name="wish"> 32,6,39, </key>\r
-<key name="within"> 31,34,35,6, </key>\r
-<key name="without"> 4,30, </key>\r
-<key name="would"> 0,34, </key>\r
-<key name="written"> 35, </key>\r
-<key name="x"> 1,7,32,34,35,23,24, </key>\r
+<key name="wish"> 33,6,40, </key>\r
+<key name="within"> 32,35,36,6, </key>\r
+<key name="without"> 4,30,31, </key>\r
+<key name="would"> 0,35, </key>\r
+<key name="written"> 36, </key>\r
+<key name="x"> 1,7,31,33,35,36,23,24, </key>\r
<key name="xl"> 4,19, </key>\r
-<key name="xy"> 10,11,12,20,33,32,25, </key>\r
-<key name="y"> 1,7,32,35,23,24, </key>\r
-<key name="your"> 5,0,1,7,2,10,11,12,13,15,14,29,18,19,21,33,32,36,23,24,25,26,28, </key>\r
-<key name="yz"> 11,12,33, </key>\r
+<key name="xy"> 10,11,12,20,34,33,25, </key>\r
+<key name="y"> 1,7,31,33,36,23,24, </key>\r
+<key name="your"> 5,0,1,7,2,10,11,12,13,15,14,29,18,19,21,34,33,37,23,24,25,26,28, </key>\r
+<key name="yz"> 11,12,34, </key>\r
<key name="z"> 1,24, </key>\r
-<key name="zoom"> 30,31,32,34,39, </key>\r
-<key name="zx"> 11,12,33, </key>\r
+<key name="zoom"> 30,31,32,33,35,40, </key>\r
+<key name="zx"> 11,12,34, </key>\r
\r
</ftswdata> \r
<item name="Introduction to Post-Pro" url="files/introduction.htm" />\r
<item name="Running Post-Pro" url="files/running_visu.htm" />\r
<item name="Importing MED files" url="files/importing_med_objects.htm" />\r
- <item name="About the structure of MED objects" url="files/about_structure_of_med_object.htm" />\r
+ <item name="Structure of MED objects" url="files/about_structure_of_med_object.htm" />\r
<book name="3D presentations" >\r
<item name="Presentation of a submesh" url="files/creating_presentations.htm" />\r
<book name="Field presentations" >\r
<item name="Types of Gauss Points Presentations" url="types_of_gauss_points_presentations.htm" />\r
<item name="Scalar Bar" url="scalar_bar.htm" />\r
<item name="Gauss Viewer" url="gauss_viewer.htm" />\r
+ <item name="Navigation in the Gauss viewer" url="navigation_with_keyboard_and_spacemouse.htm" />\r
<item name="Picking" url="picking.htm" />\r
<item name="Segmentation" url="segmentation.htm" />\r
<item name="Recording in Gauss Viewer" url="animation_in_gauss_viewer.htm" />\r
<item name="Plot2D Viewer" url="plot2d_viewer.htm" />\r
<item name="Setting properties of XY plots" url="files/setting_properties_of_xy_plots.htm" />\r
</book>\r
+ <item name="Access to Post-Pro module functionality from Python (using VISU_Gen.idl)" url="visugenidl_doc/VISU__Gen_8idl.html" />\r
</book>\r
\r
</tocdata>\r
-# Copyright (C) 2003 CEA/DEN, EDF R&D
+# Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : Makefile.in
# Author : Vasily Rusyaev (Open Cascade NN)
@COMMENCE@
-docs:
+usr_docs:
cp -fr $(srcdir)/VISU ./INPUT; \
+ cp -fr ./VISU/doxyfile ./INPUT; \
+ cp -fr ./VISU/sources/static/tree.js ./INPUT/sources/static; \
cd INPUT; \
sed 's|../../../share/salome|$(root_srcdir)|' ./doxyfile > ./doxyfile1; \
sed 's|../../build/salome|$(top_builddir)|' ./doxyfile1 > ./doxyfile2; \
- sed "s|version|`cut -d: -f2 $(root_srcdir)/bin/VERSION`|" ./doxyfile2 > ./doxyfile3; \
- mv -f doxyfile3 doxyfile1; \
+ mv -f doxyfile2 doxyfile1; \
echo "DOXYGEN SUPPORT PYTHON - @DOXYGEN_WITH_PYTHON@"; \
if( test "x@DOXYGEN_WITH_PYTHON@" = "xyes"); then \
sed 's|python_extension_must_be_here|*.py|' ./doxyfile1 > ./doxyfile2; \
+++ /dev/null
-# Doxyfile 1.4.6
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "SALOME - VISU - v.version"
-PROJECT_NUMBER =
-OUTPUT_DIRECTORY = ../
-CREATE_SUBDIRS = NO
-OUTPUT_LANGUAGE = English
-USE_WINDOWS_ENCODING = NO
-BRIEF_MEMBER_DESC = YES
-REPEAT_BRIEF = NO
-ABBREVIATE_BRIEF =
-ALWAYS_DETAILED_SEC = YES
-INLINE_INHERITED_MEMB = YES
-FULL_PATH_NAMES = YES
-STRIP_FROM_PATH = ../../../share/salome \
- ../../../build/salome
-STRIP_FROM_INC_PATH =
-SHORT_NAMES = NO
-JAVADOC_AUTOBRIEF = YES
-MULTILINE_CPP_IS_BRIEF = NO
-DETAILS_AT_TOP = NO
-INHERIT_DOCS = YES
-SEPARATE_MEMBER_PAGES = NO
-TAB_SIZE = 5
-ALIASES =
-OPTIMIZE_OUTPUT_FOR_C = YES
-OPTIMIZE_OUTPUT_JAVA = YES
-BUILTIN_STL_SUPPORT = NO
-DISTRIBUTE_GROUP_DOC = NO
-SUBGROUPING = YES
-
-#---------------------------------------------------------------------------
-# Build related configuration options
-#---------------------------------------------------------------------------
-EXTRACT_ALL = YES
-EXTRACT_PRIVATE = YES
-EXTRACT_STATIC = YES
-EXTRACT_LOCAL_CLASSES = YES
-EXTRACT_LOCAL_METHODS = NO
-HIDE_UNDOC_MEMBERS = NO
-HIDE_UNDOC_CLASSES = NO
-HIDE_FRIEND_COMPOUNDS = NO
-HIDE_IN_BODY_DOCS = NO
-INTERNAL_DOCS = YES
-CASE_SENSE_NAMES = YES
-HIDE_SCOPE_NAMES = NO
-SHOW_INCLUDE_FILES = YES
-INLINE_INFO = YES
-SORT_MEMBER_DOCS = NO
-SORT_BRIEF_DOCS = NO
-SORT_BY_SCOPE_NAME = NO
-GENERATE_TODOLIST = YES
-GENERATE_TESTLIST = YES
-GENERATE_BUGLIST = YES
-GENERATE_DEPRECATEDLIST= YES
-ENABLED_SECTIONS =
-MAX_INITIALIZER_LINES = 25
-SHOW_USED_FILES = NO
-SHOW_DIRECTORIES = NO
-FILE_VERSION_FILTER =
-
-#---------------------------------------------------------------------------
-# configuration options related to warning and progress messages
-#---------------------------------------------------------------------------
-QUIET = NO
-WARNINGS = YES
-WARN_IF_UNDOCUMENTED = YES
-WARN_IF_DOC_ERROR = YES
-WARN_NO_PARAMDOC = NO
-WARN_FORMAT = "$file:$line: $text"
-WARN_LOGFILE = log.txt
-
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = ../../../share/salome/src \
- ../../../share/salome/idl \
- ../../../build/salome/bin
-FILE_PATTERNS = *.idl *.h *.hh *.hxx *.c *.cc *.cxx *.ixx *.jxx python_extension_must_be_here
-RECURSIVE = YES
-EXCLUDE =
-EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS =
-EXAMPLE_PATH =
-EXAMPLE_PATTERNS =
-EXAMPLE_RECURSIVE = NO
-IMAGE_PATH = sources/
-INPUT_FILTER =
-FILTER_PATTERNS =
-FILTER_SOURCE_FILES = YES
-
-#---------------------------------------------------------------------------
-# configuration options related to source browsing
-#---------------------------------------------------------------------------
-SOURCE_BROWSER = NO
-INLINE_SOURCES = NO
-STRIP_CODE_COMMENTS = YES
-REFERENCED_BY_RELATION = NO
-REFERENCES_RELATION = YES
-USE_HTAGS = NO
-VERBATIM_HEADERS = YES
-
-#---------------------------------------------------------------------------
-# configuration options related to the alphabetical class index
-#---------------------------------------------------------------------------
-ALPHABETICAL_INDEX = YES
-COLS_IN_ALPHA_INDEX = 3
-IGNORE_PREFIX =
-
-#---------------------------------------------------------------------------
-# configuration options related to the HTML output
-#---------------------------------------------------------------------------
-GENERATE_HTML = YES
-HTML_OUTPUT = VISU
-HTML_FILE_EXTENSION = .html
-HTML_HEADER = sources/myheader.html
-HTML_FOOTER = sources/footer.html
-HTML_STYLESHEET = sources/static/doxygen.css
-HTML_ALIGN_MEMBERS = YES
-GENERATE_HTMLHELP = NO
-CHM_FILE =
-HHC_LOCATION =
-GENERATE_CHI = NO
-BINARY_TOC = YES
-TOC_EXPAND = YES
-DISABLE_INDEX = NO
-ENUM_VALUES_PER_LINE = 4
-GENERATE_TREEVIEW = NO
-TREEVIEW_WIDTH = 250
-
-#---------------------------------------------------------------------------
-# configuration options related to the LaTeX output
-#---------------------------------------------------------------------------
-GENERATE_LATEX = NO
-LATEX_OUTPUT = latex
-LATEX_CMD_NAME = latex
-MAKEINDEX_CMD_NAME = makeindex
-COMPACT_LATEX = NO
-PAPER_TYPE = a4wide
-EXTRA_PACKAGES =
-LATEX_HEADER =
-PDF_HYPERLINKS = NO
-USE_PDFLATEX = NO
-LATEX_BATCHMODE = NO
-LATEX_HIDE_INDICES = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the RTF output
-#---------------------------------------------------------------------------
-GENERATE_RTF = NO
-RTF_OUTPUT = rtf
-COMPACT_RTF = NO
-RTF_HYPERLINKS = NO
-RTF_STYLESHEET_FILE =
-RTF_EXTENSIONS_FILE =
-
-#---------------------------------------------------------------------------
-# configuration options related to the man page output
-#---------------------------------------------------------------------------
-GENERATE_MAN = NO
-MAN_OUTPUT = man
-MAN_EXTENSION = .3
-MAN_LINKS = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the XML output
-#---------------------------------------------------------------------------
-GENERATE_XML = NO
-XML_OUTPUT = xml
-XML_SCHEMA =
-XML_DTD =
-XML_PROGRAMLISTING = YES
-
-#---------------------------------------------------------------------------
-# configuration options for the AutoGen Definitions output
-#---------------------------------------------------------------------------
-GENERATE_AUTOGEN_DEF = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the Perl module output
-#---------------------------------------------------------------------------
-GENERATE_PERLMOD = NO
-PERLMOD_LATEX = NO
-PERLMOD_PRETTY = YES
-PERLMOD_MAKEVAR_PREFIX =
-
-#---------------------------------------------------------------------------
-# Configuration options related to the preprocessor
-#---------------------------------------------------------------------------
-ENABLE_PREPROCESSING = YES
-MACRO_EXPANSION = NO
-EXPAND_ONLY_PREDEF = NO
-SEARCH_INCLUDES = YES
-INCLUDE_PATH =
-INCLUDE_FILE_PATTERNS =
-PREDEFINED =
-EXPAND_AS_DEFINED =
-SKIP_FUNCTION_MACROS = NO
-
-#---------------------------------------------------------------------------
-# Configuration::additions related to external references
-#---------------------------------------------------------------------------
-TAGFILES =
-GENERATE_TAGFILE =
-ALLEXTERNALS = NO
-EXTERNAL_GROUPS = YES
-PERL_PATH = /usr/bin/perl
-
-#---------------------------------------------------------------------------
-# Configuration options related to the dot tool
-#---------------------------------------------------------------------------
-CLASS_DIAGRAMS = YES
-HIDE_UNDOC_RELATIONS = NO
-HAVE_DOT = YES
-CLASS_GRAPH = YES
-COLLABORATION_GRAPH = NO
-GROUP_GRAPHS = NO
-UML_LOOK = NO
-TEMPLATE_RELATIONS = YES
-INCLUDE_GRAPH = YES
-INCLUDED_BY_GRAPH = NO
-CALL_GRAPH = NO
-GRAPHICAL_HIERARCHY = YES
-DIRECTORY_GRAPH = YES
-DOT_IMAGE_FORMAT = jpg
-DOT_PATH =
-DOTFILE_DIRS =
-MAX_DOT_GRAPH_WIDTH = 1024
-MAX_DOT_GRAPH_HEIGHT = 1200
-MAX_DOT_GRAPH_DEPTH = 0
-DOT_TRANSPARENT = NO
-DOT_MULTI_TARGETS = NO
-GENERATE_LEGEND = NO
-DOT_CLEANUP = YES
-
-#---------------------------------------------------------------------------
-# Configuration::additions related to the search engine
-#---------------------------------------------------------------------------
-SEARCHENGINE = NO
--- /dev/null
+# Doxyfile 1.4.6
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+PROJECT_NAME = "SALOME - VISU - v.@VERSION@"
+PROJECT_NUMBER =
+OUTPUT_DIRECTORY = ../
+CREATE_SUBDIRS = NO
+OUTPUT_LANGUAGE = English
+USE_WINDOWS_ENCODING = NO
+BRIEF_MEMBER_DESC = YES
+REPEAT_BRIEF = NO
+ABBREVIATE_BRIEF =
+ALWAYS_DETAILED_SEC = YES
+INLINE_INHERITED_MEMB = YES
+FULL_PATH_NAMES = YES
+STRIP_FROM_PATH = ../../../share/salome \
+ ../../../build/salome
+STRIP_FROM_INC_PATH =
+SHORT_NAMES = NO
+JAVADOC_AUTOBRIEF = YES
+MULTILINE_CPP_IS_BRIEF = NO
+DETAILS_AT_TOP = NO
+INHERIT_DOCS = YES
+SEPARATE_MEMBER_PAGES = NO
+TAB_SIZE = 5
+ALIASES =
+OPTIMIZE_OUTPUT_FOR_C = YES
+OPTIMIZE_OUTPUT_JAVA = YES
+BUILTIN_STL_SUPPORT = NO
+DISTRIBUTE_GROUP_DOC = NO
+SUBGROUPING = YES
+
+#---------------------------------------------------------------------------
+# Build related configuration options
+#---------------------------------------------------------------------------
+EXTRACT_ALL = YES
+EXTRACT_PRIVATE = YES
+EXTRACT_STATIC = YES
+EXTRACT_LOCAL_CLASSES = YES
+EXTRACT_LOCAL_METHODS = NO
+HIDE_UNDOC_MEMBERS = NO
+HIDE_UNDOC_CLASSES = NO
+HIDE_FRIEND_COMPOUNDS = NO
+HIDE_IN_BODY_DOCS = NO
+INTERNAL_DOCS = YES
+CASE_SENSE_NAMES = YES
+HIDE_SCOPE_NAMES = NO
+SHOW_INCLUDE_FILES = YES
+INLINE_INFO = YES
+SORT_MEMBER_DOCS = NO
+SORT_BRIEF_DOCS = NO
+SORT_BY_SCOPE_NAME = NO
+GENERATE_TODOLIST = YES
+GENERATE_TESTLIST = YES
+GENERATE_BUGLIST = YES
+GENERATE_DEPRECATEDLIST= YES
+ENABLED_SECTIONS =
+MAX_INITIALIZER_LINES = 25
+SHOW_USED_FILES = NO
+SHOW_DIRECTORIES = NO
+FILE_VERSION_FILTER =
+
+#---------------------------------------------------------------------------
+# configuration options related to warning and progress messages
+#---------------------------------------------------------------------------
+QUIET = NO
+WARNINGS = YES
+WARN_IF_UNDOCUMENTED = YES
+WARN_IF_DOC_ERROR = YES
+WARN_NO_PARAMDOC = NO
+WARN_FORMAT = "$file:$line: $text"
+WARN_LOGFILE = log.txt
+
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT = ../../../share/salome/src \
+ ../../../share/salome/idl \
+ ../../../build/salome/bin
+FILE_PATTERNS = *.idl *.h *.hh *.hxx *.c *.cc *.cxx *.ixx *.jxx python_extension_must_be_here
+RECURSIVE = YES
+EXCLUDE =
+EXCLUDE_SYMLINKS = NO
+EXCLUDE_PATTERNS =
+EXAMPLE_PATH =
+EXAMPLE_PATTERNS =
+EXAMPLE_RECURSIVE = NO
+IMAGE_PATH = sources/
+INPUT_FILTER =
+FILTER_PATTERNS =
+FILTER_SOURCE_FILES = YES
+
+#---------------------------------------------------------------------------
+# configuration options related to source browsing
+#---------------------------------------------------------------------------
+SOURCE_BROWSER = NO
+INLINE_SOURCES = NO
+STRIP_CODE_COMMENTS = YES
+REFERENCED_BY_RELATION = NO
+REFERENCES_RELATION = YES
+USE_HTAGS = NO
+VERBATIM_HEADERS = YES
+
+#---------------------------------------------------------------------------
+# configuration options related to the alphabetical class index
+#---------------------------------------------------------------------------
+ALPHABETICAL_INDEX = YES
+COLS_IN_ALPHA_INDEX = 3
+IGNORE_PREFIX =
+
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+GENERATE_HTML = YES
+HTML_OUTPUT = VISU
+HTML_FILE_EXTENSION = .html
+HTML_HEADER = sources/myheader.html
+HTML_FOOTER = sources/footer.html
+HTML_STYLESHEET = sources/static/doxygen.css
+HTML_ALIGN_MEMBERS = YES
+GENERATE_HTMLHELP = NO
+CHM_FILE =
+HHC_LOCATION =
+GENERATE_CHI = NO
+BINARY_TOC = YES
+TOC_EXPAND = YES
+DISABLE_INDEX = NO
+ENUM_VALUES_PER_LINE = 4
+GENERATE_TREEVIEW = NO
+TREEVIEW_WIDTH = 250
+
+#---------------------------------------------------------------------------
+# configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+GENERATE_LATEX = NO
+LATEX_OUTPUT = latex
+LATEX_CMD_NAME = latex
+MAKEINDEX_CMD_NAME = makeindex
+COMPACT_LATEX = NO
+PAPER_TYPE = a4wide
+EXTRA_PACKAGES =
+LATEX_HEADER =
+PDF_HYPERLINKS = NO
+USE_PDFLATEX = NO
+LATEX_BATCHMODE = NO
+LATEX_HIDE_INDICES = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the RTF output
+#---------------------------------------------------------------------------
+GENERATE_RTF = NO
+RTF_OUTPUT = rtf
+COMPACT_RTF = NO
+RTF_HYPERLINKS = NO
+RTF_STYLESHEET_FILE =
+RTF_EXTENSIONS_FILE =
+
+#---------------------------------------------------------------------------
+# configuration options related to the man page output
+#---------------------------------------------------------------------------
+GENERATE_MAN = NO
+MAN_OUTPUT = man
+MAN_EXTENSION = .3
+MAN_LINKS = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the XML output
+#---------------------------------------------------------------------------
+GENERATE_XML = NO
+XML_OUTPUT = xml
+XML_SCHEMA =
+XML_DTD =
+XML_PROGRAMLISTING = YES
+
+#---------------------------------------------------------------------------
+# configuration options for the AutoGen Definitions output
+#---------------------------------------------------------------------------
+GENERATE_AUTOGEN_DEF = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the Perl module output
+#---------------------------------------------------------------------------
+GENERATE_PERLMOD = NO
+PERLMOD_LATEX = NO
+PERLMOD_PRETTY = YES
+PERLMOD_MAKEVAR_PREFIX =
+
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor
+#---------------------------------------------------------------------------
+ENABLE_PREPROCESSING = YES
+MACRO_EXPANSION = NO
+EXPAND_ONLY_PREDEF = NO
+SEARCH_INCLUDES = YES
+INCLUDE_PATH =
+INCLUDE_FILE_PATTERNS =
+PREDEFINED =
+EXPAND_AS_DEFINED =
+SKIP_FUNCTION_MACROS = NO
+
+#---------------------------------------------------------------------------
+# Configuration::additions related to external references
+#---------------------------------------------------------------------------
+TAGFILES =
+GENERATE_TAGFILE =
+ALLEXTERNALS = NO
+EXTERNAL_GROUPS = YES
+PERL_PATH = /usr/bin/perl
+
+#---------------------------------------------------------------------------
+# Configuration options related to the dot tool
+#---------------------------------------------------------------------------
+CLASS_DIAGRAMS = YES
+HIDE_UNDOC_RELATIONS = NO
+HAVE_DOT = YES
+CLASS_GRAPH = YES
+COLLABORATION_GRAPH = NO
+GROUP_GRAPHS = NO
+UML_LOOK = NO
+TEMPLATE_RELATIONS = YES
+INCLUDE_GRAPH = YES
+INCLUDED_BY_GRAPH = NO
+CALL_GRAPH = NO
+GRAPHICAL_HIERARCHY = YES
+DIRECTORY_GRAPH = YES
+DOT_IMAGE_FORMAT = jpg
+DOT_PATH =
+DOTFILE_DIRS =
+MAX_DOT_GRAPH_WIDTH = 1024
+MAX_DOT_GRAPH_HEIGHT = 1200
+MAX_DOT_GRAPH_DEPTH = 0
+DOT_TRANSPARENT = NO
+DOT_MULTI_TARGETS = NO
+GENERATE_LEGEND = NO
+DOT_CLEANUP = YES
+
+#---------------------------------------------------------------------------
+# Configuration::additions related to the search engine
+#---------------------------------------------------------------------------
+SEARCHENGINE = NO
<meta name="GENERATOR" content="Mozilla/4.73 [en] (WinNT; I) [Netscape]">
<title>Main Page</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
+<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
<body>
+++ /dev/null
-foldersTree = gFld("<b>SALOME v.3.2.0b1 </b>", "", "")
- insDoc(foldersTree, gLnk("Main Page", "", "main.html"))
-
-aux1 = insFld(foldersTree, gFld("TUI Reference Guide", ""))
- aux2 = insFld(aux1, gFld("Modules", ""))
- aux3 = insFld(aux2, gFld("SALOME VISU module", ""))
- insDoc(aux3, gLnk("Overview", "", "overview_VISU.html"))
- aux4 = insFld(aux3, gFld("Packages", ""))
- insDoc(aux4, gLnk("VISU", "", "namespaceVISU.html"))
- insDoc(aux3, gLnk("Examples", "", "examples_VISU.html"))
-
-
-/*! Data structures
-*/
- insDoc(aux1, gLnk("Data Structures", "", "annotated.html"))
-
-/*! insDoc(aux1, gLnk("VISU::Animation", "", "interfaceVISU_1_1Animation.html"))
- insDoc(aux1, gLnk("VISU::Base", "", "interfaceVISU_1_1Base.html"))
- insDoc(aux1, gLnk("VISU::Container", "", "interfaceVISU_1_1Container.html"))
- insDoc(aux1, gLnk("VISU::Curve", "", "interfaceVISU_1_1Curve.html"))
- insDoc(aux1, gLnk("VISU::CutLines", "", "interfaceVISU_1_1CutLines.html"))
- insDoc(aux1, gLnk("VISU::CutPlanes", "", "interfaceVISU_1_1CutPlanes.html"))
- insDoc(aux1, gLnk("VISU::DeformedShape", "", "interfaceVISU_1_1DeformedShape.html"))
- insDoc(aux1, gLnk("VISU::IsoSurfaces", "", "interfaceVISU_1_1IsoSurfaces.html"))
- insDoc(aux1, gLnk("VISU::Mesh", "", "interfaceVISU_1_1Mesh.html"))
- insDoc(aux1, gLnk("VISU::Prs3d", "", "interfaceVISU_1_1Prs3d.html"))
- insDoc(aux1, gLnk("VISU::PrsObject", "", "interfaceVISU_1_1PrsObject.html"))
- insDoc(aux1, gLnk("VISU::Result", "", "interfaceVISU_1_1Result.html"))
- insDoc(aux1, gLnk("VISU::ScalarMap", "", "interfaceVISU_1_1ScalarMap.html"))
- insDoc(aux1, gLnk("VISU::StreamLines", "", "interfaceVISU_1_1StreamLines.html"))
- insDoc(aux1, gLnk("VISU::Table", "", "interfaceVISU_1_1Table.html"))
- insDoc(aux1, gLnk("VISU::TableView", "", "interfaceVISU_1_1TableView.html"))
- insDoc(aux1, gLnk("VISU::Vectors", "", "interfaceVISU_1_1Vectors.html"))
- insDoc(aux1, gLnk("VISU::View", "", "interfaceVISU_1_1View.html"))
- insDoc(aux1, gLnk("VISU::View3D", "", "interfaceVISU_1_1View3D.html"))
- insDoc(aux1, gLnk("VISU::ViewManager", "", "interfaceVISU_1_1ViewManager.html"))
- insDoc(aux1, gLnk("VISU::VISU_Gen", "", "interfaceVISU_1_1VISU__Gen.html"))
- insDoc(aux1, gLnk("VISU::XYPlot", "", "interfaceVISU_1_1XYPlot.html"))
-*/
- insDoc(aux1, gLnk("Class Hierarchy", "", "hierarchy.html"))
-
-/*!
- aux2 = insFld(aux1, gFld("VISU::Base", "", "interfaceVISU_1_1Base.html"))
- insDoc(aux2, gLnk("VISU::Animation", "", "interfaceVISU_1_1Animation.html"))
- aux3 = insFld(aux2, gFld("VISU::PrsObject", "", "interfaceVISU_1_1PrsObject.html"))
- insDoc(aux3, gLnk("VISU::Container", "", "interfaceVISU_1_1Container.html"))
- insDoc(aux3, gLnk("VISU::Curve", "", "interfaceVISU_1_1Curve.html"))
- aux4 = insFld(aux3, gFld("VISU::Prs3d", "", "interfaceVISU_1_1Prs3d.html"))
- insDoc(aux4, gLnk("VISU::Mesh", "", "interfaceVISU_1_1Mesh.html"))
- aux5 = insFld(aux4, gFld("VISU::ScalarMap", "", "interfaceVISU_1_1ScalarMap.html"))
- insDoc(aux5, gLnk("VISU::CutLines", "", "interfaceVISU_1_1CutLines.html"))
- insDoc(aux5, gLnk("VISU::CutPlanes", "", "interfaceVISU_1_1CutPlanes.html"))
- aux6 = insFld(aux5, gFld("VISU::DeformedShape", "", "interfaceVISU_1_1DeformedShape.html"))
- insDoc(aux6, gLnk("VISU::StreamLines", "", "interfaceVISU_1_1StreamLines.html"))
- insDoc(aux6, gLnk("VISU::Vectors", "", "interfaceVISU_1_1Vectors.html"))
- insDoc(aux5, gLnk("VISU::IsoSurfaces", "", "interfaceVISU_1_1IsoSurfaces.html"))
- insDoc(aux3, gLnk("VISU::Table", "", "interfaceVISU_1_1Table.html"))
- insDoc(aux2, gLnk("VISU::Result", "", "interfaceVISU_1_1Result.html"))
- aux3 = insFld(aux2, gFld("VISU::View", "", "interfaceVISU_1_1View.html"))
- insDoc(aux3, gLnk("VISU::TableView", "", "interfaceVISU_1_1TableView.html"))
- insDoc(aux3, gLnk("VISU::View3D", "", "interfaceVISU_1_1View3D.html"))
- insDoc(aux3, gLnk("VISU::XYPlot", "", "interfaceVISU_1_1XYPlot.html"))
- insDoc(aux2, gLnk("VISU::ViewManager", "", "interfaceVISU_1_1ViewManager.html"))
- insDoc(aux2, gLnk("VISU::VISU_Gen", "", "interfaceVISU_1_1VISU__Gen.html"))
- insDoc(aux2, gLnk("VISU::VISU_Gen", "", "interfaceVISU_1_1VISU__Gen.html"))
- insDoc(aux2, gLnk("VISU::VISU_Gen", "", "interfaceVISU_1_1VISU__Gen.html"))
-*/
- insDoc(aux1, gLnk("Class methods list", "", "functions.html"))
-/*!
-aux1 = insFld(foldersTree, gFld("Namespace List", "", "namespaces.html"))
- insDoc(aux1, gLnk("VISU", "", "namespaceVISU.html"))
-*/
- insDoc(aux1, gLnk("Namespace Members", "", "namespacemembers.html"))
-
- insDoc(aux1, gLnk("File List", "", "files.html"))
-
-/*!
- insDoc(aux1, gLnk("VISU_Gen.idl", "", "VISU__Gen_8idl.html"))
-*/
-
-aux1 = insFld(foldersTree, gFld("IDL/Python mapping", ""))
- insDoc(aux1, gLnk("Mapping of VISU IDL definitions to Python language", "", "page2.html"))
-
-/*! insDoc(foldersTree, gLnk("Graphical Class Hierarchy", "", "inherits.html"))
-*/
--- /dev/null
+foldersTree = gFld("<b>SALOME v.@VERSION@ </b>", "", "")
+ insDoc(foldersTree, gLnk("Main Page", "", "main.html"))
+
+aux1 = insFld(foldersTree, gFld("TUI Reference Guide", ""))
+ aux2 = insFld(aux1, gFld("Modules", ""))
+ aux3 = insFld(aux2, gFld("SALOME VISU module", ""))
+ insDoc(aux3, gLnk("Overview", "", "overview_VISU.html"))
+ aux4 = insFld(aux3, gFld("Packages", ""))
+ insDoc(aux4, gLnk("VISU", "", "namespaceVISU.html"))
+ insDoc(aux3, gLnk("Examples", "", "examples_VISU.html"))
+
+
+/*! Data structures
+*/
+ insDoc(aux1, gLnk("Data Structures", "", "annotated.html"))
+
+/*! insDoc(aux1, gLnk("VISU::Animation", "", "interfaceVISU_1_1Animation.html"))
+ insDoc(aux1, gLnk("VISU::Base", "", "interfaceVISU_1_1Base.html"))
+ insDoc(aux1, gLnk("VISU::Container", "", "interfaceVISU_1_1Container.html"))
+ insDoc(aux1, gLnk("VISU::Curve", "", "interfaceVISU_1_1Curve.html"))
+ insDoc(aux1, gLnk("VISU::CutLines", "", "interfaceVISU_1_1CutLines.html"))
+ insDoc(aux1, gLnk("VISU::CutPlanes", "", "interfaceVISU_1_1CutPlanes.html"))
+ insDoc(aux1, gLnk("VISU::DeformedShape", "", "interfaceVISU_1_1DeformedShape.html"))
+ insDoc(aux1, gLnk("VISU::IsoSurfaces", "", "interfaceVISU_1_1IsoSurfaces.html"))
+ insDoc(aux1, gLnk("VISU::Mesh", "", "interfaceVISU_1_1Mesh.html"))
+ insDoc(aux1, gLnk("VISU::Prs3d", "", "interfaceVISU_1_1Prs3d.html"))
+ insDoc(aux1, gLnk("VISU::PrsObject", "", "interfaceVISU_1_1PrsObject.html"))
+ insDoc(aux1, gLnk("VISU::Result", "", "interfaceVISU_1_1Result.html"))
+ insDoc(aux1, gLnk("VISU::ScalarMap", "", "interfaceVISU_1_1ScalarMap.html"))
+ insDoc(aux1, gLnk("VISU::StreamLines", "", "interfaceVISU_1_1StreamLines.html"))
+ insDoc(aux1, gLnk("VISU::Table", "", "interfaceVISU_1_1Table.html"))
+ insDoc(aux1, gLnk("VISU::TableView", "", "interfaceVISU_1_1TableView.html"))
+ insDoc(aux1, gLnk("VISU::Vectors", "", "interfaceVISU_1_1Vectors.html"))
+ insDoc(aux1, gLnk("VISU::View", "", "interfaceVISU_1_1View.html"))
+ insDoc(aux1, gLnk("VISU::View3D", "", "interfaceVISU_1_1View3D.html"))
+ insDoc(aux1, gLnk("VISU::ViewManager", "", "interfaceVISU_1_1ViewManager.html"))
+ insDoc(aux1, gLnk("VISU::VISU_Gen", "", "interfaceVISU_1_1VISU__Gen.html"))
+ insDoc(aux1, gLnk("VISU::XYPlot", "", "interfaceVISU_1_1XYPlot.html"))
+*/
+ insDoc(aux1, gLnk("Class Hierarchy", "", "hierarchy.html"))
+
+/*!
+ aux2 = insFld(aux1, gFld("VISU::Base", "", "interfaceVISU_1_1Base.html"))
+ insDoc(aux2, gLnk("VISU::Animation", "", "interfaceVISU_1_1Animation.html"))
+ aux3 = insFld(aux2, gFld("VISU::PrsObject", "", "interfaceVISU_1_1PrsObject.html"))
+ insDoc(aux3, gLnk("VISU::Container", "", "interfaceVISU_1_1Container.html"))
+ insDoc(aux3, gLnk("VISU::Curve", "", "interfaceVISU_1_1Curve.html"))
+ aux4 = insFld(aux3, gFld("VISU::Prs3d", "", "interfaceVISU_1_1Prs3d.html"))
+ insDoc(aux4, gLnk("VISU::Mesh", "", "interfaceVISU_1_1Mesh.html"))
+ aux5 = insFld(aux4, gFld("VISU::ScalarMap", "", "interfaceVISU_1_1ScalarMap.html"))
+ insDoc(aux5, gLnk("VISU::CutLines", "", "interfaceVISU_1_1CutLines.html"))
+ insDoc(aux5, gLnk("VISU::CutPlanes", "", "interfaceVISU_1_1CutPlanes.html"))
+ aux6 = insFld(aux5, gFld("VISU::DeformedShape", "", "interfaceVISU_1_1DeformedShape.html"))
+ insDoc(aux6, gLnk("VISU::StreamLines", "", "interfaceVISU_1_1StreamLines.html"))
+ insDoc(aux6, gLnk("VISU::Vectors", "", "interfaceVISU_1_1Vectors.html"))
+ insDoc(aux5, gLnk("VISU::IsoSurfaces", "", "interfaceVISU_1_1IsoSurfaces.html"))
+ insDoc(aux3, gLnk("VISU::Table", "", "interfaceVISU_1_1Table.html"))
+ insDoc(aux2, gLnk("VISU::Result", "", "interfaceVISU_1_1Result.html"))
+ aux3 = insFld(aux2, gFld("VISU::View", "", "interfaceVISU_1_1View.html"))
+ insDoc(aux3, gLnk("VISU::TableView", "", "interfaceVISU_1_1TableView.html"))
+ insDoc(aux3, gLnk("VISU::View3D", "", "interfaceVISU_1_1View3D.html"))
+ insDoc(aux3, gLnk("VISU::XYPlot", "", "interfaceVISU_1_1XYPlot.html"))
+ insDoc(aux2, gLnk("VISU::ViewManager", "", "interfaceVISU_1_1ViewManager.html"))
+ insDoc(aux2, gLnk("VISU::VISU_Gen", "", "interfaceVISU_1_1VISU__Gen.html"))
+ insDoc(aux2, gLnk("VISU::VISU_Gen", "", "interfaceVISU_1_1VISU__Gen.html"))
+ insDoc(aux2, gLnk("VISU::VISU_Gen", "", "interfaceVISU_1_1VISU__Gen.html"))
+*/
+ insDoc(aux1, gLnk("Class methods list", "", "functions.html"))
+/*!
+aux1 = insFld(foldersTree, gFld("Namespace List", "", "namespaces.html"))
+ insDoc(aux1, gLnk("VISU", "", "namespaceVISU.html"))
+*/
+ insDoc(aux1, gLnk("Namespace Members", "", "namespacemembers.html"))
+
+ insDoc(aux1, gLnk("File List", "", "files.html"))
+
+/*!
+ insDoc(aux1, gLnk("VISU_Gen.idl", "", "VISU__Gen_8idl.html"))
+*/
+
+aux1 = insFld(foldersTree, gFld("IDL/Python mapping", ""))
+ insDoc(aux1, gLnk("Mapping of VISU IDL definitions to Python language", "", "page2.html"))
+
+/*! insDoc(foldersTree, gLnk("Graphical Class Hierarchy", "", "inherits.html"))
+*/
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
#
# generate dependencies for idl file :
PY_CLIENT_IDL = $(IDL_FILES)
+LIB_LOCATION_SUFFIX=@LIB_LOCATION_SUFFIX@
+
# we copy all idl file in $(top_builddir)/idl
inc: $(top_builddir)/idl/salome $(IDL_FILES:%=$(top_builddir)/idl/salome/%)
lib: pyidl
-PYTHON_BUILD_SITE=$(top_builddir)/lib@LIB_LOCATION_SUFFIX@/python$(PYTHON_VERSION)/site-packages/@PACKAGE@
+PYTHON_BUILD_SITE=$(top_builddir)/lib$(LIB_LOCATION_SUFFIX)/python$(PYTHON_VERSION)/site-packages/@PACKAGE@
pyidl: $(PYTHON_BUILD_SITE) $(IDL_FILES:%.idl=$(PYTHON_BUILD_SITE)/%_idl.py)
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VISU_Gen.idl
// Author : Alexey Petrov
+++ /dev/null
-<?xml version='1.0' encoding='us-ascii' ?>
-
-<!-- XML component catalog -->
-<begin-catalog>
-
-<!-- Path prefix information -->
-
-<path-prefix-list>
-</path-prefix-list>
-
-<!-- Component list -->
-<component-list>
- <component>
- <!-- Component identification -->
- <component-name>VISU</component-name>
- <component-username>Post-Pro</component-username>
- <component-type>VISU</component-type>
- <component-author>NRI</component-author>
- <component-version>3.2.0b1</component-version>
- <component-comment>Post-Pro component</component-comment>
- <component-multistudy>1</component-multistudy>
- <component-icone>ModuleVisu.png</component-icone>
- <constraint>hostname = localhost</constraint>
- </component>
-</component-list>
-</begin-catalog>
--- /dev/null
+<?xml version='1.0' encoding='us-ascii' ?>
+
+<!-- XML component catalog -->
+<begin-catalog>
+
+<!-- Path prefix information -->
+
+<path-prefix-list>
+</path-prefix-list>
+
+<!-- Component list -->
+<component-list>
+ <component>
+ <!-- Component identification -->
+ <component-name>VISU</component-name>
+ <component-username>Post-Pro</component-username>
+ <component-type>VISU</component-type>
+ <component-author>NRI</component-author>
+ <component-version>@VERSION@</component-version>
+ <component-comment>Post-Pro component</component-comment>
+ <component-multistudy>1</component-multistudy>
+ <component-icone>ModuleVisu.png</component-icone>
+ <constraint>hostname = localhost</constraint>
+ </component>
+</component-list>
+</begin-catalog>
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
#
#
top_builddir=../..
srcdir=@srcdir@
VPATH=.:@srcdir@
-
+BOOST_LIBSUFFIX=@BOOST_LIBSUFFIX@
@COMMENCE@
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISUConvertor.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_Convertor.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Convertor.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File :
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Convertor_impl.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Convertor_impl.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Convertor_impl.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_ExtractUnstructuredGrid.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_ExtractUnstructuredGrid.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File:
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Convertor.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_MedConvertor.cxx
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VISU_MedConvertor.hxx
// Author : Alexey PETROV
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
-# Copyright (C) 2003 CEA/DEN, EDF R&D
-#
-#
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : Makefile.in
# Author : Alexey Petrov
CLEAN =
DISTCLEAN =
-@CONCLUDE@
\ No newline at end of file
+@CONCLUDE@
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#include "VISU_Engine_i.hh"
#include "utilities.h"
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#ifndef __VISU_ENGINE_I_H__
#define __VISU_ENGINE_I_H__
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
#
#
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_TableDlg.cxx
// Author : Vadim SANDLER
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_TableDlg.h
// Author : Vadim SANDLER
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
#
#
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
#
#
top_builddir=../..
srcdir=@srcdir@
VPATH=.:@srcdir@:@top_srcdir@/idl
-
+BOOST_LIBSUFFIX=@BOOST_LIBSUFFIX@
@COMMENCE@
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
#
#
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#include "SALOME_ExtractGeometry.h"
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#ifndef SALOME_ExtractGeometry_H
#define SALOME_ExtractGeometry_H
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_CutPlanesPL.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Extractor.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Extractor.hxx
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VISU_FieldTransform.cxx
// Module : VISU
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Extractor.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_LookupTable.cxx
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VISU_LookupTable.h
// Author : Vitaliy Smetannikov
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_CutPlanesPL.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_ScalarBarCtrl.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_ScalarBarCtrl.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_ScalarMapOnDeformedShapePL.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_ScalarMapOnDeformedShapePL.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#include "VISU_SphereWidget.hxx"
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef __VISU_SphereWidget_h
#define __VISU_SphereWidget_h
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_StreamLinesPL.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_UsedPointsFilter.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_PipeLine.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_img2vti.cxx
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
#
#
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
#
#
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
msgid ""
msgstr ""
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
tr("MEN_SHOW_ANIMATION"), "", 0, aParent, false,
this, SLOT(OnShowAnimation()));
- //aPixmap = aResourceMgr->loadPixmap("VISU",tr("ICON_PLOT_3D"));
- //createAction( VISU_PLOT3D_FROM_CUTPLANE, tr("MEN_PLOT3D_FROM_CUTPLANE"), QIconSet(aPixmap),
- // tr("MEN_PLOT3D_FROM_CUTPLANE"), "", 0, aParent, false,
- // this, SLOT(OnPlot3dFromCutPlane()));
+ aPixmap = aResourceMgr->loadPixmap("VISU",tr("ICON_PLOT_3D"));
+ createAction( VISU_PLOT3D_FROM_CUTPLANE, tr("MEN_PLOT3D_FROM_CUTPLANE"), QIconSet(aPixmap),
+ tr("MEN_PLOT3D_FROM_CUTPLANE"), "", 0, aParent, false,
+ this, SLOT(OnPlot3dFromCutPlane()));
}
void
if (isExist && aType == VISU::TCURVE) {
isCurves = true;
} else {
- //CORBA::Object_var anObject = GetSelectedObj(GetAppStudy(this), anIO->getEntry());
- //if (!CORBA::is_nil(anObject)) {
- // VISU::Prs3d_i* aPrsObject = dynamic_cast<VISU::Prs3d_i*>(VISU::GetServant(anObject).in());
- // if (aPrsObject->GetType() == VISU::TCUTPLANES) {
- // VISU::CutPlanes_i* aCutPrs = dynamic_cast<VISU::CutPlanes_i*>(aPrsObject);
- // if (aCutPrs) {
- // isOneCutPlane = aCutPrs->GetNbPlanes() == 1;
- // }
- // }
- //}
+ CORBA::Object_var anObject = GetSelectedObj(GetAppStudy(this), anIO->getEntry());
+ if (!CORBA::is_nil(anObject)) {
+ VISU::Prs3d_i* aPrsObject = dynamic_cast<VISU::Prs3d_i*>(VISU::GetServant(anObject).in());
+ if (aPrsObject) {
+ if (aPrsObject->GetType() == VISU::TCUTPLANES) {
+ VISU::CutPlanes_i* aCutPrs = dynamic_cast<VISU::CutPlanes_i*>(aPrsObject);
+ if (aCutPrs) {
+ isOneCutPlane = aCutPrs->GetNbPlanes() == 1;
+ }
+ }
+ }
+ }
}
}
}
}
- //if (isOneCutPlane)
- // action( VISU_PLOT3D_FROM_CUTPLANE )->addTo(theMenu);
+ if (isOneCutPlane)
+ action( VISU_PLOT3D_FROM_CUTPLANE )->addTo(theMenu);
theMenu->insertSeparator();
void VisuGUI::OnPlot3dFromCutPlane()
{
-// _PTR(Study) aCStudy = GetCStudy(GetAppStudy(this));
-// if (CheckLock(aCStudy, GetDesktop(this)))
-// return;
-//
-// LightApp_SelectionMgr* aSelectionMgr = GetSelectionMgr(this);
-// SALOME_ListIO aListIO;
-// aSelectionMgr->selectedObjects(aListIO);
-//
-// if (aListIO.Extent() < 1) return;
-//
-//
-// VISU::CutPlanes_i* aCutPrs = 0;
-// Handle(SALOME_InteractiveObject) anIO;
-// _PTR(SObject) aSObject;
-// SALOME_ListIteratorOfListIO It (aListIO);
-// for (; It.More(); It.Next()) {
-// anIO = It.Value();
-//
-// if (!anIO.IsNull() && anIO->hasEntry()) {
-// aSObject = aCStudy->FindObjectID(anIO->getEntry());
-// if ( !aSObject )
-// continue;
-// CORBA::Object_var anObject = GetSelectedObj(GetAppStudy(this), anIO->getEntry());
-// if (!CORBA::is_nil(anObject)) {
-// VISU::Prs3d_i* aPrsObject = dynamic_cast<VISU::Prs3d_i*>(VISU::GetServant(anObject).in());
-// if (aPrsObject->GetType() == VISU::TCUTPLANES) {
-// aCutPrs = dynamic_cast<VISU::CutPlanes_i*>(aPrsObject);
-// if (aCutPrs)
-// break;
-// }
-// }
-// }
-// }
-//
-// if (aCutPrs) {
-// _PTR(SObject) aTimeStampSObj = aSObject->GetFather();
-// if (SUIT_ViewManager* aViewManager = getApp()->activeViewManager()) {
-// QString aType = aViewManager->getType();
-// bool isVVTK = aType == VVTK_Viewer::Type();
-//
-// Storable::TRestoringMap aMap = getMapOfValue(aTimeStampSObj);
-// bool isExist;
-// aType = Storable::FindValue(aMap,"myType",&isExist);
-// if (!isExist || aType.toInt() != TTIMESTAMP )
-// return;
-//
-// QString aMeshName = Storable::FindValue(aMap,"myMeshName",&isExist).latin1();
-// QString anEntity = Storable::FindValue(aMap,"myEntityId",&isExist).latin1();
-// QString aFieldName = Storable::FindValue(aMap,"myFieldName",&isExist).latin1();
-// QString aTimeStampId = Storable::FindValue(aMap,"myTimeStampId",&isExist).latin1();
-//
-// int aPos;
-// SUIT_ViewWindow* aViewWindow = 0;
-// if (isVVTK) {
-// aViewWindow = GetViewWindow<VVTK_Viewer>(this);
-// aPos = GetFreePositionOfDefaultScalarBar(this, dynamic_cast<VVTK_ViewWindow*>(aViewWindow));
-// } else {
-// aViewWindow = GetViewWindow<SVTK_Viewer>(this);
-// aPos = GetFreePositionOfDefaultScalarBar(this, dynamic_cast<SVTK_ViewWindow*>(GetViewWindow<SVTK_Viewer>(this)));
-// }
-// GetResourceMgr()->setValue("VISU", "scalar_bar_position_num", aPos);
-//
-// VISU::Plot3D_i* aPrs3d = CreatePrs3d<VISU::Plot3D_i>(this, aTimeStampSObj, aMeshName.latin1(), (Entity)anEntity.toInt(),
-// aFieldName.latin1(), aTimeStampId.toInt());
-// if (aPrs3d) {
-// SUIT_ResourceMgr* aResourceMgr = GetResourceMgr();
-// int aValue = aResourceMgr->integerValue("VISU","BuildDefaultPrs3d",0);
-// if (!aValue) {
-// VisuGUI_Plot3DDlg* aDlg = new VisuGUI_Plot3DDlg(this);
-// aDlg->initFromPrsObject(aPrs3d);
-// int aOrient = aCutPrs->GetOrientationType(); // Plot3d has the same orientation type
-// double aRotX = aCutPrs->GetRotateX();
-// double aRotY = aCutPrs->GetRotateY();
-// double aPlanePos = aCutPrs->GetPlanePosition(0);
-// aDlg->setPlane(aOrient, aRotX, aRotY, aPlanePos);
-//
-// if (!(runAndWait(aDlg, 0) && (aDlg->storeToPrsObject(aPrs3d)))) {
-// DeletePrs3d(this, aPrs3d, anIO);
-// delete aDlg;
-// return;
-// }
-// delete aDlg;
-// UpdateObjBrowser(this, true, aTimeStampSObj);
-// }
-// SVTK_ViewWindow* aSVtkWindow = dynamic_cast<SVTK_ViewWindow*>(aViewWindow);
-// if ( aSVtkWindow ) {
-// PublishInView(this, aPrs3d, aSVtkWindow, /*highlight = */true);
-// aSVtkWindow->onFitAll();
-//
-// AddScalarBarPosition(this, aSVtkWindow, aPrs3d, aPos);
-// }
-// }
-// }
-// application()->putInfo(QObject::tr("INF_DONE"));
-// }
+ _PTR(Study) aCStudy = GetCStudy(GetAppStudy(this));
+ if (CheckLock(aCStudy, GetDesktop(this)))
+ return;
+
+ LightApp_SelectionMgr* aSelectionMgr = GetSelectionMgr(this);
+ SALOME_ListIO aListIO;
+ aSelectionMgr->selectedObjects(aListIO);
+
+ if (aListIO.Extent() < 1) return;
+
+
+ VISU::CutPlanes_i* aCutPrs = 0;
+ Handle(SALOME_InteractiveObject) anIO;
+ _PTR(SObject) aSObject;
+ SALOME_ListIteratorOfListIO It (aListIO);
+ for (; It.More(); It.Next()) {
+ anIO = It.Value();
+
+ if (!anIO.IsNull() && anIO->hasEntry()) {
+ aSObject = aCStudy->FindObjectID(anIO->getEntry());
+ if ( !aSObject )
+ continue;
+ CORBA::Object_var anObject = GetSelectedObj(GetAppStudy(this), anIO->getEntry());
+ if (!CORBA::is_nil(anObject)) {
+ VISU::Prs3d_i* aPrsObject = dynamic_cast<VISU::Prs3d_i*>(VISU::GetServant(anObject).in());
+ if (aPrsObject->GetType() == VISU::TCUTPLANES) {
+ aCutPrs = dynamic_cast<VISU::CutPlanes_i*>(aPrsObject);
+ if (aCutPrs)
+ break;
+ }
+ }
+ }
+ }
+
+ if (aCutPrs) {
+ _PTR(SObject) aTimeStampSObj = aSObject->GetFather();
+ if (SUIT_ViewManager* aViewManager = getApp()->activeViewManager()) {
+ QString aType = aViewManager->getType();
+ bool isVVTK = aType == VVTK_Viewer::Type();
+
+ Storable::TRestoringMap aMap = getMapOfValue(aTimeStampSObj);
+ bool isExist;
+ aType = Storable::FindValue(aMap,"myType",&isExist);
+ if (!isExist || aType.toInt() != TTIMESTAMP )
+ return;
+
+ QString aMeshName = Storable::FindValue(aMap,"myMeshName",&isExist).latin1();
+ QString anEntity = Storable::FindValue(aMap,"myEntityId",&isExist).latin1();
+ QString aFieldName = Storable::FindValue(aMap,"myFieldName",&isExist).latin1();
+ QString aTimeStampId = Storable::FindValue(aMap,"myTimeStampId",&isExist).latin1();
+
+ int aPos;
+ SUIT_ViewWindow* aViewWindow = 0;
+ if (isVVTK) {
+ aViewWindow = GetViewWindow<VVTK_Viewer>(this);
+ aPos = GetFreePositionOfDefaultScalarBar(this, dynamic_cast<VVTK_ViewWindow*>(aViewWindow));
+ } else {
+ aViewWindow = GetViewWindow<SVTK_Viewer>(this);
+ aPos = GetFreePositionOfDefaultScalarBar(this, dynamic_cast<SVTK_ViewWindow*>(GetViewWindow<SVTK_Viewer>(this)));
+ }
+ GetResourceMgr()->setValue("VISU", "scalar_bar_position_num", aPos);
+
+ VISU::Plot3D_i* aPrs3d = CreatePrs3d<VISU::Plot3D_i>(this, aTimeStampSObj, aMeshName.latin1(), (Entity)anEntity.toInt(),
+ aFieldName.latin1(), aTimeStampId.toInt());
+ if (aPrs3d) {
+ SUIT_ResourceMgr* aResourceMgr = GetResourceMgr();
+ int aValue = aResourceMgr->integerValue("VISU","BuildDefaultPrs3d",0);
+ if (!aValue) {
+ VisuGUI_Plot3DDlg* aDlg = new VisuGUI_Plot3DDlg(this);
+ aDlg->initFromPrsObject(aPrs3d);
+ int aOrient = aCutPrs->GetOrientationType(); // Plot3d has the same orientation type
+ double aRotX = aCutPrs->GetRotateX();
+ double aRotY = aCutPrs->GetRotateY();
+ double aPlanePos = aCutPrs->GetPlanePosition(0);
+ aDlg->setPlane(aOrient, aRotX, aRotY, aPlanePos);
+
+ if (!(runAndWait(aDlg, 0) && (aDlg->storeToPrsObject(aPrs3d)))) {
+ DeletePrs3d(this, aPrs3d, anIO);
+ delete aDlg;
+ return;
+ }
+ delete aDlg;
+ UpdateObjBrowser(this, true, aTimeStampSObj);
+ }
+ SVTK_ViewWindow* aSVtkWindow = dynamic_cast<SVTK_ViewWindow*>(aViewWindow);
+ if ( aSVtkWindow ) {
+ PublishInView(this, aPrs3d, aSVtkWindow, /*highlight = */true);
+ aSVtkWindow->onFitAll();
+
+ AddScalarBarPosition(this, aSVtkWindow, aPrs3d, aPos);
+ }
+ }
+ }
+ application()->putInfo(QObject::tr("INF_DONE"));
+ }
}
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef VISUGUI_ACTIONSDEF
#define VISUGUI_ACTIONSDEF
#define VISU_FREE_SCALAR_BARS 4081
#define VISU_SHOW_ANIMATION 4082
-#define VISU_PLOT3D_FROM_CUTPLANE 4083
+#define VISU_PLOT3D_FROM_CUTPLANE 4085
#endif
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#include "VisuGUI_ClippingDlg.h"
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef DIALOGBOX_CLIPPING_H
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_CutLinesDlg.cxx
// Author : VSV
SVTK_ViewWindow* aView;
vtkRenderer* aRend = myPreviewActor->GetRenderer();
vtkRenderer* aRendGlyphs = myPreviewActorGlyphs->GetRenderer();
- if(aRend)
+
+ vtkRenderWindow* aWnd1 = aRend->GetRenderWindow();
+ vtkRenderWindow* aWnd2 = aRendGlyphs->GetRenderWindow();
+ if(aRend && aWnd1)
myPreviewActor->RemoveFromRender(aRend);
- if(aRendGlyphs)
+ if(aRendGlyphs && aWnd2)
myPreviewActorGlyphs->RemoveFromRender(aRendGlyphs);
// Bug IPAL11962: preview is still in the viewer, if viewer not active.
for(int i=0; i<3; i++) aBoundCenter[i] = (bounds[i*2] + bounds[i*2+1])/2.0;
for(int i=0; i<3; i++){
if (!myAllCurvesInvertedCheck->isChecked())
- aSecondPnt[i] = aBasePnt[i] + aDirLn[i];
+ aSecondPnt[i] = aDirLn[i];
else
- aSecondPnt[i] = -aBasePnt[i] - aDirLn[i];
+ aSecondPnt[i] = - aDirLn[i];
}
vtkFloatingPointType max_bound = 0;
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_CutLinesDlg.h
// Author : VSV
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File: VisuGUI_DialogRunner.cxx
// Created: Thu Oct 6 10:17:39 2005
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_EditContainerDlg.cxx
// Author : VSV
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_EditContainerDlg.h
// Author : VSV
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
-// SALOME SALOMEGUI : GUI of VISU module
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_FileDlg.cxx
// Author :
-// SALOME SALOMEGUI : GUI of VISU module
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_FileDlg.h
// Author :
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
-// SALOME VisuGUI : implementation of desktop and GUI kernel
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_NameDlg.cxx
// Author : Vadim SANDLER
-// SALOME VisuGUI : implementation of desktop and GUI kernel
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_NameDlg.h
// Author : Vadim SANDLER
// Module : SALOME
-// $Header$
#ifndef VisuGUI_NAMEDLG_H
#define VisuGUI_NAMEDLG_H
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#include "VisuGUI_OffsetDlg.h"
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef DIALOGBOX_OFFSET_H
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
return true;
}
+void VisuGUI_Plot3DPane::setPlane(int theOrientation, double theXRotation, double theYRotation, double thePlanePos)
+{
+ // Set plane
+ int id;
+ switch (theOrientation) {
+ case VISU::Plot3D::XY: id = 0; break;
+ case VISU::Plot3D::YZ: id = 1; break;
+ default: id = 2;
+ }
+ GBOrientation->setButton(id);
+ orientationChanged(id);
+ GBOrientation->setEnabled(false);
+
+
+ // Set rotation
+ Rot1->setValue(theXRotation * 180./PI);
+ Rot1->setEnabled(false);
+ Rot2->setValue(theYRotation * 180./PI);
+ Rot2->setEnabled(false);
+
+ // Set position
+ RelativeChkB->setChecked(false);
+ onRelativePos(false); // update range
+ PositionSpn->setValue(thePlanePos);
+ RelativeChkB->setEnabled(false);
+ PositionSpn->setEnabled(false);
+}
+
+
//=======================================================================
//function : Constructor
//purpose :
QObject::tr("BUT_OK"));
}
}
+
+//=======================================================================
+//function : setPlane
+//purpose :
+//=======================================================================
+void VisuGUI_Plot3DDlg::setPlane(int theOrientation, double theXRotation, double theYRotation, double thePlanePos)
+{
+ myIsoPane->setPlane(theOrientation, theXRotation, theYRotation, thePlanePos);
+}
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
VISU::Plot3D_i* GetPrs() { return myPrs; }
+ void setPlane(int theOrientation, double theXRotation, double theYRotation, double thePlanePos);
+
private:
bool myInitFromPrs;
SALOME_Actor* myPreviewActor;
int storeToPrsObject (VISU::Plot3D_i* thePrs)
{ return myScalarPane->storeToPrsObject(thePrs) && myIsoPane->storeToPrsObject(thePrs); }
+ void setPlane(int theOrientation, double theXRotation, double theYRotation, double thePlanePos);
+
protected slots:
void accept();
void reject();
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_SetupPlot2dDlg.cxx
// Author : Vadim SANDLER
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_SetupPlot2dDlg.h
// Author : Vadim SANDLER
// Module : SALOME
-// $Header$
#ifndef VISUGUI_SetupPlot2dDlg_H
#define VISUGUI_SetupPlot2dDlg_H
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_StreamLinesDlg.cxx
// Author : Vitaly SMETANNIKOV
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_StreamLinesDlg.h
// Author : Vitaly SMETANNIKOV
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_TimeAnimation.cxx
// Author : Vitaly SMETANNIKOV
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VisuGUI_TimeAnimation.h
// Author : Vitaly SMETANNIKOV
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
-# Copyright (C) 2003 CEA/DEN, EDF R&D
-#
-#
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : Makefile.in
# Author : Alexey Petrov
# Module : VISU
-# $Header:
top_srcdir=@top_srcdir@
top_builddir=../..
srcdir=@srcdir@
VPATH=.:@srcdir@:@top_srcdir@/idl
-
+BOOST_LIBSUFFIX=@BOOST_LIBSUFFIX@
@COMMENCE@
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISUConfig.cc
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISUConfig.hh
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_DumpPython.cc
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File :
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Gen_i.cc
-// Copyright (C) 2003 CEA/DEN, EDF R&D
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-//
-//
-// File : VISU_GEN_i.h file
+// File : VISU_Gen_i.hh
// Author : Alexey Petrov
// Module : VISU
-// $Header:
#ifndef __VISU_GEN_I_H__
#define __VISU_GEN_I_H__
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#include "VISU_Plot3D_i.hh"
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef VISU_Plot3D_i_HeaderFile
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Prs3d_i.cc
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Result_i.cc
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Result_i.hh
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_ScalarMapOnDeformedShape_i.cc
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File: VISU_ScalarMapOnDeformedShape_i.hh
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.cxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Table_i.cc
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Table_i.hh
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VISU_TimeAnimation.cxx
// Author : Vitaly SMETANNIKOV
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VISU_TimeAnimation.h
// Author : Vitaly SMETANNIKOV
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Vectors_i.cc
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_PrsObject_i.hxx
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_ViewManager_i.cc
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_ViewManager_i.hh
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_View_i.cc
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_View_i.hh
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
-#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
#
# File : Makefile.in
# Author : Paul RASCLE, EDF
# Module : VISU
-# $Header$
top_srcdir=@top_srcdir@
top_builddir=../..
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# T 2.23, 28: Displaying fields (scalar and vectorial) on nodes, change presentation options.
# Uses MED files ResOK_0000.med and Fields_group3D.med
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# T 2.24: Save/retrieve view parameters.
# Uses MED file fra.med from ${DATA_DIR}/MedFiles directory.
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# Animation of "vitesse" field, stored in file TimeStamps.med
#
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# Show some results presentations in different 3D and 2D viewers
# with different options (view parameters and display modes).
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# Create a table and show it in Plot2d viewer
#
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# Import a table from file and show it in Plot2d viewer
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# Manage view parameters of presentations:
# Representation Mode, Shrink, Shading, Opacity, Line Width
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Gen_s.cc
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
// File : VISU_Gen_s.hh
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
"""
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
###############################################################
#
# VISU VISU_SWIG : binding of C++ implementation and Python
#
-# Copyright (C) 2003 CEA/DEN, EDF R&D
-#
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : batchmode_visu.py
# Module : VISU
# VISU VISU_SWIG : binding of C++ implementation and Python
#
-# Copyright (C) 2003 CEA/DEN, EDF R&D
-#
-#
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : visu_big_table.py
# Author : Vadim SANDLER
# VISU VISU_SWIG : binding of C++ implementation and Python
#
-# Copyright (C) 2003 CEA/DEN, EDF R&D
-#
-#
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : test_table.py
# Author : Alexey Petrov
# Module : VISU
-# $Header:
from VISU import *
from batchmode_visu_table import *
# VISU VISU_SWIG : binding of C++ implementation and Python
#
-# Copyright (C) 2003 CEA/DEN, EDF R&D
-#
-#
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : batchmode_visu_view3d.py
# Module : VISU
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
###############################################################
#
# VISU VISU_SWIG : binding of C++ implementation and Python
#
-# Copyright (C) 2003 CEA/DEN, EDF R&D
-#
-#
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : visu.py
# Module : VISU
# VISU VISU_SWIG : binding of C++ implementation and Python
#
-# Copyright (C) 2003 CEA/DEN, EDF R&D
-#
-#
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : visu_big_table.py
# Author : Vadim SANDLER
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
import VISU
import SALOMEDS
# VISU VISU_SWIG : binding of C++ implementation and Python
#
-# Copyright (C) 2003 CEA/DEN, EDF R&D
-#
-#
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : visu_gui.py
# Module : VISU
# VISU VISU_SWIG : binding of C++ implementation and Python
#
-# Copyright (C) 2003 CEA/DEN, EDF R&D
-#
-#
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : visu_med.py
# Module : VISU
# VISU VISU_SWIG : binding of C++ implementation and Python
#
-# Copyright (C) 2003 CEA/DEN, EDF R&D
-#
-#
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : visu_prs_exam.py
# Module : VISU
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
import VISU
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
from libVISU_Swig import *
medFile = os.getenv('DATA_DIR') + '/MedFiles/fra.med'
# VISU VISU_SWIG : binding of C++ implementation and Python
#
-# Copyright (C) 2003 CEA/DEN, EDF R&D
-#
-#
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : visu_table.py
# Author : Vadim SANDLER
# VISU VISU_SWIG : binding of C++ implementation and Python
#
-# Copyright (C) 2003 CEA/DEN, EDF R&D
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
-#
-#
-# File : test_table.py
+# File : visu_view.py
# Author : Alexey Petrov
# Module : VISU
-# $Header:
import SALOMEDS
import VISU
# VISU VISU_SWIG : binding of C++ implementation and Python
#
-# Copyright (C) 2003 CEA/DEN, EDF R&D
+# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
-#
-#
-# File : batchmode_visu_view3d.py
+# File : visu_view3d.py
# Module : VISU
import os
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-# See http://www.salome-platform.org/
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
# File : Makefile.in
# Author : Alexander Solovyov(OCN)
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifdef WNT
#ifdef SVTK_EXPORTS
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef VVTK_MAINWINDOW_H
#define VVTK_MAINWINDOW_H
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VVTK_PickingDlg.cxx
// Author : Oleg Uvarov
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VVTK_PickingDlg.h
// Author : Oleg Uvarov
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VVTK_SegmentationCursorDlg.cxx
// Author : Oleg Uvarov
-// VISU VISUGUI : GUI of VISU component
-//
-// Copyright (C) 2003 CEA/DEN, EDF R&D
-//
-//
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
// File : VVTK_SegmentationCursorDlg.h
// Author : Oleg Uvarov
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#include "VVTK_ViewManager.h"
#include "VVTK_ViewModel.h"
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef VVTK_VIEWMANAGER_H
#define VVTK_VIEWMANAGER_H
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#include "VVTK_ViewModel.h"
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef VVTK_VIEWMODEL_H
#define VVTK_VIEWMODEL_H
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
//
//
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef VVTK_VIEWWINDOW_H
#define VVTK_VIEWWINDOW_H