FLDget_cell_data_type, FLDset_cell_data_type


Synopsis

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


FLDget_cell_data_type(
           OMobj_id cell_set,
           int comp,
           int *type);

 

FLDset_cell_data_type(
           OMobj_id cell_set,
           int comp,
           int type);

 

Description

FLDset_cell_data_type sets the type of cell data for a specified component of a cell set.

Parameters

OMobj_id field

The cell set in which to set the type.

int comp

Which component to set.

int type

The desired data type for cell_data. Possible values are:

 

Constant

 

Value

 

DTYPE_CHAR

0

DTYPE_BYTE

1

DTYPE_SHORT

2

DTYPE_INT

3

DTYPE_FLOAT

4

DTYPE_DOUBLE

5

 

Example

None available.