Package | Description |
---|---|
Jcg.graph | |
Jcg.graph.drawing | |
Jcg.viewer.editor2d |
Class and Description |
---|
AdjacencyListGraph
Pointer based implementation of an Adjacency List Representation of a graph
|
GeometricGraph
Implementation of a geometric graph (generic and undirected)
|
GeometricGraph_2
Implementation of a geometric graph, whose vertices correspond to 2D points
|
GeometricGraph_3
Implementation of a geometric graph, whose vertices correspond to 3D points
|
Graph
Define the abstract data type for a graph (undirected, not weighted)
(explicit pointer-based representation of a graph)
|
Node
A class for representing a node of a graph
|
Class and Description |
---|
AdjacencyListGraph
Pointer based implementation of an Adjacency List Representation of a graph
|
GeometricGraph
Implementation of a geometric graph (generic and undirected)
|
GeometricGraph_2
Implementation of a geometric graph, whose vertices correspond to 2D points
|
Graph
Define the abstract data type for a graph (undirected, not weighted)
(explicit pointer-based representation of a graph)
|
Class and Description |
---|
GeometricGraph_2
Implementation of a geometric graph, whose vertices correspond to 2D points
|
Node
A class for representing a node of a graph
|