[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getImplementationType

getImplementationType Method

getImplementationType(int)

Returns the implementation type of this wavelet transform (WT_IMPL_LINE or WT_IMPL_FRAME) for the specified component, in the current tile.

Declaration
public abstract int getImplementationType(int param1)
Public MustOverride Function getImplementationType(param1 As Integer) As Integer
Parameters
Type Name Description
int param1
Returns
Type Description
int

WT_IMPL_LINE or WT_IMPL_FULL for line, block or full-page based transforms.

Implements