N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

Vertex Struct Reference

#include <vertex.h>

List of all members.

Public Attributes

unsigned long id
unsigned int adjacencies
Edgeedges
unsigned int depth
Vertexnext
Vertexparent


Detailed Description

Definition at line 41 of file vertex.h.


Member Data Documentation

unsigned int Vertex::adjacencies
 

Definition at line 43 of file vertex.h.

Referenced by Graph::find_vertex().

unsigned int Vertex::depth
 

Definition at line 46 of file vertex.h.

Referenced by Graph::find_vertex().

Edge* Vertex::edges
 

Definition at line 44 of file vertex.h.

Referenced by Graph::_delete_edges(), and Graph::find_vertex().

unsigned long Vertex::id
 

Definition at line 42 of file vertex.h.

Referenced by Graph::_edge_exists(), Graph::_vertex_exists(), Graph::find_vertex(), Graph::Graph(), and Ksection::Ksection().

Vertex* Vertex::next
 

Definition at line 47 of file vertex.h.

Referenced by Graph::_delete_vertices(), Graph::_vertex_exists(), and Graph::find_vertex().

Vertex* Vertex::parent
 

Definition at line 48 of file vertex.h.

Referenced by Graph::find_vertex().


The documentation for this struct was generated from the following file:
  • /home/brennan/n-sim/OrbisQuartus/control/vertex.h


© 2007, Los Alamos National Security, LLC.