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-2009
40 University Corporation for Atmospheric Research
41 The use of this Software is governed by a License Agreement.
42
43
44
45UNIX April 1993 STRSET(3NCARG)