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