Uses of Class
ucar.jpeg.jj2000.j2k.image.DataBlk

Packages that use DataBlk
ucar.jpeg.colorspace   
ucar.jpeg.icc   
ucar.jpeg.jj2000.j2k.entropy.decoder   
ucar.jpeg.jj2000.j2k.image   
ucar.jpeg.jj2000.j2k.image.forwcomptransf   
ucar.jpeg.jj2000.j2k.image.input   
ucar.jpeg.jj2000.j2k.image.invcomptransf   
ucar.jpeg.jj2000.j2k.quantization.dequantizer   
ucar.jpeg.jj2000.j2k.roi   
ucar.jpeg.jj2000.j2k.wavelet.synthesis   
 

Uses of DataBlk in ucar.jpeg.colorspace
 

Fields in ucar.jpeg.colorspace declared as DataBlk
protected  DataBlk[] ColorSpaceMapper.srcBlk
          The image source data per component.
 

Methods in ucar.jpeg.colorspace that return DataBlk
 DataBlk EnumeratedColorSpaceMapper.getCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ColorSpaceMapper.getCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk Resampler.getCompData(DataBlk outblk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk PalettizedColorSpaceMapper.getCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ChannelDefinitionMapper.getCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk SYccColorSpaceMapper.getCompData(DataBlk outblk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk EnumeratedColorSpaceMapper.getInternCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ColorSpaceMapper.getInternCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk Resampler.getInternCompData(DataBlk outblk, int c)
          Return a DataBlk containing the requested component upsampled by the scale factor applied to the particular scaling direction Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk PalettizedColorSpaceMapper.getInternCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ChannelDefinitionMapper.getInternCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk SYccColorSpaceMapper.getInternCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 

Methods in ucar.jpeg.colorspace with parameters of type DataBlk
protected static void ColorSpaceMapper.copyGeometry(DataBlk tgt, DataBlk src)
          Copy the DataBlk geometry from source to target DataBlk and assure that the target has an appropriate data buffer.
 DataBlk EnumeratedColorSpaceMapper.getCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ColorSpaceMapper.getCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk Resampler.getCompData(DataBlk outblk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk PalettizedColorSpaceMapper.getCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ChannelDefinitionMapper.getCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk SYccColorSpaceMapper.getCompData(DataBlk outblk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk EnumeratedColorSpaceMapper.getInternCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ColorSpaceMapper.getInternCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk Resampler.getInternCompData(DataBlk outblk, int c)
          Return a DataBlk containing the requested component upsampled by the scale factor applied to the particular scaling direction Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk PalettizedColorSpaceMapper.getInternCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ChannelDefinitionMapper.getInternCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk SYccColorSpaceMapper.getInternCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 void ColorSpaceMapper.ComputedComponents.set(DataBlk db)
           
protected static void ColorSpaceMapper.setInternalBuffer(DataBlk db)
          Arrange for the input DataBlk to receive an appropriately sized and typed data buffer
 

Constructors in ucar.jpeg.colorspace with parameters of type DataBlk
ColorSpaceMapper.ComputedComponents(DataBlk db)
           
 

Uses of DataBlk in ucar.jpeg.icc
 

Methods in ucar.jpeg.icc that return DataBlk
 DataBlk ICCProfiler.getCompData(DataBlk outblk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ICCProfiler.getInternCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 

Methods in ucar.jpeg.icc with parameters of type DataBlk
 DataBlk ICCProfiler.getCompData(DataBlk outblk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ICCProfiler.getInternCompData(DataBlk out, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 

Uses of DataBlk in ucar.jpeg.jj2000.j2k.entropy.decoder
 

Methods in ucar.jpeg.jj2000.j2k.entropy.decoder that return DataBlk
 DataBlk StdEntropyDecoder.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk StdEntropyDecoder.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 

Methods in ucar.jpeg.jj2000.j2k.entropy.decoder with parameters of type DataBlk
 DataBlk StdEntropyDecoder.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk StdEntropyDecoder.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 

Uses of DataBlk in ucar.jpeg.jj2000.j2k.image
 

Subclasses of DataBlk in ucar.jpeg.jj2000.j2k.image
 class DataBlkByte
          This is an implementation of the DataBlk interface for a byte
 class DataBlkFloat
          This is an implementation of the DataBlk interface for 32 bit floating point data (float).
 class DataBlkInt
          This is an implementation of the DataBlk interface for signed 32 bit integral data.
 

Methods in ucar.jpeg.jj2000.j2k.image that return DataBlk
 DataBlk ImgDataConverter.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component, using the 'transfer type' specified in the block given as argument.
 DataBlk BlkImgDataSrc.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk Tiler.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgDataJoiner.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgDataConverter.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component, using the 'transfer type' defined in the block given as argument.
 DataBlk BlkImgDataSrc.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk Tiler.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgDataJoiner.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 

Methods in ucar.jpeg.jj2000.j2k.image with parameters of type DataBlk
 DataBlk ImgDataConverter.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component, using the 'transfer type' specified in the block given as argument.
 DataBlk BlkImgDataSrc.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk Tiler.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgDataJoiner.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgDataConverter.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component, using the 'transfer type' defined in the block given as argument.
 DataBlk BlkImgDataSrc.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk Tiler.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgDataJoiner.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 

Uses of DataBlk in ucar.jpeg.jj2000.j2k.image.forwcomptransf
 

Methods in ucar.jpeg.jj2000.j2k.image.forwcomptransf that return DataBlk
 DataBlk ForwCompTransf.getCompData(DataBlk blk, int c)
          Apply forward component transformation associated with the current tile.
 DataBlk ForwCompTransf.getInternCompData(DataBlk blk, int c)
          Apply the component transformation associated with the current tile.
 

Methods in ucar.jpeg.jj2000.j2k.image.forwcomptransf with parameters of type DataBlk
 DataBlk ForwCompTransf.getCompData(DataBlk blk, int c)
          Apply forward component transformation associated with the current tile.
 DataBlk ForwCompTransf.getInternCompData(DataBlk blk, int c)
          Apply the component transformation associated with the current tile.
 

Uses of DataBlk in ucar.jpeg.jj2000.j2k.image.input
 

Methods in ucar.jpeg.jj2000.j2k.image.input that return DataBlk
 DataBlk ImgReaderPPM.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgReaderPGX.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgReaderPGM.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgReaderPPM.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, the block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgReaderPGX.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, the block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgReaderPGM.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, the block of image data containing the specifed rectangular area, in the specified component.
 

Methods in ucar.jpeg.jj2000.j2k.image.input with parameters of type DataBlk
 DataBlk ImgReaderPPM.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgReaderPGX.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgReaderPGM.getCompData(DataBlk blk, int c)
          Returns, in the blk argument, a block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgReaderPPM.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, the block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgReaderPGX.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, the block of image data containing the specifed rectangular area, in the specified component.
 DataBlk ImgReaderPGM.getInternCompData(DataBlk blk, int c)
          Returns, in the blk argument, the block of image data containing the specifed rectangular area, in the specified component.
 

Uses of DataBlk in ucar.jpeg.jj2000.j2k.image.invcomptransf
 

Methods in ucar.jpeg.jj2000.j2k.image.invcomptransf that return DataBlk
 DataBlk InvCompTransf.getCompData(DataBlk blk, int c)
          Apply inverse component transformation associated with the current tile.
 DataBlk InvCompTransf.getInternCompData(DataBlk blk, int c)
          Apply the inverse component transformation associated with the current tile.
 

Methods in ucar.jpeg.jj2000.j2k.image.invcomptransf with parameters of type DataBlk
 DataBlk InvCompTransf.getCompData(DataBlk blk, int c)
          Apply inverse component transformation associated with the current tile.
 DataBlk InvCompTransf.getInternCompData(DataBlk blk, int c)
          Apply the inverse component transformation associated with the current tile.
 

Uses of DataBlk in ucar.jpeg.jj2000.j2k.quantization.dequantizer
 

Methods in ucar.jpeg.jj2000.j2k.quantization.dequantizer that return DataBlk
 DataBlk CBlkQuantDataSrcDec.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk StdDequantizer.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk CBlkQuantDataSrcDec.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 DataBlk StdDequantizer.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 

Methods in ucar.jpeg.jj2000.j2k.quantization.dequantizer with parameters of type DataBlk
 DataBlk CBlkQuantDataSrcDec.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk StdDequantizer.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk CBlkQuantDataSrcDec.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 DataBlk StdDequantizer.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 

Uses of DataBlk in ucar.jpeg.jj2000.j2k.roi
 

Methods in ucar.jpeg.jj2000.j2k.roi that return DataBlk
 DataBlk ROIDeScaler.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk ROIDeScaler.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 

Methods in ucar.jpeg.jj2000.j2k.roi with parameters of type DataBlk
 DataBlk ROIDeScaler.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk ROIDeScaler.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 

Uses of DataBlk in ucar.jpeg.jj2000.j2k.wavelet.synthesis
 

Methods in ucar.jpeg.jj2000.j2k.wavelet.synthesis that return DataBlk
 DataBlk CBlkWTDataSrcDec.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk InvWTFull.getCompData(DataBlk blk, int c)
          Returns a block of image data containing the specifed rectangular area, in the specified component, as a copy (see below).
 DataBlk CBlkWTDataSrcDec.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 DataBlk InvWTFull.getInternCompData(DataBlk blk, int c)
          Returns a block of image data containing the specifed rectangular area, in the specified component, as a reference to the internal buffer (see below).
 

Methods in ucar.jpeg.jj2000.j2k.wavelet.synthesis with parameters of type DataBlk
 DataBlk CBlkWTDataSrcDec.getCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component, as a copy (see below).
 DataBlk InvWTFull.getCompData(DataBlk blk, int c)
          Returns a block of image data containing the specifed rectangular area, in the specified component, as a copy (see below).
 DataBlk CBlkWTDataSrcDec.getInternCodeBlock(int c, int m, int n, SubbandSyn sb, DataBlk cblk)
          Returns the specified code-block in the current tile for the specified component (as a reference or copy).
 DataBlk InvWTFull.getInternCompData(DataBlk blk, int c)
          Returns a block of image data containing the specifed rectangular area, in the specified component, as a reference to the internal buffer (see below).
 



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