[]
        
(Showing Draft Content)

CSJ2K.j2k.image.forwcomptransf.ForwCompTransf.getInternCompData

getInternCompData Method

getInternCompData(DataBlk, int)

Apply the component transformation associated with the current tile. If no component transformation has been requested by the user, data are not modified. Else, appropriate method is called (forwRCT or forwICT).

Declaration
public virtual DataBlk getInternCompData(DataBlk blk, int c)
Parameters
Type Name Description
DataBlk blk

Determines the rectangular area to return.

int c

Index of the output component.

Returns
Type Description
DataBlk

The requested DataBlk

Implements
See Also
CSJ2K.j2k.image.forwcomptransf.ForwCompTransf.forwRCT(CSJ2K.j2k.image.DataBlk,System.Int32)
CSJ2K.j2k.image.forwcomptransf.ForwCompTransf.forwICT(CSJ2K.j2k.image.DataBlk,System.Int32)