ILNumerics Ultimate VS

ILNumerics.IO.HDF5 Namespace

ILNumerics Ultimate VS Documentation
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

  ClassDescription
Public classH5Attribute
HDF5 Attribute objects help to create, read and manage attributes on HDF5 objects.

[ILNumerics HDF5 Module]

Public classH5AttributeCollection
This class handles collections of attributes on HDF5 objects in ILNumerics.IO.HDF5.

[ILNumerics HDF5 Module]

Public classH5CollectionT
Public classH5Dataset
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]

Public classH5DatasetCollection
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]

Public classH5Datatype
Public classH5File
H5File represents a HDF5 file. It is the root object used to access and manage all features in ILNumerics.IO.HDF5.

[ILNumerics HDF5 Module]

Public classH5Group
H5Group represents groups in HDF5 files

[ILNumerics HDF5 Module]

Public classH5GroupDebuggerProxy
This class helps visualizing H5Group object with Visual Studio data tips.

[ILNumerics HDF5 Module]

Public classH5Link
Public classH5Object
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]

Public classH5StringAttribute
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]

Public classH5StringDataset
This class represents a dataset with string element types.

[ILNumerics HDF5 Module]

Public classHelper
HDF5 public helper class.

[ILNumerics HDF5 Module]

Enumerations

  EnumerationDescription
Public enumerationH5Class
Potential element datatype classes using in H5Dataset and H5Attribute.

[ILNumerics HDF5 Module]

Public enumerationH5Compression
Enum with all compression methods available

[ILNumerics HDF5 Module]

Public enumerationH5LinkType
Link types available

[ILNumerics HDF5 Module]

Public enumerationH5ObjectTypes
All available HDF5 object types for ILNumerics.IO.HDF5

[ILNumerics HDF5 Module]

Public enumerationStringEncoding
Allowed settings for string encodings of strings stored as values in HDF5 objects and object names.

[ILNumerics Core Module]

Public enumerationStringPadding
Allowed settings for padding fixed length string datatypes.

[ILNumerics Core Module]