|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Parent Classes:
Derived Classes:
Variables:
- BGraphBaseC Graph;
-
Relavent graph.
- StackG Open;
-
Queue of open nodes.
- SArray1dC Mark;
-
Array of markers.
- IntT NodesLeft;
-
Number of unprocessed nodes.
Methods:
- BGraphBaseLinearIterC(BGraphBaseC & AGraph)
-
Constructor
- BooleanT First()
-
Goto first.
- BooleanT Next()
-
Goto next.
- BooleanT IsElm() const
-
At a valid element ?
- BooleanT IsCycle() const
-
Results only valid after iteration complete.
i.e. IsElm() returns False.
- IntT NodesRemaining() const
-
Return the number of unprocessed nodes.
Directly after First(), this will be the
number of nodes in the graph - 1.
- NodeHandleT NodeH(void) const
-
Get some data.
- void DoneNode(NodeHandleT Nd)
-
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|