I am new to hdf5. how to retrieve partial data of vnl array in the file into
mem

Suppose I have a varialbe length array in disk as show below, 

HDF5 "vltypes.h5" { 
GROUP "/" { 
   DATASET "Dataset" { 
      DATATYPE  H5T_VLEN { H5T_STD_U32LE} 
      DATASPACE  SIMPLE { ( 4 ) / ( 4 ) } 
      DATA { 
      (0): (0), (10, 11), (20, 21, 22), (30, 31, 32, 33) 
      } 
   } 
} 
} 


I want the first { 0 )and the third {20,21,22}  into the mem,
can I use hyperslab to select partial of  the array? 

I am confused since I don't know the first or third will form a hyperslab
since the length is varied.
 
Can somebody teach me how to do it? 

Thanks 




--
View this message in context: 
http://hdf-forum.184993.n3.nabble.com/vnl-array-how-to-retrieve-partial-data-into-mem-tp4025384.html
Sent from the hdf-forum mailing list archive at Nabble.com.

_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

Reply via email to