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
Index structure about a tile
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intcurrent nb of tile part (allocated)(package private) intcurrent tile-part index(package private) FileJPEG2000.opj_marker_info_t[]list of markers(package private) intnumber of markers(package private) intactual size of markers array(package private) intpacket number(package private) intnumber of tile parts(package private) FileJPEG2000.opj_packet_info_t[]information concerning packets inside tile(package private) inttile index(package private) FileJPEG2000.opj_tp_index_t[]information concerning tile parts -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tileno
int tilenotile index -
nb_tps
int nb_tpsnumber of tile parts -
current_nb_tps
int current_nb_tpscurrent nb of tile part (allocated) -
current_tpsno
int current_tpsnocurrent tile-part index -
tp_index
FileJPEG2000.opj_tp_index_t[] tp_indexinformation concerning tile parts -
marknum
int marknumnumber of markers -
marker
FileJPEG2000.opj_marker_info_t[] markerlist of markers -
maxmarknum
int maxmarknumactual size of markers array -
nb_packet
int nb_packetpacket number -
packet_index
FileJPEG2000.opj_packet_info_t[] packet_indexinformation concerning packets inside tile
-
-
Constructor Details
-
opj_tile_index_t
opj_tile_index_t()
-