Graph.IncidentEdgesCache

Undocumented in source.

Constructors

this
this(G graph)
Undocumented in source.

Members

Aliases

G
alias G = Graph!(Node, Weight, isDirected, EdgePayload)
Undocumented in source.

Functions

opApply
int opApply(int delegate(Edge[]) yield)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(Node, Edge[]) yield)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(Edge[]) opIndex(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(Edge[]) opIndex(size_t nodeIdx)
Undocumented in source. Be warned that the author may not have intended to support it.
preallocateMemory
void preallocateMemory()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

graph
G graph;
Undocumented in source.
incidentEdges
Edge[][] incidentEdges;
Undocumented in source.

Meta