ReportViewer for WPF and Silverlight | ComponentOne
CSJ2K.j2k.wavelet.synthesis Namespace / CBlkWTDataSrcDec Interface
Members

In This Topic
    CBlkWTDataSrcDec Interface
    In This Topic
    This abstract class defines methods to transfer wavelet data in a code-block by code-block basis, for the decoder side. In each call to 'getCodeBlock()' or 'getInternCodeBlock()' a new code-block is returned. The code-blocks are returned in no specific order.

    This class is the source of data, in general, for the inverse wavelet transforms. See the 'InverseWT' class.

    Object Model
    CBlkWTDataSrcDec Interface
    Syntax
    'Declaration
     
    Public Interface CBlkWTDataSrcDec 
       Inherits InvWTDataMultiResImgData 
    public interface CBlkWTDataSrcDec : InvWTDataMultiResImgData  
    See Also