An iterator-based BFS through a Graph. More...
#include <ogdf/basic/Graph.h>#include <ogdf/basic/GraphList.h>#include <ogdf/basic/Queue.h>#include <ogdf/basic/SList.h>#include <ogdf/basic/basic.h>#include <ogdf/basic/internal/copy_move.h>#include <ogdf/basic/internal/graph_iterators.h>#include <functional>#include <initializer_list>#include <iosfwd>#include <iterator>Go to the source code of this file.
Classes | |
| class | ogdf::FilteringBFS |
| An iterator-based BFS through a Graph. More... | |
| class | ogdf::FilteringBFSIterator |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
An iterator-based BFS through a Graph.
TODO should be moved to a central location; add DFS?
Definition in file FilteringBFS.h.