NeighborNode.cc File Reference


Detailed Description

Author:
Robert Palmer

#include "NeighborNode.h"

Functions

std::ostream & operator<< (std::ostream &os, const NeighborNode &n)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const NeighborNode n 
)

00034 {
00035     os << n.giaNode;
00036     return os;
00037 }


Generated on Wed Apr 4 13:37:05 2007 for ITM OverSim by  doxygen 1.4.7