[]
This class extends ModuleSpec and is responsible of Integer specifications for each tile-component.
public class IntegerSpec : ModuleSpec
Name | Description |
---|---|
IntegerSpec(int, int, byte) | 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. |
IntegerSpec(int, int, byte, ParameterList, string) | 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. |
Name | Description |
---|---|
MAX_INT | The largest value of type int |
Name | Description |
---|---|
Max | Gets the maximum value of all tile-components. |
Min | Get the minimum value of all tile-components. |
Name | Description |
---|---|
getMaxInComp(int) | Gets the maximum value of each tile for specified component |
getMaxInTile(int) | Gets the maximum value of all components in the specified tile. |
getMinInComp(int) | Gets the minimum value of all tiles for the specified component. |
getMinInTile(int) | Gets the minimum value of each component in specified tile |