1STRSET(3NCARG) NCAR GRAPHICS STRSET(3NCARG)
2
3
4
6 STRSET - Resets all parameters to their initial default values.
7
9 CALL STRSET
10
12 #include <ncarg/ncargC.h>
13
14 void c_strset(void)
15
17 None.
18
20 None.
21
23 This routine resets all Streamlines parameters to their default values.
24 For a complete list of the parameters affected and their default
25 values, see the vectors_params man page.
26
28 To use STRSET or c_strset, load the NCAR Graphics libraries ncarg,
29 ncarg_gks, and ncarg_c, preferably in that order.
30
32 Online: stgetc, stgeti, stgetr, stinit, stream, streamlines,
33 streamlines_params, stsetc, stseti, stsetr, stuixy, stumsl, stumta,
34 stumxy, ncarg_cbind.
35
36 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
37
39 Copyright (C) 1987-2007
40 University Corporation for Atmospheric Research
41
42 This documentation is free software; you can redistribute it and/or
43 modify it under the terms of the GNU General Public License as
44 published by the Free Software Foundation; either version 2 of the
45 License, or (at your option) any later version.
46
47 This software is distributed in the hope that it will be useful, but
48 WITHOUT ANY WARRANTY; without even the implied warranty of
49 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
50 General Public License for more details.
51
52 You should have received a copy of the GNU General Public License along
53 with this software; if not, write to the Free Software Foundation,
54 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
55
56
57
58UNIX April 1993 STRSET(3NCARG)