ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.analysis Namespace / ForwardWT Class
Members

In This Topic
    ForwardWT Class
    In This Topic
    This abstract class represents the forward wavelet transform functional block. The functional block may actually be comprised of several classes linked together, but a subclass of this abstract class is the one that is returned as the functional block that performs the forward wavelet transform.

    This class assumes that data is transferred in code-blocks, as defined by the 'CBlkWTDataSrc' interface. The internal calculation of the wavelet transform may be done differently but a buffering class should convert to that type of transfer.

    Object Model
    ForwardWT Class
    Syntax
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.image.ImgDataAdapter
          CSJ2K.j2k.wavelet.analysis.ForwardWT
             CSJ2K.j2k.wavelet.analysis.ForwWTFull

    See Also