Class FileJPEG2000.opj_tile_index_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_tile_index_t
    extends java.lang.Object
    Index structure about a tile
    • 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
      • marknum

        int marknum
        number of markers
      • maxmarknum

        int maxmarknum
        actual size of markers array
      • nb_packet

        int nb_packet
        packet number
    • Constructor Detail

      • opj_tile_index_t

        opj_tile_index_t()