ILNumerics - Technical Application Development
SystemObject
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5CollectionT
ILNumerics.IO.HDF5H5DatasetCollection
ILNumerics.IO.HDF5H5Group
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Top
Inheritance Hierarchy
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5CollectionT
ILNumerics.IO.HDF5H5DatasetCollection
ILNumerics.IO.HDF5H5Group
Namespace: ILNumerics.IO.HDF5
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public abstract class H5Collection<T> : H5Object, IEnumerable<T>, IEnumerable, ICollection<T> where T : H5Object
Type Parameters
- T
The H5CollectionT type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count | |
![]() | File |
The HDF5 file this object is originated from.
(Inherited from H5Object.)[ILNumerics HDF5 Module] |
![]() | H5Type |
The HDF5 object type of this H5Object.
(Inherited from H5Object.)[ILNumerics HDF5 Module] |
![]() | IsReadOnly | |
![]() | Name |
Gets the local name of the object, i.e. the last segment from the absolute path
(Inherited from H5Object.)[ILNumerics HDF5 Module] |
![]() | NameEncoding |
Gets the local object name encoding type.
(Inherited from H5Object.)[ILNumerics HDF5 Module] |
![]() | Path |
Unique object identifier, commonly the absolute path to the object in the HDF5 file
(Inherited from H5Object.)[ILNumerics HDF5 Module] |
Methods
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clear |
Clears all objects in this collection - in memory AND FROM THE FILE!
[ILNumerics HDF5 Module] |
![]() | Contains | |
![]() | CopyTo | |
![]() | Equals | (Inherited from H5Object.) |
![]() | GetHashCode | (Inherited from H5Object.) |
![]() | getObjectsObjT | |
![]() | Remove | |
![]() | ToString | (Inherited from H5Object.) |
Fields
Name | Description | |
---|---|---|
![]() | m_address | (Inherited from H5Object.) |
![]() | m_file | (Inherited from H5Object.) |
![]() | m_path | (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