Removes a vertex from the graph.
Declaration Syntax
public void RemoveVertex(
Vertex v
)
Public Sub RemoveVertex ( _
v As Vertex _
)
public:
void RemoveVertex(
Vertex^ v
)
Parameters
- v (Vertex)
- The vertex to be removed.
Assembly:
FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)