ComponentOne PDF for .NET
CSJ2K.j2k.entropy.decoder Namespace / CodedCBlkDataSrcDec Interface / getSynSubbandTree Method
The index of the tile, from 0 to T-1.
The index of the component, from 0 to C-1.

In This Topic
    getSynSubbandTree Method (CodedCBlkDataSrcDec)
    In This Topic
    Returns the subband tree, for the specified tile-component. This method returns the root element of the subband tree structure, see 'Subband' and 'SubbandSyn'. The tree comprises all the available resolution levels.
    Syntax
    'Declaration
     
    
    Function getSynSubbandTree( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As SubbandSyn
    SubbandSyn getSynSubbandTree( 
       int t,
       int c
    )

    Parameters

    t
    The index of the tile, from 0 to T-1.
    c
    The index of the component, from 0 to C-1.

    Return Value

    The root of the tree structure.
    See Also