CSJ2K.j2k.wavelet.WTDecompSpec.getDecSpecType C# (CSharp) Method

getDecSpecType() public method

Returns the type of specification for the decomposition in the specified component and tile. The specification type is one of: 'DEC_SPEC_MAIN_DEF', 'DEC_SPEC_COMP_DEF', 'DEC_SPEC_TILE_DEF', 'DEC_SPEC_TILE_COMP'.

NOTE: The tile specific things are not supported yet

public getDecSpecType ( int n ) : byte
n int The component index /// ///
return byte
        public virtual byte getDecSpecType(int n)
        {
            return specValType[n];
        }