Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_tcd_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_tcd_t
- Enclosing class:
FileJPEG2000
Tile coder/decoder
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) FileJPEG2000.opj_cp_tcoding parameters(package private) intCurrent Packet iterator number(package private) intTotal number of tileparts of the current tile(package private) intCurrent tile part number(package private) FileJPEG2000.opj_image_timage header(package private) inttell if the tcd is a decoder.(package private) FileJPEG2000.opj_tcd_image_tinfo on each image tile(package private) intcurrent encoded/decoded tile(package private) FileJPEG2000.opj_tcp_tcoding/decoding parameters common to all tiles(package private) intTile part number(package private) intPosition of the tilepart flag in Progression order -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tp_pos
int tp_posPosition of the tilepart flag in Progression order -
tp_num
int tp_numTile part number -
cur_tp_num
int cur_tp_numCurrent tile part number -
cur_totnum_tp
int cur_totnum_tpTotal number of tileparts of the current tile -
cur_pino
int cur_pinoCurrent Packet iterator number -
tcd_image
FileJPEG2000.opj_tcd_image_t tcd_imageinfo on each image tile -
image
FileJPEG2000.opj_image_t imageimage header -
cp
coding parameters -
tcp
coding/decoding parameters common to all tiles -
tcd_tileno
int tcd_tilenocurrent encoded/decoded tile -
m_is_decoder
int m_is_decodertell if the tcd is a decoder.
-
-
Constructor Details
-
opj_tcd_t
opj_tcd_t()
-