Graph::Edge Class Reference

#include <math/graph.h>

List of all members.

Public Member Functions

 Edge ()
 Edge (const int n0, const int n1)
 Edge (const Edge &e)
Edgeoperator= (const Edge &e)

Public Attributes

int m_Node0
int m_Node1


Detailed Description

Definition at line 34 of file graph.h.


Constructor & Destructor Documentation

Graph::Edge::Edge  ) 
 

Graph::Edge::Edge const int  n0,
const int  n1
 

Definition at line 47 of file graph.cpp.

Graph::Edge::Edge const Edge e  ) 
 

Definition at line 56 of file graph.cpp.


Member Function Documentation

Edge & Graph::Edge::operator= const Edge e  ) 
 

Definition at line 65 of file graph.cpp.

References m_Node0, and m_Node1.


Member Data Documentation

int Graph::Edge::m_Node0
 

Definition at line 42 of file graph.h.

Referenced by Graph::GraphBase::CheckIntegrity(), Graph::GraphBase::GetNeighbors(), and operator=().

int Graph::Edge::m_Node1
 

Definition at line 43 of file graph.h.

Referenced by Graph::GraphBase::CheckIntegrity(), Graph::GraphBase::GetNeighbors(), and operator=().


The documentation for this class was generated from the following files:
Generated on Sat Apr 1 22:07:45 2006 for Motion Planning Kernel by  doxygen 1.4.6-NO