|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
This effectively does a toplogical sort on the graph.
NB. This class uses the node Markers !! So you can only use
single iter at a time.
Derived Classes:
Variables:
Methods:
- GraphBaseLinearIterC(GraphC & 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.
- GraphNodeC & Node(void)
-
Get some data.
- const GraphNodeC & Node(void) const
-
Get some data.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|