CSJ2K.j2k.wavelet.analysis.ForwWTFull.getImplementationType C# (CSharp) Méthode

getImplementationType() public méthode

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. /// ///
Résultat int
        public override int getImplementationType(int c)
        {
            return CSJ2K.j2k.wavelet.WaveletTransform_Fields.WT_IMPL_FULL;
        }