Each line in the section contains the name of the undirected edge and then the undirected edge label.
|
Public Member Functions |
template<typename _LabelWriter> |
| UEdgeWriter (LemonWriter &_writer, const _LabelWriter &_labelWriter, const std::string &_name=std::string()) |
| Constructor.
|
virtual | ~UEdgeWriter () |
| Destructor.
|
void | writeEdge (const std::string &name, const Edge &item) |
| Add an edge writer command for the UEdgeWriter.
|
void | writeUEdge (const std::string &name, const UEdge &item) |
| Add an undirected edge writer command for the UEdgeWriter.
|
Protected Member Functions |
virtual std::string | header () |
| The header of the section.
|
virtual void | write (std::ostream &os) |
| Writer function of the section.
|