Contains base classes which contain the core functionality of graphs.

C# | Visual Basic | Visual C++ |
namespace Flexivert
Namespace Flexivert
namespace Flexivert

All Types | Classes | Enumerations |
Icon | Type | Description |
---|---|---|
![]() | DirectedGraph |
Represents a directed graph.
|
![]() | Edge |
Represents a edge in the graph.
|
![]() | Graph |
Implements the basic functionality common to both directed and undirected graphs.
|
![]() | GraphObject |
Implements the basic functionality common to vertices and edges.
|
![]() | GraphTypes |
Contains values for different graph type specifications.
|
![]() | UndirectedGraph |
Represents an undirected graph.
|
![]() | Vertex |
Represents a vertex in the graph.
|