[]
        
(Showing Draft Content)

CSJ2K.j2k.IntegerSpec.-ctor

IntegerSpec Constructor

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.

Declaration
public IntegerSpec(int nt, int nc, byte type)
Parameters
Type Name Description
int nt

The number of tiles

int nc

The number of components

byte type

The type of allowed specifications

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.

Declaration
public IntegerSpec(int nt, int nc, byte type, ParameterList pl, string optName)
Parameters
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