NAME
cxCoordValsSet
- set pointer to coordinate values
C SPECIFICATION
#include <cx/DataAccess.h>
void cxCoordValsSet(cxCoord *coord, float *vals)
FORTRAN SPECIFICATION
subroutine cxCoordValsSet(coord, vals)
integer coord
real vals (*)
PARAMETERS
-
coord
-
Input coordinate data structure.
-
vals
-
Coordinate value array (in IRIS Explorer data memory).
DESCRIPTION
cxCoordValsSet
sets the coordinate vector pointer of coord.
The coordinate type information in
coord is used to determine whether to set the bounding box,
perimeter, or curvilinear pointer.
The vals array must be allocated from the IRIS Explorer shared data
memory arena, using cxDataMalloc, cxDataCalloc,
or cxDataRealloc, and must be properly constructed as one
of the three coordinate representations.
SEE ALSO
cxDataMalloc(3E),
cxDataCalloc(3E),
cxDataRealloc(3E),
cxDataFree(3E)
Last modified: Mon Nov 18 13:47:44 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996