![]() |
Parasol Planning Library (PPL)
|
A visitor to track the parent-child relationships discovered during DFS. More...
#include <Syclop.h>


Public Types | |
Local Types | |
| typedef WorkspaceDecomposition | graph_type |
| typedef stapl::visitor_return | visitor_return |
| typedef std::map< VID, VID > | map_type |
Public Member Functions | |
Construction | |
| DFSVisitor (map_type &_pm) | |
Visitor Interface | |
| virtual visitor_return | tree_edge (graph_type::vertex_iterator _vit, graph_type::adj_edge_iterator _eit) override |
Data Fields | |
Internal State | |
| map_type & | m_parentMap |
A visitor to track the parent-child relationships discovered during DFS.
| typedef std::map<VID, VID> Syclop::DFSVisitor::map_type |
| typedef stapl::visitor_return Syclop::DFSVisitor::visitor_return |
|
inline |
|
inlineoverridevirtual |
| map_type& Syclop::DFSVisitor::m_parentMap |