[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwWTFull.getDataType

getDataType Method

getDataType(int, int)

Return the data type of this CBlkWTDataSrc. Its value should be either DataBlk.TYPE_INT or DataBlk.TYPE_FLOAT but can change according to the current tile-component.

Declaration
public override int getDataType(int t, int c)
Public Overrides Function getDataType(t As Integer, c As Integer) As Integer
Parameters
Type Name Description
int t

The index of the tile for which to return the data type.

int c

The index of the component for which to return the data type.

Returns
Type Description
int

Current data type

Overrides