N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

Edge Struct Reference

#include <edge.h>

List of all members.

Public Attributes

Vertexu
Vertexv
double dist
Edgenext
Edgeprev
Edgenext_adj
Edgeprev_adj
unsigned int depth
unsigned int removed


Detailed Description

Definition at line 40 of file edge.h.


Member Data Documentation

unsigned int Edge::depth
 

Definition at line 52 of file edge.h.

double Edge::dist
 

Definition at line 44 of file edge.h.

Referenced by Graph::find_edge(), Graph::Graph(), Network_graph::Network_graph(), and Source_node_graph::Source_node_graph().

Edge* Edge::next
 

Definition at line 46 of file edge.h.

Referenced by Graph::_delete_edges(), Graph::_edge_exists(), Graph::find_edge(), and Graph::Graph().

Edge* Edge::next_adj
 

Definition at line 49 of file edge.h.

Referenced by Graph::find_edge().

Edge* Edge::prev
 

Definition at line 47 of file edge.h.

Referenced by Graph::find_edge().

Edge* Edge::prev_adj
 

Definition at line 50 of file edge.h.

Referenced by Graph::find_edge().

unsigned int Edge::removed
 

Definition at line 53 of file edge.h.

Vertex* Edge::u
 

Definition at line 41 of file edge.h.

Referenced by Graph::_delete_edges(), Graph::_edge_exists(), Graph::find_edge(), and Graph::Graph().

Vertex* Edge::v
 

Definition at line 42 of file edge.h.

Referenced by Graph::_edge_exists(), Graph::find_edge(), Graph::Graph(), and Ksection::Ksection().


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


© 2007, Los Alamos National Security, LLC.