Beispiel #1
0
 public static extern herr_t get_append_flush
     (hid_t dapl_id, uint ndims,
     [MarshalAs(UnmanagedType.LPArray)][Out] hsize_t[] boundary,
     ref H5D.append_cb_t func, ref IntPtr udata);
Beispiel #2
0
 public static extern herr_t get_fill_time
     (hid_t plist_id, ref H5D.fill_time_t fill_time);
Beispiel #3
0
 public static extern herr_t get_alloc_time
     (hid_t plist_id, ref H5D.alloc_time_t alloc_time);
Beispiel #4
0
 public static extern herr_t set_virtual_view
     (hid_t plist_id, H5D.vds_view_t view);
Beispiel #5
0
 public static extern herr_t H5Pfill_value_defined
     (hid_t plist_id, ref H5D.fill_value_t status);
Beispiel #6
0
 public static extern herr_t set_layout
     (hid_t plist, H5D.layout_t layout);
Beispiel #7
0
 public static extern herr_t get_virtual_view
     (hid_t dapl_id, ref H5D.vds_view_t view);