ILNumerics - Technical Application Development
SystemObject
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5Dataset
ILNumerics.IO.HDF5H5StringDataset
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Top
Top
This class represents HDF5 datasets. Is is used to create, manage, and access datasets stored in HDF5 files via ILNumerics.IO.HDF5.
[ILNumerics HDF5 Module]
Inheritance Hierarchy
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5Dataset
ILNumerics.IO.HDF5H5StringDataset
Namespace: ILNumerics.IO.HDF5
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The H5Dataset type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | H5Dataset |
Creates a new dataset. Optionally define additional parameters.
[ILNumerics HDF5 Module] |
Properties
Name | Description | |
---|---|---|
![]() | Attributes |
Gets access to the collection of attributes for this object.
[ILNumerics HDF5 Module] |
![]() | Class |
Gets the HDF5 base type used to store the elements.
[ILNumerics HDF5 Module] |
![]() | Compression |
Gets the compression method configured for the dataset [readonly].
[ILNumerics HDF5 Module] |
![]() | CompressionParameter |
Additional parameter for compression method [readonly].
[ILNumerics HDF5 Module] |
![]() | File |
The HDF5 file this object is originated from.
(Inherited from H5Object.)[ILNumerics HDF5 Module] |
![]() | H5Type |
Gets the object type of this dataset. This will always return 'H5ObjectTypes.Dataset'.
(Overrides H5ObjectH5Type.)[ILNumerics HDF5 Module] |
![]() | MaxSize |
The maximum dimension sizes configured [readonly].
[ILNumerics HDF5 Module] |
![]() | 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] |
![]() | Size |
Gets the current size of the dataset [readonly].
[ILNumerics HDF5 Module] |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from H5Object.) |
![]() | GetT |
Retrieve (sub-)array from dataset
[ILNumerics HDF5 Module] |
![]() | GetFillValueT |
Gives the user defined fill value for the data set.
[ILNumerics HDF5 Module] |
![]() | GetHashCode | (Inherited from H5Object.) |
![]() ![]() | IsStringDataset | |
![]() | SetT |
Alter the existing data stored in the file or parts of it.
[ILNumerics HDF5 Module] |
![]() | ToString | (Inherited from H5Object.) |
Fields
Name | Description | |
---|---|---|
![]() | m_address | (Inherited from H5Object.) |
![]() | m_attributes | |
![]() | m_compression | |
![]() | m_compressionParameter | |
![]() | m_data4lazyCreation | |
![]() | m_datatype4lazyCreation | |
![]() | m_file | (Inherited from H5Object.) |
![]() | m_fillValue | |
![]() | m_maxdims | |
![]() | 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] |
Remarks
[ILNumerics HDF5 Module]
See Also