NAME
cxCoordLen
- return the length of the coordinate array
C SPECIFICATION
#include <cx/DataAccess.h>
long cxCoordLen (cxCoord *coord)
FORTRAN SPECIFICATION
integer function cxCoordLen(coord)
integer coord
PARAMETERS
-
coord
-
Input coordinate data structure.
FUNCTION RETURN VALUE
Returns the number of floating point words comprising the coordinate array.
DESCRIPTION
cxCoordLen computes the length of the coordinate vector from
coord.
It uses the coordinate type information in
the cxCoord portion is used to determine whether to calculate the
length of a bounding box, perimeter, or curvilinear array.
SEE ALSO
cxCoord(4E),
cxCoordNew(3E),
cxCoordCoordType(3E)
Last modified: Mon Nov 18 13:47:36 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996