Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_tile_index_t
- java.lang.Object
-
- gov.nih.mipav.model.file.FileJPEG2000.opj_tile_index_t
-
- Enclosing class:
- FileJPEG2000
class FileJPEG2000.opj_tile_index_t extends java.lang.Object
Index structure about a tile
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
current_nb_tps
current nb of tile part (allocated)(package private) int
current_tpsno
current tile-part index(package private) FileJPEG2000.opj_marker_info_t[]
marker
list of markers(package private) int
marknum
number of markers(package private) int
maxmarknum
actual size of markers array(package private) int
nb_packet
packet number(package private) int
nb_tps
number of tile parts(package private) FileJPEG2000.opj_packet_info_t[]
packet_index
information concerning packets inside tile(package private) int
tileno
tile index(package private) FileJPEG2000.opj_tp_index_t[]
tp_index
information concerning tile parts
-
Constructor Summary
Constructors Constructor Description opj_tile_index_t()
-
-
-
Field Detail
-
tileno
int tileno
tile index
-
nb_tps
int nb_tps
number of tile parts
-
current_nb_tps
int current_nb_tps
current nb of tile part (allocated)
-
current_tpsno
int current_tpsno
current tile-part index
-
tp_index
FileJPEG2000.opj_tp_index_t[] tp_index
information concerning tile parts
-
marknum
int marknum
number of markers
-
marker
FileJPEG2000.opj_marker_info_t[] marker
list of markers
-
maxmarknum
int maxmarknum
actual size of markers array
-
nb_packet
int nb_packet
packet number
-
packet_index
FileJPEG2000.opj_packet_info_t[] packet_index
information concerning packets inside tile
-
-