ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / SynWTFilterSpec Class / getHFilters Method
The tile index, in raster scan order
The component index.

In This Topic
    getHFilters Method (SynWTFilterSpec)
    In This Topic
    Returns the horizontal analysis filters to be used in component 'n' and tile 't'.

    The horizontal analysis filters are returned in an array of SynWTFilter. Each element contains the horizontal filter for each resolution level starting with resolution level 1 (i.e. the analysis filter to go from resolution level 1 to resolution level 0). If there are less elements than the maximum resolution level, then the last element is assumed to be repeated.

    Syntax
    'Declaration
     
    
    Public Overridable Function getHFilters( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As SynWTFilter()
    public virtual SynWTFilter[] getHFilters( 
       int t,
       int c
    )

    Parameters

    t
    The tile index, in raster scan order
    c
    The component index.

    Return Value

    The array of horizontal analysis filters for component 'n' and tile 't'.
    See Also