public class Progression extends Object implements ProgressionType
ProgressionType
Modifier and Type | Field and Description |
---|---|
int |
ce
Component index for the end of a progression.
|
int |
cs
Component index for the start of a progression
|
int |
lye
The index of the last layer.
|
int |
re
Resolution index for the end of a progression.
|
int |
rs
Resolution index for the start of a progression
|
int |
type
Progression type as defined in ProgressionType interface
|
COMP_POS_RES_LY_PROG, LY_RES_COMP_POS_PROG, POS_COMP_RES_LY_PROG, RES_LY_COMP_POS_PROG, RES_POS_COMP_LY_PROG
Constructor and Description |
---|
Progression(int type,
int cs,
int ce,
int rs,
int re,
int lye)
Constructor.
|
public int type
public int cs
public int ce
public int rs
public int re
public int lye
public Progression(int type, int cs, int ce, int rs, int re, int lye)
type
- The progression typecs
- The component index startce
- The component index endrs
- The resolution level index startre
- The resolution level index endlye
- The layer index endCopyright © 2016 Open Microscopy Environment