FLDget_cell_data_id, FLDset_cell_data


Synopsis

get/set the id within one component of a Cell_Data cell_set Data_Array


int FLDget_cell_data_id (
           OMobj_id cell_set,
           int comp,
           int *id);

int FLDset_cell_data_id (
           OMobj_id cell_set,
           int comp,
           int id);

Description

These routines set and get the id within one component of one element of the Data_Array of a Cell_Data cell_set.

Parameters

OMobj_id cell_set

The OMobj_id of one element of the cell_set array, such as that returned by FLDget_cell_set.

int comp

An integer that sets which Data_Array component to access.

int *id
int id

In FLDget_cell_data_id, id is a pointer to an integer in which the id will be returned.

In FLDset_cell_data, id is an integer from which the id will be copied.

Example

None available.

Related routines