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.ObjectPacket iterator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intcompnocomponent that identify the packet(package private) FileJPEG2000.opj_pi_comp_t[]compsComponents(package private) intdxFIXME DOC(package private) intdyFIXME DOC(package private) booleanfirst0 if the first packet(package private) short[]includeprecise if the packet has been already used (useful for progression order change)(package private) intlaynolayer that identify the packet(package private) intnumcompsnumber of components in the image(package private) FileJPEG2000.opj_poc_tpocprogression order change information(package private) intprecnoprecinct that identify the packet(package private) intresnoresolution that identify the packet(package private) intstep_ccomponent step used to localize the packet in the include vector(package private) intstep_llayer step used to localize the packet in the include vector(package private) intstep_pprecinct step used to localize the packet in the include vector(package private) intstep_rresolution step used to localize the packet in the include vector(package private) bytetp_onEnabling Tile part generation(package private) inttx0FIXME DOC(package private) inttx1FIXME DOC(package private) intty0FIXME DOC(package private) intty1FIXME DOC(package private) intxFIXME DOC(package private) intyFIXME 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
-
-