Esempio n. 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);
Esempio n. 2
0
 public static extern herr_t get_fill_time
     (hid_t plist_id, ref H5D.fill_time_t fill_time);
Esempio n. 3
0
 public static extern herr_t get_alloc_time
     (hid_t plist_id, ref H5D.alloc_time_t alloc_time);
Esempio n. 4
0
 public static extern herr_t set_virtual_view
     (hid_t plist_id, H5D.vds_view_t view);
Esempio n. 5
0
 public static extern herr_t H5Pfill_value_defined
     (hid_t plist_id, ref H5D.fill_value_t status);
Esempio n. 6
0
 public static extern herr_t set_layout
     (hid_t plist, H5D.layout_t layout);
Esempio n. 7
0
 public static extern herr_t get_virtual_view
     (hid_t dapl_id, ref H5D.vds_view_t view);