NAME

cxDataTypeNameGet - return the data type name of the given data

C SPECIFICATION

#include <cx/DataOps.h>

char *cxDataTypeNameGet( void *data )

FORTRAN SPECIFICATION

subroutine cxDataTypeNameGet(data, name)
integer data
character*(*) name

PARAMETERS

data
Pointer to any reference counted IRIS Explorer data type.

FUNCTION RETURN VALUE

The returned value is the typename of the data. In Fortran, the typename is returned in the second argument, name.

DESCRIPTION

cxDataTypeNameGet returns the typename of the data pointed to by data, e.g. "cxLattice".
Last modified: Mon Nov 18 13:48:17 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996