File: reinitialization.html

package info (click to toggle)
grads 3%3A2.2.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,396 kB
  • sloc: ansic: 61,645; sh: 10,612; makefile: 206; python: 3
file content (62 lines) | stat: -rw-r--r-- 1,877 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!--Copyright (C) 1988-2005 by the Institute of Global Environment and Society (IGES). See file COPYRIGHT for more information.-->

<html>
<head>
<title>GrADS Reinitialization</title>
</head>
<body bgcolor="e0f0ff" text="#000000">


<h2>Reinitialization of GrADS</h2>

<p>
Two commands are available for resetting or reinitializing the state of GrADS:

<p>
<b><i>Reinit</i></b>

<p>
The <a href="gradcomdreinit.html"><code>reinit</code></a> command
returns GrADS to its initial state.  <a
href="gradcomdreinit.html"><code>reinit</code></a> closes all open
files, releases all defined variables, and resets all graphics
settings to their defaults.

<p>
<b><i>Reset</i></b>
<p>
The <a href="gradcomdreset.html"><code>reset</code></a> command
returns GrADS to its initial state with the following exceptions:

<p>
<ol>
<li>No files are closed
<li>No defined variables are released
<li>The <a href="gradcomdsetdisplay.html"><code>set display</code></a> settings
are not modified
</ol>

<p>
If files are open, the default file is set to 1, and the
dimension environment is set to X,Y varying and Z and T set to 1
(as though file 1 were just opened).

<p>
The <a href="gradcomdreset.html"><code>reset</code></a> command may be
qualified so that only certain aspects of GrADS are returned to their
initial state. The qualifiers are as follows:

<p>
<ul>
<code><a href="gradcomdreset.html">reset</a> events&nbsp;&nbsp;&nbsp;&nbsp;</code>
resets the events buffer (e.g., mouse clicks) <br>
<code><a href="gradcomdreset.html">reset</a> graphics&nbsp;&nbsp;</code>
resets the graphics, but not the widgets <br>
<code><a href="gradcomdreset.html">reset</a> hbuff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code>
resets the display buffer when in double buffer mode <br>
<code><a href="gradcomdreset.html">reset</a> norset&nbsp;&nbsp;&nbsp;&nbsp;</code>
resets the X events only
</ul>

</body>
</html>