Exemplo n.º 1
0
 public extern static herr_t get_info_by_idx
     (hid_t loc_id, string group_name,
     H5.index_t idx_type, H5.iter_order_t order, hsize_t n,
     ref info_t ginfo, hid_t lapl_id = H5P.DEFAULT);
Exemplo n.º 2
0
 public extern static herr_t visit
     (hid_t obj_id, H5.index_t idx_type, H5.iter_order_t order,
     iterate_t op, IntPtr op_data);
Exemplo n.º 3
0
 public extern static herr_t visit_by_name
     (hid_t loc_id, string obj_name, H5.index_t idx_type,
     H5.iter_order_t order, iterate_t op, IntPtr op_data,
     hid_t lapl_id = H5P.DEFAULT);
Exemplo n.º 4
0
 public extern static hid_t open_by_idx
     (hid_t loc_id, string group_name, H5.index_t idx_type,
     H5.iter_order_t order, hsize_t n, hid_t lapl_id = H5P.DEFAULT);