Click or drag to resize

NexusExtensions Class

Extensions that make work with Nexus files easier.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.HDF5.NexusNexusExtensions

Namespace: Altaxo.Serialization.HDF5.Nexus
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static class NexusExtensions

The NexusExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetAllObjectsOfTypeT Gets all objects of a given type.
Public Extension MethodGetAllObjectsWithClassNameT Gets all objects with a given class name.
Public Extension MethodGetChildObjectNamedT Gets the child object that is named with the given name.
Public Extension MethodGetFirstObjectWithClassNameT Gets the first objects with a given class name.
Public Extension MethodReadData Reads data from a IH5Dataset independent of the data type in the HDF5 file as double array.
Public Extension MethodTryGetAttributeValueAsString Try to get an attribute value as string. If this fails, null is returned.
Top
See Also