logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ARINAM - Initializes an area map.

Access

       To  use ARINAM or c_arinam, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in
       that order.

C-Binding Description

       The C-binding argument descriptions are the same as the FORTRAN argument descriptions.

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       void c_arinam (int *map, int lmap)

Description

       MAP         (output  array,  of  type  INTEGER, dimensioned at least LMAP) - An integer array in which an
                   area map is to be constructed. Each vertex for an edge segment in your area map requires  ten
                   words  in  the  array MAP. Remember that the total number of vertices includes those added at
                   each intersection of edges, and those added when long edge segments are broken  into  shorter
                   edge segments.

       LMAP        (an  input  expression  of  type  INTEGER)  -  Length  of  the  MAP  array.   As  part of the
                   initialization process, the value of LMAP is stored in MAP(1); that way, it need not be given
                   as an argument in calls to other routines that use the area map.

Examples

       Use the ncargex command to see the following relevant examples: cardb1, cardb2, carfill, carline, carmap,
       ccpcldm, ccpfil, ccplbam, ccpllb, ccpllc, ccplll, ccpllo, ccpllp, ccpllt, ccpllw, ccppc, ccppc1,  ccppc2,
       ccppc3,  ccppc4,  ccprc,  ccpscam, ccpvs, colcon, cmpfil, cmpgrp, cmpita, cmpitm, cmplab, cmpmsk, cmptit,
       cpex01, cpex02, cpex03, cpex04, cpex05, cpex06, cpex07, cpex08, eezmpa, arex01, cbex01,  vvex01,  tareas,
       tconpa, tezmpa, fcover, ffex00, ffex03, ffex05, fcirc, fsfsgfa, fsppoint.

Name

       ARINAM - Initializes an area map.

See Also

       Online: areas, areas_params, ardbpa, ardrln, aredam, argeti,  argetr,  argtai,  armvam,  arpram,  arscam,
       arseti, arsetr, ncarg_cbind

       Hardcopy: NCAR Graphics Contouring and Mapping Tutorial

Synopsis

       CALL ARINAM (MAP,LMAP)

See Also