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 Object
Index structure about a tile
  • Field Details

    • 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

      information concerning tile parts
    • marknum

      int marknum
      number of markers
    • marker

      list of markers
    • maxmarknum

      int maxmarknum
      actual size of markers array
    • nb_packet

      int nb_packet
      packet number
    • packet_index

      information concerning packets inside tile
  • Constructor Details

    • opj_tile_index_t

      opj_tile_index_t()