CSJ2K.j2k.codestream.reader.BitstreamReaderAgent.getPPX C# (CSharp) Method

getPPX() public method

Returns the precinct partition width for the specified tile-component and (tile-component) resolution level.
public getPPX ( int t, int c, int rl ) : int
t int the tile index /// ///
c int The index of the component (between 0 and N-1) /// ///
rl int The resolution level, from 0 to L. /// ///
return int
        public int getPPX(int t, int c, int rl)
        {
            return decSpec.pss.getPPX(t, c, rl);
        }