1GINQ_NORM_TRAN(3NCARG) NCAR GRAPHICS GINQ_NORM_TRAN(3NCARG)
2
3
4
6 ginq_norm_tran (Inquire normalization transformation) - retrieves the
7 window and viewport associated with a given normalization transforma‐
8 tion. Users of NCAR Graphics are encouraged to use the SPPS routines
9 c_set and c_getset to handle normalization transformations instead of
10 the GKS entries gset_win, gset_vp, gsel_norm_tran, and ginq_norm_tran.
11
13 #include <ncarg/gks.h>
14
15 void ginq_norm_tran(Gint num, Gint *err_ind, Gtran *norm_tran);
16
18 num (Input) - Gives the number of the normalization transforma‐
19 tion.
20
21 err_ind (Output) - If the inquired value cannot be returned cor‐
22 rectly, a non-zero error indicator is returned in err_ind,
23 otherwise a zero is returned. Consult "User's Guide for
24 NCAR GKS-0A Graphics" for a description of the meaning of
25 the error indicators.
26
27 norm_tran.win
28 (Glimit, Output) - The world coordinate window limits.
29
30 norm_tran.vp
31 (Glimit, Output) - The normalized device coordinate view‐
32 port limits.
33
35 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
36 libraries.
37
39 Online: gset_win(3NCARG), gset_vp(3NCARG), gsel_norm_tran(3NCARG),
40 ginq_cur_norm_tran_num(3NCARG), ginq_max_norm_tran_num(3NCARG), get‐
41 set(3NCARG), gset_clip_ind(3NCARG), ginq_clip(3NCARG), gks(3NCARG),
42 ncarg_gks_cbind(3NCARG)
43
44 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
45 mentals, UNIX Version
46
48 Copyright (C) 1987-2007
49 University Corporation for Atmospheric Research
50
51 This documentation is free software; you can redistribute it and/or
52 modify it under the terms of the GNU General Public License as pub‐
53 lished by the Free Software Foundation; either version 2 of the
54 License, or (at your option) any later version.
55
56 This software is distributed in the hope that it will be useful, but
57 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
58 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
59 Public License for more details.
60
61 You should have received a copy of the GNU General Public License along
62 with this software; if not, write to the Free Software Foundation,
63 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
64
65
66
67UNIX March 1993 GINQ_NORM_TRAN(3NCARG)