FLDget_cell_set_name
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
The OMobj_id of one cell_set array element within a Cells Grid, as returned by the OMget_cell_set routine.
Examples
modules/glyph.c
modules/labels.c
modules/pln_crop.c
modules/thresh0.cFiles
See Also