ILNumerics - Technical Application Development
High level API for HDF5. Objects in this namespace are used to conveniently and efficiently create and manage HDF5 files with ILNumerics.
Classes
Class | Description | |
---|---|---|
H5Attribute |
HDF5 Attribute objects help to create, read and manage attributes on HDF5 objects.
[ILNumerics HDF5 Module] | |
H5AttributeCollection |
This class handles collections of attributes on HDF5 objects in ILNumerics.IO.HDF5.
[ILNumerics HDF5 Module] | |
H5CollectionT | ||
H5Dataset |
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] | |
H5DatasetCollection |
A class which represents a collection of datasets below a certain group node in an HDF5 file. This class is used internally by ILNumerics.
[ILNumerics HDF5 Module] | |
H5Datatype | ||
H5File |
H5File represents a HDF5 file. It is the root object used to access and manage all features in ILNumerics.IO.HDF5.
[ILNumerics HDF5 Module] | |
H5Group |
H5Group represents groups in HDF5 files
[ILNumerics HDF5 Module] | |
H5GroupDebuggerProxy |
This class helps visualizing H5Group object with Visual Studio data tips.
[ILNumerics HDF5 Module] | |
H5Link | ||
H5Object |
This class is the base class for all HDF5 objects in Numercs.IO.HDF5. It supports the creation of complex data hierarchies via object & collection initializers in C#.
[ILNumerics HDF5 Module] | |
H5StringAttribute |
An attribute which stores string data. This is a specialization of the general H5Attribute class for string data elements.
It adds certain properties to the base H5Attribute, which make it easier for string handling.
[ILNumerics HDF5 Module] | |
H5StringDataset |
This class represents a dataset with string element types.
[ILNumerics HDF5 Module] | |
Helper |
HDF5 public helper class.
[ILNumerics HDF5 Module] |
Enumerations
Enumeration | Description | |
---|---|---|
H5Class | ||
H5Compression |
Enum with all compression methods available
[ILNumerics HDF5 Module] | |
H5LinkType |
Link types available
[ILNumerics HDF5 Module] | |
H5ObjectTypes |
All available HDF5 object types for ILNumerics.IO.HDF5
[ILNumerics HDF5 Module] | |
StringEncoding |
Allowed settings for string encodings of strings stored as values in HDF5 objects and object names.
[ILNumerics Core Module] | |
StringPadding |
Allowed settings for padding fixed length string datatypes.
[ILNumerics Core Module] |