ILNumerics Ultimate VS

H5DatasetCollection Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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]

Inheritance Hierarchy

SystemObject
  ILNumerics.IO.HDF5H5Object
    ILNumerics.IO.HDF5H5CollectionH5Dataset
      ILNumerics.IO.HDF5H5DatasetCollection

Namespace:  ILNumerics.IO.HDF5
Assembly:  ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public class H5DatasetCollection : H5Collection<H5Dataset>

The H5DatasetCollection type exposes the following members.

Constructors

  NameDescription
Public methodH5DatasetCollection
Creates a new dataset collection. This is rarely be used explicitly.

[ILNumerics HDF5 Module]

Top
Properties

  NameDescription
Public propertyCount (Inherited from H5CollectionT.)
Public propertyFile
The HDF5 file this object is originated from.

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyH5Type (Overrides H5ObjectH5Type.)
Public propertyIsReadOnly (Inherited from H5CollectionT.)
Public propertyName
Gets the local name of the object, i.e. the last segment from the absolute path

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyNameEncoding
Gets the local object name encoding type.

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyPath
Unique object identifier, commonly the absolute path to the object in the HDF5 file

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Top
Methods

  NameDescription
Public methodAdd(H5Dataset)
Adds a new dataset to the collection of datasets. The new object is expected to not exist in the file already.

[ILNumerics HDF5 Module]

(Overrides H5CollectionTAdd(T).)
Public methodAdd(String, BaseArray, BaseArray, Type, Object, H5Compression, UInt32)
Create a new dataset and add it to the current group

[ILNumerics HDF5 Module]

Public methodClear
Clears all objects in this collection - in memory AND FROM THE FILE!

[ILNumerics HDF5 Module]

(Inherited from H5CollectionT.)
Public methodContains (Inherited from H5CollectionT.)
Public methodCopyTo (Inherited from H5CollectionT.)
Public methodEquals (Inherited from H5Object.)
Public methodGetHashCode (Inherited from H5Object.)
Protected methodgetObjectsObjT (Inherited from H5CollectionT.)
Public methodRemove (Inherited from H5CollectionT.)
Public methodToString (Inherited from H5Object.)
Top
Fields

  NameDescription
Protected fieldm_address (Inherited from H5Object.)
Protected fieldm_file (Inherited from H5Object.)
Protected fieldm_path (Inherited from H5Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodGetH5ID
Retrieves the object ID used to identify the object within the HDF5 file ///

[ILNumerics HDF5 Module]

(Defined by Helper.)
Top
Remarks

[ILNumerics HDF5 Module]

See Also

Reference