1GQMNTN(3NCARG) NCAR GRAPHICS GQMNTN(3NCARG)
2
3
4
6 GQMNTN (Inquire maximum normalization transformation number) -
7 retrieves the maximum number of supported normalization transforma‐
8 tions.
9
11 CALL GQMNTN (ERRIND, MAXTRN)
12
14 #include <ncarg/gks.h>
15
16 void ginq_max_norm_tran_num(Gint *err_ind, Gint *max_norm_tran_num);
17
19 ERRIND (Integer, Output) - If the inquired value cannot be
20 returned correctly, a non-zero error indicator is returned
21 in ERRIND, otherwise a zero is returned. Consult "User's
22 Guide for NCAR GKS-0A Graphics" for a description of the
23 meaning of the error indicators.
24
25 MAXTRN (Integer, Output) - Gives the maximum number of normaliza‐
26 tion transformations available in the GKS package. In NCAR
27 GKS-0A, MAXTRN = 2.
28
30 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
31
33 Online: gselnt, gqcntn, gqnt, getset, ginq_max_norm_tran_num
34
35 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
36
38 Copyright (C) 1987-2009
39 University Corporation for Atmospheric Research
40 The use of this Software is governed by a License Agreement.
41
42
43
44UNIX March 1993 GQMNTN(3NCARG)