dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
BasicGraph.addEdge
dstruct
graph
BasicGraph
Add an edge to the graph.
New vertices will be added to the graph automatically.
void
addEdge
(
ref
Vertex
left
,
ref
Vertex
right
)
void
addEdge
(
ref
Vertex
left
,
Vertex
right
)
void
addEdge
(
Vertex
left
,
ref
Vertex
right
)
struct
BasicGraph
(Vertex, EdgeDirection edgeDirection)
void
addEdge
(
Vertex
left
,
ref
Vertex
right
)
void
addEdge
(
Vertex
left
,
Vertex
right
)
Meta
Source
See Implementation
dstruct
graph
BasicGraph
functions
addEdge
addVertex
directedEdgeCount
edgeCount
hasEdge
hasVertex
removeEdge
removeVertex
properties
vertexCount
variables
isDirected
Add an edge to the graph.
New vertices will be added to the graph automatically.