FLDget_time_cell_data
Synopsis
Returns id of one cell_data time step .
int FLDget_time_cell_data(OMobj_id cell_set, int step, OMobj_id *cell_data)
Description
Gets object id of the cell set's cell data for one time step. You can call FLDget_cell_data and FLDget_cell_data_xxx on the returned object id.
Parameters
OMobj_id field
The OMobj_id of a time-dependent field.
int step
The time step to return
OMobj_id *cell_data
Pointer to a OMobj_id. The pointer will be filled in with the returned object id of the cell data.