Use these routines...
|
To access these subobjects...
|
int FLDadd_cell_set (
|
group Cell_Set { /* cell set description */ |
int FLDget_ncells (
|
int ncells; /* number of cells */ |
int FLDget_cell_ndim (
|
int cell_ndim; /* cell dimensionality */ |
int FLDget_cell_set_nnodes (
|
int cell_nnodes; /* number of nodes per cell*/ |
int FLDget_cell_corner_
|
int cell_corner_nnodes => cell_nnodes; /*number of corner
|
|
int cell_order; /* cells' order */ |
(set by rendering routines) |
int poly_flag; /* flag used for polylines, polytriangles */ |
int FLDget_node_connect (
|
int node_connect_list[ncells*cell_nnodes]; /* connectivity array */ |
int FLDget_cell_set_user_
|
string+opt name; |
int FLDget_cell_nprops (
|
int+opt nprops; |
int FLDget_cell_props (
|
float+opt props[nprops]; |
|
}; |