Uses of Class
jj2000.j2k.image.DataBlkInt
-
Packages that use DataBlkInt Package Description jj2000.j2k.image jj2000.j2k.roi.encoder -
-
Uses of DataBlkInt in jj2000.j2k.image
Constructors in jj2000.j2k.image with parameters of type DataBlkInt Constructor Description DataBlkInt(DataBlkInt src)
Copy constructor. -
Uses of DataBlkInt in jj2000.j2k.roi.encoder
Methods in jj2000.j2k.roi.encoder with parameters of type DataBlkInt Modifier and Type Method Description boolean
ArbROIMaskGenerator. getROIMask(DataBlkInt db, Subband sb, int magbits, int c)
This functions gets a DataBlk the size of the current code-block an fills this block with the ROI mask.boolean
RectROIMaskGenerator. getROIMask(DataBlkInt db, Subband sb, int magbits, int c)
This functions gets a DataBlk the size of the current code-block and fills this block with the ROI mask.abstract boolean
ROIMaskGenerator. getROIMask(DataBlkInt db, Subband sb, int magbits, int c)
This functions gets a DataBlk with the size of the current code-block and fills it with the ROI mask.
-