ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.synthesis Namespace / SynWTFilterSpec Class
Properties Methods


In This Topic
    SynWTFilterSpec Class Members
    In This Topic

    The following tables list the members exposed by SynWTFilterSpec.

    Public Constructors
     NameDescription
    Public ConstructorConstructs a new 'SynWTFilterSpec' for the specified number of components and tiles.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from CSJ2K.j2k.ModuleSpec)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodGets default value of the specified component. If no specification have been entered for this component, returns default value. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodGets default value for this module. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodReturns the horizontal analysis filters to be used in component 'n' and tile 't'.

    The horizontal analysis filters are returned in an array of SynWTFilter. Each element contains the horizontal filter for each resolution level starting with resolution level 1 (i.e. the analysis filter to go from resolution level 1 to resolution level 0). If there are less elements than the maximum resolution level, then the last element is assumed to be repeated.

     
    Public MethodReturn the spec type of the given tile-component. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodGets value of specified tile-component. This method calls getSpec but has a public access. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodGets default value of the specified tile. If no specification has been entered, it returns the default value. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodReturns the vertical analysis filters to be used in component 'n' and tile 't'.

    The vertical analysis filters are returned in an array of SynWTFilter. Each element contains the vertical filter for each resolution level starting with resolution level 1 (i.e. the analysis filter to go from resolution level 1 to resolution level 0). If there are less elements than the maximum resolution level, then the last element is assumed to be repeated.

     
    Public MethodReturns the data type used by the filters in this object, as defined in the 'DataBlk' interface for specified tile-component.  
    Public MethodWhether or not specifications have been entered for the given component. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodCheck the reversibility of filters contained is the given tile-component.  
    Public MethodWhether or not a tile-component specification has been defined (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodWhether or not specifications have been entered for the given tile. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodRotate the ModuleSpec instance by 90 degrees (this modifies only tile and tile-component specifications). (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodSets default value for specified component and specValType tag if allowed by its priority. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodSets default value for this module (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodSets value for specified tile-component. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodSets default value for specified tile and specValType tag if allowed by its priority. (Inherited from CSJ2K.j2k.ModuleSpec)
    Public MethodDebugging method  
    Top
    See Also