|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
SMALL OBJECT
This first iterates through the positive elements of the minterm,
then the negative. The current type can be tested with IsDataNeg().
Variables:
- VLMinTermC MT;
-
- VLSymbSetIterC It;
-
Methods:
- VLMinTermPartIter(const VLMinTerm & AMT)
-
Construct from a minterm.
- VLMinTermPartIter(const VLMinTermC & AMT)
-
Construct from a minterm.
- VLMinTermPartIter(const VLMinTermPartIter & Oth)
-
Construct from another iterator.
- BooleanT First()
-
Goto first.
Returns FALSE if no valid data.
- BooleanT Next()
-
Goto next.
Returns FALSE if finished.
- BooleanT IsElm() const
-
At a valid element.
- const VLSymbC & Symb()
-
Get expression component.
- VLMinTermC Data()
-
Get a minterm.
- BooleanT IsDataNeg() const
-
Is data negated ?
- void Dump(void) const
-
Dump to stdout.
- BooleanT IsNeg() const
-
Iterating through negated list ?
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|