|
User 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:
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.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|