H5CompoundType

H5CompoundType

Representation of a HDF5 compound type.

Constructor

new H5CompoundType(members)

Source:
Parameters:
Name Type Description
members object

Object where the keys are the names of members and the values are the types. The order of the keys determines the order of the members in the compound type. Each value may be:

  • The string "IntX" or "UintX" for X of 8, 16, 32, or 64.
  • The string "FloatX" for X of 32 or 64.
  • A H5StringType.

Classes

H5CompoundType

Members

members :object

Source:

Object describing the members of the compound type.

Type:
  • object