Synopsis
get the cell_name of one cell_set within a Cells Grid
int FLDget_cell_set_name (
OMobj_id cell_set,
char *name,
int size);
Description
FLDget_cell_set_name gets the cell_name of one cell_set array element within a Cells Grid. This, along with the cell_type subobject, identifies the type of cell (Hex, Quad2, etc.) stored in this cell_set.
Note: To set the cell_name, use FLDadd_cell_set or FLDset_cell_set.
Note: The celll_name is not the same thing as the name subobject. (The name subobject is any user-defined string.)
Parameters
OMobj_id cell_set
The OMobj_id of one cell_set array element within a Cells Grid, as returned by the OMget_cell_set routine.
char *name
A character string in which the cell_name is returned.
See the individual Cell_Set cell definitions for the values that correspond to each type of cell.
Example
modules/glyph.c
modules/labels.c
modules/pln_crop.c
modules/thresh0.c
Related routines