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

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

    The vertical analysis filters are returned in an array of SynWTFilter. Each element contains the vertical 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 getVFilters( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As SynWTFilter()
    public virtual SynWTFilter[] getVFilters( 
       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