FLDFget_cell_data_type
FLDFset_cell_data_type


Synopsis

set the type of cell data for a specified component of a field


NTEGER FLDFget_cell_data_type(field, comp, type)
INTEGER field(OIDSIZ)
INTEGER comp
INTEGER type

INTEGER FLDFset_cell_data_type (ield, comp,type)
INTEGER field(OIDSIZ)
INTEGER comp
INTEGER type

Description

FLDFset_cell_data_type sets the type of cell data for a specified component of a field.

Parameters

field

The field id in which to set the type.

comp

Which component to set.

type

The desired data type for node_data. Possible values are:

Constant

 

Value

 

DTYPE_CHAR

0

DTYPE_BYTE

1

DTYPE_SHORT

2

DTYPE_INTEGER

3

DTYPE_FLOAT

4

DTYPE_DOUBLE

5