[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.AnWTFilterSpec

AnWTFilterSpec Class

This class extends ModuleSpec class for analysis filters specification holding purpose.

Inheritance
AnWTFilterSpec
Namespace: CSJ2K.j2k.wavelet.analysis
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class AnWTFilterSpec : ModuleSpec

Constructors

Name Description
AnWTFilterSpec(int, int, byte, QuantTypeSpec, ParameterList)

Constructs a new 'AnWTFilterSpec' for the specified number of components and tiles.

Methods

Name Description
ToString()

Debugging method

getHFilters(int, int)
getVFilters(int, int)
getWTDataType(int, int)

Returns the data type used by the filters in this object, as defined in the 'DataBlk' interface for specified tile-component.

isReversible(int, int)

Check the reversibility of filters contained is the given tile-component.

See Also