[]
Constructs a new 'IntegerSpec' for the specified number of tiles and components and with allowed type of specifications. This constructor is normally called at decoder side.
public IntegerSpec(int nt, int nc, byte type)
Type | Name | Description |
---|---|---|
int | nt | The number of tiles |
int | nc | The number of components |
byte | type | The type of allowed specifications |
Constructs a new 'IntegerSpec' for the specified number of tiles and components, the allowed specifications type and the ParameterList instance. This constructor is normally called at encoder side and parse arguments of specified option.
public IntegerSpec(int nt, int nc, byte type, ParameterList pl, string optName)
Type | Name | Description |
---|---|---|
int | nt | The number of tiles |
int | nc | The number of components |
byte | type | The allowed specifications type |
ParameterList | pl | The ParameterList instance |
string | optName | The name of the option to process |