ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / EntropyCoder Class / getAnSubbandTree Method
The index of the tile.
The index of the component.

In This Topic
    getAnSubbandTree Method (EntropyCoder)
    In This Topic
    Returns a reference to the root of subband tree structure representing the subband decomposition for the specified tile-component.
    Syntax
    'Declaration
     
    
    Public Overridable Function getAnSubbandTree( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As SubbandAn
    public virtual SubbandAn getAnSubbandTree( 
       int t,
       int c
    )

    Parameters

    t
    The index of the tile.
    c
    The index of the component.

    Return Value

    The root of the subband tree structure, see Subband.
    See Also