ILNumerics - Technical Application Development
SystemObject
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5Attribute
ILNumerics.IO.HDF5H5StringAttribute
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Top
Top
Top
HDF5 Attribute objects help to create, read and manage attributes on HDF5 objects.
[ILNumerics HDF5 Module]
Inheritance Hierarchy
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5Attribute
ILNumerics.IO.HDF5H5StringAttribute
Namespace: ILNumerics.IO.HDF5
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The H5Attribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| H5Attribute |
Constructs a new attribute, providing the name and the data array to be stored inside the attribute.
[ILNumerics HDF5 Module] |
Properties
| Name | Description | |
|---|---|---|
| Class |
Gets the HDF5 class of the base type used to store the elements.
[ILNumerics HDF5 Module] | |
| File |
The HDF5 file this object is originated from.
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| H5Type |
Returns Attribute.
(Overrides H5ObjectH5Type.)[ILNumerics HDF5 Module] | |
| Name |
The name of the attribute. This corresponds to the last sub-segment of the path used to identify the attribute in the object hierarchy.
(Overrides H5ObjectName.)[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 size of the attribute (number and length of the dimensions).
[ILNumerics HDF5 Module] |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from H5Object.) | |
| GetT |
Retrieve attribute value as ILNumerics array.
[ILNumerics HDF5 Module] | |
| GetHashCode | (Inherited from H5Object.) | |
| SetT |
Modify the content of this attribute.
[ILNumerics HDF5 Module] | |
| ToString | (Inherited from H5Object.) |
Operators
| Name | Description | |
|---|---|---|
| (Double to H5Attribute) | ||
| (Int32 to H5Attribute) | ||
| (Single to H5Attribute) | ||
| (String to H5Attribute) | ||
| (BaseArray to H5Attribute) |
Fields
| Name | Description | |
|---|---|---|
| m_address | (Inherited from H5Object.) | |
| m_baseType4lazyCreation |
Internal storage type of the attributes elements, used during creation only.
| |
| m_data4lazyCreation |
Internal storage of the attribute data, used during creation only.
| |
| m_file | (Inherited from H5Object.) | |
| m_name |
Internal storage of the name, used during creation only.
| |
| 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