![]() |
![]() |
![]() |
![]() |
DVtable_data, DVtable_data_create, DVtable_data_select
Synopsis
DVtable_data is an utility data structure used by the DVtable_* modules. DVtable_data_create is an utility module for table_to_uniform_field and table_to_scatter_field. DVtable_data_select is an utiity group used by the DVtable_* modules.
module DVtable_data_create {
Data_Array+Iparam &columns[];
int+read+write reset;
int+read+write count_records;
int+Iparam ncol;
DVtable_data_select+Oparam data_select;
string+read+write+nonotify names[];
string+Oparam data_names[];
DVtable_data+Oparam field_data[];
omethod+notify_inst+notify_val upd_func<val_state=1>
= "DVtable_data_create_update";
};
group DVtable_data_select {
int data[];
int ndata => array_size(data);
};Description
DVtable_data is an utility data structure used by the DVtable_* modules, table_to_uniform_field and table_to_scatter_field. DVtable_data_create is an utility module for table_to_uniform_field and table_to_scatter_field. It is basically an init function that translates an array of Data_Array, usually produced by Read_Column_File or DVtable_read, into an array of DVtable_data. The array of DVtable_data is intended to be turned into node data by table_to_uniform_field and table_to_scatter_field. DVtable_data_select is an utiity group used by the DVtable_* modules,+ table_to_uniform_field and table_to_scatter_field.
Input
Output
&columnsresetncoldata_selectnamesdata_namesfield_datadata
Example
File
See also
![]() |
![]() |
![]() |
![]() |