![]() |
HDF
4.3.0
API Reference
|
This is a generic class to represent the HDF chunk_info union, which contains parameters for the different chunking schemes.
The variant parameters are expressed as sub-classes of this class.
Inheritance diagram for HDFChunkInfo:Public Member Functions | |
| HDFChunkInfo () | |
| HDFChunkInfo (int[] cl, int ct, HDFCompInfo ci) | |
| HDFChunkInfo (int[] cl) | |
Data Fields | |
| int | ctype |
| int[] | chunk_lengths = new int[HDFConstants.MAX_VAR_DIMS] |
| int | comp_type = HDFConstants.COMP_CODE_NONE |
| HDFCompInfo | cinfo = null |
| HDFChunkInfo | ( | ) |
| HDFChunkInfo | ( | int[] | cl, |
| int | ct, | ||
| HDFCompInfo | ci ) |
| HDFChunkInfo | ( | int[] | cl | ) |
| int [] chunk_lengths = new int[HDFConstants.MAX_VAR_DIMS] |
| HDFCompInfo cinfo = null |
| int comp_type = HDFConstants.COMP_CODE_NONE |
| int ctype |