MST.cpp File Reference

#include "MST.h"
#include "Utilities.h"
#include "arg_parser.h"
#include <iterator>
#include <fstream>
Include dependency graph for MST.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

std::ostream & operator<< ( std::ostream &  os,
const MST mst 
)

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

This method provides a convenient mechanism to dump the complete MST information for debugging purposes. The nodes in the MST are displayed in the order in which they were inserted into the MST.

Definition at line 135 of file MST.cpp.

References MST::nodeList.


Generated on 19 Mar 2010 for PEACE by  doxygen 1.6.1