ncsa.hdf.hdflib
Class HDFCompModel

java.lang.Object
  |
  +--ncsa.hdf.hdflib.HDFCompModel

public class HDFCompModel
extends java.lang.Object

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


Field Summary
 int comp_model
           
 int[] dims
           
 int ndim
           
 int nt
           
 
Constructor Summary
HDFCompModel()
           
HDFCompModel(int cm, int Nt, int nd, int[] Dims)
           
 
Method Summary
 int[] getDims()
           
 int getNDim()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comp_model

public int comp_model

nt

public int nt

ndim

public int ndim

dims

public int[] dims
Constructor Detail

HDFCompModel

public HDFCompModel()

HDFCompModel

public HDFCompModel(int cm,
                    int Nt,
                    int nd,
                    int[] Dims)
Method Detail

getDims

public int[] getDims()

getNDim

public int getNDim()