1GINQ_MAX_NORM_TRAN_NUM(3NCARG) NCAR GRAPHICS GINQ_MAX_NORM_TRAN_NUM(3NCARG)
2
3
4
6 ginq_max_norm_tran_num (Inquire maximum normalization transformation
7 number) - retrieves the maximum number of supported normalization
8 transformations.
9
11 #include <ncarg/gks.h>
12
13 void ginq_max_norm_tran_num(Gint *err_ind, Gint *max_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 max_norm_tran_num
23 (Output) - Gives the maximum number of normalization trans‐
24 formations available in the GKS package. In NCAR GKS-0A,
25 max_norm_tran_num = 2.
26
28 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
29 libraries.
30
32 Online: gsel_norm_tran(3NCARG), ginq_cur_norm_tran_num(3NCARG),
33 ginq_norm_tran(3NCARG), getset(3NCARG), gks(3NCARG),
34 ncarg_gks_cbind(3NCARG)
35
36 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
37 mentals, UNIX Version
38
40 Copyright (C) 1987-2009
41 University Corporation for Atmospheric Research
42 The use of this Software is governed by a License Agreement.
43
44
45
46UNIX March 1993 GINQ_MAX_NORM_TRAN_NUM(3NCARG)