| OpenJPEG
    2.3.0
    | 
Index structure about a tile. More...
#include <openjpeg.h>
| Data Fields | |
| OPJ_UINT32 | tileno | 
| tile index  More... | |
| OPJ_UINT32 | nb_tps | 
| number of tile parts  More... | |
| OPJ_UINT32 | current_nb_tps | 
| current nb of tile part (allocated)  More... | |
| OPJ_UINT32 | current_tpsno | 
| current tile-part index  More... | |
| opj_tp_index_t * | tp_index | 
| information concerning tile parts  More... | |
| OPJ_UINT32 | marknum | 
| number of markers  More... | |
| opj_marker_info_t * | marker | 
| list of markers  More... | |
| OPJ_UINT32 | maxmarknum | 
| actual size of markers array  More... | |
| OPJ_UINT32 | nb_packet | 
| packet number  More... | |
| opj_packet_info_t * | packet_index | 
| information concerning packets inside tile  More... | |
Index structure about a tile.
| OPJ_UINT32 opj_tile_index::current_nb_tps | 
current nb of tile part (allocated)
Referenced by opj_j2k_read_sot().
| OPJ_UINT32 opj_tile_index::current_tpsno | 
current tile-part index
Referenced by opj_j2k_add_tlmarker(), opj_j2k_read_sod(), and opj_j2k_read_sot().
| opj_marker_info_t* opj_tile_index::marker | 
list of markers
Referenced by j2k_destroy_cstr_index(), j2k_get_cstr_index(), opj_j2k_add_tlmarker(), opj_j2k_allocate_tile_element_cstr_index(), and opj_j2k_dump_MH_index().
| OPJ_UINT32 opj_tile_index::marknum | 
number of markers
Referenced by j2k_get_cstr_index(), opj_j2k_add_tlmarker(), opj_j2k_allocate_tile_element_cstr_index(), and opj_j2k_dump_MH_index().
| OPJ_UINT32 opj_tile_index::maxmarknum | 
actual size of markers array
Referenced by opj_j2k_add_tlmarker(), and opj_j2k_allocate_tile_element_cstr_index().
| OPJ_UINT32 opj_tile_index::nb_packet | 
packet number
Referenced by j2k_get_cstr_index().
| OPJ_UINT32 opj_tile_index::nb_tps | 
number of tile parts
Referenced by j2k_get_cstr_index(), opj_j2k_decode_one_tile(), opj_j2k_dump_MH_index(), and opj_j2k_read_sot().
| opj_packet_info_t* opj_tile_index::packet_index | 
information concerning packets inside tile
Referenced by j2k_destroy_cstr_index(), and j2k_get_cstr_index().
| OPJ_UINT32 opj_tile_index::tileno | 
tile index
Referenced by opj_j2k_read_sot().
| opj_tp_index_t* opj_tile_index::tp_index | 
information concerning tile parts
Referenced by j2k_destroy_cstr_index(), j2k_get_cstr_index(), opj_j2k_add_tlmarker(), opj_j2k_decode_one_tile(), opj_j2k_dump_MH_index(), opj_j2k_read_sod(), and opj_j2k_read_sot().
 1.8.13
 1.8.13