CSJ2K.j2k.wavelet.synthesis.InvWTFull.getImplementationType C# (CSharp) Метод

getImplementationType() публичный Метод

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. /// ///
Результат int
        public override int getImplementationType(int c)
        {
            return CSJ2K.j2k.wavelet.WaveletTransform_Fields.WT_IMPL_FULL;
        }