NAME

cxDataValsGet - return pointer to data values

C SPECIFICATION

#include <cx/DataAccess.h>

void *cxDataValsGet(cxData *dat)

FORTRAN SPECIFICATION

integer function cxDataValsGet(dat)
integer dat

PARAMETERS

dat
Data structure.

DESCRIPTION

cxDataValsGet retrieves the data vector pointer from data. The data type information in the cxData portion is used to determine whether to return the byte, short, long, float or double pointer.

SEE ALSO

cxDataNew(3E)
Last modified: Mon Nov 18 13:48:18 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996