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;
        }