public class DecLyrdCBlk extends CodedCBlk
A code-block may have its progressive attribute set (i.e. the 'prog' flag is true). If a code-block is progressive then it means that more data for it may be obtained for an improved quality. If the progressive flag is false then no more data is available from the source for this code-block.
CodedCBlk| Modifier and Type | Field and Description | 
|---|---|
| int | dlThe coded (compressed) data length. | 
| int | ftpIdxThe index of the first truncation point returned | 
| int | hThe height of the code-block | 
| int | nlThe number of layers in the coded data. | 
| int | nTruncThe total number of truncation points from layer 1 to the last one in
 this object. | 
| boolean | progThe progressive flag, false by default (see above). | 
| int[] | tsLengthsThe length of each terminated segment. | 
| int | ulxThe horizontal coordinate of the upper-left corner of the code-block | 
| int | ulyThe vertical coordinate of the upper left corner of the code-block | 
| int | wThe width of the code-block | 
| Constructor and Description | 
|---|
| DecLyrdCBlk() | 
public int ulx
public int uly
public int w
public int h
public int dl
public boolean prog
public int nl
public int ftpIdx
public int nTrunc
public int[] tsLengths
Copyright © 2014 Open Microscopy Environment