Beispiel #1
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);
Beispiel #2
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);
Beispiel #3
0
 public extern static herr_t iterate_by_name
     (hid_t loc_id, string group_name, H5.index_t idx_type,
     H5.iter_order_t order, ref hsize_t idx, iterate_t op,
     IntPtr op_data, hid_t lapl_id = H5P.DEFAULT);
Beispiel #4
0
 public extern static herr_t iterate
     (hid_t grp_id, H5.index_t idx_type, H5.iter_order_t order,
     ref hsize_t idx, iterate_t op, IntPtr op_data);
Beispiel #5
0
 public static extern int iterate
     (hid_t id, ref int idx, iterate_t iter_func, IntPtr iter_data);
Beispiel #6
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);
Beispiel #7
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);