ILNumerics - Technical Application Development
Top
Top
The H5File type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a new object to the file this group is in, if such an object does not already exist
(Inherited from H5Group.)[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.) |
![]() | Dispose |
Flushes any unwritten data and closes the underlying HDF5 file. This method does not delete any data from the HDF5 file.
[ILNumerics HDF5 Module] |
![]() | Dispose(Boolean) | |
![]() | Equals | (Inherited from H5Object.) |
![]() | Finalize | (Overrides ObjectFinalize.) |
![]() | GetT |
Get a typed object by path / name
(Inherited from H5Group.)[ILNumerics HDF5 Module] |
![]() | GetHashCode | (Inherited from H5Object.) |
![]() | getObjectsObjT | (Inherited from H5CollectionT.) |
![]() | OpenCreate | |
![]() | Remove(T) | (Inherited from H5CollectionT.) |
![]() | Remove(String) |
Removes an object from the node
(Inherited from H5Group.)[ILNumerics HDF5 Module] |
![]() | ToString |
Gives a short string representation for this HDF5 file.
(Overrides H5ObjectToString.)[ILNumerics HDF5 Module] |
Extension Methods
Name | Description | |
---|---|---|
![]() ![]() | FindTObjT |
Finds any matching object among the children of this group
(Defined by Helper.)[ILNumerics HDF5 Module] |
![]() ![]() | FirstObjT |
Find and return the first matching object from the children of this group
(Defined by Helper.)[ILNumerics HDF5 Module] |
![]() | GetH5ID |
Retrieves the object ID used to identify the object within the HDF5 file
///
(Defined by Helper.)[ILNumerics HDF5 Module] |
See Also