[]
Returns the precinct partition width for the specified component, resolution level and tile.
public int getPPX(int t, int c, int r)
| Type | Name | Description |
|---|---|---|
| int | t | the tile index |
| int | c | The index of the component (between 0 and C-1) |
| int | r | The resolution level, from 0 to L. |
| Type | Description |
|---|---|
| int | the precinct partition width for the specified component, resolution level and tile. |