Uses of Class
ucar.jpeg.jj2000.j2k.wavelet.analysis.CBlkWTData

Packages that use CBlkWTData
ucar.jpeg.jj2000.j2k.quantization.quantizer   
ucar.jpeg.jj2000.j2k.roi.encoder   
ucar.jpeg.jj2000.j2k.wavelet.analysis   
 

Uses of CBlkWTData in ucar.jpeg.jj2000.j2k.quantization.quantizer
 

Methods in ucar.jpeg.jj2000.j2k.quantization.quantizer that return CBlkWTData
 CBlkWTData StdQuantizer.getNextCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component, as a copy (see below).
 CBlkWTData CBlkQuantDataSrcEnc.getNextCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component, as a copy (see below).
 CBlkWTData StdQuantizer.getNextInternCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component.
 CBlkWTData CBlkQuantDataSrcEnc.getNextInternCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component.
 

Methods in ucar.jpeg.jj2000.j2k.quantization.quantizer with parameters of type CBlkWTData
 CBlkWTData StdQuantizer.getNextCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component, as a copy (see below).
 CBlkWTData CBlkQuantDataSrcEnc.getNextCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component, as a copy (see below).
 CBlkWTData StdQuantizer.getNextInternCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component.
 CBlkWTData CBlkQuantDataSrcEnc.getNextInternCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component.
 

Uses of CBlkWTData in ucar.jpeg.jj2000.j2k.roi.encoder
 

Methods in ucar.jpeg.jj2000.j2k.roi.encoder that return CBlkWTData
 CBlkWTData ROIScaler.getNextCodeBlock(int c, CBlkWTData cblk)
          This function gets a datablk from the entropy coder.
 CBlkWTData ROIScaler.getNextInternCodeBlock(int c, CBlkWTData cblk)
          This function gets a datablk from the entropy coder.
 

Methods in ucar.jpeg.jj2000.j2k.roi.encoder with parameters of type CBlkWTData
 CBlkWTData ROIScaler.getNextCodeBlock(int c, CBlkWTData cblk)
          This function gets a datablk from the entropy coder.
 CBlkWTData ROIScaler.getNextInternCodeBlock(int c, CBlkWTData cblk)
          This function gets a datablk from the entropy coder.
 

Uses of CBlkWTData in ucar.jpeg.jj2000.j2k.wavelet.analysis
 

Subclasses of CBlkWTData in ucar.jpeg.jj2000.j2k.wavelet.analysis
 class CBlkWTDataFloat
          This is an implementation of the 'CBlkWTData' abstract class for 32 bit floating point data (float).
 class CBlkWTDataInt
          This is an implementation of the 'CBlkWTData' abstract class for signed 32 bit integer data.
 

Methods in ucar.jpeg.jj2000.j2k.wavelet.analysis that return CBlkWTData
 CBlkWTData ForwWTFull.getNextCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component, as a copy (see below).
 CBlkWTData CBlkWTDataSrc.getNextCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component, as a copy (see below).
 CBlkWTData ForwWTFull.getNextInternCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component.
 CBlkWTData CBlkWTDataSrc.getNextInternCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component.
 

Methods in ucar.jpeg.jj2000.j2k.wavelet.analysis with parameters of type CBlkWTData
 CBlkWTData ForwWTFull.getNextCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component, as a copy (see below).
 CBlkWTData CBlkWTDataSrc.getNextCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component, as a copy (see below).
 CBlkWTData ForwWTFull.getNextInternCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component.
 CBlkWTData CBlkWTDataSrc.getNextInternCodeBlock(int c, CBlkWTData cblk)
          Returns the next code-block in the current tile for the specified component.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.