Click or drag to resize

NexusExtensions Class

Extensions that make working with NeXus files easier.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.HDF5.NexusNexusExtensions

Namespace: Altaxo.Serialization.HDF5.Nexus
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.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 object 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 Tries to get an attribute value as a string. If this fails, is returned.
Top
See Also