MCPcopy Create free account
hub / github.com/Kitware/VTK / add_vertex

Function add_vertex

Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h:1046–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TestGraphFunction · 0.85

Calls 1

AddVertexMethod · 0.45

Tested by 1

TestGraphFunction · 0.68