GLG Toolkit, C / C++ API Library  Version 4.6

Detailed Description

Types

typedef GlgGraphEdge
 Edge object. More...
 
typedef GlgGraphLayout
 Graph layout object. More...
 
typedef GlgGraphNode
 Node object. More...
 

Enumerations

enum  GraphType
 Specifies a type of the graph to create. More...
 

Enumeration Type Documentation

◆ GraphType

enum GraphType

Specifies a type of the graph to create.

Enumerator
RANDOM_GRAPH 

A constant for creating randomly connected demo graphs.

CIRCULAR_GRAPH 

Circular graph.

STAR_GRAPH 

Star graph.

Variable Documentation

◆ GlgGraphEdge

typedef GlgGraphEdge

Edge object.

Edges are links connected to nodes.

See Edge Macros for node data access macros.

◆ GlgGraphLayout

typedef GlgGraphLayout

Graph layout object.

See Layout Macros for node data access macros.

◆ GlgGraphNode

typedef GlgGraphNode

Node object.

Node objects are connected with links attached to the nodes.

See Node Macros for node data access macros.