| 1044 | } |
| 1045 | |
| 1046 | inline boost::graph_traits<vtkMutableDirectedGraph*>::vertex_descriptor add_vertex( |
| 1047 | vtkMutableDirectedGraph* g) |
| 1048 | { |
| 1049 | return g->AddVertex(); |
| 1050 | } |
| 1051 | |
| 1052 | inline std::pair<boost::graph_traits<vtkMutableDirectedGraph*>::edge_descriptor, bool> add_edge( |
| 1053 | boost::graph_traits<vtkMutableDirectedGraph*>::vertex_descriptor u, |