ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet Namespace / WaveletTransform_Fields Structure
Members

In This Topic
    WaveletTransform_Fields Structure
    In This Topic
    This interface defines how a forward or inverse wavelet transform should present itself. As specified in the ImgData interface, from which this class inherits, all operations are confined to the current tile, and all coordinates are relative to it.

    The definition of the methods in this interface allows for different types of implementation, reversibility and levels of decompositions for each component and each tile. An implementation of this interface does not need to support all this flexibility (e.g., it may provide the same implementation type and decomposition levels for all tiles and components).

    Object Model
    WaveletTransform_Fields Structure
    Syntax
    'Declaration
     
    
    Public Structure WaveletTransform_Fields 
       Inherits System.ValueType
    public struct WaveletTransform_Fields : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          CSJ2K.j2k.wavelet.WaveletTransform_Fields

    See Also