[]
Class that holds precinct coordinates and references to contained code-blocks in each subband.
public class PrecInfo
| Name | Description |
|---|---|
| PrecInfo(int, int, int, int, int, int, int, int, int) | Class constructor. |
| Name | Description |
|---|---|
| cblk | Code-blocks belonging to this precinct in each subbands of the resolution level |
| h | Precinct height in the corresponding resolution level |
| nblk | Number of code-blocks in each subband belonging to this precinct |
| r | Resolution level index |
| rgh | Precinct height reported in the reference grid |
| rgulx | Precinct horizontal upper-left coordinate in the reference grid |
| rguly | Precinct vertical upper-left coordinate in the reference grid |
| rgw | Precinct width reported in the reference grid |
| ulx | Precinct horizontal upper-left coordinate in the corresponding resolution level |
| uly | Precinct vertical upper-left coordinate in the corresponding resolution level |
| w | Precinct width in the corresponding resolution level |
| Name | Description |
|---|---|
| ToString() | Returns PrecInfo object information in a String |