1GINQ_CUR_NORM_TRAN_NUM(3NCARG) NCAR GRAPHICS GINQ_CUR_NORM_TRAN_NUM(3NCARG)
2
3
4
6 ginq_cur_norm_tran_num (Inquire current normalization transformation
7 number) - retrieves the number of the current normalization transforma‐
8 tion.
9
11 #include <ncarg/gks.h>
12
13 void ginq_cur_norm_tran_num(Gint *err_ind, Gint *norm_tran_num);
14
16 err_ind (Output) - If the inquired value cannot be returned cor‐
17 rectly, a non-zero error indicator is returned in err_ind,
18 otherwise a zero is returned. Consult "User's Guide for
19 NCAR GKS-0A Graphics" for a description of the meaning of
20 the error indicators.
21
22 norm_tran_num
23 (Output) - Returns the current normalization transformation
24 number as set by default or by a call to gsel_norm_tran.
25
27 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
28 libraries.
29
31 Online: gsel_norm_tran(3NCARG), ginq_max_norm_tran_num(3NCARG),
32 ginq_norm_tran(3NCARG), getset(3NCARG), gks(3NCARG),
33 ncarg_gks_cbind(3NCARG)
34
35 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
36 mentals, UNIX Version
37
39 Copyright (C) 1987-2007
40 University Corporation for Atmospheric Research
41
42 This documentation is free software; you can redistribute it and/or
43 modify it under the terms of the GNU General Public License as pub‐
44 lished by the Free Software Foundation; either version 2 of the
45 License, or (at your option) any later version.
46
47 This software is distributed in the hope that it will be useful, but
48 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
49 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
50 Public License for more details.
51
52 You should have received a copy of the GNU General Public License along
53 with this software; if not, write to the Free Software Foundation,
54 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
55
56
57
58UNIX March 1993 GINQ_CUR_NORM_TRAN_NUM(3NCARG)