A functor to print a vertex and its adjacencies in DOT format. More...
Public Member Functions | |
vertex_to_DOT_func (bool is_directed=false) | |
template<typename Vertex > | |
void | operator() (Vertex v, std::ostream &os) |
Protected Attributes | |
bool | m_is_directed |
std::string | m_edge_connector |
A functor to print a vertex and its adjacencies in DOT format.