-
Classes in hdf.object that implement CompoundDataFormat
Modifier and Type |
Class |
Description |
class |
Attribute |
An attribute is a (name, value) pair of metadata attached to a primary data object such as a
dataset, group or named datatype.
|
class |
CompoundDS |
A CompoundDS is a dataset with compound datatype.
|
-
Classes in hdf.object.h4 that implement CompoundDataFormat
Modifier and Type |
Class |
Description |
class |
H4Attribute |
An attribute is a (name, value) pair of metadata attached to a primary data object such as a
dataset, group or named datatype.
|
class |
H4Vdata |
H4Vdata describes a multi-dimension array of HDF4 vdata, inheriting CompoundDS.
|
-
Classes in hdf.object.h5 that implement CompoundDataFormat
Modifier and Type |
Class |
Description |
class |
H5Attribute |
An attribute is a (name, value) pair of metadata attached to a primary data object such as a
dataset, group or named datatype.
|
class |
H5CompoundDS |
The H5CompoundDS class defines an HDF5 dataset of compound datatypes.
|
-
Classes in hdf.object.nc2 that implement CompoundDataFormat
Modifier and Type |
Class |
Description |
class |
NC2Attribute |
An attribute is a (name, value) pair of metadata attached to a primary data object such as a
dataset, group or named datatype.
|
-