Flexivert Library Documentation
Flexivert Namespace
NamespacesFlexivert
Contains base classes which contain the core functionality of graphs.
Declaration Syntax
C#Visual BasicVisual C++
namespace Flexivert
Namespace Flexivert
namespace Flexivert
Types
All TypesClassesEnumerations
IconTypeDescription
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.