1 #ifndef GRAPH_PROPERTY_WRITER_H_INCLUDED_ 
    2 #define GRAPH_PROPERTY_WRITER_H_INCLUDED_ 
   26     out << 
"node [style=rounded];" << std::endl;
 
Definition: graph_property_writer.h:12
 
void operator()(std::ostream &out)
Definition: graph_property_writer.h:24
 
boost::adjacency_list< boost::listS, boost::listS, boost::bidirectionalS, Segment, Edge, boost::property< boost::vertex_index_t, int > > Graph
Definition: segment_graph.h:29
 
GraphPropertyWriter(Graph &graph)
Definition: graph_property_writer.cpp:3
 
friend std::ostream & operator<<(std::ostream &out, const GraphPropertyWriter &gpw)
Definition: graph_property_writer.h:16
 
Graph & graph_
Definition: graph_property_writer.h:22