ILNumerics - Technical Application Development
Top
Top
The H5DatasetCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add(H5Dataset) |
Adds a new dataset to the collection of datasets. The new object is expected to not exist in the file already.
(Overrides H5CollectionTAdd(T).)[ILNumerics HDF5 Module] |
![]() | Add(String, BaseArray, BaseArray, Type, Object, H5Compression, UInt32) |
Create a new dataset and add it to the current group
[ILNumerics HDF5 Module] |
![]() | Clear |
Clears all objects in this collection - in memory AND FROM THE FILE!
(Inherited from H5CollectionT.)[ILNumerics HDF5 Module] |
![]() | Contains | (Inherited from H5CollectionT.) |
![]() | CopyTo | (Inherited from H5CollectionT.) |
![]() | Equals | (Inherited from H5Object.) |
![]() | GetHashCode | (Inherited from H5Object.) |
![]() | getObjectsObjT | (Inherited from H5CollectionT.) |
![]() | Remove | (Inherited from H5CollectionT.) |
![]() | ToString | (Inherited from H5Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | GetH5ID |
Retrieves the object ID used to identify the object within the HDF5 file
///
(Defined by Helper.)[ILNumerics HDF5 Module] |
See Also