[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.InvWTData

InvWTData Interface

This interface extends the MultiResImgData interface with the methods that are necessary for inverse wavelet data (i.e. data that is the source to an inverse wavlet trasnform).

Namespace: CSJ2K.j2k.wavelet.synthesis
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public interface InvWTData : MultiResImgData

Properties

Name Description
CbULX

Returns the horizontal code-block partition origin. Allowable values are 0 and 1, nothing else.

CbULY

Returns the vertical code-block partition origin Allowable values are 0 and 1, nothing else.

Methods

Name Description
getSynSubbandTree(int, int)

Returns the subband tree, for the specified tile-component. This method returns the root element of the subband tree structure, see 'Subband' and 'SubbandSyn'. The tree comprises all the available resolution levels.