All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ncsa.hdf.hdflib.HDFCompModel
This class is a container for the parameters to the HDF compression model structure.
The compression model encapsulates the data space to be compressed: the number type, number of dimensions, and size of each dimension.
For details of the HDF libraries, see the HDF Documentation at: http://hdf.ncsa.uiuc.edu
public int comp_model
public int nt
public int ndim
public int dims[]
public HDFCompModel()
public HDFCompModel(int cm, int Nt, int nd, int Dims[])
public int[] getDims()
public int getNDim()
All Packages Class Hierarchy This Package Previous Next Index