KrisLibrary  1.0.0
Public Member Functions | Public Attributes | List of all members
PickCallback Struct Reference
Inheritance diagram for PickCallback:
Graph::CallbackBase< Node >

Public Member Functions

 PickCallback (int _k)
 
virtual void Visit (Node *n)
 
virtual bool Stop ()
 Return true to halt the traversal.
 
- Public Member Functions inherited from Graph::CallbackBase< Node >
virtual void Visit (Node)
 Called when a node is first visited.
 
virtual bool Descend (Node)
 Return true to visit the node's adjacencies.
 
virtual void PostVisit (Node)
 Called after a node has been visited.
 
virtual bool ForwardEdge (Node i, Node j)
 Called on traversal of edges from i to unvisited j.
 
virtual void CrossEdge (Node i, Node j)
 Called on traversal of edges from i to currently visiting j.
 
virtual void BackEdge (Node i, Node j)
 Called on traversal of edges from i to previously visited j.
 
virtual void NewComponent (Node)
 Called when a new component is visited.
 

Public Attributes

int i
 
int k
 
Noderes
 

The documentation for this struct was generated from the following file: