ILNumerics - Technical Application Development
SystemObject
ILNumerics.IO.HDF5Helper
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
HDF5 public helper class.
[ILNumerics HDF5 Module]
Inheritance Hierarchy
ILNumerics.IO.HDF5Helper
Namespace: ILNumerics.IO.HDF5
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The Helper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CombinePath |
Combine two path fragments
[ILNumerics HDF5 Module] | |
| FindTObjT |
Finds any matching object among the children of this group
[ILNumerics HDF5 Module] | |
| FirstObjT |
Find and return the first matching object from the children of this group
[ILNumerics HDF5 Module] | |
| GetGroupFromAttributePath | ||
| GetH5ID |
Retrieves the object ID used to identify the object within the HDF5 file
///
[ILNumerics HDF5 Module] | |
| GetMaxLength |
Compute the necessary setting of the cell length for the given data. Recognizes the padding and internal limitations of HDF5.
[ILNumerics HDF5 Module] | |
| GetNameFromAttributePath |
Extract the name segment from a the path string used on an attribute
[ILNumerics HDF5 Module] | |
| GetObject |
Retrieve an object by absolute path
[ILNumerics HDF5 Module] | |
| getSoftlinkValue | ||
| getType | ||
| H5AgetNameByIndex | ||
| H5FGetName |
Retrieves name of file to which object belongs.
[ILNumerics HDF5 Module] | |
| H5LgetNameByIndex | ||
| IsAttributeOfString | ||
| ValidateEncoding |
Helper method checks if string argument contains unicode chars.
[ILNumerics HDF5 Module] |
Fields
| Name | Description | |
|---|---|---|
| H5_SZIP_ALLOW_K13_OPTION_MASK | ||
| H5_SZIP_CHIP_OPTION_MASK | ||
| H5_SZIP_EC_OPTION_MASK | ||
| H5_SZIP_MAX_PIXELS_PER_BLOCK | ||
| H5_SZIP_NN_OPTION_MASK | ||
| H5Z_SZIP_TOTAL_NPARMS |
Total number of parameters for filter
|
Remarks
[ILNumerics HDF5 Module]
See Also