[]
Creates a new PrecinctSizeSpec object for the specified number of tiles and components.
public PrecinctSizeSpec(int nt, int nc, byte type, IntegerSpec dls)
Public Sub New(nt As Integer, nc As Integer, type As Byte, dls As IntegerSpec)
| Type | Name | Description |
|---|---|---|
| int | nt | The number of tiles |
| int | nc | The number of components |
| byte | type | the type of the specification module i.e. tile specific, component specific or both. |
| IntegerSpec | dls | Reference to the number of decomposition levels specification |
Creates a new PrecinctSizeSpec object for the specified number of tiles and components and the ParameterList instance.
public PrecinctSizeSpec(int nt, int nc, byte type, BlkImgDataSrc imgsrc, IntegerSpec dls, ParameterList pl)
Public Sub New(nt As Integer, nc As Integer, type As Byte, imgsrc As BlkImgDataSrc, dls As IntegerSpec, pl As ParameterList)
| Type | Name | Description |
|---|---|---|
| int | nt | The number of tiles |
| int | nc | The number of components |
| byte | type | the type of the specification module i.e. tile specific, component specific or both. |
| BlkImgDataSrc | imgsrc | The image source (used to get the image size) |
| IntegerSpec | dls | |
| ParameterList | pl | The ParameterList instance |