ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.decoder Namespace / DecLyrdCBlk Class
Fields Methods


In This Topic
    DecLyrdCBlk Class Members
    In This Topic

    The following tables list the members exposed by DecLyrdCBlk.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public FieldThe compressed data (Inherited from CSJ2K.j2k.entropy.CodedCBlk)
    Public FieldThe coded (compressed) data length. The data is stored in the 'data' array (see super class).  
    Public FieldThe index of the first truncation point returned  
    Public FieldThe height of the code-block  
    Public FieldThe vertical index of the code-block, within the subband. (Inherited from CSJ2K.j2k.entropy.CodedCBlk)
    Public FieldThe horizontal index of the code-block, within the subband. (Inherited from CSJ2K.j2k.entropy.CodedCBlk)
    Public FieldThe number of layers in the coded data.  
    Public FieldThe total number of truncation points from layer 1 to the last one in this object. The number of truncation points in 'data' is 'nTrunc-ftpIdx'.  
    Public FieldThe progressive flag, false by default (see above).  
    Public FieldThe number of skipped most significant bit-planes. (Inherited from CSJ2K.j2k.entropy.CodedCBlk)
    Public FieldThe length of each terminated segment. If null then there is only one terminated segment, and its length is 'dl'. The number of terminated segments is to be deduced from 'ftpIdx', 'nTrunc' and the coding options. This array contains all terminated segments from the 'ftpIdx' truncation point, upto, and including, the 'nTrunc-1' truncation point. Any data after 'nTrunc-1' is not included in any length.  
    Public FieldThe horizontal coordinate of the upper-left corner of the code-block  
    Public FieldThe vertical coordinate of the upper left corner of the code-block  
    Public FieldThe width of the code-block  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Object information in a string  
    Top
    See Also