1c_shseti(3NCARG) NCAR GRAPHICS c_shseti(3NCARG)
2
3
4
6 c_shseti - set int valued parameters
7
9 void c_shseti(char *, int);
10
12 void c_shseti (pnam, ival);
13
15 pnam A string that specifies the name of the parameter to be
16 set.
17
18 ival An int value to be assigned to the internal parameter spec‐
19 ified by pnam.
20
22 This routine allows you to set the current value of Shgrid parameters.
23 For a complete list of parameters available in this utility, see the
24 shgrid_params man page.
25
27 To use c_shseti, load the NCAR Graphics library ngmath.
28
30 c_shgrid, c_shgetnp, c_shgeti, shgrid_params.
31
32 Complete documentation for Shgrid is available at URL
33 http://ngwww.ucar.edu/ngdoc/ng/ngmath/shgrid/shhome.html
34
36 Copyright (C) 2000
37 University Corporation for Atmospheric Research
38
39 This documentation is free software; you can redistribute it and/or
40 modify it under the terms of the GNU General Public License as pub‐
41 lished by the Free Software Foundation; either version 2 of the
42 License, or (at your option) any later version.
43
44 This software is distributed in the hope that it will be useful, but
45 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
46 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
47 Public License for more details.
48
49 You should have received a copy of the GNU General Public License along
50 with this software; if not, write to the Free Software Foundation,
51 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
52
53
54
55
56UNIX September 1999 c_shseti(3NCARG)