[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.Progression

Progression Class

This class holds one of the different progression orders defined in the bit stream. The type(s) of progression order are defined in the ProgressionType interface. A Progression object is totally defined by its component start and end, resolution level start and end and layer start and end indexes. If no progression order change is defined, there is only Progression instance.

Inheritance
Progression
Namespace: CSJ2K.j2k.entropy
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class Progression

Constructors

Name Description
Progression(int, int, int, int, int, int)

Constructor.

       Builds a new Progression object with specified type and bounds
       of progression.

Fields

Name Description
ce

Component index for the end of a progression.

cs

Component index for the start of a progression

lye

The index of the last layer.

re

Resolution index for the end of a progression.

rs

Resolution index for the start of a progression

type

Progression type as defined in ProgressionType interface

Methods

Name Description
ToString()

See Also