[]
Constructor.
Builds a new Progression object with specified type and bounds
of progression.
public Progression(int type, int cs, int ce, int rs, int re, int lye)
Type | Name | Description |
---|---|---|
int | type | The progression type |
int | cs | The component index start |
int | ce | The component index end |
int | rs | The resolution level index start |
int | re | The resolution level index end |
int | lye | The layer index end |