#include <atpg.hpp>
Inheritance diagram for XEdgeVisitor< GraphType >:
Public Types | |
typedef boost::property_map< GraphType, boost::vertex_attribute_t >::type | VertexAttrMapType |
typedef boost::property_map< GraphType, boost::edge_attribute_t >::type | EdgeAttrMapType |
Public Methods | |
XEdgeVisitor (GraphType &g) | |
template<class Edge, class GraphType> void | examine_edge (Edge e, const GraphType &) |
|
Definition at line 442 of file atpg.hpp. Referenced by XEdgeVisitor< GraphType >::XEdgeVisitor(). |
|
|
|
Definition at line 443 of file atpg.hpp. References XEdgeVisitor< GraphType >::EdgeAttrMapType. |
|
|