NAME¶
ARINAM - Initializes an area map.
SYNOPSIS¶
CALL ARINAM (MAP,LMAP)
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.
 
C-BINDING DESCRIPTION¶
The C-binding argument descriptions are the same as the FORTRAN argument
  descriptions.
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.
ACCESS¶
To use ARINAM or c_arinam, load the NCAR Graphics libraries ncarg, ncarg_gks,
  and ncarg_c, preferably in that order.
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
COPYRIGHT¶
Copyright (C) 1987-2009
 
University Corporation for Atmospheric Research
 
The use of this Software is governed by a License Agreement.