awips2/ncep/gov.noaa.nws.ncep.viz.rsc.ncgrid/dgdriv_c/DVWNDW.CMN
Brad Gonzales 632020195a Issue #628 committing PGEN code received from Plummer on 4-19-2012.
Former-commit-id: fda897d2d0 [formerly 253e8bc948] [formerly fda897d2d0 [formerly 253e8bc948] [formerly 295cbf95e5 [formerly 0816cd253c86acc699cb90866131619c4679f631]]]
Former-commit-id: 295cbf95e5
Former-commit-id: 2a3bf4ec32 [formerly ae3d17c698]
Former-commit-id: a610dcde73
2012-05-10 16:50:45 -05:00

47 lines
1.4 KiB
Text
Executable file

C************************************************************************
C* /DVWNDW/ *
C* *
C* This common area stores information about the windows and clipping *
C* bounds to be used in the DEVICE task. *
C* Dashing information for the DEVICE task is also included. *
C** *
C* Log: *
C* M. desJardins/GSFC 5/85 GEMPLT 3.1 *
C* M. desJardins/GSFC 6/89 Added dashing information *
C* S. Schotz/GSC 2/90 Added dot flag *
C************************************************************************
LOGICAL lnflg, dtflg
C*
COMMON / DVWNDW /
+ icleft,
C! Left clipping bound
+ icbot,
C! Bottom clipping bound
+ icrght,
C! Right clipping bound
+ ictop,
C! Top clipping bound
+ ispanx,
C! Direction of increasing x
+ ispany,
C! Direction of increasing y
+ iwleft (3),
C! Left window for D/N, V, P
+ iwbot (3),
C! Bottom window for D/N, V, P
+ iwrght (3),
C! Right window for D/N, V, P
+ iwtop (3),
C! Top window for D/N, V, P
+ actpat (8),
C! Active line pattern
+ nseg,
C! Number of segments in pattern
+ mseg,
C! Current segment number
+ rmlen,
C! Length of segment
+ lnflg,
C! Line flag for dash/dot patterns
+ dtflg
C! Dot flag for segment