Show / Hide Table of Contents

Namespace HDF5.NET

Classes

ArrayExtensions

Contains extensions to simplify the conversion of a 1-dimensional array to an up 6-simensional array.

DelegateSelection

A selection which uses a delegate to get the information about how to walk through the data.

EndiannessConverterGeneric

A helper class to convert the endianness of data using hardware acceleration if available.

H5AttributableObject

A base class for types that can hold HDF5 attributes.

H5Attribute

An HDF5 attribute.

H5CommitedDatatype

An HDF5 commited data type (also known as transient, shareable or named data type).

H5Constants

A class to group constants.

H5DataLayout

An HDF5 data layout.

H5Dataset

An HDF5 dataset.

H5Dataspace

An HDF5 dataspace.

H5DataType

An HDF5 data type.

H5DataType.ArrayType

The array data type.

H5DataType.BitFieldType

The bitfield data type.

H5DataType.CompoundType

The compound data type.

H5DataType.CompoundType.CompoundMember

A compound member.

H5DataType.EnumerationType

The enumeration data type.

H5DataType.FixedPointType

The fixed-point data type.

H5DataType.FloatingPointType

The floating-point data type.

H5DataType.OpaqueType

The opaque data type.

H5DataType.ReferenceType

The reference data type.

H5DataType.StringType

The string data type.

H5DataType.VariableLengthType

The variable-length data type.

H5File

An HDF5 file object. This is the entry-point to work with HDF5 files.

H5FillValue

An HDF5 fill value.

H5Filter

A class to manage filters.

H5Group

An HDF5 group.

H5NameAttribute

Specifies the member name that is present in the HDF5 compound data type.

H5Object

A base class HDF5 objects.

H5UnresolvedLink

An HDF5 link that could not be resolved.

HyperslabSelection

A hyperslab is a selection of elements from a hyper rectangle.

Selection

A base class which represents a selection.

SimpleChunkCache

A simple chunk cache.

Structs

H5DatasetAccess

A structure which controls how the dataset is accessed. Reference: hdfgroup.org

H5LinkAccess

A structure which controls how the link is accessed. Reference: hdfgroup.org.

H5ObjectReference

An HDF5 object reference.

H5RegionReference

An HDF5 region reference.

Step

Represents a single unit of data to be selected.

Interfaces

IChunkCache

Caches chunks during a read operation.

Enums

H5DataLayoutClass

Specifies the data layout class.

H5DataspaceType

The dataspace type.

H5DataTypeClass

Specifies the data type class.

H5FilterFlags

Specifies the filter flags.

H5FilterID

Specifies the filter identifier.

Delegates

FilterFunc

A delegate which describes a filter function.

In This Article
Back to top Copyright © 2023 Vincent Wilms