CSJ2K.j2k.wavelet.analysis.ForwWTFull.getImplementationType C# (CSharp) Method

getImplementationType() public method

Returns the implementation type of this wavelet transform, WT_IMPL_FULL (full-page based transform). All components return the same.
public getImplementationType ( int c ) : int
c int The index of the component. /// ///
return int
        public override int getImplementationType(int c)
        {
            return CSJ2K.j2k.wavelet.WaveletTransform_Fields.WT_IMPL_FULL;
        }