Class FileJPEG2000.opj_tcd_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_tcd_t
    extends java.lang.Object
    Tile coder/decoder
    • Constructor Summary

      Constructors 
      Constructor Description
      opj_tcd_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tp_pos

        int tp_pos
        Position of the tilepart flag in Progression order
      • tp_num

        int tp_num
        Tile part number
      • cur_tp_num

        int cur_tp_num
        Current tile part number
      • cur_totnum_tp

        int cur_totnum_tp
        Total number of tileparts of the current tile
      • cur_pino

        int cur_pino
        Current Packet iterator number
      • tcd_tileno

        int tcd_tileno
        current encoded/decoded tile
      • m_is_decoder

        int m_is_decoder
        tell if the tcd is a decoder.
    • Constructor Detail

      • opj_tcd_t

        opj_tcd_t()