1Bivar_params(3NCARG) NCAR GRAPHICS Bivar_params(3NCARG)
2
3
4
6 Bivar_params - This document briefly describes all Bivar parameters.
7
9 Bivar currently supports two parameters. The current values may be
10 retrieved using one of the routines IDGETI or IDGETR. Parameter values
11 may be reset using the routine IDSETI or IDSETR.
12
13 The Bivar parameter descriptions appear below in alphabetical order.
14 Each description begins with a line giving the parameter name and the
15 intrinsic FORTRAN type of the parameter.
16
17 'ITY' - Integer
18 Interpolation Type. The default value, 0, says that quintic
19 interpolation should be done. The value 1 says to use linear
20 interpolation.
21
22 'TTY' - Integer
23 Triangulation Type. The default value, 0, says to use a
24 triangulation due to C. L. Lawson that maximizes the minimum
25 angle occurring in the triangles. The value 1 says to use the
26 Delaunay triangulation, which ensures triangles whose
27 circumscribed circles have no data points in their interiors.
28
30 Online: bivar, idbvip, idsfft, idpltr, idgeti, idgetr, idseti, idsetr,
31 ncarg_cbind
32
33 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics
34 Fundamentals, UNIX Version
35
37 Copyright (C) 1987-2007
38 University Corporation for Atmospheric Research
39
40 This documentation is free software; you can redistribute it and/or
41 modify it under the terms of the GNU General Public License as
42 published by the Free Software Foundation; either version 2 of the
43 License, or (at your option) any later version.
44
45 This software is distributed in the hope that it will be useful, but
46 WITHOUT ANY WARRANTY; without even the implied warranty of
47 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
48 General Public License for more details.
49
50 You should have received a copy of the GNU General Public License along
51 with this software; if not, write to the Free Software Foundation,
52 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
53
54
55
56UNIX November 1995 Bivar_params(3NCARG)