All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.hdflib.HDFCompModel

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

public class HDFCompModel
extends 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


Variable Index

 o comp_model
 o dims
 o ndim
 o nt

Constructor Index

 o HDFCompModel()
 o HDFCompModel(int, int, int, int[])

Method Index

 o getDims()
 o getNDim()

Variables

 o comp_model
 public int comp_model
 o nt
 public int nt
 o ndim
 public int ndim
 o dims
 public int dims[]

Constructors

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

Methods

 o getDims
 public int[] getDims()
 o getNDim
 public int getNDim()

All Packages  Class Hierarchy  This Package  Previous  Next  Index