A type of property writer that writes out vertices. We use this class to write out our graph in graphviz/dot format with a few customizations. More...
Public Member Functions | |
| OrderVertexWriter (const OrderGraphType &g) | |
| Constructor. | |
| ~OrderVertexWriter () | |
| Destructor. | |
| template<class Vertex > | |
| void | operator() (std::ostream &out, Vertex u) |
| Functor for writing out each vertex's properties to DOT format. | |
Private Attributes | |
| const OrderGraphType & | writer_order_tree |
| Reference to graph we're writing. | |
A type of property writer that writes out vertices. We use this class to write out our graph in graphviz/dot format with a few customizations.
Definition at line 119 of file ordertree.cpp.
| OrderTree::OrderVertexWriter::OrderVertexWriter | ( | const OrderGraphType & | g | ) | [inline, explicit] |
| OrderTree::OrderVertexWriter::~OrderVertexWriter | ( | ) | [inline] |
Destructor.
Definition at line 132 of file ordertree.cpp.
| void OrderTree::OrderVertexWriter::operator() | ( | std::ostream & | out, | |
| Vertex | u | |||
| ) | [inline] |
Functor for writing out each vertex's properties to DOT format.
| out | Stream to write to | |
| u | Vertex to serialize |
Definition at line 142 of file ordertree.cpp.

const OrderGraphType& OrderTree::OrderVertexWriter::writer_order_tree [private] |
Reference to graph we're writing.
Definition at line 184 of file ordertree.cpp.
1.6.3