Main Page   Data Structures   File List   Data Fields   Globals  

node Struct Reference

The type of a graph node. More...

#include <bfs.h>

Collaboration diagram for node:

Collaboration graph
[legend]

Public Types

enum  { white, gray, black }

Data Fields

unsigned int id
Neighbors_list neighbors
enum node:: { ... }  color
node * parent
Children_list children

Detailed Description

The type of a graph node.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
white 
gray 
black 


Field Documentation

Children_list node::children
 

enum { ... } node::color
 

unsigned int node::id
 

The node id

Neighbors_list node::neighbors
 

struct node* node::parent
 


The documentation for this struct was generated from the following file:
Generated on Mon May 10 18:07:38 2004 for BFS by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002