H5list_vars is a utility that is used in the user interface for Rd_HDF5_Field and Rd_HDF5_Time_Field.
module H5list_vars {
string+Iparam filename;
string+read+IPort2 h5root = "/";
// All of the following are outputs.
// Dimensional information to guide the
// selection of crop and downsize parameters.
int+Oparam ndim;
int+Oparam dims[ndim];
// Node Data components
string+Oparam nodeVars[];
// Cell Data components
string+Oparam cellVars[];
// Number of time steps
int+Oparam timeSteps;
// Output trigger to help the UI.
int+Oparam do;
omethod+notify_val+notify_inst update<status=1> =
"HDF5list_vars_update";
};
H5list_vars is a utility that is used in the user interface for Rd_HDF5_Field and Rd_HDF5_Time_Field. It scans the input HDF5 file and then generates lists of node data variables, cell data variables, and dimensions that are used in the Rd_HDF5_XXX UI.