CSJ2K.j2k.codestream.writer.PktEncoder.getPrecInfo C# (CSharp) Method

getPrecInfo() public method

Returns information about a given precinct
public getPrecInfo ( int t, int c, int r, int p ) : CSJ2K.j2k.codestream.PrecInfo
t int Tile index. /// ///
c int Component index. /// ///
r int Resolution level index. /// ///
p int Precinct index /// ///
return CSJ2K.j2k.codestream.PrecInfo
        public virtual PrecInfo getPrecInfo(int t, int c, int r, int p)
        {
            return ppinfo[t][c][r][p];
        }