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

getPPY() public method

Returns the precinct partition height for the specified tile-component and (tile-component) resolution level.
public getPPY ( 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 getPPY(int t, int c, int rl)
        {
            return decSpec.pss.getPPY(t, c, rl);
        }