[]
        
(Showing Draft Content)

CSJ2K.j2k.image.forwcomptransf.ForwCompTransf.getCompData

getCompData Method

getCompData(DataBlk, int)

Apply forward component transformation associated with the current tile. If no component transformation has been requested by the user, data are not modified.

       <p>This method calls the getInternCompData() method, but respects the
       definitions of the getCompData() method defined in the BlkImgDataSrc
       interface.</p>
Declaration
public virtual DataBlk getCompData(DataBlk blk, int c)
Parameters
Type Name Description
DataBlk blk

Determines the rectangular area to return, and the data is returned in this object.

int c

Index of the output component.

Returns
Type Description
DataBlk

The requested DataBlk

Implements
See Also