Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF  4.3.0
API Reference
 
Loading...
Searching...
No Matches
HDFChunkInfo Class Reference

Detailed Description

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
 

Constructor & Destructor Documentation

◆ HDFChunkInfo() [1/3]

◆ HDFChunkInfo() [2/3]

HDFChunkInfo ( int[] cl,
int ct,
HDFCompInfo ci )

◆ HDFChunkInfo() [3/3]

HDFChunkInfo ( int[] cl)

Field Documentation

◆ chunk_lengths

int [] chunk_lengths = new int[HDFConstants.MAX_VAR_DIMS]

◆ cinfo

HDFCompInfo cinfo = null

◆ comp_type

int comp_type = HDFConstants.COMP_CODE_NONE

◆ ctype

int ctype

The documentation for this class was generated from the following file: