CSJ2K.j2k.roi.encoder.ROIScaler.getAnSubbandTree C# (CSharp) Method

getAnSubbandTree() public method

Returns a reference to the subband tree structure representing the subband decomposition for the specified tile-component.
public getAnSubbandTree ( int t, int c ) : SubbandAn
t int The index of the tile. /// ///
c int The index of the component. /// ///
return CSJ2K.j2k.wavelet.analysis.SubbandAn
        public virtual SubbandAn getAnSubbandTree(int t, int c)
        {
            return src.getAnSubbandTree(t, c);
        }