Class FileJPEG2000.opj_pi_iterator_t

java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_pi_iterator_t
Enclosing class:
FileJPEG2000

class FileJPEG2000.opj_pi_iterator_t extends Object
Packet iterator
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
    component that identify the packet
    (package private) FileJPEG2000.opj_pi_comp_t[]
    Components
    (package private) int
    FIXME DOC
    (package private) int
    FIXME DOC
    (package private) boolean
    0 if the first packet
    (package private) short[]
    precise if the packet has been already used (useful for progression order change)
    (package private) int
    layer that identify the packet
    (package private) int
    number of components in the image
    (package private) FileJPEG2000.opj_poc_t
    progression order change information
    (package private) int
    precinct that identify the packet
    (package private) int
    resolution that identify the packet
    (package private) int
    component step used to localize the packet in the include vector
    (package private) int
    layer step used to localize the packet in the include vector
    (package private) int
    precinct step used to localize the packet in the include vector
    (package private) int
    resolution step used to localize the packet in the include vector
    (package private) byte
    Enabling Tile part generation
    (package private) int
    FIXME DOC
    (package private) int
    FIXME DOC
    (package private) int
    FIXME DOC
    (package private) int
    FIXME DOC
    (package private) int
    FIXME DOC
    (package private) int
    FIXME DOC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • tp_on

      byte tp_on
      Enabling Tile part generation
    • include

      short[] include
      precise if the packet has been already used (useful for progression order change)
    • step_l

      int step_l
      layer step used to localize the packet in the include vector
    • step_r

      int step_r
      resolution step used to localize the packet in the include vector
    • step_c

      int step_c
      component step used to localize the packet in the include vector
    • step_p

      int step_p
      precinct step used to localize the packet in the include vector
    • compno

      int compno
      component that identify the packet
    • resno

      int resno
      resolution that identify the packet
    • precno

      int precno
      precinct that identify the packet
    • layno

      int layno
      layer that identify the packet
    • first

      boolean first
      0 if the first packet
    • poc

      progression order change information
    • numcomps

      int numcomps
      number of components in the image
    • comps

      Components
    • tx0

      int tx0
      FIXME DOC
    • ty0

      int ty0
      FIXME DOC
    • tx1

      int tx1
      FIXME DOC
    • ty1

      int ty1
      FIXME DOC
    • x

      int x
      FIXME DOC
    • y

      int y
      FIXME DOC
    • dx

      int dx
      FIXME DOC
    • dy

      int dy
      FIXME DOC
  • Constructor Details

    • opj_pi_iterator_t

      opj_pi_iterator_t()