(scalar);
Change-id: 0157
Author: Ger van Diepen
Date: 2003/11/10
Area: Library lattices Lattices
Category: New Code
Summary: Added RO_MaskedLatticeIterator
The RO_MaskedLatticeIterator class has been added to the system to iterate through any MaskedLattice in an easy way.
Using this new class is slighty more convenient than using RO_LatticeIterator with a getMaskSlice to get the mask.
More important is that the performance of MaskedLatticeIterator is much better, especially if the underlying MaskedLattice is a LatticeExpr.
It is discussed in more detail in the header file.