Struct DirectedGraph::VertexData

Nested Relationships

This struct is a nested type of Template Class DirectedGraph.

Struct Documentation

struct VertexData

Public Functions

inline explicit VertexData(VertexType *vertex)

Public Members

VertexType *vertex
AdjacencyIndexList predecessorIndices
AdjacencyIndexList successorIndices
AdjacencyList predecessors
AdjacencyList successors