MSTNode.h File Reference

#include <iostream>
Include dependency graph for MSTNode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MSTNode
 A simple class to represent a MSTNode. More...

Functions

std::ostream & operator<< (std::ostream &, const MSTNode &)
 Insertion operator to stream MSTNode information to a given output stream.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const MSTNode node 
)

Insertion operator to stream MSTNode information to a given output stream.

This method provides a convenient mechanism to dump MSTNode information for debugging purposes.

Definition at line 45 of file MSTNode.cpp.

References MSTNode::estIdx, MSTNode::metric, and MSTNode::parentIdx.


Generated on 19 Mar 2010 for PEACE by  doxygen 1.6.1