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 booleanArbROIMaskGenerator. 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.booleanRectROIMaskGenerator. 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 booleanROIMaskGenerator. 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.
-