Package gov.nih.mipav.model.file
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 java.lang.Object
Packet iterator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
compno
component that identify the packet(package private) FileJPEG2000.opj_pi_comp_t[]
comps
Components(package private) int
dx
FIXME DOC(package private) int
dy
FIXME DOC(package private) boolean
first
0 if the first packet(package private) short[]
include
precise if the packet has been already used (useful for progression order change)(package private) int
layno
layer that identify the packet(package private) int
numcomps
number of components in the image(package private) FileJPEG2000.opj_poc_t
poc
progression order change information(package private) int
precno
precinct that identify the packet(package private) int
resno
resolution that identify the packet(package private) int
step_c
component step used to localize the packet in the include vector(package private) int
step_l
layer step used to localize the packet in the include vector(package private) int
step_p
precinct step used to localize the packet in the include vector(package private) int
step_r
resolution step used to localize the packet in the include vector(package private) byte
tp_on
Enabling Tile part generation(package private) int
tx0
FIXME DOC(package private) int
tx1
FIXME DOC(package private) int
ty0
FIXME DOC(package private) int
ty1
FIXME DOC(package private) int
x
FIXME DOC(package private) int
y
FIXME DOC
-
Constructor Summary
Constructors Constructor Description opj_pi_iterator_t()
-
-
-
Field Detail
-
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
FileJPEG2000.opj_poc_t poc
progression order change information
-
numcomps
int numcomps
number of components in the image
-
comps
FileJPEG2000.opj_pi_comp_t[] 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
-
-