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
Packet iterator
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intcomponent that identify the packet(package private) FileJPEG2000.opj_pi_comp_t[]Components(package private) intFIXME DOC(package private) intFIXME DOC(package private) boolean0 if the first packet(package private) short[]precise if the packet has been already used (useful for progression order change)(package private) intlayer that identify the packet(package private) intnumber of components in the image(package private) FileJPEG2000.opj_poc_tprogression order change information(package private) intprecinct that identify the packet(package private) intresolution that identify the packet(package private) intcomponent step used to localize the packet in the include vector(package private) intlayer step used to localize the packet in the include vector(package private) intprecinct step used to localize the packet in the include vector(package private) intresolution step used to localize the packet in the include vector(package private) byteEnabling Tile part generation(package private) intFIXME DOC(package private) intFIXME DOC(package private) intFIXME DOC(package private) intFIXME DOC(package private) intFIXME DOC(package private) intFIXME DOC -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tp_on
byte tp_onEnabling Tile part generation -
include
short[] includeprecise if the packet has been already used (useful for progression order change) -
step_l
int step_llayer step used to localize the packet in the include vector -
step_r
int step_rresolution step used to localize the packet in the include vector -
step_c
int step_ccomponent step used to localize the packet in the include vector -
step_p
int step_pprecinct step used to localize the packet in the include vector -
compno
int compnocomponent that identify the packet -
resno
int resnoresolution that identify the packet -
precno
int precnoprecinct that identify the packet -
layno
int laynolayer that identify the packet -
first
boolean first0 if the first packet -
poc
progression order change information -
numcomps
int numcompsnumber of components in the image -
comps
FileJPEG2000.opj_pi_comp_t[] compsComponents -
tx0
int tx0FIXME DOC -
ty0
int ty0FIXME DOC -
tx1
int tx1FIXME DOC -
ty1
int ty1FIXME DOC -
x
int xFIXME DOC -
y
int yFIXME DOC -
dx
int dxFIXME DOC -
dy
int dyFIXME DOC
-
-
Constructor Details
-
opj_pi_iterator_t
opj_pi_iterator_t()
-