ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.analysis Namespace / ForwWTFull Class / nextTile Method

In This Topic
    nextTile Method (ForwWTFull)
    In This Topic
    Advances to the next tile, in standard scan-line order (by rows then columns). An NoNextElementException is thrown if the current tile is the last one (i.e. there is no next tile).

    This method resets the 'subbTrees' array, and recalculates the values of the 'reversible' array. It also resets the decomposed component buffers.

    Syntax
    'Declaration
     
    
    Public Overrides Sub nextTile() 
    public override void nextTile()
    See Also