Re: [Hdf-forum] Difference between Memspace/Filespace

2017-03-22 Thread Miller, Mark C.
Think in terms of src and dst args in a move operation... In a *read* operation, file_space represents the source data (size and shape) _selection_ and mem_space the destination data (size and shape). Here is a detailed description...

Re: [Hdf-forum] Difference between Memspace/Filespace

2017-03-22 Thread Binh-Minh Ribler
017 11:38 AM To: HDF Users Discussion List Subject: [Hdf-forum] Difference between Memspace/Filespace Hello everyone, Can someone please inform me what the difference is between memspace and filespace? I am looking at H5Dread which is defined as: herr_t H5Dread( hid_t dataset_id, hid_t mem_ty

[Hdf-forum] Difference between Memspace/Filespace

2017-03-22 Thread Landon Clipp
Hello everyone, Can someone please inform me what the difference is between memspace and filespace? I am looking at H5Dread which is defined as: *herr_t *H5Dread( *hid_t *dataset_id, *hid_t* mem_type_id, *hid_t* mem_space_id, *hid_t* file_space_id, *hid_t* xfer_plist_id, *void ** buf ) For