Home | Trees | Index | Help |
|
---|
Package networkx :: Module search_class :: Class Forest |
|
object
--+ |Search
--+ | Forest
Forest visitor: build a forest of trees as a list of networkx DiGraphs.
Method Summary | |
---|---|
__init__(self,
G,
queue,
**kwds)
| |
Visitor function called at the search end of each connected component. | |
Visitor function called the last time an edge is encountered. | |
Visitor function called at the search start of each connected component. | |
Inherited from Search :
firstseen_edge ,
firstseen_vertex ,
lastseen_vertex ,
search
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Method Details |
---|
end_tree(self, v)Visitor function called at the search end of each connected component.
|
lastseen_edge(self, e)Visitor function called the last time an edge is encountered.
|
start_tree(self, v)Visitor function called at the search start of each connected component.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Aug 21 08:06:58 2005 | http://epydoc.sf.net |