[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.InvWTFull.getImplementationType

getImplementationType Method

getImplementationType(int)

Returns the implementation type of this wavelet transform, WT_IMPL_FULL (full-page based transform). All components return the same.

Declaration
public override int getImplementationType(int c)
Parameters
Type Name Description
int c

The index of the component.

Returns
Type Description
int

WT_IMPL_FULL

Overrides