Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

_PmVertice Struct Reference

A vertice in a graph. More...

#include <graph.h>


Data Fields

void * data
 The data stored in the vertice.

size_t edgeCount
 The number of edges coming from this vertice.

char visited
 1 if this vertice has been visited by tsort

PmEdgeedges
 The first edge in the list.

PmEdgelastEdge
 The last edge in the list.

PmVerticeprev
 The previous vertice in the list.

PmVerticenext
 The next vertice in the list.


Detailed Description

A vertice in a graph.

Vertices contain data and are connected to each other through edges.

See also:
PmEdge , PmGraph


Field Documentation

void* _PmVertice::data
 

The data stored in the vertice.

size_t _PmVertice::edgeCount
 

The number of edges coming from this vertice.

PmEdge* _PmVertice::edges
 

The first edge in the list.

PmEdge* _PmVertice::lastEdge
 

The last edge in the list.

PmVertice* _PmVertice::next
 

The next vertice in the list.

PmVertice* _PmVertice::prev
 

The previous vertice in the list.

char _PmVertice::visited
 

1 if this vertice has been visited by tsort


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