1NGMISC(3NCARG) NCAR GRAPHICS NGMISC(3NCARG)
2
3
4
6 Ngmisc - A collection of miscellaneous NCAR Graphics routines.
7
9 NGDOTS - Draws filled circular dots at coordinate positions
10 (X(I),Y(I),I=1,NUM) at size SIZE with color given by the color index
11 ICOLOR.
12
13 NGGCOG - Returns the latitudes and longitudes of a set of points
14 approximating a circle at a given point on the surface of the globe.
15
16 NGGETC - Retrieves values for character-valued parameters set by
17 NGSETC.
18
19 NGGETI - Retrieves values for integer-valued parameters set by NGSETI.
20
21 NGGETR - Retrieves values for real-valued parameters set by NGSETR.
22
23 NGSETC - Sets values for character-valued parameters.
24
25 NGSETI - Sets values for integer-valued parameters.
26
27 NGSETR - Sets values for real-valued parameters.
28
29 NGGSOG - Returns the latitudes and longitudes of six points defining a
30 five-pointed star at a given point on the surface of the globe.
31
32 NGPICT - Effects a break in the picture drawing sequence in a FORTRAN
33 code using NCAR GKS. The actions taken depend on whether the
34 designated workstation is a metafile or an output/input workstation.
35 An option is provided for prompting the user when an output/input
36 workstation is ready and waiting after a pause.
37
38 NGPSWK - Returns an integer workstation type for NCAR GKS PostScript
39 workstation types.
40
41 NGRITD - Given the coordinates of a point, this routine performs a
42 rotation of that point about a specified axis by a specified angle.
43
44 NGWSYM - Draws a symbol from the standard WMO/NOAA meteorological fonts
45 by reference to the font name and symbol number within that font.
46
48 c_ngdots
49 c_nggetc
50 c_nggeti
51 c_nggetr
52 c_nggcog
53 c_nggsog
54 c_ngpict
55 c_ngpswk
56 c_ngritd
57 c_ngsetc
58 c_ngseti
59 c_ngsetr
60 c_ngwsym
61
63 None.
64
66 To use Ngmisc routines, load the NCAR Graphics libraries ncarg,
67 ncarg_gks, and ncarg_c, preferably in that order.
68
70 Online: NGDOTS(3NCARG), NGSETC(3NCARG), NGSETI(3NCARG), NGSETR(3NCARG),
71 NGGCOG(3NCARG), NGGETC(3NCARG), NGGETI(3NCARG), NGGETR(3NCARG),
72 NGGSOG(3NCARG), NGMISC_PARAMS(3NCARG), NGPICT(3NCARG), NGPSWK(3NCARG),
73 NGRITD(3NCARG), NGWSYM(3NCARG)
74
76 Copyright (C) 1987-2007
77 University Corporation for Atmospheric Research
78
79 This documentation is free software; you can redistribute it and/or
80 modify it under the terms of the GNU General Public License as
81 published by the Free Software Foundation; either version 2 of the
82 License, or (at your option) any later version.
83
84 This software is distributed in the hope that it will be useful, but
85 WITHOUT ANY WARRANTY; without even the implied warranty of
86 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
87 General Public License for more details.
88
89 You should have received a copy of the GNU General Public License along
90 with this software; if not, write to the Free Software Foundation,
91 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
92
93
94
95UNIX April 1994 NGMISC(3NCARG)