Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

_PmEdge Struct Reference

An edge in a graph. More...

#include <graph.h>


Data Fields

PmVerticetarget
 The vertice this edge points to.

PmEdgeprev
 The previous edge in the list.

PmEdgenext
 The next edge in the list.


Detailed Description

An edge in a graph.

Edges connect vertices to each other.

See also:
PmGraph , PmVertice


Field Documentation

PmEdge* _PmEdge::next
 

The next edge in the list.

PmEdge* _PmEdge::prev
 

The previous edge in the list.

PmVertice* _PmEdge::target
 

The vertice this edge points to.


The documentation for this struct was generated from the following file:
Generated on Tue Jul 2 03:15:24 2002 for libpackman by doxygen1.2.15-20020430