Synopsis
set the type of cell data for a specified component of a field
FLDset_cell_data_type(
OMobj_id field,
int comp,
int type);
Description
FLDset_cell_data_type sets the type of cell data for a specified component of a field.
Parameters
OMobj_id field
The field in which to set the type.
int comp
Which component to set.
int type
The desired data type for node_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.