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

In This Topic
    WaveletFilter_Fields Structure
    In This Topic
    This interface defines how a wavelet filter implementation should present itself. This interface defines only the commonalities between the analysis and synthesis filters. The AnWTFilter and SynWTFilter classes provide the specifics of analysis and synthesis filters.

    Both analysis and filters must be able to return the extent of the negative and positive support for both synthesis and analysis sides. This simplifies the sue of some functionalities that need extra information about the filters.

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

    System.Object
       System.ValueType
          CSJ2K.j2k.wavelet.WaveletFilter_Fields

    See Also