|
Public Member Functions |
| | StrWriter (graph &, node_map< GLab > &, edge_map< bool > &, bool, bool, char *namefile) |
| | StrWriter (string &, char *) |
Protected Member Functions |
| void | NodesWrite (graph &, node_map< GLab > &) |
| void | NodesWrite (list< node > &,node_map< GLab > &) |
| void | NodeWrite (GLab &) |
| void | EdgesWrite (graph &, node_map< GLab > &, edge_map< bool > &) |
| void | EdgesWrite (list< edge > &, list< node > &, edge_map< bool > &, node_map< GLab > &) |
| void | EdgeWrite (GLab &, GLab &, char *) |
| void | LabelWrite () |
Protected Attributes |
| char * | namefile |
| ofstream * | wf |
| bool | g |
| bool | d |