Uses of Class
visad.data.hdf5.hdf5objects.HDF5Object

Packages that use HDF5Object
visad.data.hdf5   
visad.data.hdf5.hdf5objects   
 

Uses of HDF5Object in visad.data.hdf5
 

Subclasses of HDF5Object in visad.data.hdf5
 class HDF5DatasetAdapted
          HDF5DatasetAdapted is the implementation of mapping from HDFDataset to VisAD Data object.
 class HDF5FileAdapted
           
 class HDF5GroupAdapted
           
 

Uses of HDF5Object in visad.data.hdf5.hdf5objects
 

Subclasses of HDF5Object in visad.data.hdf5.hdf5objects
 class HDF5Attribute
           An HDF5 attribute is a small datasets attached to primary datasets as metadata information.
 class HDF5Dataset
           This class provides a mechanism to describe properties of datasets and to transfer data between memory and disk.
 class HDF5Dataspace
           This class provides provides a mechanism to describe the positions of the elements of a dataset.
 class HDF5Datatype
           This class provides a mechanism to describe the storage format of individual data points of a data set.
 class HDF5File
           An HDF5File is designed to provide file-level access to HDF5 files.
 class HDF5Group
           This class is a container for the parameters to the HDF5 Group Object.
 

Constructors in visad.data.hdf5.hdf5objects with parameters of type HDF5Object
HDF5TreeNode(HDF5Object userObject)
          Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.